body { 
    background: url(../img/bg-b.jpg) top center repeat #2b55c5;  
}
#topmenu, .top-bar, .top-bar ul {
    background-color: #E0F0FF;
}
.headlineLogo{}
.headlineLogo a{}
.headlineLogo span{}
.headlineLogo span a:focus, 
.headlineLogo span a:hover, 
.headlineLogo span a:visited, 
.headlineLogo span a{ 
    margin: 12px;
    color: rgba(197, 229, 255, 1);
    text-shadow: 0px 2px 1px #000;
    font-size: 36px;
}
h2.pagetitle {
    background: url(../img/menu.jpg) center repeat #3461D6;
    color: #FFFFFF;
    padding: 5px 10px;
    margin: 0;
    line-height: 30px;
    font-size: 1.1em;
    height: auto;
}
h2.pagetitle a{
    color: #fff;
}
#header {
    background: url(../img/head.jpg) top center repeat #2b55c5; 
}
#header img {
    height: 95px;
    padding: 12px 0;
}
.headlineLogo img{height: 95px;}
.main-body {
    background: #fff;
    padding-top: 15px;
}
.main-content h3 {
    background: url(../img/menu.jpg) center repeat #3461D6;
    color: #FFFFFF;
    padding: 5px 10px;
     margin: 0;
    font-size: 1.5em;
}
.grid-padding-x > .side-menu.cell {
    margin-bottom: 15px;
}
.side-menu h5 {
    text-align: center;
    color: #fff6a5;
    font-size: 1.02em;
    background: url(../img/menu.jpg) center repeat #3461D6;
    margin: 0;
    padding: 10px 0px;
}
.side-menu li {
      background: url(../img/menu.jpg) center repeat #C5D0ED;
    background-size: auto 100%;
    border-top: 1px solid #3865dc;
}
.side-menu li:hover {
    background: #4F92FA;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a,
.dropdown.menu .is-active > a,
.side-menu li a{
	color: #fff;
} 
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after, 
.dropdown.menu.vertical > li.opens-right > a::after{
     border-color: transparent transparent transparent #ffffff; 
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after,
.dropdown.menu.vertical > li.opens-left > a::after { 
     border-color: transparent #ffffff transparent transparent;
}

.fullmenu {display: block;}

.fullmenu ul {list-style: none;margin: 0;padding: 0;display: block;}

.fullmenu.folder li{ 
	background: url(../img/folder.png) left top no-repeat #fff;
	background-size: auto 30px ; 
	padding-left: 15px;display: block;
} 
.fullmenu.folder li:hover{ 
	background: url(../img/folder.png) left top no-repeat #E4EFF9; 
	background-size: auto 30px;
}
.fullmenu.file li{background: url(../img/file.png) left top no-repeat #fff;background-size: auto 30px;padding-left: 15px;display: block;}
.fullmenu.file li:hover{ 
	background: url(../img/file.png) left top no-repeat #CBDDFA; 
	background-size: auto 30px;
}
.fullmenu li a{text-decoration: none;color: #1881bb;padding: 0 0 0 20px;display: block;line-height: 30px;}

.pagetitle{line-height: 50px;height: 50px;color: #267CDD;font-size: 24px;}
.pagetitle img{
      height: 30px;
    float: left;
    padding: 5px 10px 0 0;
}
.pagetitle span{display: block;line-height: 30px;font-size: 24px;}
.top-bar .breadcumb {
    display: block;
    line-height: 20px;
}
.top-bar .breadcumb a{display: inline-block;padding: 0;font-size: 14px;}
  
 #topmenu .menu .button { 
    padding: 0 1rem;
    height: 25px;
}
#topmenu .top-bar input { 
    line-height: 20px;
    height: 25px;
}
#topmenu .top-bar{
    padding: 5px;
}

.myIframe {padding-top: 50px;}
.myIframe[view="active"] {position: fixed;left: 0;top: 0;padding: 0;right: 0;bottom: 0;z-index: 9999;background: #000;}

.myIframe iframe{
      border: 0;
    width: 100%;
    height: 965px;
}
#iframeWraper{
    border: 0;
    width: 100%;
    height: 975px;
    background: #fff;
}
.myIframe[view="active"] iframe{
    border: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0px;
    width: 100%;
     height: 95%;
}


.commentwrap{
  margin-bottom: 20px;
  border: 10px solid #A9BFFF;
  float: none !important;
  display: block;
  width: auto !important;
}
.comment{
  display: block;
  padding: 10px 20px;
  background: #E0E9FF;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.subcomment .comment{
  background-color: #EDF2FF;
  border-top: 2px solid #A9BFFF;
}

.subcomment { 
  float: none !important;
  display: block;
  width: auto !important;
}

.comment a {
  background: #FFF;
  color: #3C6AE4; 
  padding: 2px 10px;
  display: inline-block;
  border: 1px solid #3966DD;
  border-radius: 10px;
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px; 
  -ms-border-radius: 10px; 
  -o-border-radius: 10px; 
}
.comment a:hover {
  color: #FFF;
  background: #3C6AE4;
}
.comment h3{
  line-height: 25px;
  margin: 10px 0;
  background: none;
  color: #000;
  font-weight: bold;
  padding: 0;
}
.subcomment  .comment h3{ 
  line-height: 20px;
  margin: 5px 0;
  font-size: 16px;
}
.comment h3 span{ 
  color: #888888;
  font-size: 12px;
  float: right;
  margin: 0 10px 10px;
}
.subcomment  .comment p{  
  font-size: 14px;
  margin: 0px 0px;
  display: block;
}
.subcomment .comment h3 span {
  color: #888888;
  font-size: 12px;
  float: right;
  margin: 0;
}
.center{ text-align:center; }
.bt0{ margin-bottom: 0; }
.mainmenu-1.top-bar,
.mainmenu-1.top-bar .top-bar-left,
.mainmenu-1.top-bar .top-bar-right,
.mainmenu-1.top-bar ul { background: none !important;}


.mainmenu-1.top-bar ul ul{
    display: none;
    position: absolute;
    width: 200px;
    z-index: 999;
}
.mainmenu-1.top-bar ul a{
	color:#f4f4f4;
}

.mainmenu-1.top-bar ul li:focus ul,
.mainmenu-1.top-bar ul li:active ul,
.mainmenu-1.top-bar ul li:hover ul{
    display: block; 
}
.mainmenu-1.top-bar li ul li a { 
    background: #224CB2;
    font-size: 14px;  
    border-top: 1px solid rgba(226, 234, 255, 0.47);
}
.mainmenu-1.top-bar ul a:focus ,
.mainmenu-1.top-bar ul a:active ,
.mainmenu-1.top-bar ul a:hover {
    color: #fff;
    background: #2B84C3;
}

#footermenu a{color: #D4FFFF;}
#footermenu p{padding: 10px;font-size: 12px;text-align: center;color:#fff;margin: 0; }

#ac-menu-0.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block; 
    border-color: #ffffff transparent transparent; 
} 

#ac-menu-0,#ac-menu-0[view="hidden"],#menu-title-1, #menu-0{display:none !important;}
#main-title-bar-1{
      display: block !important;
    background: url(../img/menu.jpg) center repeat #3461D6;
}

#ac-menu-0[view="active"] ,#menu-0[view="active"]{display:block !important;}








@media print, screen and (min-width: 400px) {
	.myIframe iframe{ 
	    height: 450px !important;
	}
	#iframeWraper{ 
	    height: 460px !important; 
	}
}

@media print, screen and (min-width: 600px) {
	.myIframe iframe{ 
	    height: 965px !important;
	}
	#iframeWraper{ 
	    height: 975px  !important; 
	}
}

@media print, screen and (min-width: 64em) {
	#ac-menu-0[view="hidden"],#menu-title-1,#menu-0{display:block !important;}
	#ac-menu-0, #main-title-bar-1{display:none !important;}
	.grid-padding-x > .main-content.cell { padding:0;border:0;}
	
	.myIframe iframe{ 
	    height: 965px !important;
	}
	#iframeWraper{ 
	    height: 975px !important; 
	}

}