@import url("css/bootstrap.min.css");
@import url("css/bootstrap-theme.min.css");
@import url("css/material.min.css");
@import url("css/select2.min.css");
@import url("css/jquery-ui-timepicker-addon.min.css");
@import url("css/eped-mdl.min.css");

/*New skin elements*/
body {
	background: #E8F3EB;
    color: #000;
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0px;
}

#BodyMarginTop {
    padding: 70px 0 0 0;
}

#BodyMarginFixer {
    margin-bottom: 0px;
    animation-duration: 0.35s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    /*transition:         margin-bottom 0.5s ease 0s;*/
}
.FormValueP a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#BodyMarginFixer.stick {
    animation-name: body-margin-fix-anim;
    margin-bottom: 125px;
}
img {
    max-width: 100%;
    height: auto;
}
@keyframes body-margin-fix-anim {
    from { margin-bottom: 232px;}
    to {margin-bottom: 125px;}
}

a {
    color: #123A1F;
}

a:hover {
    color: #285336;
}

label {
    max-width: none;
    margin-bottom: 0;
    font-weight: normal;
}

.embed-container {
    margin-top: 45px;
    margin-bottom: 45px;
}

.small-screen-spacer {
    margin-bottom: 30px;
}

.container-title {
    font-size: 25px;
    margin-bottom: 15px;
}

.header-bar-wrapper , .carousel-wrapper , .main-menu-wrapper , .sticky-menu {
    background-color: #123A1F;
    background-image: url("images/eped-pattern.png");
    background-repeat: repeat;
	color: #FFF;
}

.header-bar-wrapper {
	width: 100%;
    height: 70px;
    top: 0;
    position: fixed;
    z-index: 9;
}
.carousel-wrapper {
    width: 100%;
    background-position: 0 -70px;
}
.main-menu-wrapper {
	width: 100%;
    margin-bottom: 0px;
}

.header-bar {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #285337;
}

.header-bar-brand {
	background: #285337;
	width: 270px;
	height: 70px;
	display: inline-block;
	font-size: 45px;
	text-align: center;
    direction:rtl;
	float: left;
}

.header-bar-brand-bg {
	clear:both;
	width: 100%;
	height: 100%;
	background: #285337;
	padding-left:9999px;
	direction:ltr;
}

.header-bar-brand-logo {
	width: 300px;
	position: absolute;
	top: 0px;
}

@media (max-width: 992px) {
    .header-bar-brand {
        width: 160px;
    }

    #dnn_dnnLOGO_imgLogo {
        right: 20px !important;
    }
}

.header-bar-title {
	margin-left:        25px;
	display:            inline-block;
    font-size:          20px;
    font-weight:        300;
    line-height:        70px;
}

.header-right-menu a.settings-icon {
	background-image:   url("menuicons/icon4201.svg");
}

#CarouselRow {
	/*height: 370px;*/
}

.sticky-menu {
	position: fixed;
	top: 70px;
	z-index: 8;
    background-position: 0 -70px !important;
}

.footer-wrapper {
	background-color: #12391C;
	color: #FFF;
	width: 100%;
    min-height: 50px;
}

#FooterRow {
	padding-bottom: 30px;
}

#FooterRow > div {
	padding-top: 30px;
}

.copyright-wrapper {
	background-color: #0F3118;
	color: #FFF;
	width: 100%;
    min-height: 40px;
}

.copyright-wrapper p {
	color: #FFF;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
}

#CopyrightRow {
	padding-top: 10px;
	padding-bottom: 10px;
    text-align: center;
}

#CopyrightRow > div {
    text-align: center;
}

#CopyrightRow .left-side , #CopyrightRow .right-side ,
    .version-row .left-side , .version-row .right-side {
    display: inline-block;
    margin: 0 20px;
}

.version-row {
    font-size: 12px;
    text-align: center;
}

@media (min-width: 769px) {
    #CopyrightRow .left-side , .version-row .left-side {
        float: left;
        margin: 0;
    }

    #CopyrightRow .right-side , .version-row .right-side {
        float: right;
        margin: 0;
    }
}

.eunion-wrapper {
	background-color: #FFF;
	width: 100%;
	text-align: center;
}

.scrolling-arrow {
	position: fixed;
	right: 25px;
	bottom: 25px;
    visibility: hidden;
	opacity: 0;
	width: 60px;
	height: 60px;
    z-index: 100;
	cursor: pointer;
    transition: all 0.5s ease-in-out 0s;
}

.scrolling-arrow.show {
    visibility: visible;
    cursor: pointer;
    opacity: 0.7;
}

#scrolling-arrow > img {
	width: 100%;
	height: 100%;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Regular.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Thin.ttf');
  font-weight: 100;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Light.ttf');
  font-weight: 300;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Bold.ttf');
  font-weight: 700;
}

/* 
    Fixes for DNN conflicts with Bootstrap and MDL
*/

#ControlBar * {
    box-sizing:         content-box;
}
mark, .mark {
    background-color:   transparent;
}
.dnnFileUploadScope {
    background-color:   transparent;
}
.dnnFileUploadScope .dnnFormItem span {
    width:              60px;
}
.dnnDropDownList .selected-item a, .dnnDropDownList .selected-item a:link ,
    .dnnDropDownList .selected-item a:link {
    height:             auto !important;
}

/* Generalised elements for using in whole website */

.underlined-dropdown {
    cursor: pointer; margin: 5px; margin-left:16px; margin-right: 16px; padding: 5px;
     float: left; width: 180px; font-size: 16px; font-weight: 300; font-family: 'Roboto', sans-serif;
      color: #000; border-bottom: 2px solid #000;
}

.underlined-dropdown > .caret {
    float:right; margin-top: 8px;
}

/*
    stary skin zostawiony dla zgodnosci modułów
    niezgodne rzeczy zakomentowalem zamiast usuwac
*/
a.cc_logo { visibility:hidden; }
*{
    margin: 0;
    text-align: left;
}
#body, body, #head
{
    /*height: 100%;
    background: none;
    font-family: tahoma, verdana, arial;
    background-color: #5a7bee !important;
    color: #5C5C5C;
    font-size: 11px;
    margin: 0px;
    padding: 0px;*/
    
}



a, a:hover, a:link, span
{
    outline: none;
}

#Form
{
    text-align: center;
}
.MY_cialo
{
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

.MY_bg
{
    width: 100%;
    background-image: url("images/tlo_bg.jpg");
    background-repeat: repeat-x;
}
.MY_tlo_gora
{
    width: 100%;
    background-image: url("images/tlogora.jpg");
    background-position: center top;
    background-repeat: repeat-x;
}

#content
{
    width: 960px;
    margin: 0 auto;
    text-align: left;
    padding-top: 20px;
    z-index: 1;
    height: 100%;
}

.eped_calosc
{
    width: 960px;
    margin: 0 auto;
}

#MY_LOGO
{
    background-image: url(images/tlo_logo.png);
    background-repeat: no-repeat;
    width: 245px;
    height: 181px;
    float: left;
    overflow: hidden;
}
#dnn_dnnLOGO_imgLogo
{
    height: 45px;
	position: absolute;
	top: 13px;
    right: 60px;
}
#MY_CP1
{
    background-image: url(images/baner.jpg);
    background-repeat: no-repeat;
    width: 715px;
    height: 181px;
    float: left;
    overflow: hidden;
    position: relative;
}
#MY_SEARCH
{
    background-image: url(images/tlosearch.png);
    background-repeat: no-repeat;
    width: 442px;
    height: 47px;
    float: right;
    overflow: hidden;
    position: absolute;
    bottom: 3px;
    right: 5px;
}
#dnn_dnnSEARCH_ClassicSearch img
{
    margin-top: 9px;
    position: absolute;
    right: 7px;
}
#dnn_dnnSEARCH_txtSearch
{
    text-align: bottom;
    outline: none;
    text-decoration: none;
    background-color: transparent;
    margin-left: 195px;
    border: 0px;
    color: #989898;
    width: 195px;
    height: 15px;
    line-height: 15px;
    margin-top: 16px;
    font-size: 11px;
    float: left;
}
#prawy_rog
{
    background-image: url(images/prawy_rog.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 960px;
    height: 6px;
    float: right;
    overflow: hidden;
}
#lewy_rog
{
    background-image: url(images/lewy_rog.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 960px;
    height: 6px;
    float: left;
    overflow: hidden;
}
#CP_title_tlo
{
    background-image: url(images/CP_title_tlo.png);
    background-repeat: no-repeat;
    width: 960px;
    height: 47px;
    float: left;
}
#CP_title
{
    text-align: center;
    font-size: 12px;
    line-height: 47px;
    font-weight: bold;
    color: #171552;
}
#dol_rog
{
    background-image: url(images/dol_rog.png);
    background-repeat: no-repeat;
    width: 960px;
    height: 14px;
    float: left;
    overflow: hidden;
}
#stopka
{
    background-image: url(images/stopka.png);
    background-repeat: no-repeat;
    width: 960px;
    height: 48px;
    float: left;
    overflow: hidden;
}
#MY_CP2
{
    width: 940px;
    height: 28px;
    line-height: 28px;
    float: right;
    margin: 10px 10px;
    text-align: right;
}
#MY_CP2, #MY_CP2 a, #MY_CP2 a:hover, #MY_CP2a:visited
{
    color: #9795fa;
    text-decoration: none;
}
#my_copyright
{
    font-size: 10px;
    float: right;
    text-align: right;
    margin-right: 10px;
}

#MY_CP
{
    background-image: url(images/cp_tlo.gif);
    background-repeat: repeat-y;
    width: 960px;
    float: left;
    flow: hidden;
}
#MY_CP_admin
{
    width: 690px;
    float: right;
    margin-right: 12px;
    overflow: hidden;
}
#tresc
{
    width: 920px;
    margin: 20px;
}
* html #tresc
{
}
/*#logowanie
{
    font-size: 10px;
    float: right;
    text-align: right;
    font-weight: bold;
}*/
/*.versionPad
{
    margin-top: 5px;
	margin-left: 15px;
    font-size: 9px;
    color: #036;
}*/






.cp_footer
{
    clear: both;
    height: 40px;
    width: 960px;
    margin: 0 auto;
    text-align: left;
    margin-top: 10px;
}
#MY_footer_logo
{
    background-color: #efefef;
    background-image: url(images/my_footer_logo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    clear: both;
    height: 118px;
    margin-left: 2px;
    margin: 0 auto;
    margin-left: 2px;
}

#MY_CP4
{
    background-image: url(images/tlocp4.png);
    background-repeat: no-repeat;
    width: 960px;
    height: 55px;
    float: left;
    margin-top: 0px;
    margin-left: 5px;
    margin-bottom: 10px;
}
#MY_CP7
{
    width: 200px;
    height: 12px;
    float: left;
}

#my_topmenu
{
    position: relative;
    background-color: #27265e;
    width: 960px;
    float: left;
    margin: 0px;
    padding: 0px;
}
#menu_bgleft
{
    background-image: url(images/menu_bgleft.png);
    float: left;
    background-repeat: no-repeat;
    width: 12px;
    height: 34px;
}
#my_menu
{
    background-color: #27265e;
    width: 936px;
    float: left;
    margin: 0px;
    padding: 0px;
    background-image: url("images/bg_menu.png");
    background-repeat: repeat-x;
}
#menu_bgrightup
{
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(images/menu_bgrightup.png);
    float: right;
    background-repeat: no-repeat;
    width: 12px;
    height: 34px;
}
#menu_bgright
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-image: url(images/menu_bgright.png);
    float: right;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
}
.menuCss .mi
{
    display: inline-block;
    border: 0px;
    background-image: NONE !important;
    height: 46px;
    text-align: center;
    cursor: pointer;
}


.menuCss .hov
{
    background-color: #353579;
}
.menuCss .bc
{
    background-color: #353579;
}
.SubmenuCss .hov, .SubmenuCss .sel
{
    background-color: #353579 !important;
}
.menuCss .txt
{
    margin: 0 15px;
    color: #b9d3ef;
    position: relative;
    top: 18px;
}
.SubmenuCss
{
    z-index: 6;
}
.SubmenuCss .mi
{
    display: block;
    background-color: #2c2c62;
    height: 20px;
    width: 229px;
    margin: 0px;
    font-size: 11px;
    line-height: 20px;
    margin-top: 0px;
    z-index: 5;
}
.SubmenuCss .txt
{
    position: static;
    line-height: 20px;
    width: 229px;
    margin: 0 15px;
    color: #b9d3ef;
    padding: 0px !important;
    text-align: left;
}


/*.copyright_style, .copyright_style a, #my_cp_left a
{
    color: #0b2269;
}
.copyright_style a:hover, #my_cp_left a:hover
{
    text-decoration: underline;
    color: #0b2269;
}*/

/* EPED Grid Styles */

.DataGrid_MDL_fix {
    white-space: normal;
    border-color: transparent;
    background-color: #ECF5F0 !important;
    width: 100%!important;
}

.DataGrid_MDL_fix td,
.DataGrid_MDL_fix th {
    text-align: left !important;
    padding: 8px !important;
    vertical-align: middle !important;
}

.DataGrid_MDL_fix tbody tr:hover {
    background-color: #C7DECE;
}

.DataGrid_Header {
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
    font-size: 12px !important;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    color: #2D4F37 !important;
    height: auto !important;
}

.DataGrid_Header th {
    vertical-align: middle !important;
}

tr.DataGrid_Header:hover {
    background: transparent !important;
}

.DataGrid_Header th {
	padding: 0 10px 0 10px !important;
	color: #2D4F37 !important;
}

.DataGrid_Header:first-child th[rowspan="1"] {
    height: 10px !important;
}

.DataGrid_Header th[rowspan]:not([rowspan="1"]) {
    vertical-align: bottom !important;
    padding-bottom: 11px !important;
}

.DataGrid_Header th a {
    font-weight: bold !important;
}

.DataGrid_Item {
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal !important;
    font-size: 13px !important;
    color: #2D4F37 !important;
}

.DataGrid_PrintCustom
{
    text-align:left;
    margin-left:5px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.DataGrid_Print
{
    text-align:left;   
}

.dropdown-linkbuttons li a {
    color: #123A1F !important;
	background-color: transparent !important;
	box-shadow: none;
    margin-right: 0 !important;
	padding: 8px !important;
}

.eped-dropdown-menu {
    font-size: 22px;
    color:#285337;
}

.eped-dropdown-wrapper {
    display: inline-block;
    vertical-align:top;
    cursor: pointer;
}

.DataGrid_LightGreen_Row td:first-child {
    background-color: lightgreen;
    opacity: 0.9;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.DataGrid_LightSalmon_Row td:first-child {
    background-color: lightsalmon;
    opacity: 0.9;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    border-left: lightsalmon 1px solid;
    border-right: lightsalmon 1px solid;
    border-bottom: lightsalmon 1px solid;
}

.DataGrid_LightGoldenrodYellow_Row td:first-child {
    background-color: lightgoldenrodyellow;
    opacity: 0.9;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.DataGrid_RosyBrown_Row td:first-child {
    background-color: rosybrown;
    opacity: 0.9;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.DataGrid_SandyBrown_Row td:first-child {
    background-color: sandybrown;
    opacity: 0.9;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.DataGrid_Gainsboro_Row td:first-child {
    background-color: gainsboro;
    opacity: 0.9;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.DataGrid_White_Row td:first-child {
    background-color: white;
    opacity: 0.9;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
                     
.DataGrid_Red_Row td:first-child {
    background-color: red;
    opacity: 0.9;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
                     
.DataGrid_Orange_Row td:first-child {
    background-color: orange;
    opacity: 0.9;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}    
                 
.DataGrid_OrangeRed_Row td:first-child {
    background-color: orangered;
    opacity: 0.9;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
                     
.DataGrid_Coral_Row td:first-child {
    background-color: coral;
    opacity: 0.9;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
                     
.DataGrid_LightBlue_Row td:first-child {
    background-color: lightblue;
    opacity: 0.9;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
                 
.DataGrid_RoyalBlue_Row td:first-child {
    background-color: royalblue;
    opacity: 0.9;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
                     
.DataGrid_GolderRod_Row td:first-child {
    background-color: goldenrod;
    opacity: 0.9;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.DataGrid_LawnGreen_Row td:first-child {
    background-color: lawngreen;
    opacity: 0.9;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.DataGrid_LightGreen_Row.DataGrid_RosyBrownStriped_Row td:first-child {
    background: repeating-linear-gradient(
          -55deg,
          lightgreen,
          lightgreen 5px,
          rosybrown 5px,
          rosybrown 10px
        );
}

.DataGrid_LightSalmon_Row.DataGrid_RosyBrownStriped_Row td:first-child {
    background: repeating-linear-gradient(
          -55deg,
          lightsalmon,
          lightsalmon 5px,
          rosybrown 5px,
          rosybrown 10px
        );
}

.DataGrid_FunctionCustom {
    display: inline-block;
}

/*	
.DataGrid_FieldCenter
{
	text-align:center;
}

.DataGrid_Clear
{
    clear:both;
}

.DataGrid_Content
{
    /*border:1px solid #AFB5F0;
}

.DataGrid_Container
{
    margin-left:2px;
    margin-bottom:2px;

	
}

.DataGrid_Container th
{
	background: #AAAAAA url(images/glossy.png) repeat-x;	
    padding: 8px 8px;
    font-size: 11px;
    text-align: left;
	vertical-align:middle;
    text-align:center;
}

.DataGrid_Container td
{
    border: 1px solid gray;
    padding: 4px 8px!important;
    font-size: 11px;
}

.DataGrid_SelectedItem
{
    color: #4e4ecb;
}

.DataGrid_SelectedItem_Custom
{
    color: #4e4ecb;
    font-weight:bold;
    border:2px solid black
}

.DataGrid_Header a
{
    color:White;
}

.DataGrid_Header th
{
    border:1px solid black;
}


.DataGrid_Item, .DataGrid_AlternatingItem
{
    color: #000000;
    border: 1px solid #375162;
}
.DataGrid_AlternatingItem
{
	background: #EEEEEE url(images/glossy.png) repeat-x;
}
.DataGrid_Item
{
	background: #FFFFFF url(images/glossy.png) repeat-x;

}
.DataGrid_Pager
{
   background-color:rgb(223, 223, 227);
}

.DataGrid_Pager td
{
    padding: 4px 4px;
    border: none !important; 
}

.DataGrid_Pager span
{
    padding: 4px 4px;
    border: solid gray 1px; 
}

.DataGrid_Pager a
{
    font-weight:bold;
    padding: 4px 4px;
    color:black;
}

.DataGrid_Pager a:hover
{
    font-weight:bold;
    padding: 4px 4px;
    color:red;
	text-decoration:none;
	border:solid 1px red;
}
.DataGrid_Filter
{
    padding:5px;
}

.DataGrid_FilterCustom
{
    padding-bottom: 5px;
}

.DataGrid_FilterCustom a, .DataGrid_PrintCustom a
{
    border: 1px solid #444444;
	font: 11px verdana;
	width: 150px;
	line-height: 24px;
	text-align: left;
	padding: 6px 10px;
	background: #999999 url(images/glossy.png) repeat-x;
	color: White;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 2px 2px 5px #CCCCCC;
}

.DataGrid_FunctionCustom a
{
    border: 1px solid #444444;
	font: 11px verdana;
	width: 150px;
	line-height: 15px;
	text-align: center;
	padding: 6px 10px;
	background: #999999 url(images/glossy.png) repeat-x;
	color: White;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 2px 2px 5px #CCCCCC;
	margin:3px;
	display:inline-block;
}

.DataGrid_FilterCustom a:hover, .DataGrid_PrintCustom a:hover, .DataGrid_FunctionCustom a:hover
{
    color: #555555;
	border: 1px solid #444444;
	background: #DDDDDD url(images/glossy.png) repeat-x;
	text-decoration: none;
}


.DataGrid_FilterFuncCustomHide
{
	text-align:center;
	padding-bottom:5px;
	background: url(Images/hide.png) no-repeat;
	background-position:center;
	background-size:40px 30px;
	height:30px;
	cursor:pointer;
}

.DataGrid_FilterFuncCustomShow
{
	text-align:center;
	padding-bottom:5px;
	background: url(Images/show.png) no-repeat;
	background-position:center;
	background-size:40px 30px;
	height:30px;
	cursor:pointer;
}

.DataGrid_SelectedItem_Custom
{
    color: #4e4ecb;
    font-weight:bold;
    border:2px solid black
}

.DataGrid_PageSize
{
    padding:5px;
    text-align:left;
    float:left
}

.DataGrid_PageSizeCustom
{
    padding:5px;
    text-align:left;
    float:left;
}

.DataGrid_PageSizeCustom select 
{
	height:30px;
	padding:5px;
	margin-right:2px;
	border:1px solid gray;
	border-radius: 5px;
	box-shadow: inset 0 0 5px 5px #fffbe1;
	-webkit-box-shadow: inset 0 0 5px 5px #fffbe1;
	-moz-box-shadow: inset 0 0 5px 5px #fffbe1;
	font-size: 13px;
    font-weight: normal;
	font-family: Arial;
}


div.DataGrid_FormCommands
{
    float: left;
}


div.DataGrid_FormCommands a
{
    border: 1px solid #444444;
	font: 11px verdana;
	width: 150px;
	line-height: 30px;
	text-align: left;
	padding: 6px 10px;
	background: #5078B3 url(images/glossy.png) repeat-x;
	color: White;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 2px 2px 5px #CCCCCC;
}

div.DataGrid_FormCommands a:hover
{
    color: #555555;
	border: 1px solid #444444;
	background: #DDDDDD url(images/glossy.png) repeat-x;
	text-decoration: none;
}

.DataGrid_PrintCustom
{
    text-align:left;
    margin-left:5px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.DataGrid_Print
{
    text-align:left;   
}

.DataGrid_FunctionCustom
{
    padding-top:5px;
    padding-bottom:5px;
    text-align:left;
    
}

.DataGrid_Function
{
    padding:5px;
    text-align:left;
    
}
*/

/* EPED Form Styles */

.FormValueDate
{
    padding:5px;
    font-size:medium;
}

hr
{ 
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	margin-top: 5px;
	margin-bottom:15px;

}

#dnn_ctr381_RS_Zgloszenie_TabContainer_TabPanel2_Panel1, #dnn_ctr381_RS_Zgloszenie_TabContainer_TabPanel2_Panel4
{
    height: 50px !important;
}
#dnn_ctr381_RS_Zgloszenie_TabContainer_TabPanel1_Panel64, #dnn_ctr381_RS_Zgloszenie_TabContainer_TabPanel1_Panel36, #dnn_ctr381_RS_Zgloszenie_TabContainer_TabPanel1_Panel55
{
    height: 20px;
    padding-top: 20px;
    margin-top: 20px;
    background-image: url(images/double_line.jpg);
    background-repeat: repeat-x;
}
#dnn_ctr381_RS_Zgloszenie_TabContainer_TabPanel1_Panel57, #dnn_ctr381_RS_Zgloszenie_Panel61, #dnn_ctr381_RS_Zgloszenie_TabContainer_TabPanel1_Panel33
{
    margin-top: 20px;
}
#dnn_ctr381_RS_Zgloszenie_TabContainer_TabPanel1_Opiekun_Panel1
{
    margin-bottom: 20px;
}

#dnn_ctr381_RS_Zgloszenie_TabContainer_TabPanel1_Uczen_User_Panel22, #dnn_ctr381_RS_Zgloszenie_TabContainer_TabPanel1_Uczen_User_Panel25, #dnn_ctr381_RS_Zgloszenie_TabContainer_TabPanel1_Uczen_Panel2, #dnn_ctr381_RS_Zgloszenie_TabContainer_TabPanel1_Opiekun_User_Panel19, #dnn_ctr381_RS_Zgloszenie_TabContainer_TabPanel1_Uczen_User_Panel19, #dnn_ctr381_RS_Zgloszenie_TabContainer_TabPanel1_Opiekun_User_Panel22, #dnn_ctr381_RS_Zgloszenie_TabContainer_TabPanel1_Opiekun_User_Panel25
{
    padding-top: 20px;
    margin-top: 20px;
    background-image: url(images/single_line.jpg);
    background-repeat: repeat-x;
    width: 60%;
}

#dnn_ctr381_RS_Zgloszenie_TabContainer_TabPanel1_Panel35
{
    padding-bottom: 20px;
    background-image: url(images/double_line.jpg);
    background-repeat: repeat-x;
    background-position: bottom center;
}

#dnn_ctr381_RS_Zgloszenie_TabContainer_TabPanel1_Uczen_Panel27, #dnn_ctr381_RS_Zgloszenie_TabContainer_TabPanel1_Opiekun_Panel27
{
    padding-top: 20px;
    margin-top: 20px;
    background-image: url(images/single_line.jpg);
    background-repeat: repeat-x;
    width: 30%;
}

/* Section CSS */

.Section
{
	/*border-radius: 5px 5px 5px 5px;
	padding: 5px 10px 10px 10px;
	margin: 0px 5px 10px 5px;
	box-shadow: 2px 2px 5px #CCCCCC;
	border: solid 1px #AAAAAA;
	background: #FFFFFF url(images/glossy.png) repeat-x;*/
    margin-top: 20px;
}
.eped-section-table {
    float: left;
    display: block;
    width: 100%;
}
.SectionTab
{

	padding: 5px 10px 10px 10px;
	margin: 0px 5px 10px 5px;

	background: #FFFFFF url(images/glossy.png) repeat-x;
}

.SectionTab div.ajax__tab_container div.ajax__tab_body {
    width:100% !important;
}

.SectionRow
{
    background-color: #f7f8fb;
    border: solid 1px #AFB5F0;
    padding: 2px 4px;
    border-radius: 10px;
    padding: 10px;
    margin: 0px 4px 10px;
    box-shadow: 2px 2px 5px #171552;
}

.SectionChoice
{
    background: #FFFFFF url(images/glossy.png) repeat-x;
    border: solid 1px #AAAAAA;
    padding: 2px 4px;
    border-radius: 10px;
    padding: 10px;
    margin: 0px 4px 10px;
    box-shadow: 2px 2px 5px #CCCCCC;
}

.SectionFiltr
{
    background: #FFFFFF url(images/glossy.png) repeat-x;
    border-left: solid 1px #AFB5F0;
    border-right: solid 1px #AFB5F0;
    border-bottom: solid 1px #AFB5F0;
    padding:5px;
    margin: 0px 4px 10px;
    box-shadow: 2px 2px 5px #171552;
    
}

.SectionHeadFiltr
{
    background: #5078B3 url(images/glossy.png) repeat-x;	
    border: solid 1px #5078B3;
    box-shadow: 2px 2px 5px #171552;
    padding-left: 5px;
    padding-right: 5px;
    margin: 5px 4px 0px;
}

.SectionHeadFiltr .Head, .SectionHeadFiltr .Normal
{
    color:White;
	font-size: 15px !important;
}

.SectionHead
{
    background: none!important;
    padding: 0px!important;
    margin: 0px!important;
    border-width: 0px!important;
    border-radius: 0px!important;
    box-shadow: none!important;
    margin-top: 25px!important;
}

.SectionTitle
{
	background: #5078B3 url(images/glossy.png) repeat-x;	
    padding-left:5px;
    padding-right:5px;
    margin: 0px 5px 5px 5px;
    border: solid 1px #5078B3;
	border-radius: 4px 4px 4px 4px;
    box-shadow: 2px 2px 5px #171552;
}

.SectionTitle .Head
{
    color:White;
	font-size: 13px !important;
}

.SectionSubHead
{
    line-height:15px;
    padding:2px;
    background-color: #E6E9F2;
    margin-bottom:5px;
    border: solid 1px #171552;
    font-size:12px;
    color:WindowText;
}


/* Main div & class CSS */

div.FormContent div.FormPart
{
    margin-top: 7px;
}
div.FormContent div.FormPart div.FormHeader,
div.Email div.EmailDialog div.FormPart div.FormHeader 
{
    margin-bottom: 2px;
    margin-top: 7px;
}
div.FormContent div.FormPart div.FormHeader span,
div.Email div.EmailDialog div.FormPart div.FormHeader span
{
    font-size: 11px !important;
    color: Gray !important;
}
div.FormContent div.FormPart div.FormHeader a img
{
    width: 8px;
}
div.FormContent div.FormPart div.FormValue
{
    margin-bottom: 3px;
}


div.FormContent div.FormPart div.FormValue table label
{
    /*margin-left: 5px;*/
}
div.FormContent div.FormPart div.FormValue input[type=checkbox]
{
    vertical-align: middle;
    margin-bottom: 3px;
}
div.FormContent div.FormPart div.FormValue input[type=radio]
{
    vertical-align: middle;
    margin-bottom: 2px;
}
div.FormContent div.FormPart div.FormValue ul.AutocompleteCompletionListElement
{
    float: left;
    cursor: pointer;
}
div.FormContent div.FormPart div.FormValue table
{
    border-collapse: collapse;
}
div.FormContent div.FormPart div.FormValue td
{
    padding: 0;
}

div.FormContent div.FormPart div.FormHeader a,
div.FormContent div.FormPart div.FormValue a
{
    white-space: nowrap;
}
div.FormContent div.FormPart div.FormHeader a img,
div.FormContent div.FormPart div.FormValue a img
{
    width: 10px;
}

div.FormContent div.FormPart div.FormValue input.NormalTextBox
{
	
}

.txt-eped-outline {
    outline-color: #0F9C57;
}

div.FormContent div.FormHeader .Help span
{
	font-size: 11px;
    font-weight: normal;
}

div.FormContent div.FormPart div.FormValue select
{
	height:30px;
	padding:5px;
	margin-right:2px;
	border:1px solid gray;
	border-radius: 5px;
	box-shadow: inset 0 0 5px 5px #fffbe1;
	-webkit-box-shadow: inset 0 0 5px 5px #fffbe1;
	-moz-box-shadow: inset 0 0 5px 5px #fffbe1;
	font-size: 13px;
    font-weight: normal;
	font-family: Arial;
}

div.FormContent div.FormPart div.FormValue input[type="text"],
div.Email div.EmailDialog div.FormPart div.FormValue input[type="text"]
{
	
	/*height: 20px;*/
	padding:3px;
	border-radius: 5px;
	box-shadow: inset 0 0 5px 5px #fffbe1;
	-webkit-box-shadow: inset 0 0 5px 5px #fffbe1;
	-moz-box-shadow: inset 0 0 5px 5px #fffbe1;
	background-color: #fff;
	border-width: 1px;
	margin-right:2px;
}

div.FormContent div.FormPart div.FormValue input[readonly="readonly"],
div.Email div.EmailDialog div.FormPart div.FormValue input[readonly="readonly"]
div.FormContent div.FormPart div.FormValue textarea[readonly="readonly"],
div.Email div.EmailDialog div.FormPart div.FormValue textarea[readonly="readonly"]
{
	background-color: #EEEEEE;
	box-shadow: inset 0 0 5px 5px #EEEEEE;
	-webkit-box-shadow: inset 0 0 5px 5px #EEEEEE;
	-moz-box-shadow: inset 0 0 5px 5px #EEEEEE;
}

input[type="text"],
input[type="password"]{
	
	/*height: 20px;
	padding:3px;
	border-radius: 5px;
	box-shadow: inset 0 0 5px 5px #fffbe1;
	-webkit-box-shadow: inset 0 0 5px 5px #fffbe1;
	-moz-box-shadow: inset 0 0 5px 5px #fffbe1;
	background-color: #fff;
	border-width: 1px;
	margin-right:2px;*/
}

input[readonly="readonly"]
{

	background-color: #EEEEEE;
	box-shadow: inset 0 0 5px 5px #EEEEEE;
	-webkit-box-shadow: inset 0 0 5px 5px #EEEEEE;
	-moz-box-shadow: inset 0 0 5px 5px #EEEEEE;

}


div.FormContent div.FormPart div.FormValue textarea,
div.Email div.EmailDialog div.FormPart div.FormValue textarea
{
	padding:3px;
	border-radius: 5px;
	box-shadow: inset 0 0 5px 5px #fffbe1;
	-webkit-box-shadow: inset 0 0 5px 5px #fffbe1;
	-moz-box-shadow: inset 0 0 5px 5px #fffbe1;
	background-color: #fff;
	border-width: 1px;
	margin-right:2px;
}


div.FormContent div.FormPart div.FormValue  span, label 
{
	/*color:#555555;
	font-size:13px;*/
	/* font-weight:bold;  */
}
	
	
div.FormContent div.FormPart div.FormValue .Help span, 
div.FormContent div.SectionHead div.FormValue  .Help span, label
{
    font-size: 11px !important;
    font-weight: normal;
}

div.FormContent div.SectionBackground  div.SectionHead  span,label ,
div.FormContent  div.SectionHead div.FormValue  span,label
{
	font-size: 13px ;
	color:#555555;
}
.SectionBackground {
    float: left;
    width: 100%;
}
	
.SectionHead .Head
{
	font-size: 13px !important;
	color:#555555;
}

div.FormContent div.SectionTitle .Head
{
	font-size: 13px !important;
	color:white;
}
	
span.NormalRed 
{
	color: #FF0000 !important;
    font-size: 12px;
    font-weight: bold;
}

span.NormalGreen
{
	color: green !important;
    font-size: 12px;
    font-weight: bold;
}

span.NoramlHeader
{
    font-size: 13px !important;
    font-weight: bold !important;

}

span.NormalBold
{
	font-size: 13px !important;
    font-weight: bold;
}
	

div.FormContent div.FormPart div.FormValue  option
{
	padding:2px;
}




div.FormContent div.FormPart div.FormValue ul
{
    padding: 0 0 0 25px;
    margin: 0;
}
div.FormContent div.FormPart div.FormValue ul li
{
    list-style-type: upper-roman;
}

.ValidationSummary
{

	border-radius:5px;
	box-shadow: 2px 2px 5px #CCCCCC;
	background-color:#FFEEDD;
	border:1 px solid red;
	margin:5px;
	
}
.ValidationSummary ul
{
    padding: 0;
    margin: 0 0 0 8px;
}
.ValidationSummary ul li
{
	list-style-type: circle;
    margin-left: 15px;
    padding: 2px;
	
}
div.FormContent div.FormPart div.FormValueRequiredPanel
{
    float: left;
}
div.FormContent div.FormPart div.FormValueRequiredAsterisk
{
    float: left;
    margin-left: 2px;
    color: Red;
}
div.FormContent div.FormPart div.FormValueRequiredClear
{
    clear: both;
}

div.FormContent div.FormPartFloat
{
    float: left;
    margin-right: 5px;
}
div.FormContent div.FloatClear
{
    clear: both;
}

div.FloatClear
{
	clear: both;
}
.Head
{
    line-height: 25px;
    /*font-size: 16px;
    font-weight: bold;
    color:#555555;*/
}

div.FormCommands
{
    margin-top: 10px;
}


div.FormCommands a, .FormCommandsFloat a
{
    border: 1px solid #444444;
	font: 11px verdana;
	width: 150px;
	line-height: 30px;
	text-align: left;
	padding: 6px 10px;
	background: #5078B3 url(images/glossy.png) repeat-x;
	color: White;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 2px 2px 5px #CCCCCC;
}

div.FormCommands a:hover, .FormCommandsFloat a:hover
{
    color: #555555;
	border: 1px solid #444444;
	background: #DDDDDD url(images/glossy.png) repeat-x;
	text-decoration: none;
}

#dnn_ctr381_RS_Zgloszenie_TabContainer_TabPanel1_Uczen_Panel27 a, #dnn_ctr381_RS_Zgloszenie_TabContainer_TabPanel1_Opiekun_Panel27 a, #dnn_ctr381_RS_Zgloszenie_Panel26 a, #dnn_ctr381_RS_Zgloszenie_Panel19 a
{
    margin-left: 5px;
    font-size: 12px;
    background-color: #2b2a61;
    color: #ffffff !important;
    border: 1px outset #F7F5E8;
    font: 11px verdana;
    width: 150px;
    padding: 3px 10px;
}

#dnn_ctr381_RS_Zgloszenie_ZgodaCheckBox
{
    margin: 5px;
}

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalPanel
{
    background-color: White;
    padding: 10px;
    border: solid 1px Gray;
    position: fixed !important;
}

.ContextMenu
{
    position: absolute;
    visibility: hidden;
    opacity: 0.9;
    filter: alpha(opacity=90);
    width: 250px;
}

.ContextMenuPanel
{
    background-color: #FFFFFF;
    border: 1px solid #b9d3ef;
    font: 11px verdana;
    text-align: left;
    width: 250px;
    padding: 3px 3px 3px 3px;
}

.ContextMenuPanel a
{
	text-indent:5px;
    color: #336699;
	width: 250px;
	display:block;
	line-height:20px;
}

.ContextMenuPanel a:hover
{
	text-indent:5px;
	background-color: #b9d3ef;
    text-decoration: none;
    color: #336699;
	width: 250px;
	display:block;
	line-height:20px;
}

.AutocompleteCompletionListElement
{
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    text-align: left;
    white-space: nowrap;
    color: Black;
    background-color: White;
    /*border: 1px solid Gray;*/
    visibility: hidden;
}
.AutocompleteCompletionListElement li
{
    padding: 1px;
    list-style-type: none !important;
    font-family:Roboto;
    font-size:14px;
    cursor: pointer !important;
}
.AutocompleteListItem
{
    background-color: White;
}
.AutocompleteHighlightedListItem
{
    background-color: #F96331;
    color:white;
}



.ajax__tab_xp .ajax__tab_tab
{
    height: 20px !important;
    line-height: 13px !important;
    padding: 0px !important;
    margin: 0px !important;
    padding-top: 4px !important;
}
.ajax__tab_xp .ajax__tab_body
{
    margin: 0!important;
    padding: 0!important;
    width: 920px;
    overflow: auto;
}
.ajax__tab_xp .ajax__tab_panel
{
    margin: 8px;
}

#dnn_ctr405_STYP_ZlozenieWniosku_WniosekTabContainer_body
{
    width: 97% !important;
}
div.FormContent #dnn_ctr381_RS_Zgloszenie_TabContainer_TabPanel1_Panel57 div.FormPart
{
    height: 70px !important;
    margin: 100px;
}


.ZgloszenieRSAddCommands, .ZgloszenieRPAddCommands
{
	float: left;
	height: 200px;
	margin-left: 180px;
}

.ZgloszenieRPPrintCommands, .ZgloszenieRSPrintCommands
{
	float: left;
	height: 200px;
}

.ZgloszenieRPAddCommands a
{
    /*background-image: url("images/nowe_zgloszenie2.jpg");*/
	color: white;
	border: medium none;
    display: block;
    font: 11px/24px verdana;
    margin-right: 30px;
    padding: 87px 0 0;
	height: 105px;
    width: 256px;
	text-align: center;
	font-size: 12px;
    text-decoration: none !important;
	float:left;
}

.ZgloszenieRSPrintCommands a   {
	/*background-image: url("images/drukuj_wniosek.jpg");*/ 
	color: white;
    border: medium none;
    display: block;
    font: 11px/24px verdana;
    margin-right: 30px;
    padding: 87px 0 0;
	height: 105px;
    width: 256px;
	text-align: center;
	font-size: 12px;
    text-decoration: none !important;
	float:left;
}

.ZgloszenieRPPrintCommands a   {
	background-image: url("images/p_drukuj_wniosek.jpg"); 
	color: white;
    border: medium none;
    display: block;
    font: 11px/24px verdana;
    margin-right: 30px;
    padding: 87px 0 0;
	height: 105px;
    width: 256px;
	text-align: center;
	font-size: 12px;
    text-decoration: none !important;
	float:left;
}

.ZgloszenieRSAddCommands a
{
    background-image: url("images/nowe_zgloszenie.jpg");
	color: white;
	border: medium none;
    display: block;
    font: 11px/24px verdana;
    margin-right: 30px;
    padding: 87px 0 0;
	height: 105px;
    width: 256px;
	text-align: center;
	font-size: 12px;
    text-decoration: none !important;
	float:left;
}


.PotwierdzenieAddCommands 
{
	float: left;
	/*height: 200px;*/
	clear:both;
	margin-left: 180px;

}

.PotwierdzeniePrintCommands 
{
	
	/*height: 200px;*/
}
.PotwierdzenieAddCommands a{
	/*background-image: url("images/potwierdzenie_kontynuacja.jpg");*/
    border: medium none;
    display: block;
    font: 11px/24px verdana;
    margin-right: 30px;
    /*padding: 87px 0 0;*/
    text-align: center;
	/*height: 105px;*/
    width: 256px;
    /*color: white;*/
    font-size: 12px;
    text-decoration: none !important;
}

.PotwierdzeniePrintCommands a  {
	/*background-image: url("images/drukuj_potwierdzenie.jpg");*/ 
	/*color: white;*/
    border: medium none;
    display: block;
    font: 11px/24px verdana;
    margin-right: 30px;
    /*padding: 87px 0 0;*/
	/*height: 105px;*/
    width: 256px;
	text-align: center;
	font-size: 12px;
    text-decoration: none !important;
	float:left;
}

.WyszukiwaniePanel
{
    /*background-image: url("images/szukaj_zgloszenie.jpg");*/
    height: 120px;
	/*line-height:400px;*/
    margin-bottom: 20px;
    width: 545px;
	border: 1px solid #AAAAAA;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 2px 2px 5px #CCCCCC;
	margin-left: 180px;
}
#dnn_ctr389_RS_Zgloszenie_Label25, #dnn_ctr392_RP_Zgloszenie_Label25
{
    display: none;
}

.WyszukiwaniePanel a
{
    background-image: url("images/bg_szukaj.jpg");
    border: medium none;
    /*color: white;*/
    display: block;
    font: 11px/42px verdana;
    height: 40px;
    margin-left: 400px;
    margin-top: 40px;
    text-align: center;
    text-decoration: none !important;
    width: 98px;
}

.WyszukiwaniePanel input
{
    float: left;
    margin-left: 25px;
    margin-top: 50px;
    padding: 3px;
}


span.OznaczeniePreferencji
{
    color: Red;
}

#dnn_ctr389_RS_ZestawieniaTabContainer_WspolnaPotwierdzeniaTabPanel_WspolnaPotwierdzeniaOcenGrid TH[abbr=Oceny]
{
    min-width: 300px;
}


.DnnModule-388 div#dnn_ctr388_OFE_Placowka_ViewPanel div.FormPartFloat
{
    float: left;
    margin-right: 5px;
    width: 48%;
}
div#dnn_ctr388_OFE_Placowka_DanePlacowkiViewPanel div.FormContent div.FormPartFloat
{
    clear: none !important;
    float: left;
}

table#dnn_ctr388_OFE_Oddzial_PrzedmiotPunktowanyGrupaGrid_1
{
    margin-left: 10px;
}

.DnnModule-388 div.FormHeader .Head
{
    line-height: 40px;
    color: #2b2b62 !important;
    font-size: 17px !important;
}

#dnn_ctr405_STYP_ZlozenieWniosku_WniosekPanel .ajax__tab_header
{
    margin-right: 2px;
}


.srodek_tresc
{
    width: 930px;
    margin: 0 auto;
}

.srodek_tresc_gl
{
    width: 950px;
    margin: 0 auto;
}

.srt_lewa
{
    width: 470px;
    float: left;
}

.srt_prawa
{
    width: 460px;
    float: left;
}

.srtp_galeria
{
    width: 434px;
    margin: 0 auto;
}

.srtp_ankieta
{
    width: 220px;
    float: left;
}

.srtp_sonda
{
    width: 220px;
    float: left;
}

.srt_pasek
{
    width: 100%;
    height: 25px;
}

.srtl_tytul
{
    width: 100%;
    height: 35px;
    line-height: 24px;
    font-size: 12px;
    font-family: arial;
    color: #2b2b62;
    font-weight: bold;
}

.srtpg_tytul
{
    width: 100%;
    height: 35px;
    line-height: 24px;
    font-size: 12px;
    font-family: arial;
    color: #2b2b62;
    font-weight: bold;
}

.srtpa_tytul
{
    width: 100%;
    height: 30px;
    line-height: 24px;
    font-size: 12px;
    font-family: arial;
    color: #2b2b62;
    font-weight: bold;
    text-indent: 5px;
}

.srtps_tytul
{
    width: 100%;
    height: 30px;
    line-height: 24px;
    font-size: 12px;
    font-family: arial;
    color: #2b2b62;
    font-weight: bold;
    text-indent: 5px;
}

.srtp_bloki
{
    width: 440px;
    margin: 0 auto;
    background: #fff;
}

.srtpb_odstep
{
    width: 100%;
    height: 15px;
}

a.CommandButton
{
    text-indent: 5px;
}

td.Gallery_HeaderImage
{
    display: none;
}

td.Gallery_RowHeader
{
    display: none;
}

table.Gallery_Image
{
    border: 1px solid #fff;
    padding-right: 10px;
    padding-left: 10px;
}

table.Gallery_Image:hover
{
    border: 1px solid #fff;
    cursor: pointer;
    background: #a5b7f3;
}

td.Gallery_FileTL img
{
    display: none;
}

td.Gallery_FileTR img
{
    display: none;
}

td.Gallery_HeaderCapLeft img
{
    display: none;
}

td.Gallery_FooterCapRight img
{
    display: none;
}

td.Gallery_AltHeaderImage input
{
    display: none;
}

td.Gallery_Footer input
{
    display: none;
}

ul
{
    margin-left: 15px;
    list-style-type: circle;
}
ol
{
    margin-left: 15px;
    /*list-style-type: circle;*/
}

div.ModPrognozaPogodyC img
{
    width: 50px;
    height: 50px;
}

.srp_sonda
{
    width: 210px;
    margin: 0 auto;
}

.srps_lewa
{
    width: 70px;
    height: 100px;
    background: #418cf0;
    float: left;
    text-align: center;
    line-height: 100px;
    color: #222;
    font-weight: bold;
}

.srps_srodek
{
    width: 70px;
    height: 100px;
    background: #e0400a;
    float: left;
}

.srps_srg
{
    width: 70px;
    height: 25px;
    background: #056492;
    text-align: center;
    line-height: 25px;
    color: #222;
    font-weight: bold;
}

.srps_srd
{
    width: 70px;
    height: 75px;
    background: #e0400a;
    text-align: center;
    line-height: 75px;
    color: #222;
    font-weight: bold;
}

.srps_prawa
{
    width: 70px;
    height: 100px;
    background: #bfbfbf;
    float: left;
    text-align: center;
    line-height: 100px;
    color: #222;
    font-weight: bold;
}

.srp_pasek
{
    width: 210px;
    height: 10px;
    clear: both;
}

.srp_wp
{
    width: 210px;
    height: 15px;
}

.srpwp_kolor1
{
    width: 15px;
    height: 8px;
    border: 1px solid #222;
    float: left;
    background: #bfbfbf;
}

.srpwp_kolor2
{
    width: 15px;
    height: 8px;
    border: 1px solid #222;
    float: left;
    background: #056492;
}

.srpwp_kolor3
{
    width: 15px;
    height: 8px;
    border: 1px solid #222;
    float: left;
    background: #e0400a;
}

.srpwp_kolor4
{
    width: 15px;
    height: 8px;
    border: 1px solid #222;
    float: left;
    background: #418cf0;
}

.srpwp_tresc
{
    width: 193px;
    height: 10px;
    float: left;
    text-indent: 5px;
    font-size: 10px;
    line-height: 10px;
}

.srp_tytul
{
    width: 210px;
    font-size: 11px;
    font-weight: bold;
    color: #555;
    line-height: 17px;
    margin-bottom: 5px;
}

span.Normal
{
    font-size: 15px !important;
	color:#555555;

}

span.Normal td.normal
{
    font-size: 15px !important;
    text-align: right;
}

span.Normal td.normal img
{
    display: none !important;
    width: 1px !important;
    height: 1px !important;
}

div.styleOfQuestion
{
    margin-bottom: 5px !important;
}

div.styleOfQuestion span
{
    font-size: 11px !important;
    font-weight: bold !important;
    line-height: 17px;
    font-family: tahoma,verdana,arial;
}
#dnn_ctr405_STYP_ZlozenieWniosku_WniosekSpozaRegionTabContainer_body
{
    width: 635px;
    padding: 8px;
}


.modalPanelInfo
{
    height: 160px;
    width: 440px;
    font-family: Verdana;
    font: 16px/22px;
    text-align: left;
    background: #fff;
    border: 3px solid rgb(117, 117, 153);
    border-radius: 5px;
}

.modalHeaderPanel
{
    height: 30px;
    line-height: 30px;
    color: white;
    font-weight: bold;
    background-color:rgb(117, 117, 153);
}

.modalHeaderLabel
{
    font-size:14px;
    padding-left: 8px;
}

.modalMessagePanel
{
    color: #333;
    font-family: Verdana; 
    font-size: 14px;
    min-height: 66px;
    padding: 12px 4px 12px 8px;
}

.modalCommandsPanel
{
    float: right;
    padding: 10px 8px 0;
}
.modalCommandsPanel a
{
    background-color: #5d8fb5;
    border: 1px ridge #27265e;
    font-family: Verdana;
    font-size:11px;
    width: 150px;
    line-height: 24px;
    text-align: left;
    padding: 3px;
    color:White;
}

.modalCommandsPanel a:hover
{
    color:White;
     border: 1px ridge #5d8fb5;
     background-color: #27265e;
     text-decoration:none;
}

.modalImagePanel
{
    color: #333;
    margin: 0;
    padding: 12px 4px 12px 8px;
}


#dnn_ctr382_RP_Zgloszenie_TabContainer_TabPanel1_Panel48
{
    margin-top: -10px;
    margin-bottom: -3px;
}
.ZgloszenieKod
{
    font-weight: bold;
    color: Red;
}
.ZgodyPanel
{
    margin-top: 10px;
}
.ZgodyPanel input
{
    margin-right: 5px;
}


.PotwierdzeniePanel
{
    width: 500px;
    border: solid 2px Black;
    padding: 0 13px 15px 13px;
    margin-left: auto;
    margin-right: auto;
}
.PotwierdzeniePanel .Section
{
    padding-top: 0;
}
.PotwierdzeniePanel #PotwierdzenieStatusPanel
{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 12px;
}
.PotwierdzeniePanel #PotwierdzenieStatusPanel span
{
    color: Red!important;
    font-size: 12px!important;
    font-weight: bold;
}
.PotwierdzeniePanel .PotwierdzenieStatus div:last-child span:last-child
{
    font-weight: bold;
}


.PracownikWydzialuEdukacjiPanel
{
    border: 2px solid Black;
    background-color: #f7f8fb;
    width: 40em;
    padding: 0.6em;
}
.PracownikWydzialuEdukacjiPanel input[type="checkbox"]
{
    margin-right: 0.3em;
}
.WynikiTable td
{
    padding-top: 0.2em!important;
    padding-bottom: 0.2em!important;
}
.WynikiTable td + td
{
    padding-left: 3em!important;
    text-align: right!important;
}

.ZaakceptOddzialPanel
{
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
 
 .StaticMenu
 {
    cursor:pointer;
    text-align :center;
 }
 
.StaticMenuItem td
{
    text-align  :center;
    cursor:pointer !important;
    
}
.StaticMenuItem
{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	width: 155px;
	font-size: 12px;
	font-weight:bold;
	line-height:35px;
	background-color:#27265e;
	cursor:pointer;
}

.StaticMenuItem a
{
	text-decoration:none;
	color: #b9d3ef;
	cursor:pointer;
	
}

.StaticMenuItem a:hover
{
    
	text-decoration:none;
	color: #b9d3ef;
	cursor:pointer;
}

.StaticMenuItem a:active
{
	text-decoration:none;
	color: #b9d3ef;
	cursor:pointer;
}

.StaticMenuItem a:link
{
	text-decoration:none;
	color: #b9d3ef;
	cursor:pointer;
}

.StaticHover
{
	background-color:#353579;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
}

.StaticHover a
{
	background-color:#353579;
	font-size: 12px;
	font-weight:bold;
	color:#b9d3ef;
	cursor: pointer;
}

.DynamicMenu
{
	background-color:#FFFFFF;
}
.DynamicMenuItem
{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	border-left: 1px solid #27265e;
	border-right: 1px solid #27265e;
	border-bottom: 1px solid #27265e;
	border-top: 1px solid #27265e;
	width: 155px;
	font-size: 10px;
	height: 25px;
}

.DynamicMenuItem a
{
	text-decoration:none;
	color: #27265e;
}

.DynamicMenuItem a:hover
{
	margin-left: 10px;
	text-decoration:none;
	color: #27265e;
}

.DynamicHover
{
	background-color:#b9d3ef;
	font-size: 10px;
	font-weight:bold;
}

div.CommandsButton a
{
    margin-left: 5px;
    font-size: 12px;
    background-color: #E2DDCC;
    border: 1px outset #F7F5E8;
    font: 11px verdana;
    width: 150px;
    line-height: 24px;
    text-align: center;
    padding: 3px;
}

.SectionRed
{
    background-color: #FF9999;
    border: solid 1px #CC0000;
    padding: 2px 4px;
    margin-bottom:5px;
}

.SectionHeadRed
{
    background-color: #FF3333;
    padding-left:2px;
    padding-right:5px;
    margin-bottom:5px;
    margin-top:5px;
    border: solid 1px #CC0000;
}

.EmptyInfo
{
    background-color: #f7f8fb;
    border: solid 1px #AFB5F0;
    padding: 2px 4px;
    margin-bottom:5px;
    text-align:center;
}

.EmptyInfo td
{
    border: solid 1px #f7f8fb;
}

.ProgressBackgroundFilter { 
  position:fixed; 
  top:0px; 
  bottom:0px; 
  left:0px; 
  right:0px; 
  overflow:hidden; 
  padding:0; 
  margin:0; 
  background-color:#000;  
  filter:alpha(opacity=50); 
  opacity:0.5; 
  z-index:1000; 
}
 
.ProcessMessage {  
  position:fixed;  
  top:40%;  
  left:43%; 
  padding:10px; 
  width:14%; 
  z-index:1001; 
  background-color:#fff; 
  text-align:center;
  border: 1px solid black;
} 

.DataListSearchItem
{
    text-decoration:none;
    font-weight:bold;
    width:200px;
    line-height:25px;
    border:1px dashed #27265e;
    margin-bottom:1px;
}

.RootNode
{
    background: #5078B3 url(images/glossy.png) repeat-x;
    width:220px;
    height:35px;
    height:35px;
    border-bottom:1px solid white;
	border-radius: 5px 5px 5px 5px;
}

.RootNode a
{	
	background:none;
    color:White;
	font-weight:bold;
    margin:0px 5px;
}

.RootNode a:hover
{
    color:White;
    font-weight:bold;
    text-decoration:none;
    margin:0px 10px;
}

.ParentNode
{
    background: #AAAAAA url(images/glossy.png) repeat-x;
    width:195px;
    height:100%;
    border-bottom:1px solid white;
	border-radius: 5px 5px 5px 5px;
    display: table-cell;
}

.ParentNode a
{
	background:none;
    color:black;
}

.ParentNode a:hover
{
    color:white;
    font-weight:bold;
    text-decoration:none;
}

.LeafNode
{
    background: #DDDDDD url(images/glossy.png) repeat-x;
    width:195px;
    height:100%;
    border-bottom:1px solid white;
	border-radius: 5px 5px 5px 5px;
    display: table-cell;
}

.Tree td
{
    padding-left:5px;
    height:35px;
}

.LeafNode a
{
	background:none;
    color:rgb(64, 71, 81);
}

.LeafNode a:hover
{
    color:rgb(64, 71, 81);
    font-weight:bold;
    text-decoration:none;
}

.HelpCustom
{
    width:348px;
    margin-left:30px;
    margin-top:1px;
}

.Help {
    background-color: #FFFF99;
    border: 1px solid #000000;
    color: #000000;
    padding: 2px;
	margin:5px;
}

.Help span
{
    font-size: 11px !important;
    font-weight: normal;
}

.Attention {
    background-color: #FFDDAA;
    border: 1px solid #FF0000;
    color: #FF0000;
    padding: 2px;
	margin:5px;
}

.Attention span
{
    font-size: 11px !important;
    font-weight: normal;
	color: #FF0000;
}

/* stare menu */

.StaticHoverStyle2 a:link
{
	color:black;
}
.StaticHoverStyle2 a
{
	background: #999999 url(images/glossy.png) repeat-x;
    line-height:30px;
	display:inline-table;
	margin-left:0px !important;
	width:100% !important;
}

.SelectedLevel2 a, .SelectedLevel1 a
{
	background: #5078B3 url(images/glossy.png) repeat-x;
    line-height:30px;
	display:inline-table;
	margin-left:0px !important;
	text-indent:10px;
	width:100% !important;
}

.SelectedLevel2 a:link, .SelectedLevel1 a:link,.SelectedLevel2 a:hover, .SelectedLevel1 a:hover
{
color:white;
}

.MenuLevel1
{
    height:30px;
}
.MenuLevel1 a
{
    font-family: Arial, Sans-Serif; 
    font-weight:bold;
    padding-left:5px;
    text-decoration:none;
	color:white;
    cursor:default;
	
}

.MenuLevel1 td
{
	background: #2E4d7B url(images/glossy.png) repeat-x;
    height:30px;
	border-radius:4px 4px 4px 4px;
	border:1px solid #111111;
	width:210px !important;
}

.MenuLevel2
{
    height:30px;
}

.MenuLevel2 a
{
    font-family: Arial, Sans-Serif; 
    color:rgb(64, 71, 81);
    text-decoration:none;
    font-weight:normal;
    cursor:pointer;
	margin-left:0px;
}

.MenuLevel2 a:hover
{
    text-decoration:none;
    cursor:pointer;
}

.MenuLevel2 td
{
	background: #DDDDDD url(images/glossy.png) repeat-x;
    height:30px;
	border-radius:4px 4px 4px 4px;
	border:1px solid #777777;
	width:210px !important;
}


.DynamicHoverStyle a:link
{
	color:white;
}
.DynamicHoverStyle a
{
	background: #5078B3 url(images/glossy.png) repeat-x;
    line-height:30px;
	display:inline-table;
	width:98% !important;
	cursor:pointer !important;
}

.StaticHoverStyle a:link
{
	color:black;
}
.StaticHoverStyle a
{
	background: #999999 url(images/glossy.png) repeat-x;
    line-height:30px;
	display:inline-table;
	width:98% !important;
	cursor:pointer !important;
	
}

.StaticSelectedStyle
{
	background: #999999 url(images/glossy.png) repeat-x;
    line-height:30px;
	display:inline-table;
	width:99% !important;
	cursor:pointer !important;
}

.DynamicSelectedStyle a:link
{
	color:white;
}
.DynamicSelectedStyle
{
	background: #5078B3 url(images/glossy.png) repeat-x;
    line-height:30px;
	display:inline-table;
	width:100% !important;
	cursor:pointer !important;
}
.SelectedLevel2 a, .SelectedLevel1 a
{
	background: #5078B3 url(images/glossy.png) repeat-x;
    line-height:30px;
	display:inline-table;
	margin-left:0px !important;
	text-indent:10px;
	width:100% !important;
}

.SelectedLevel2 a:link, .SelectedLevel1 a:link,.SelectedLevel2 a:hover, .SelectedLevel1 a:hover
{
color:white;
}

.StaticMenuLevel
{
    height:30px;

}
.StaticMenuLevel a
{
    font-family: Arial, Sans-Serif; 
    font-weight:bold;
    padding-left:5px;
    text-decoration:none;
	color:white;
    cursor:default;
	
}

.StaticMenuLevel td
{
	background: #2E4d7B url(images/glossy.png) repeat-x;
    height:30px;
	border-radius:4px 4px 4px 4px;
	border:1px solid #111111;
	width:210px !important;
	cursor:pointer !important;
	margin-bottom:5px;
}

.DynamicMenuLevel
{
    height:30px;
}

.DynamicMenuLevel a
{
    font-family: Arial, Sans-Serif; 
    color:rgb(64, 71, 81);
    text-decoration:none;
    font-weight:normal;
    cursor:pointer !important;
	padding-left:5px;
}

.DynamicMenuLevel a:hover
{
    text-decoration:none;
    cursor:pointer;
}

.DynamicMenuLevel td
{
	background: #DDDDDD url(images/glossy.png) repeat-x;
    height:30px;
	border-radius:4px 4px 4px 4px;
	border:1px solid #777777;
	width:210px !important;
	cursor:pointer !important;
}

/* Przycisk dodawania*/

div.FormCommandsAdd a
{
	
	border: 1px solid #444444;
	font: 11px verdana;
	width: 150px;
	line-height: 30px;
	text-align: left;
	padding: 6px 10px;
	background: #37C940 url(images/glossy.png) repeat-x;
	color: white;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 2px 2px 5px #CCCCCC;
}

div.FormCommandsAdd a:hover
{
    background: #5BFC66 url(images/glossy.png) repeat-x;
	border: 1px solid #444444;
	font: 11px verdana;
	width: 150px;
	line-height: 30px;
	text-align: left;
	padding: 6px 10px;
	color: black;
	text-decoration:none;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 2px 2px 5px #CCCCCC;
}

div.FormCommandsDelete a
{
	
	border: 1px solid #444444;
	font: 11px verdana;
	width: 150px;
	line-height: 30px;
	text-align: left;
	padding: 6px 10px;
	background: #FF3C3C url(images/glossy.png) repeat-x;
	color: white;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 2px 2px 5px #CCCCCC;
}

div.FormCommandsDelete a:hover
{
    background: #FC8080 url(images/glossy.png) repeat-x;
	border: 1px solid #444444;
	font: 11px verdana;
	width: 150px;
	line-height: 30px;
	text-align: left;
	padding: 6px 10px;
	color: black;
	text-decoration:none;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 2px 2px 5px #CCCCCC;
}



.AccordionHeader
{
    border: 1px solid #2F4F4F;  
    color: white;  
	background: #2E4d7B url(images/glossy.png) repeat-x;
    font-family: tahoma, verdana, arial;  
    font-size: 12px;  
    font-weight: bold;  
    padding: 5px;  
	line-height:35px;
	border-radius: 4px 4px 4px 4px;
    cursor: pointer;  
}

.AccordionHeaderSelected
{
    border: 1px solid #2F4F4F;  
    color: white;  
	background: #5078B3 url(images/glossy.png) repeat-x;
    font-family: tahoma, verdana, arial;  
    font-size: 12px;  
    font-weight: bold;  
    padding: 5px;  
	line-height:35px;
	border-radius: 4px 4px 4px 4px;
    cursor: pointer;
}

.AccordionContent
{
    background-color: white;  
    border-top: none;  
    padding-top:2px;
	}

.AccordionContentHeader .Head,
.AccordionContentHeaderSelected .Head
{
    color:White;
	font-size: 13px !important;
}

.AccordionContentHeader
{
	background: #5078B3 url(images/glossy.png) repeat-x;
    padding-left:5px;
    padding-right:5px;
    margin: 0px 5px 5px 5px;
    border: solid 1px #171552;
    color:White;
	border-radius: 4px 4px 4px 4px;
    box-shadow: 2px 2px 5px #171552;
}

.AccordionContentHeaderSelected
{
	background: #5078B3 url(images/glossy.png) repeat-x;	
    padding-left:5px;
    padding-right:5px;
    margin: 0px 5px 5px 5px;
    border: solid 1px #5078B3;
	border-radius: 4px 4px 4px 4px;
    color:White;
    box-shadow: 2px 2px 5px #171552;
}

.FormCommandsFloat
{
    float:left;
    margin-left:10px;
    margin-top:-2px;
}

.TextBoxFormNormal
{
	box-shadow: inset 0 0 5px 5px #FFFFDD;
	height: 25px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 5px 5px #FFFFDD;
	background-color: #fff;
	border-width: 1px;
}

.TextBoxFormReq
{
	box-shadow: inset 0 0 5px 5px #FFFFDD;
	height: 20px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 5px 5px #FFFFDD;
	background-color: #fff;
	border-width: 1px;
	border-left-color: red;
	border-left-width: 5px;
	border-left-style: solid;
}

/* EMail popup */

#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
  top:0;
  left:0;
}
   
.Email .EmailDialog {
  position:fixed;
  /*width:410px;*/
  /*height:440px;*/
  display:none;
  z-index:9999;
  padding:20px;
  background-color:#EEEEEE;
  border-radius: 5px;
  /*border:3px solid #5078B3;*/
  border:3px solid #0F9C57;
  font-family: Roboto, sans-serif;
}


/*Ajax Claendat*/


.Calendar .ajax__calendar_container td
{
	border: medium none !important;
    font-size: 11px;
    margin: 0;
    padding: 0 !important;
}

.Calendar .ajax__calendar_container {
    background-color: #FFFFFF ;
    border: 1px solid #646464 ;
    color: #000000 ;
}
.Calendar {
    cursor: default;
    font-family: tahoma,verdana,helvetica;
    font-size: 11px;
    padding: 4px;
    text-align: center;
    width: 170px; 
}
.RadiobuttonListStyle{
margin-left:20px;
}
.RadiobuttonListStyle td{
padding:2px 0 !important;
}
.CheckBoxStyle input{
margin-right:5px;
}
.PrzedmiotyCheckBoxList td, .PrzedmiotyViewCheckBoxList td, .poziomyViewCheckBoxList td{
padding-top:6px!important;
}
.PrzedmiotyCheckBoxList input{
margin-right:5px;
}
.PrzedmiotyCheckBoxList, .PrzedmiotyViewCheckBoxList{
margin-left:20px;
}

.OsiagnieciaciaHeader{
margin-bottom:5px;
margin-top:12px !important;
}

.OsiagnieciaInnePanel{
margin-left:20px;
}

.bottombrstyle {
margin-bottom:27px;
}

.delGodziny {
float:left;
margin-top:20px!important;
}

.DnnModule-OPEGIEKAEPEDWersja {
    position: static;
}

/* OPEGIEKA.Sonda styles */

.opegieka-white-tile {
    background-color: white;
    min-height: 373px;
    max-height: 373px;
    min-width: 270px;
    max-width: 270px;
    padding: 5px 8px 8px 8px;
}
  .opegieka-sonda-pytanie {
    padding: 5px 8px 8px 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
}
    .opegieka-sonda-image img {
  	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 220px;
    height: 220px;
}
  
  .opegieka-slide-height {
  	height: 350px;
}
  
  .opegieka-sonda-carousel-control {
    position: absolute;
    top: 330px;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}
  
  .opegieka-sonda-carousel-control-right {
    right: 0;
    left: auto;
}
  
  .opegieka-sonda-carousel-control-color {
    color: rgb(18, 57, 28) !important;
    
}

/* OPEGIEKA.Sonda styles */

/* GK: Nadpisanie wyglądu DNN_C Cookies */
.cc_container .cc_btn{
background-color: rgb(14, 156, 87) !important;
border-bottom-style: none;
border-bottom-width: 0px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(255, 255, 255);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(255, 255, 255);
border-right-style: none;
border-right-width: 0px;
border-top-color: rgb(255, 255, 255);
border-top-style: none;
border-top-width: 0px;
box-sizing: border-box;
color: rgb(255, 255, 255) !important;
cursor: pointer;
display: inline-block;
font-family: Roboto, Helvetica, Arial, sans-serif;
font-size: 12px;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: 400;
letter-spacing: normal;
line-height: 36px;
outline-color: rgb(255, 255, 255);
outline-style: none;
outline-width: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-align: left;
text-indent: 0px;
text-shadow: none;
border-radius:2px !important;
/*text-transform: uppercase;*/
vertical-align: middle !important;
transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.cc_container {
	border-radius: 2px !important;
    color: #010101 !important;
    background-color: #C7DECE !important;
    border: none !important;
}

/* Powiadomienia MDL */
.eped-card-powiadomienie {
	width:100%;
	margin-bottom: 30px;
}

/* DNN_Cookies end */

/* Harmonogramy */
div.harmonogram-all{
    float: left;
    width: 100%;
}

div.harmonogram div.part-center{
    position: relative;
    width: 100%;
    /*min-width: 980px;
    max-width: 1200px;*/
    margin: 0 auto;
}

div.harmonogram div.part-center-all{
    position: relative;
    float: left;
    width: 100%;
}

div.harmonogram div.part-center h2.headline{
    width: 1000px;
	margin: 0 auto;
    padding: 0 0 30px 0;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
    font-size: 25pt;
    text-align: center;
    color: #010101;
    border-bottom: 1px solid #DAEADF;
}

div.harmonogram div.part-center{
	position: relative;
    margin-top: 50px;
}

div.harmonogram div.part-center div.part-center-all{
    margin-bottom: 0;
}

div.harmonogram div.part-center div.part-center-all div.stripe{
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    background: #DAEADF;
}

div.harmonogram div.part-center .block{
    float: left;
    position: relative;
    width: 50%;
    padding: 0 40px;
    margin: 50px 0 0 0;
}

div.harmonogram div.part-center .block:nth-of-type(2n-1){
    float: right;
    transform: translate(0,175px);
    -ms-transform: translate(0,175px);
    -webkit-transform: translate(0,175px);
}

div.harmonogram div.part-center .block div.content{
    position: relative;
    width: 100%;
	height: 300px;
    padding: 0 30px 0 20px;
	background: #DAEADF;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
}

div.harmonogram div.part-center .block div.content div.middle{
    position: relative;
    display: table-cell;
    width: 100%;
	height: auto;
}

div.harmonogram div.part-center .block div.content div.middle div{
    line-height: 16pt;
	height: 150px;
	overflow: auto;
	word-wrap: normal;
}

div.harmonogram div.part-center .block div.content label{
    line-height: 12pt;
	margin-top: -25px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 8pt;
    position: absolute;
}

div.harmonogram .block .content h3,
div.harmonogram .block .content h4,
div.harmonogram .block .content p,
div.harmonogram .block .content label{
	color: #285336;
}

div.harmonogram div.part-center .block div.content h3{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 25pt;
	overflow: hidden;
	max-height: 112px;
	margin-bottom: 20px;
}

div.harmonogram div.part-center .block div.content h4{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 19pt;
	overflow: hidden;
	max-height: 112px;
	margin-bottom: 20px;
}

.rsp-harmonogram-h3-max-height {
    max-height: none !important;
}

div.harmonogram div.part-center .block div.content p{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14pt;
}

div.harmonogram div.part-center .block .content div.pointer{
    position: absolute;
    top: 85px;
    right:-25px;
    width: 50px;
    height: 50px;
    transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
}

div.harmonogram div.part-center .block .content div.pointer div{
    width: 100%;
    height: 100%;
    background: #DAEADF;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
}

div.harmonogram div.part-center .block .content div.point{
    position: absolute;
    top: 100px;
    right: -50px;
    width: 19px;
    height: 19px;
    background: #DAEADF;
    border: #DAEADF 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

div.harmonogram div.part-center .block:nth-of-type(2n-1) .content  div.pointer{
    left: -25px;
    transform: scaleX(0.5) rotate(180deg);
    -ms-transform: scaleX(0.5) rotate(180deg);
    -webkit-transform: scaleX(0.5) rotate(180deg);
}

div.harmonogram div.part-center .block:nth-of-type(2n-1) .content div.point{
    left: -49px;
}

div.harmonogram div.part-center .block .content:hover,
div.harmonogram div.part-center .block .content:hover div.pointer div{
    background: #C7DECE;
    border-color: #C7DECE;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

div.harmonogram div.part-center .block .content:hover div.pointer div,
div.harmonogram div.part-center .block .content:hover div.point,
div.harmonogram div.part-center .block .content:hover{
background: #C7DECE;
}

@media screen and (max-width: 992px){
    div.harmonogram div.part-center{
        width: 100%;
        min-width: 0;
    }

    div.harmonogram div.part-center{
        margin-top: 75px;
        padding: 0 30px;
    }

    div.harmonogram div.part-center h2.headline{
        float: left;
        width: 100%;
        padding-left: 20px;
        text-align: center;
        border: none;
    }

    div.harmonogram div.part-center div.part-center-all div.stripe{
        left: 10px;
    }

    div.harmonogram div.part-center .block{
        clear: left;
        width: 100%;
        padding: 0 10px 0 80px;
        margin: 0 0 75px 0;
    }

    div.harmonogram div.part-center .block:nth-of-type(2n-1){
        float: left;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
    }

    div.harmonogram div.part-center .block div.content{
        height: auto;
    }

    div.harmonogram div.part-center .block div.content div.middle{
        display: block;
        height: auto;
		padding-top:10px;
        padding-bottom: 40px;
    }

    div.harmonogram div.part-center .block div.content h3,
    div.harmonogram div.part-center .block div.content h4{
        max-height: none;
    }

    div.harmonogram div.part-center .block div.content p{
        overflow: hidden;
        max-height: none;
    }

    div.harmonogram div.part-center .block .content div.pointer{
        left:-25px;
    }

    div.harmonogram div.part-center .block .content div.point{
        left: -80px;
    }

    div.harmonogram div.part-center .block:nth-of-type(2n-1) .content  div.pointer{
        left: -25px;
        transform: scaleX(0.5) rotate(0deg);
        -ms-transform: scaleX(0.5) rotate(0deg);
        -webkit-transform: scaleX(0.5) rotate(0deg);
    }

    div.harmonogram div.part-center .block:nth-of-type(2n-1) .content div.point{
        left: -80px;
    }
}

@media screen and (max-width: 768px){
    div.harmonogram div.part-center{
        margin-top: 50px;
        padding: 0 0 0 10px;
    }

    div.harmonogram div.part-center h2.headline{
        padding-left: 10px;
        font-size: 24pt;
    }

    div.harmonogram div.part-center div.part-center-all div.stripe{
        left: 10px !important;
    }

    div.harmonogram div.part-center .block{
        padding: 0 0 0 50px;
        margin: 0px 0 40px 0;
    }

    div.harmonogram div.part-center .block div.content{
        padding: 5px 15px;
    }

    div.harmonogram div.part-center .block div.content div.middle{
        margin-bottom: 0;
    }

    div.harmonogram div.part-center .block div.content h3,
    div.harmonogram div.part-center .block div.content h4{
        font-size: 14pt;
        line-height: 17pt
    }

    div.harmonogram div.part-center .block div.content p{
        font-size: 10pt;
        line-height: 13pt;
		overflow: auto;
    }

    div.harmonogram div.part-center .block .content div.pointer{
        left:-25px;
    }

    div.harmonogram div.part-center .block .content div.point{
        left: -50px;
    }

    div.harmonogram div.part-center .block:nth-of-type(2n-1) .content div.point{
        left: -50px;
    }

}

/* Rekrutacja -> pliki do pobrania (html) */
.eped-RP-file-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 620px;
    overflow: hidden;
}

#eped-rp-pliki-do-pobrania > tbody > tr > td:nth-child(1){
    padding-bottom: 35px;
}

#eped-rp-pliki-do-pobrania > thead > tr > th:nth-child(1){
    padding-bottom: 20px;
}

/* Rekrutacja -> pliki do pobrania */
#GridView1 {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 620px;
    overflow: hidden;
}

#RP-PlikiView-btnDownload {
    margin: 10px 0 10px 0;
}

/* end rekrutacja -> pliki */
.filter-option {
    display:inline-block !important;
    vertical-align:top;
}
.DataGrid_FilterCustom {
    background-color: #ffffff;
    /*background-color: #c7dece;*/
    padding: 10px;
}
/*trzy klasy stylów poniżej są tymczasowe - w ramach hot fixu, by pokazywać dodatkowe filtry*/
.DataGrid_FilterFuncCustomShow span , .DataGrid_FilterFuncCustomHide span {
    padding: 0px 16px;
    height: 36px;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1) 0s, background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    background-color: rgb(15, 156, 87);
    color: white;
    display: inline-block;
    line-height: 36px;
    border-radius: 2px;
    margin: 7px 0px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    margin: 7px 0 0 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.DataGrid_FilterFuncCustomShow span:after {
    content: 'Pokaż więcej filtrów';
}
.DataGrid_FilterFuncCustomHide span:after {
    content: 'Schowaj powyższe filtry';
}
.Filters {
    float: right;
    margin-top: 0 !important;
    position: relative;
    display: inline-block;
}
    .Filters .glyphicon {
        color: #295637;
        font-size: 24px;
        text-align: center;
        cursor: pointer;
        padding: 0 5px 5px 5px;
    }
.SectionHead {
    position: relative;
    display: inline;
}
.opgk-main-title {
    width: auto !important;
    position: relative;
    margin-bottom: 20px;
    float: left;
}
.opgk-main-menu-title-text {
    float: left;
    display: block;
    font-size: 35px;
    color: #000;
    line-height: 42px;
}
.opgk-main-menu-div-button {
    position: absolute;
    right: 20px;
}

/*Checkbox'y*/
td .mdl-checkbox {
    margin-top: -24px;
    margin-left: 2px;
}

th .mdl-checkbox {
    margin-top: -24px;
}

/*Wyszukiwanie po kodzie rekrutacji*/
.mdl-button.mdl-button--colored {
    color: #285337 !important;
}

.mdl-button.mdl-button--colored {
    color: #285337 !important;
}

.rekrutacja-link-wyszukiwanie {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

/*Responsywne menu w rekrutacjach*/
.mdl-layout__responsive_bar,
.mdl-layout__responsive_bar:hover,
.mdl-layout__responsive_bar:focus {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.mdl-layout__responsive_dropdown_menu {
    background-color: #285337;
    z-index:7 !important;
}

.mdl-layout_responsive_menu-li {
    padding: 15px 15px 15px 15px;
}

.opgk_dropdown_mdl_menu {
    
}



.eped-grid-1-row {
    display:inline-table;
}

.eped-grid-2-row {
    display: block;
    margin: 10px 10px 10px 34px;
    padding-top: 20px;
}

.eped-grid-1-row div {
    display: table-cell;
    position: absolute;
}

.eped-grid-2-row div {

}

.eped-grid-2-row div div {
    display: block;
    padding: 3px;
}

.eped-grid-2-row div div:first-child {
    font-weight: bold;
}
.eped-grid-2-row div div:last-child {
    padding-left: 10px;
}
.dnnTabsModule {
    background-color:#fff;
}

.opgk-mdl-panel {
    display: block;
    float: left;
    width: 100%
}

.eped-mdl-section {
    display:block;
    margin:10px;
}

.eped-mdl-label-header {
    font-weight:bold;
}

.eped-mdl-status {
    display:block;
    margin:10px;
}

.transparent-button {
    background-color: transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}

.disabled {
    background-color: #EEE;
}

.opgk-left-align-title div.dnnLabel {
    text-align: left;
    width: auto;
}

    .opgk-left-align-title div.dnnLabel label span {
        color: black;
    }

.opgk-left-align-title div.dnnLabel a.dnnFormHelp {
    right: 0;
    margin-left: 10px !important;
}

.opgk-dnn-info-label div.dnnLabel {
    width: auto;
    padding-bottom: 10px;
}

.opgk-dnn-link-info-label div.dnnLabel {
    width: auto;
    padding-right: 10px;
}

    .opgk-dnn-link-info-label div.dnnLabel a.dnnFormHelp {
        right: 0;
    }

.rp-upload-bar {
    height: 18px;
    background: #2D4F37 !important;
}

.rp-upload-progressBar {
    width: 60%;
    background-color: #afafaf;
}

.not-active,
.not-active:hover,
.not-active:link {
   pointer-events: none;
   cursor: default;
   color: #CCCCCC !important;
   text-decoration: none;
}
.eped-hours-textbox {
    display: block;
    border: 1px solid red;
    border-bottom: 4px solid red;
    width: 100px !important;
    font-size: 35px;
    padding: 5px;
}

.eped-hours-textbox-header {
    font-weight: bold;
    color: red !important;
    margin-top: 10px;
    display: block;
}

.eped-100-panel div.ajax__tab_container div.ajax__tab_body {
    width:100% !important;
}

.block-with-text-skincss {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mdl-spinner--single-color .mdl-spinner__layer-1,
.mdl-spinner--single-color .mdl-spinner__layer-2,
.mdl-spinner--single-color .mdl-spinner__layer-3,
.mdl-spinner--single-color .mdl-spinner__layer-4 {
    border-color: #285337;
}

.mdl-loading-spinner-wrapper {
    margin: 30px auto;
    width: 170px;
    height: 35px;
}

.mdl-loading-spinner-wrapper > span {
    margin-left: 15px;
    color: #285337;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.mdl-radio.is-checked .mdl-radio__outer-circle {
    border: 2px solid rgb(14,156,87);
}

.mdl-radio__inner-circle {
    background: rgb(14,156,87);
}

li.eped-podpowiedz {
    padding: 5px 0;
    font-size: 1em;
    cursor:pointer;
}
li.eped-podpowiedz:hover {
    text-decoration:underline;
}
li.selected {
    background-color: #ffb80f; 
}
.mdl-data-table tbody tr {
    position:static !important;
}

.symulacja-section {
    padding: 20px;
}

.symulacja-section-header {
    font-size: 16px;
    font-weight: bold;
}

.symulacja-section-errors {
    margin: 10px 0;
}

.mdl-tooltip {
    will-change: unset; /*removes blur effect in some google chrome versions*/
}
.eped-dialog-btn {
    float: right;
    margin-left: 10px;
}

.mdl-tabs__tab_lesser_padding {
    padding: 0 6px !important;
}