body{
	font-size: 12px;
}
.form-group textarea{
	height: 120px;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
video{
	background: #000;
}
.delete-file{
	margin-right: 5px;
}
.form-control[type='checkbox']{
	width: auto;
	height: auto;
}
.form-control { font-size: 12px; height: auto; padding: 2px 6px; }

.form-group div label { display: inline-block; width: 33%; font-weight: normal; }

.form-group div label input{
	float: left;
	margin-right: 3px;
}
.files-container .file-element{
	display: inline-block;
	text-align: center;
	padding: 10px;
	width: 150px;
	overflow: hidden;
}
.files-container .file-element span.file_name{
	overflow: hidden;
	display: block;
	height: 24px;
	line-height: 22px;
}
.files-container .file-element .glyphicon{
	font-size: 40px;
	color: #428BCA;
}
.files-container{
}

#overlay{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000;
	cursor: progress;
	display: none;
}
#overlay.visible{
	display: block;
}
.form-group { padding: 0px 1px; margin-bottom: 10px }
table .form-group { margin: 0; }

.zend_form{
}
.form-header{
	text-align: center;
}
.progress{
	margin-bottom: 10px;
	display: none;
}
.text-counter{
	position: absolute;
	bottom: 0px;
	right: -15px;
}
textarea {
    resize: none;
}
.modal .video-js{
	margin: 0px auto;
}
.section_header div label{
	display: none;
}
.section_header label{
	font-size: 16px;
}
.form-buttons{
	margin-top: 10px;
}
.fileinput-button{
	margin-bottom: 10px;
}
.form-control[readonly] { cursor: pointer; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f5f5f5;
}

.navbar-default .navbar-brand-av:hover, 
.navbar-default .navbar-brand-av:focus { color: #777 !important; cursor: default; }
.navbar-header .navbar-brand-av:hover,
.navbar-header .navbar-brand-av:focus { color: #999 !important; cursor: default;}

.navbar-form .welcome { padding-right: 10px; font-weight: bold; }

/* -----------------------
 * admin menu
 * ----------------------- */
.menu-admin { margin-left: 30px; }
.menu-admin .row { padding: 0 0 10px; }
.menu-admin .row a { font-weight: bold; }

/* -----------------------
 * panele użytkowników 
 * ----------------------- */
.page-header-av { margin: 0 0 20px; }
.page-header-av .login_name { font-size: 0.6em; }

.user-menu-ul, .user-menu-ul li, .user-menu-ul li i, .user-menu-ul li a { color: #428bca; font-size: 1.05em; font-weight: bold;}
.user-menu-ul li a:hover { color: #444444; }
.user-menu-ul li a.submenu-accordion { background-color: #F5F5F5; display: block; }
.user-menu-ul li ul.submenu { border: 1px solid #f5f5f5; }
.user-menu-ul li.disabled i, .user-menu-ul li.disabled a { color: #999999; cursor: default; }

.breadcrumb { margin-bottom: 10px; }
.breadcrumb > *:last-child.pull-right::before { display: none; }
.breadcrumb > *:last-child.pull-right .btn-primary { color: #fff; }

.float-none { float: none !important; }
.filterform li { display: inline; }
.filterform select { padding: 0; }

form .table > thead > tr > th, form .table > tbody > tr > th, form .table > tfoot > tr > th, form .table > thead > tr > td, form .table > tbody > tr > td, form .table > tfoot > tr > td {
    padding: 6px;
}

/* https://bootsnipp.com/snippets/featured/multi-level-dropdown-menu-bs3 */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
/* wyłączam reakcję na najechanie myszą na drodown menu */
/* .dropdown-submenu:hover>.dropdown-menu {
    display: block;
} */

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.portfolio .panel-default > .panel-heading, .admins .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.portfolio .panel-title, .admins  .panel-title { margin: 0 15px; }

/* galeria ze słuchaczami */
.listener-popover { background-color: #ffffff !important; color: #000000; }
.listener-popover.bottom > .arrow:after  { /*border-bottom-color: #bfd8ea !important;*/ }

.input-group-addon { padding: 2px 6px; }

.page-header { padding-bottom: 0; }
.page-header h1 { margin-top:0; margin-bottom:0; padding-top:0; }
.page-header h5 { margin-top:0; margin-bottom:0; padding-top:0; }


/* menu */

@media screen and (max-width: 1149px)
{
    .navbar-inverse {
        background-color: rgb(4, 0, 55);
        border-color: #020016;
    }
    .slide {
        top: calc(65px) !important;
    }
}
@media screen and (min-width: 1150px)
{
    .navbar-inverse.navbar-transparent {
        background-color:transparent;
        border: none;
    }
}
.navbar-nav > li > a {
	padding-top: 14px;
	padding-bottom: 14px;
	line-height: 20px;
	font-size: 1.2em;
	/* font-family: NimbusSanL-Regu; */
    font-weight: 500;
    color: white;
}
.fa-empty{
    width: 1em;
}
.fa {
	margin-right: 0.3em;
}
.navbar-brand {
	float: left;
	padding: 4px 20px 3px 20px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;
}

/*after info popup*/
@media screen  and (max-width: 1149px){
    .afterMovieInfo {
        position: absolute;
        background: none 0% 0% repeat scroll rgb(252, 252, 252);
        z-index: 1000;
        border: 1px solid rgb(204, 204, 204);
        font-size: 3.8vw;
        width: 90vw;
        height: auto;
        left: calc(50% - 45vw);
        box-shadow: 0px 0px 12px;
        padding: 35px 21px;
        top: 10vh;
        display: block;
    }

    /* showIntro dla mobilek */
    .navbar.navbar-inverse{
        margin-bottom: 0px !important;
    }
    .container{
        padding-top: 0px !important
    }
    h5{
        padding: 6px;
        line-height: 1.4em;
        font-size: 3.5vw;
    }
    a {
        color: #428bca;
    }
    .instructorDescription {
        font-size: 5vw;
        margin-bottom: 2vw;
        text-align: left !important;
        margin-left: 2vw;
    }
    .subjectLabel {
        display: contents;
    }
    .subjectValue {
        display: inline-block;
        margin-left: 0.3em;
    }
    .subjectDescription {
        margin-bottom: 2vw;
        font-size: 4vw;
        text-align: left !important;
        margin-left: 2vw;
        display: flex;
        /* justify-content: space-between;   */
        line-height: 1.2em;      
    }
    .coursesDescription {
        text-align: left;
        margin-left: 2vw;
    }
    ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 0em;
        margin-block-end: 1em;
        margin-inline-start: 0;
        margin-inline-end: 0px;
        padding-inline-start: 2em;
    }    
    .introVideo{
        width: 100vw; 
        height: auto;
        position: relative;
    }
    #instructor-name{
        float: none !important;
        text-align: left !important;
    }
}
@media screen and (min-width: 1150px){
    .afterMovieInfo {
        position: absolute;
        background: none 0% 0% repeat scroll rgb(252, 252, 252);
        z-index: 1000;
        border: 1px solid rgb(204, 204, 204);
        font-size: 14px;
        width: 900px;
        height: 190px;
        left: calc(50% - 450px);
        box-shadow: 0px 0px 12px;
        padding: 35px 21px;
        top: 250px;
        display: block;
    }
    .introVideo{
        width: 600px;
        height: 480px;
    }
}
