.clear { clear: both;}

html { width :100%;height:100%; font: 12px/14px 'PT Sans'; overflow: hidden;}
body {height:100%; width:100%; overflow: hidden; padding: 0; margin: 0; background:#C8E1F0; background: linear-gradient(to bottom, #f5fafc, #c8e1f0);}
.contentwrap {position: relative; display: block; height: 100%; }
.archivewrap {position: relative; display: none;}
.archivetitle { position: fixed; top: 0; right: 0; height: 44px; background: #9cc5e1; border-top: solid 1px #c8e1f0; border-left: solid 1px #dcecf6;}
.archivetitle h3 {padding: 5px 10px; margin: 9px 0; text-transform: uppercase; color: #20466c; font-weight: normal; font-size: 13px;}
.arrow.right {background: url(/images/flipbook/arrow-right.png);}
.arrow.left {background: url(/images/flipbook/arrow-left.png);}
.archivelist {position: relative; }
.iblist { position: relative; margin-top: 10px;}
.iblist .ibone { position: relative; float: left; padding: 12px 15px; margin: 3px;}
.iblist .ibone.selected { background: #accfe6; box-shadow: inset 0 0 10px rgba(122,122,122,0.5);}
.iblist .ibone:hover {background: #accfe6;}
.iblist .ibone .ibnum { text-align: center; color: #21456b; font: normal 16px/20px 'PT Sans Narrow'; margin: 3px 0;}
.iblist .ibone .ibnum strong { font: bold 30px/20px 'PT Sans Narrow';}
.iblist .ibone .ibdate {text-align: center; text-transform: uppercase; color: #414141; font: normal 14px/16px 'PT Sans Narrow'; }
.iblist .ibone.notactive {opacity:0.4;filter:alpha(opacity=40);}
.iblist .ibone:hover {opacity:1;filter:alpha(opacity=100);}
/*.stickerwrap { display: none; position: fixed; top: 0; right: 0; bottom: 0; z-index: 1000; width: 20px; background: #112540;}*/
.calendarwrap {position: relative; margin: 10px; padding: 10px; background: #fff; box-shadow: 0 0 3px rgba(122,122,122,0.5); }
.shwbtm {position: absolute; bottom: -6px; width: 100%; height: 6px; margin: auto; background: center url(/images/flipbook/shaddow-btm.png);}
.yearselector {padding: 0 0 15px; border-bottom: solid 1px #c7c7c7;}
.oneyear { float: left; padding: 8px; margin: 0; }
.oneyear a { color: #56585b; font: normal 16px/20px 'PT Sans Narrow'; text-decoration: none; border-bottom: dashed 1px; }
.oneyear.selected {background: #9cc5e1;}
.oneyear.selected a { font-size: 22px; border-bottom: none; color: #233a59; cursor: default;}
.monthselector {position: relative;  margin-top: 10px;}
.onemonth { float: left; padding: 6px; margin: 2px; width: 43px; text-align: center; }
.onemonth a { color: #56585b; font: normal 14px/18px 'PT Sans Narrow'; text-decoration: none; border-bottom: dashed 1px;  }
.onemonth a:hover {font: normal 14px/18px 'PT Sans Narrow'; text-decoration: none; border-bottom: dashed 1px; }
.onemonth.selected { background: #9cc5e1; }
.onemonth.selected a { border-bottom: none; color: #233a59; cursor: default;}
.accessbanwrap { margin: 50px auto 0; width: 680px; }

 .more-info {
    position: absolute;
    top: 1000px;
    left: 2000px;
    width: 380px;
    background: #FFF;
    z-index: 99999;
    border: 3px solid #04628c;
    text-align: left;
    z-index: 99999999;
    display: none;
}

 .more-info .ibwrap {
    position: relative;
    padding: 10px;
    max-height: 450px;
    overflow: auto;
}

 .more-info .ibwrap .encr {
    font-size: 12px;
    margin: 5px 0 10px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 7px;
    font-weight: bold;
}

 .more-info .ibwrap .date {
    font-size: 10px;
    line-height: 7px !important;
    margin-top: 15px;
    color: #1f5709;
    font-weight: bold;
    margin-bottom: 6px;
}

 .more-info .tooltip {
    position: absolute;
    width: 19px;
    height: 34px;
    background: url(/images/ltooltip.png) no-repeat;
    left: -19px;
    top: 35px;
    z-index: 1000;
}

.calendar .days .day {
    position: relative;
}

 .more-info .pdfversion {
    margin-top: 12px;
    padding-top: 8px;
    background: url("/images/icon_pdf.png") 0px 5px no-repeat;
    height: 20px;
    margin-left: 0;
    padding-left: 20px;
}

 .more-info ul li {
    margin-left: 10px;
}

 .more-info ul li a{
    font-size: 13px;
    line-height: 16px;
}

.calendar .days .day.hover {
    background: #FFF;
}

.calendar .days td:first-child .more-info {
    width: 510px !important;
}

 .more-info .pdfversion a {
    color: #202020;
    text-decoration: underline;
    font-size: 11px;
}

 .more-info .pdfversion a:hover {
    text-decoration: none;
}


.accordeon-wrapp {
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 0;
    width: 290px;
    height: 100%;
    border-left: 10px solid #4D6170;
}


@media (min-width: 992px) { 
.contentwrap {margin-right: 300px;}
.contentwrap.full {margin-right: 30px;}
.archivewrap { display: block; position: fixed; top: 0; right: 0; bottom: 0; z-index: 1000; width: 288px; border-left: solid 12px #112540;}
.archivetitle { width: 287px;}
.iblist .ibone .ibimg img { width: 85px; height: 103px;}
.stickerwrap { display: none;}
.lngselector { position: relative;
    padding: 10px;
    float: none !important;
}
    .accordeon-wrapp {width: 290px}
    .iblist {margin-left: 12px;}
}



@media (min-width: 1580px) { 
    .contentwrap {margin-right: 495px;}
    .contentwrap.full {margin-right: 30px;}
    .archivewrap { display: block; position: fixed; top: 0; right: 0; bottom: 0; z-index: 1000; width: 488px; border-left: solid 12px #112540;}
    .archivetitle { width: 487px;}
    .iblist .ibone .ibimg img { width: 111px; height: 141px;}
    .stickerwrap { display: none;}
    .lngselector {position:absolute; top:15px; right:23px; border-bottom: 0; }
    .accordeon-wrapp {width: 485px}
}

#archivewrap .slide, #stickerwrap .slide {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: -27px;
    color: white;
    background: #112540;
    padding: 5px 0 0 4px;
    cursor: pointer;
}

#stickerwrap .slide {
    left: -17px;
}

.accordeon {
    height: 100%;
    position: relative;
    border: 1px solid #FFF;
}

.accordeon > div {
    position: relative;
}


.accordeon-caption {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #21456b;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 33px;
    font-size: 19px;
    background: #9cc5e1;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 1px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1);
}

.accordeon-caption.active {
    border-bottom: 1px solid #FFF;
}

.accordeon-caption.active h3 {
    border-bottom: 0;
}

.accordeon-caption h3 {
    text-shadow: none;
    font-weight: bold;
    line-height: 18px;
    margin-top: 8px;
    display: inline-block;
}

.accordeon-caption > div.arrow {
    position: absolute;
    top: 17px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: url("/images/dropdown-left.png") no-repeat;
}

.accordeon-caption.active > div.arrow {
    background: url("/images/dropdown-black.png") no-repeat;
    top: 20px;
}

.accordeon-caption {
    height: 33px;
    border-bottom: 1px solid #d4d4d4;
}

.accordeon-content {
    display: none;
    background: #FFF;
    position: relative;
    height: auto;
    overflow: auto;
    height: 100%;
}

.accordeon div.accordeon-content {
    display: none;
    position: relative;
    overflow: auto;
}

.accordeon div.accordeon-content:first-child {
    ;
}

h3 {
    line-height: 30px;
}

#serchedList .pagination ul li a {
    display: block;
    padding: 3px 7px;
    color: #092f44;
    text-decoration: none;
    font-weight: bold;
}

#serchedList .pagination {
    margin: 0 0 20px 0;
    height: 60px;
    clear: both;
}

.accordeon-caption a.onelng {
    text-decoration: none;
    font-size: 14px;
    text-shadow: none;
    display: inline-block;
    line-height: 21px;
}

.accordeon-caption.languagesel {
    background: white;
    cursor: inherit;
}

.accordeon-caption.languagesel .lng-active {
    background: #728fa4;
    color: #FFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    padding: 0px 10px 5px 5px;
}

.accordeon-caption.active {
    cursor: inherit;
}

#stickerwrap {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 30px;
    background: #4D6170;
    display: none;
}

#open {
    background: url('/images/glyphicons-halflings.png') #FFF;
    height: 17px;
    width: 18px;
    margin: 15px 8px;
    background-position: -334px -47px;
    cursor: pointer;
}

#hider  span {
    width: 16px;
    height: 16px;
    float: right;
    margin-top: -17px;
    display: inline-block;
    background: url('/images/glyphicons-halflings.png') #FFF;
    background-position: -453px -72px;
}