@charset "UTF-8";
@import url('bootstrap/css/bootstrap.min.css');
@import url('font-awesome-4.2.0/css/font-awesome.min.css');

/* 
    --------------------------------------------------------------------------------------------------
    BEGIN:  Background 
    Notes:  You may change the background color or image by changing the following section


#wrap {
background-image: url('file path/your image.png') ;
background-size: cover ;
width: 100%;
}

#wrap {
  background-color: #c6ecfc ;
}
*/
/* END: Background 
   --------------------------------------------------------------------------------------------------- */


   
.topMenu {
    border-bottom: 1px solid grey  ;
}


.glyphicon-search {
    padding-left: 5px ;
}

            /* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  min-height: 100% ;
   background: url(/Portals/0/bkg.jpg) 0px 100% no-repeat;
   background-color: #c8c8f1  /* tamnoplava #03002c */ ;
   
	position:absolute;
	background-attachment:fixed;
	background-position:center top; 
	bottom:0px;
	width:100%;
	height:100%;
  /* The html and body elements cannot have any padding or margin. */
}

form {
  height: 100%;
  min-height: 100% ;
}


/* Wrapper for page content to push down footer */
#wrap {

	
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
  
}
            
/* Set the fixed height of the footer here */
#footer {
  min-height: 50px;
  height: auto;
  padding: 5px;
  background-color: silver;
  color: #yellow ; 
  border-top: 1px dashed #c0c0c0 ;
}



#footer a .pull-right{
    color: steelblue ;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 20px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}


#head {
  height: auto;
  background-color: #E2E2E3;
  color: yellow ; 
  border-top: 1px dashed #022f5a ;
				top: 0%;
				left: 20%;
}


code {
  font-size: 80%;
}
            
#dnn_dnnLOGO_imgLogo {
                width:  100%;
                height:  auto;
				max-width: 1140px;
/* 				-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
				-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
				box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); */
            }        
            
#dnn_dnnLOGO_sm_imgLogo {
	width: auto;
    width: auto;
            }                      
            
#rightMenu li  { padding-top: 0 ; padding-right: 20px; padding-left: 15px;}            

#footer .row .pull-right  { padding-top: 10px; text-align: right ;}

.navbar-brand {
    padding: 0px 0 0 0px;
	display: block;
	text-align: center ;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	height: 100%;
}


	@import url('//fonts.googleapis.com/css?family=Poiret+One');
	@font-face {
	  font-family: 'Poiret One';
	  font-style: normal;
	  font-weight: 400;
	  src: local('PoiretOne'), url(//fonts.gstatic.com/s/poiretone/v3/cKr_e199f0xMkxMkRbEJX_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
	}

#link-brand {
	padding: 30px 0px 0px 4%;
	color: #fff ;
    font-size: 14px;
    font-family: /* 'Poiret One', */ 'Trebuchet MS', 'Script', Calibri, sans-serif;
    font-weight: 400;	
}

.normal {
    color: #333333 ;
}

#liSearch {
   padding-top: 12px ;
   padding-right: 10px;
   text-align: center;
}

h3 {
    font-size: 14px;
    font-weight: 600 ;
}

.footerBtn {
    color: black ;
    min-width : 100px;
    border: 1px solid black;
    background-color: #000000 ;
}

.selected-item, .selected-value  {
    font-size: x-small ;
}

.dnnFileUploadScope .dnnFormItem span {
    font-size: x-small ;
}

.panel-body h1, h2, h3 {
    color: #5f9df7 ;
}

.navbar-padding {
    padding-right: 5px;
	padding-left: 20px ;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

.btn-primary {
    text-decoration: none ;
}

.btn-danger {
    text-decoration: none ;
}

#pageEnd {
    width: 100%; text-align: center; margin-top: 50px ;
}

#footerLeft {
display: table; 
margin:0 auto 0 6%
}

#loginControls, #publisherLinks {
    display: table-cell;
    vertical-align: middle ;
    height: 50px ;
    text-align: left ;
}

#publisherLinks {
    width: auto ;
	text-align: center;
}

#footerRight {
    top: 5px ;
	text-align: right;
}

#dnn_dnnUser_registerLink, #dnn_dnnLogin_loginLink {
    color: black ;
}

#dnn_dnnUser_registerLink:hover, #dnn_dnnLogin_loginLink:hover {
    color: white ;
}


