@media (min-width: 1400px){
  .container{
    width:1360px;
    font-size:0;
  }
}
.col-xs-12{max-width:100%}
.col-xs-11{max-width:91.6667%}
.col-xs-10{max-width:83.3333%}
.col-xs-9{max-width:75%}
.col-xs-8{max-width:66.6667%}
.col-xs-7{max-width:58.3333%}
.col-xs-6{max-width:50%}
.col-xs-5{max-width:41.6667%}
.col-xs-4{max-width:33.3333%}
.col-xs-3{max-width:25%}
.col-xs-2{max-width:16.6667%}
.col-xs-1{max-width:8.3333%}

@media (min-width: 768px) {
  .col-sm-12{max-width:100%}
  .col-sm-11{max-width:91.6667%}
  .col-sm-10{max-width:83.3333%}
  .col-sm-9{max-width:75%}
  .col-sm-8{max-width:66.6667%}
  .col-sm-7{max-width:58.3333%}
  .col-sm-6{max-width:50%}
  .col-sm-5{max-width:41.6667%}
  .col-sm-4{max-width:33.3333%}
  .col-sm-3{max-width:25%}
  .col-sm-2{max-width:16.6667%}
  .col-sm-1{max-width:8.3333%}
}

@media (min-width: 992px) {
  .col-md-12{max-width:100%}
  .col-md-11{max-width:91.6667%}
  .col-md-10{max-width:83.3333%}
  .col-md-9{max-width:75%}
  .col-md-8{max-width:66.6667%}
  .col-md-7{max-width:58.3333%}
  .col-md-6{max-width:50%}
  .col-md-5{max-width:41.6667%}
  .col-md-4{max-width:33.3333%}
  .col-md-3{max-width:25%}
  .col-md-2{max-width:16.6667%}
  .col-md-1{max-width:8.3333%}
}

@media (min-width: 1200px) {
  .col-lg-12{max-width:100%}
  .col-lg-11{max-width:91.6667%}
  .col-lg-10{max-width:83.3333%}
  .col-lg-9{max-width:75%}
  .col-lg-8{max-width:66.6667%}
  .col-lg-7{max-width:58.3333%}
  .col-lg-6{max-width:50%}
  .col-lg-5{max-width:41.6667%}
  .col-lg-4{max-width:33.3333%}
  .col-lg-3{max-width:25%}
  .col-lg-2{max-width:16.6667%}
  .col-lg-1{max-width:8.3333%}
}

input::-ms-clear {
  display: none !important;
}

html{
  height:100%;
  box-sizing:border-box;
  overflow-x:hidden;
}
html.no-scroll{
  overflow:hidden;
}

body{
  position:relative;
  min-height:100%;
  overflow: hidden;
  font-size:0;
}

p.has-error{
  color:#a94442;
  margin:-5px 0 10px;
  font-size:13px;
}

.clr{
  height:0px;
  width:100%;
  display:inline-block;
  clear:both;
  float:none;
  position:relative;
}

.has-error label, .has-error p{
  color:#a94442 !important;
}
.has-error .form-control{
  border-color:#a94442 !important;
}

.slick-dots{
  bottom:-35px
}

.slick-dots li {
  width:15px;
  height:15px;
  padding:0;
  margin:0 10px;
  transition: .5s;
}

.slick-dots li button{
  padding:0;
  width:15px;
  height:15px;
}

.slick-dots li button::before{
  width:15px;
  height:15px;
  content:"";
  background-color:#fff;
  opacity:.6;
  transition: .5s;
  transform:scale(1);
  transform-origin: center center;
  border-radius:100%;
}

.slick-dots li.slick-active{
  margin:0 20px;
}

.slick-dots li.slick-active button::before{
  opacity:1;
  transform:scale(1.5);
}

.slick-next,
.slick-prev{
  top:calc(100% + 29px);
  width:30px;
  height:30px;
  z-index:1;
}

.slick-next:before,
.slick-prev:before{
  font-size:30px;
}

.slick-next{
  right:15px;
}

.slick-prev{
  left:15px;
}

[data-tooltip]{
  position:relative;
  display:inline-block;
}

[data-tooltip]:after{
  position:absolute;
  display:inline-block;
  top:calc(100% + 5px);
  left:50%;
  white-space: normal;
  content:attr(data-tooltip);
  background:#bbb;
  color:#333;
  padding:5px;
  font-size:11px;
  border-radius:3px;
  text-transform:none;
  text-align:center;
  max-width:100px;
  width:250%;
  z-index:1000;
  pointer-events: none;
  opacity:0;
  transition:.25s;
  transform:translate(-50%, -5px);
}

[data-tooltip]:hover:after{
  opacity:1;
  transform:translate(-50%, 5px);
}

.stylesIssueLibrary__navBar___VS210 .rdt{
position:relative;
display:inline-block;
vertical-align:middle;
margin-left:10px;
}
.stylesIssueLibrary__navBar___VS210 .rdt .form-control{
  display:inline-block;
  padding:10px 45px 10px 60px;
  text-align: center;
  background:#f2f2f2;
  color:#000;
  font-size: 18px;
  font-weight:400;
  height:auto;
  font-family:'Roboto';
  line-height:21px;
  width:190px;
  border-radius:30px;
  border:none;
  cursor:pointer;
  height:48px;
  border-top:none;
  box-shadow:none;
}
.stylesIssueLibrary__navBar___VS210 .rdt:after{
  display:inline-block;
  position:absolute;
  content:"";
  height:0px;
  width:0px;
  top:22px;
  right:20px;
  border-top:6px solid #000;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  pointer-events: none;
}
.stylesIssueLibrary__navBar___VS210 .rdt .rdtPicker{
  position:absolute;
  top:110%;
  padding:20px 10px;
  background:#fff;
  border:1px solid #c8c8c8;
  z-index:2;
  right:0;
  box-shadow:0 10px 10px 0 rgba(0,0,0,.3);
  display:none;
  font-family: 'Roboto';
}
.stylesIssueLibrary__navBar___VS210 .rdt.rdtOpen .rdtPicker{
  display:inline-block;
  width:auto;
}
.stylesIssueLibrary__navBar___VS210 .rdt .rdtYears table {
  border-collapse: separate;
  border-spacing: 10px;
}
.stylesIssueLibrary__navBar___VS210 .rdt .rdtPicker table:first-of-type{
  width:100%;
  position:relative;
  border-spacing:10px;
}
.stylesIssueLibrary__navBar___VS210 .rdt .rdtPicker table:first-of-type th{
  font-size:13px;
  color:#333;
  text-align:center;
  cursor:pointer;
}

.stylesIssueLibrary__navBar___VS210 .rdt .rdtPicker table:first-of-type th.rdtPrev,
.stylesIssueLibrary__navBar___VS210 .rdt .rdtPicker table:first-of-type th.rdtNext {
  font-size:32px;
  padding:0;
}

.stylesIssueLibrary__navBar___VS210 .rdt .rdtPicker td.rdtYear{
  padding:12px 8px;
  font-size:13px;
  color:#333;
}
.stylesIssueLibrary__navBar___VS210 .rdt .rdtPicker td.rdtDisabled{
  color:#ccc;
  cursor:default;
}
.stylesIssueLibrary__navBar___VS210 .rdt .rdtPicker td:hover:not(.rdtDisabled),
.stylesIssueLibrary__navBar___VS210 .rdt .rdtPicker td.rdtActive{
  background:#666;
  color:#fff;
  cursor:pointer;
}

.styleReadIssue__calendar___1qYm2 .rdt{
  position:relative;
  display:inline-block;
}
.styleReadIssue__calendar___1qYm2 .rdt .form-control{
  display:inline-block;
  padding:0 70px 0 20px;
  background:#264d78;
  color:#fff;
  font-size: 14px;
  font-weight:600;
  height:auto;
  font-family:'Open Sans';
  line-height:44px;
  width:320px;
  border-radius:0;
  border:none;
  cursor:pointer;
}
.styleReadIssue__calendar___1qYm2 .rdt:after{
  display:inline-block;
  position:absolute;
  content:"";
  height:18px;
  width:35px;
  background:url('assets/img/sprite.png') no-repeat scroll -76px -218px transparent;
  top:13px;
  right:10px;
  border-left:1px solid #fff;
  pointer-events: none;
}
.styleReadIssue__calendar___1qYm2 .rdtPicker thead tr:first-child{
  font-size:18px;
  color:#264d78;
  text-align:center;
  position:relative;
  cursor:pointer;
}
.styleReadIssue__calendar___1qYm2 .rdtPicker thead tr:first-child .rdtSwitch{
  font-weight:700;
  cursor:default;
}
.styleReadIssue__calendar___1qYm2 .rdtPicker thead tr:first-child th{
  text-align:center;
  padding-bottom:15px;
}
.styleReadIssue__calendar___1qYm2 .rdtPicker{
  position:absolute;
  top:110%;
  padding:0 0 15px;
  background:#fff;
  border:1px solid #c8c8c8;
  z-index:1;
  right:0;
  box-shadow:0 10px 10px 0 rgba(0,0,0,.3);
  display:none;
  width:100%;
}
.styleReadIssue__calendar___1qYm2 .rdt.rdtOpen .rdtPicker{
  display:inline-block;
}
.styleReadIssue__calendar___1qYm2 .rdt .rdtDays table,
.styleReadIssue__calendar___1qYm2 .rdt .rdtMonths table,
.styleReadIssue__calendar___1qYm2 .rdt .rdtYears table{
  border-collapse: separate;
  border-spacing: 15px 11px;
  width:100%;
}
.styleReadIssue__calendar___1qYm2 .rdt .rdtMonths table:nth-child(2),
.styleReadIssue__calendar___1qYm2 .rdt .rdtYears table:nth-child(2){
  border-spacing: 25px 11px;
  margin-top:-11px;
}
.styleReadIssue__calendar___1qYm2 .rdt table .rdtDay,
.styleReadIssue__calendar___1qYm2 .rdt table .rdtMonth,
.styleReadIssue__calendar___1qYm2 .rdt table .rdtYear{
  font-size:14px;
  line-height:28px;
  width:28px;
  text-align:center;
  color:#264d78;
  cursor:pointer;
}
.styleReadIssue__calendar___1qYm2 .rdt table .rdtMonth,
.styleReadIssue__calendar___1qYm2 .rdt table .rdtYear{
  line-height:45px;
}
.styleReadIssue__calendar___1qYm2 .rdt table .rdtDay.rdtOld,
.styleReadIssue__calendar___1qYm2 .rdt table .rdtDay.rdtNew{
  color:#a9a9a9;
}
.styleReadIssue__calendar___1qYm2 .rdt table .rdtToday,
.styleReadIssue__calendar___1qYm2 .rdt .rdtMonth.rdtActive,
.styleReadIssue__calendar___1qYm2 .rdt .rdtYear.rdtActive{
  color:#fff;
  background-color:#009ee0;
}
.styleReadIssue__calendar___1qYm2 .rdt table .rdtDisabled{
  cursor:default;
  color:#a9a9a9;
}
.styleReadIssue__calendar___1qYm2 .rdt .dow{
  font-size:14px;
  font-weight:700;
  color:#264d78;
  text-align:center;
}


/* from edgp - styles for search advanced calendar */
/* //////////////////////////////////////////////////////////////// */
.styleContent__dropdownElement___2IDT7 .rdt,
.styleReaderLayout__selectBar___CDtS4 .rdt{
  position:relative;
  display:inline-block;
}
.styleContent__dropdownElement___2IDT7 .rdt .form-control{
  display:inline-block;
  padding:0 70px 0 20px;
  background:#264d78;
  color:#fff;
  font-size: 14px;
  font-weight:600;
  height:auto;
  font-family:'Open Sans';
  line-height:38px;
  width:287px;
  border-radius:0;
  border:none;
  cursor:pointer;
}
.styleReaderLayout__selectBar___CDtS4 .rdt .form-control{
  background:#f2f2f2;
  padding:8px 40px 9px 20px;
  min-width:270px;
  position:relative;
  cursor:pointer;
  border:0;
  font-weight:400;
  border-radius:10px;
  color:#333;
  height:45px;
  text-align:center;
  border:none;
}

.styleContent__dropdownElement___2IDT7 .rdt:after{
  display:inline-block;
  position:absolute;
  content:"";
  height:18px;
  width:35px;
  background:url('assets/img/sprite.png') no-repeat scroll -76px -218px transparent;
  top:10px;
  right:10px;
  border-left:1px solid #fff;
  pointer-events: none;
}

.styleReaderLayout__selectBar___CDtS4 .rdt:after{
  display:inline-block;
  position:absolute;
  content:"";
  height:0;
  width:0;
  border-top:7px solid #000;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  top:20px;
  right:15px;
  pointer-events: none;
}

.styleContent__dropdownElement___2IDT7 .rdtPicker thead tr:first-child,
.styleReaderLayout__selectBar___CDtS4 .rdtPicker thead tr:first-child{
  font-size:18px;
  color:#264d78;
  text-align:center;
  position:relative;
  cursor:pointer;
}
.styleContent__dropdownElement___2IDT7 .rdtPicker thead tr:first-child .rdtSwitch,
.styleReaderLayout__selectBar___CDtS4 .rdtPicker thead tr:first-child .rdtSwitch{
  font-weight:700;
  cursor:default;
}
.styleContent__dropdownElement___2IDT7 .rdtPicker thead tr:first-child th,
.styleReaderLayout__selectBar___CDtS4 .rdtPicker thead tr:first-child th{
  text-align:center;
  padding-bottom:15px;
}
.styleContent__dropdownElement___2IDT7 .rdtPicker,
.styleReaderLayout__selectBar___CDtS4 .rdtPicker{
  position:absolute;
  top:110%;
  padding:0 0 15px;
  background:#fff;
  border:1px solid #c8c8c8;
  z-index:1;
  right:0;
  box-shadow:0 10px 10px 0 rgba(0,0,0,.3);
  display:none;
  width:100%;
}
.styleContent__dropdownElement___2IDT7 .rdt.rdtOpen .rdtPicker,
.styleReaderLayout__selectBar___CDtS4 .rdt.rdtOpen .rdtPicker{
  display:inline-block;
}
.styleContent__dropdownElement___2IDT7 .rdt .rdtDays table,
.styleContent__dropdownElement___2IDT7 .rdt .rdtMonths table,
.styleContent__dropdownElement___2IDT7 .rdt .rdtYears table,
.styleReaderLayout__selectBar___CDtS4 .rdt .rdtDays table,
.styleReaderLayout__selectBar___CDtS4 .rdt .rdtMonths table,
.styleReaderLayout__selectBar___CDtS4 .rdt .rdtYears table{
  border-collapse: separate;
  border-spacing: 11px 11px;
  width:100%;
}
.styleContent__dropdownElement___2IDT7 .rdt .rdtMonths table:nth-child(2),
.styleContent__dropdownElement___2IDT7 .rdt .rdtYears table:nth-child(2),
.styleReaderLayout__selectBar___CDtS4 .rdt .rdtMonths table:nth-child(2),
.styleReaderLayout__selectBar___CDtS4 .rdt .rdtYears table:nth-child(2){
  border-spacing: 25px 11px;
  margin-top:-11px;
}
.styleContent__dropdownElement___2IDT7 .rdt table .rdtDay,
.styleContent__dropdownElement___2IDT7 .rdt table .rdtMonth,
.styleContent__dropdownElement___2IDT7 .rdt table .rdtYear,
.styleReaderLayout__selectBar___CDtS4 .rdt table .rdtDay,
.styleReaderLayout__selectBar___CDtS4 .rdt table .rdtMonth,
.styleReaderLayout__selectBar___CDtS4 .rdt table .rdtYear{
  font-size:14px;
  line-height:28px;
  width:28px;
  text-align:center;
  color:#264d78;
  cursor:pointer;
}
.styleContent__dropdownElement___2IDT7 .rdt table .rdtMonth,
.styleContent__dropdownElement___2IDT7 .rdt table .rdtYear{
  line-height:45px;
}
.styleContent__dropdownElement___2IDT7 .rdt table .rdtDay.rdtOld,
.styleContent__dropdownElement___2IDT7 .rdt table .rdtDay.rdtNew{
  color:#a9a9a9;
}
.styleContent__dropdownElement___2IDT7 .rdt table .rdtToday,
.styleContent__dropdownElement___2IDT7 .rdt .rdtMonth.rdtActive,
.styleContent__dropdownElement___2IDT7 .rdt .rdtYear.rdtActive,
.styleReaderLayout__selectBar___CDtS4 .rdt table .rdtToday,
.styleReaderLayout__selectBar___CDtS4 .rdt .rdtMonth.rdtActive,
.styleReaderLayout__selectBar___CDtS4 .rdt .rdtYear.rdtActive{
  color:#fff;
  background-color:#009ee0;
}
.styleContent__dropdownElement___2IDT7 .rdt table .rdtDisabled,
.styleReaderLayout__selectBar___CDtS4 .rdt table .rdtDisabled{
  cursor:default;
  color:#a9a9a9;
}

.styleContent__dropdownElement___2IDT7 .rdt .dow,
.styleReaderLayout__selectBar___CDtS4 .rdt .dow{
  font-size:14px;
  font-weight:700;
  color:#264d78;
  text-align:center;
}

.zoomer img{
  width:100%;
  height:auto;
}


#lds-spinner {
  position: absolute;
}
#lds-spinner div {
  left: 96px;
  top: 40px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1.5s infinite;
  animation: lds-spinner linear 1.5s infinite;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-transform-origin: 10px 60px;
  transform-origin: 10px 60px;
}
#lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.375s;
  animation-delay: -1.375s;
}
#lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}
#lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -1.125s;
  animation-delay: -1.125s;
}
#lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}
#lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
#lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}
#lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
}
#lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
#lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
}
#lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#lds-spinner {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

#loadingScreen[class*="small"]{
  width: 25px;
  height: 25px;
  overflow: hidden;
  background: none;
}

#loadingScreen[class*="small"] #lds-spinner{
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.25);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

#loadingScreen[class*="small"] #lds-spinner div{
  left: 45px;
  top: 5px;
  position: absolute;
  animation: spinnerSmall linear 1s infinite;
  background: #ffffff;
  width: 10px;
  height: 20px;
  border-radius: 0px / 0px;
  transform-origin: 5px 45px;
}
#loadingScreen[class*="small"] #lds-spinner div:nth-child(1){
  transform: rotate(0deg);
  animation-delay: -0.9166666666666666s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(2){
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(3){
  transform: rotate(60deg);
  animation-delay: -0.75s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(4){
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(5){
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(6){
  transform: rotate(150deg);
  animation-delay: -0.5s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(7){
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(8){
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(9){
  transform: rotate(240deg);
  animation-delay: -0.25s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(10){
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(11){
  transform: rotate(300deg);
  animation-delay: -0.08333333333333333s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(12){
  transform: rotate(330deg);
  animation-delay: 0s;
}

#loadingScreen[class*="small"] #lds-spinner div{
   box-sizing: content-box; 
}



.articleImage{margin-bottom:70px;}
.articleImage::after{content: '';display: block;clear: both;}
.articleImage.snapFrameLeft{margin-right: 10px; margin-left: auto; float: left}
.articleImage.snapFrameCenter{margin-right: auto; margin-left: auto}
.articleImage.snapFrameRight{margin-left: 10px; float: right}
.articleImage .articleImageDescription{margin: 5px 0;font-size:12px;color:#666;}

.wFrameXSmall.sideDescription.snapFrameLeft,
.wFrameSmall.sideDescription.snapFrameLeft,
.wFrameMedium.sideDescription.snapFrameLeft,
.wFrameXSmall.sideDescription.snapFrameRight,
.wFrameSmall.sideDescription.snapFrameRight,
.wFrameMedium.sideDescription.snapFrameRight{width:100%}

.wFrameXSmall.sideDescription.articleImage.snapFrameLeft img, .wFrameXSmall.sideDescription.articleImage.snapFrameRight img{width:15% !important;}
.wFrameSmall.sideDescription.articleImage.snapFrameLeft img, .wFrameSmall.sideDescription.articleImage.snapFrameRight img{width:25% !important;}
.wFrameMedium.sideDescription.articleImage.snapFrameLeft img, .wFrameMedium.sideDescription.articleImage.snapFrameRight img{width:50% !important;}

.wFrameXSmall.sideDescription.articleImage.snapFrameLeft img,
.wFrameSmall.sideDescription.articleImage.snapFrameLeft img,
.wFrameMedium.sideDescription.articleImage.snapFrameLeft img{float:left;margin-right:15px;}

.wFrameXSmall.sideDescription.articleImage.snapFrameRight img,
.wFrameSmall.sideDescription.articleImage.snapFrameRight img,
.wFrameMedium.sideDescription.articleImage.snapFrameRight img{float:right;margin-left:15px;}
.wFrameXSmall.sideDescription.articleImage.snapFrameRight .articleImageDescription,
.wFrameSmall.sideDescription.articleImage.snapFrameRight .articleImageDescription,
.wFrameMedium.sideDescription.articleImage.snapFrameRight .articleImageDescription{text-align:right}

.wFrameXSmall.sideDescription.snapFrameCenter{width:30%}
.wFrameSmall.sideDescription.snapFrameCenter{width:50%;}
.wFrameMedium.sideDescription.snapFrameCenter{width:100%;}

.sideDescription.snapFrameCenter img{width:50% !important;float:left;margin-right:15px;}

/** STYLE OD ORZESZKA

#articleView p{margin: 20px 0;color:#222222}
#articleView p a{color:inherit}
#articleView .wyroznienie{margin: 30px 0;padding: 0 20px;font-family: 'Merriweather', serif;font-size:22px;font-weight:700;background:#f6f6f6}
#articleView .obrazek{margin:30px 0;text-align:left}
#articleView .obrazek-pod{margin: 20px 0;font-family: 'Cairo', sans-serif;font-size:14px;color:#68788c}
#articleView .obrazek-tyt{margin: 20px 0;font-family: 'Merriweather', serif;font-weight:300;font-size:17px;line-height: 1.7;color:#68788c}
#articleView .pasek-win{margin: 30px 0 20px;padding:0 25px;background:#e0e0e0;font-family: 'Cairo', sans-serif;font-size:17px;line-height:27px;}
#articleView .srodtytul{font-family: 'Merriweather', serif;font-size:15px;font-weight:700}
#articleView .srodtyt-1st{font-family: 'Abhaya Libre', serif;font-size:36px;font-weight:700}
#articleView .pytanie{font-family: 'Merriweather', sans-serif;font-weight:700;font-size:18px;font-style: italic}
#articleView .podstawa-tyt{font-family: 'Merriweather', sans-serif;font-weight:700;font-size:14px;font-style: italic}
#articleView .autor{margin:50px 0 20px;font-family:'Merriweather', sans-serif;font-weight:700;font-size:21px}
#articleView .autor + .autor{margin-top:-10px}
#articleView .autor-nota{font-family: 'Cairo', sans-serif;font-size:15px;}
#articleView .autor-nota b{font-weight:inherit}
#articleView .autor-nota a:not([href^="mailto"]){color:#004aba;text-decoration:underline}
#articleView .ramka-txt{font-family: 'Merriweather', serif;font-size:14px;color:#555555;font-weight: 300;line-height: 1.7;}
#articleView .ramka-tyt {margin: 60px 0 30px;border-top: 1px solid #666666;font-family: 'Merriweather', serif;font-weight: 700;font-size: 20px;font-style: italic;color: #666666;}
#articleView .tresc-bold{font-weight:700}
#articleView .tresc-italic{font-style:italic}
#articleView .opinia-funkcja{font-family: 'Merriweather', serif;font-size:14px;color:#222;line-height: 1.7;}
#articleView .opinia-funkcja b{font-weight:normal}
#articleView .podstawa-txt {font-family: 'Merriweather', sans-serif;font-size: 14px;font-style: italic;}
#articleView .lead{margin: 40px 0;font-family: 'Noto Serif', serif;font-size:21px;line-height: 1.6;font-weight: bold}
#articleView .articleImage{margin:30px 0;text-align:left}
#articleView .articleImage::after{content: '';display: block;clear: both;}
#articleView .articleImage.snapFrameLeft{margin-right: 10px; margin-left: auto; float: left; clear:left;}
#articleView .articleImage.snapFrameCenter{margin-right: auto; margin-left: auto}
#articleView .articleImage.snapFrameRight{margin-left: 10px; float: right}
#articleView .articleImage .articleImageDescription{margin: 5px 0;font-size:12px;color:#666;}
#articleView .allCaps{text-transform: uppercase;}
#articleView table{border-collapse: collapse;max-width:100%;margin:0 auto;}
#articleView table td{border: 1px solid #ddd;padding: 5px;}
#articleView table td *{margin:0}
#articleView strong{font-weight:700;}
#articleView em{font-style:italic;}
#articleView ol,#articleView ol li {list-style:decimal inside none;padding:10px 0 10px 10px}
#articleView ul,#articleView ul li {list-style:disc inside none;padding:10px 0 10px 10px}
#articleView ol li p, #articleView ul li p{margin:0;display:unset}
#articleView .author_removeUlStyles ul li {list-style: none}
#articleView .author_removeUlStyles ol li {list-style: none}
#articleView .tresc-underline{text-decoration: underline;}

#articleView table{border-collapse: collapse; max-width:100%;margin:auto;}
#articleView table td{border: 1px solid #ccc;padding: 5px;}
#articleView table td *{margin:0}
**/

/** STYLE OD PAWŁA Ż **/
#articleView .content .allCaps{
  text-transform:uppercase;
}

#articleView .content i:not('.material-icons'){
  font-style: italic
}

#articleView .content figure {
	max-width: 100%;
	height: auto
}

#articleView .content .pasek-win {
  font-weight:300;
	margin: 25px 0 55px;
	padding: 40px 40px 70px;
	background: #E2E6EB;
  font-size: 18px;
  font-family:'Roboto';
	line-height: 30px
}

#articleView .content .pasek-win.allCaps {
  padding: 40px;
  font-size: 16px;
}

#articleView .tresc, 
#articleView p{
  font-weight:300;
  font-family:"Roboto";
  font-size:18px;
  line-height:30px;
	margin: 25px 0
}

#articleView .content .tresc.first::first-letter {
	display: block;
	float: left;
	line-height: .8;
	margin: 4px 5px 0 0;
	font-family: Raleway;
	font-size: 3.4em;
	font-weight: 600
}

#articleView .content .nadtytul,
#articleView .content .newsHeader {
	font-family: Raleway;
	font-size: 1em;
	line-height: 1;
	text-transform: uppercase;
	margin-left: -4.4%;
	padding: 9px 35px;
	display: inline-block;
	box-sizing: border-box;
	height: initial;
	color: #fff
}

#articleView .content .nadtytul:empty {
	display: none
}

#articleView .content .newsHeader .publicationDate {
	font: 18px Roboto, sans-serif;
	padding-left: 15px
}

#articleView .content .main-image img {
	display: block
}

#articleView .content .srodtytul {
	margin:30px 0;
  font-size: 20px;
  font-weight: 700;
  font-family:'Roboto Slab';
  line-height:30px;
}

#articleView .content .srodtyt-1st{
  margin:30px 0;
  font-size:18px;
  font-weight:700;
  font-family:'Roboto Slab';
  line-height:26px;
}

#articleView .content .tekst-wciety {
	margin: 50px 0 50px 20px;
	font-size: 1.125em;
	font-weight: 700;
	color: #666
}

#articleView .content .link {
	font-style: italic;
	font-weight: 700
}

#articleView .content .ramka-tlo b,
#articleView .content .ramka-tlo strong,
#articleView .content .ramka-txt b,
#articleView .content .ramka-txt strong {
	font-weight: 500
}

#articleView .content .ramka-tytul {
	display: block;
	margin-bottom: 10px;
	font-size: 1.25em;
	font-family: 'Roboto Slab';
	font-weight: 700
}

#articleView .content .ramka-tlo .ramka-tytul {
	color: inherit
}

#articleView .content .lista-ol,
#articleView .content ol{
	margin: 25px 0;
	padding-left: 25px
}

#articleView .content .lista-ol li,
#articleView .content .lista-ul li,
#articleView .content li {
	position: relative
}

#articleView .content .lista-ol,
ol {
	counter-reset: my-counter
}

#articleView .content ul{
  list-style:circle outside none;
  padding-left:20px;
}

#articleView .content ol li::before {
	content: counter(my-counter) ".";
	counter-increment: my-counter;
	position: absolute;
	left: -25px
}

#articleView .content .srodtytul-punktor {
	counter-reset: my-counter2;
	padding-left: 60px;
	font-size: 1.25em;
	font-weight: 500;
	color: #000
}

#articleView .content .srodtytul-punktor~.srodtytul-punktor {
	counter-reset: none!important
}

#articleView .content .srodtytul-punktor li {
	position: relative
}

#articleView .content .srodtytul-punktor li::before {
	content: counter(my-counter2) ".";
	counter-increment: my-counter2;
	position: absolute;
	top: -9px;
	left: -60px;
	width: 43px;
	height: 43px;
	color: #fff;
	padding-left: 5px;
	box-sizing: border-box;
	line-height: 43px;
	border-radius: 21px;
	text-align: center
}

#articleView .content .video-container,
#articleView .content .wp-video {
	position: relative;
	width: 100%!important;
	padding-bottom: 59.25%;
	height: 0;
	margin: 20px 0
}

#articleView .content .video-container iframe,
#articleView .content .wp-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#articleView .content iframe.iframe-audio {
	height: 54px;
	margin: 20px 0
}

#articleView .content .ramka-cytat,
#articleView .content blockquote {
  position: relative;
  font-weight:400;
  font-size: 20px;
  line-height:30px;
  font-style: italic;
  padding-left:80px;
}
#articleView .content .ramka-cytat p,
#articleView .content blockquote p{
  font-weight:400;
}

#articleView .content .ramka-cytat::before,
#articleView .content blockquote::before {
  position: absolute;
  top:10px;
  left:-20px;
  content: '"';
  font-family: "Lily Script One";
  font-size: 150px;
  font-weight:700;
  line-height: 1;
  color: #000;
  opacity:0.1;
}

#articleView .content .ramka-tlo,
#articleView .content .ramka-txt{
	border-color:#E2E6EB
}

#articleView .content table td,
#articleView .content table th{
  border: 1px solid;
  padding: 0 5px;
}

#articleView .content .articleImage.imageInFrame {
  width: 100%;
  float: none;
  padding: 24px 17px;
  margin:70px 0;
  background-color:#F2F2F2;
  font-size:14px;
  line-height:24px;
  font-family:'Roboto';
  color:#333;
}
#articleView .content .articleImage.imageInFrame p{
  font-size:14px;
  line-height:24px;
  font-weight:400;
}
#articleView .content .articleImage.imageInFrame p:first-of-type{
  margin-top:0;
}

#articleView .content .articleImage img{
  margin-bottom:0;
}

#articleView .content .imageInFrame.snapFrameLeft img {
	float: left;
  margin-right: 17px;
}

#articleView .content .imageInFrame.snapFrameRight img {
	float: right;
	margin-left: 17px
}

#articleView .content .imageInFrame.snapFrameCenter img {
	display: block;
	margin-left: auto;
	margin-right: auto
}

#articleView .content .imageInFrame.wFrameXSmall img,
#articleView .content .wFrameXSmall {
	width: 15%
}

#articleView .content .imageInFrame.wFrameSmall img,
#articleView .content .wFrameSmall {
	width: 25%
}

#articleView .content .imageInFrame.wFrameMedium img,
#articleView .content .wFrameMedium {
	width: 50%
}

#articleView .content .imageInFrame.wFrameLarge img,
#articleView .content .wFrameLarge {
	width: 75%
}

#articleView .content .wyroznienie,
#articleView .content .pytanie,
#articleView .content .odpowiedz,
#articleView .content .rada,
#articleView .content .przypis,
#articleView .content .regulamin,
#articleView .content .uzasadnienie,
#articleView .content ol, 
#articleView .content ul,
#articleView .content .obrazek-tytul,
#articleView .content .articleImage:not(.imageInFrame) p,
#articleView .content .ramka-tlo,
#articleView .content .ramka-txt {
  font-size:18px;
  line-height:30px;
  font-family:"Roboto";
  margin:35px 0;
}

#articleView .content .wyroznienie,
#articleView .content .odpowiedz,
#articleView .content .przypis,
#articleView .content .regulamin,
#articleView .content ol, 
#articleView .content ul,
#articleView .content .ramka-tlo,
#articleView .content .ramka-txt,
#articleView .content .articleImage:not(.imageInFrame) p{
  font-weight:400;
}

#articleView .content .rada,
#articleView .content .uzasadnienie,
#articleView .content .obrazek-tytul{
  font-weight:500;
}

#articleView .content .pytanie,
#articleView .content .ramka-txt b,
#articleView .content .ramka-txt strong,
#articleView .content .ramka-tytul,
#articleView .content b, 
#articleView .content strong{
  font-weight:700;
}

#articleView .content .wyroznienie,
#articleView .content .odpowiedz,
#articleView .content .rada,
#articleView .content .przypis,
#articleView .content em{
  font-style:italic;

}

#articleView .content .wyroznienie{
  font-size:20px;
  padding-left:60px;
}

#articleView .content .przypis{
  display:block;
  position:relative
}

#articleView .content .przypis:after{
  display:inline-block;
  position:absolute;
  bottom:-15px;
  left:0;
  width:40%;
  height:2px;
  content:'';
  background:#808080;
}

#articleView .content .articleImage:not(.imageInFrame) p{
  font-size:12px;
  margin:0;
  color:#333;
}

#articleView .content .ramka-tlo,
#articleView .content .ramka-txt {
	color: inherit;
	padding:40px 40px 70px;
  border: solid 4px #E2E6EB;
}

#articleView .content sub,
#articleView .content sup{
  font-size:10px;
}

#articleView .content .obrazek-tytul{
  margin-bottom:0;
}

.stylesFullIndex__sideNav___2UzeS.putUnder{
  z-index:0;
}

@media screen and (max-width: 1399px){
.styleHtmlReader__toc___2mCk_ .tableOfContentStyle__issueMenu___1ODz1{
  margin-left:0;
}
.styleHtmlReader__toc___2mCk_ .tableOfContentStyle__issueMenu___1ODz1 .tableOfContentStyle__tocButton___9Oipb{
  padding:0;
}
.styleContent__dropdownElement___2IDT7 .rdt .form-control{
  width:242px;
}

}

@keyframes lds-spinner {
  0% {
opacity: 1;
  }
  100% {
opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
opacity: 1;
  }
  100% {
opacity: 0;
  }
}

@keyframes spinnerSmall {
  0% { opacity: 1 }
  100% { opacity: 0 }
}

#readerSlider{
  color:purple;
  display:inline-block;
  height:100%;
  width:100%;
}
#readerSlider .slick-slider{
  height:100%;
}
#readerSlider .slick-slider .slick-arrow{
  text-shadow:0 0 10px #ccc;
  z-index:10;
}
#readerSlider .slick-slider .slick-arrow.slick-prev{
  left:10px;
}
#readerSlider .slick-slider .slick-arrow.slick-next{
  right:10px;
}
#readerSlider .slick-slider .slick-dots{
  bottom:0;
}
#readerSlider .slick-slider .slick-dots li{
  width:8px;
  height:8px;
  background:transparent;
  border:1px solid #fff;
  border-radius:100%;
  box-shadow:0 0 5px 0 rgba(0,0,0,.3);
}
#readerSlider .slick-slider .slick-dots li button{
  width:7px;
  height:7px;
  background:transparent;
}
#readerSlider .slick-slider .slick-dots li button:before{
  width:7px;
  height:7px;
  background:transparent;
}
#readerSlider .slick-slider .slick-dots li.slick-active{
  background:#fff;
}
#readerSlider .slick-track{
  height:100%;
}
#readerSlider .slick-list{
  height:100%;
}

#readerSlider .slick-slide{
  height:100%;
}
#readerSlider .slick-slide img{
  height:100%;
  width:auto;
  max-width:100%;
  display:block;
  margin:0 auto;
}

.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt{
position:relative;
display:block;
width:100%;
text-align:center;
}
.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt .form-control{
  display:inline-block;
  padding:10px 60px 10px 40px;
  background:#264d78;
  color:#fff;
  font-size: 28px;
  font-weight:600;
  height:auto;
  font-family:'Open Sans';
  line-height:1;
  width:100%;
  border-radius:0;
  border:none;
  cursor:pointer;
  height:48px;
}
.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt:after{
  display:inline-block;
  position:absolute;
  content:"";
  height:25px;
  width:19px;
  background:url('assets/img/sprite.png') no-repeat scroll -114px 8px transparent;
  top:10px;
  right:10px;
  border-left:1px solid #fff;
  pointer-events: none;
}
.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt .rdtPicker{
  position:absolute;
  top:100%;
  width:100%;
  padding:15px 0px;
  background:#fff;
  border:1px solid #c8c8c8;
  z-index:1;
  right:0;
  box-shadow:0 10px 10px 0 rgba(0,0,0,.3);
  display:none;
}
.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt.rdtOpen .rdtPicker{
  display:inline-block;
}
.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt .rdtYears table {
  border-collapse: separate;
  border-spacing: 20px 10px;
}
.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt .rdtPicker table:first-of-type{
  width:100%;
  position:relative;
}
.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt .rdtPicker table:first-of-type:after{
  content:'';
  display:inline-block;
  width:86%;
  height:1px;
  bottom:0;
  left:7%;
  background:#ccc;
  position:absolute;
}
.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt .rdtPicker table:first-of-type th{
  font-size:18px;
  color:#264d78;
  text-align:center;
  cursor:pointer;
}
.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt .rdtPicker table:first-of-type .rdtSwitch{
  font-weight:700;
}
.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt .rdtPicker td.rdtYear{
  padding:10px;
  font-size:14px;
  color:#264d78;
}
.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt .rdtPicker td.rdtDisable.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt .rdtPicker td:hover:not(.rdtDisabled),
.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt .rdtPicker td.rdtActive{
  background:#009ee0;
  color:#fff;
  cursor:pointer;
}

@media screen and (max-width:1199px){
  .header__header___lr2_o .header__navbar-default___1iozk .container, 
  .header__header___2ij1x .header__navbar-default___3xWMG .container{
    display:flex;
    width:100%;
    padding:0;
  }
}

@media screen and (max-width:991px){
  .styleReadIssue__calendar___1qYm2 .rdt .form-control{
    width:230px;
  }
  .styleReadIssue__calendar___1qYm2 .rdtPicker{
    width:300px;
    right:-35px;
  }
  .styleReadIssue__bookletsWrapper___J3PHv .slick-dots, .stylesIssueLibrary__bookletsWrapper___2HQ9n .slick-dots{
    display:none !important;
  }
  #articleView .lead{
    font-size:17px;
    line-height:25px;
    margin:20px 0 40px;
  }

  .styleContent__dropdownElement___2IDT7 .rdt, .styleReaderLayout__selectBar___CDtS4 .rdt{
    width:100%;
  }
  .styleContent__dropdownElement___2IDT7 .rdt .form-control{
    width:100%;
  }
  .styleContent__dropdownElement___2IDT7 .rdtPicker, .styleReaderLayout__selectBar___CDtS4 .rdtPicker{
    z-index:2;
  }
}



/* oryginal styles - adapted to embuk  */
/* //////////////////////////////////////////////////////////////// */
.rdt {
  position: relative;
  display:inline-block;
}

.rdt .form-control{
  display:inline-block;
  padding:0 70px 0 20px;
  background:#264d78;
  color:#fff;
  font-size: 14px;
  font-weight:600;
  height:auto;
  font-family:'Open Sans';
  line-height:38px;
  width:287px;
  border-radius:0;
  border:none;
  cursor:pointer;
}

.rdt:after{
  display:inline-block;
  position:absolute;
  content:"";
  height:18px;
  width:35px;
  background:url('assets/img/sprite.png') no-repeat scroll -76px -218px transparent;
  top:10px;
  right:10px;
  border-left:1px solid #fff;
  pointer-events: none;
}

.rdtPicker head tr:first-child{
  font-size:18px;
  color:#264d78;
  text-align:center;
  position:relative;
  cursor:pointer;
}

.rdtPicker thead tr:first-child .rdtSwitch{
  font-weight:700;
  cursor:default;
}

.rdtPicker thead tr:first-child th{
  text-align:center;
  padding-bottom:15px;
}

.rdtPicker{
  position:absolute;
  top:110%;
  padding:0 0 15px;
  background:#fff;
  border:1px solid #c8c8c8;
  z-index:1;
  right:0;
  box-shadow:0 10px 10px 0 rgba(0,0,0,.3);
  display:none;
  width:100%;
}

.rdt.rdtOpen .rdtPicker{
  display:inline-block;
}

.rdt .rdtDays table,
.rdt .rdtMonths table,
.rdt .rdtYears table {
  border-collapse: separate;
  border-spacing: 11px 11px;
  width:100%;
}

.rdt .rdtMonths table:nth-child(2),
.rdt .rdtYears table:nth-child(2){
  border-spacing: 25px 11px;
  margin-top:-11px;
}

.rdt table .rdtDay,
.rdt table .rdtMonth,
.rdt table .rdtYear{
  font-size:14px;
  line-height:28px;
  width:28px;
  text-align:center;
  color:#264d78;
  cursor:pointer;
}

.rdt table .rdtMonth,
.rdt table .rdtYear{
  line-height:45px;
}

.rdt table .rdtDay.rdtOld,
.rdt table .rdtDay.rdtNew{
  color:#a9a9a9;
}

.rdt table .rdtToday,
.rdt .rdtMonth.rdtActive,
.rdt .rdtYear.rdtActive{
  color:#fff;
  background-color:#009ee0;
}

.rdt table .rdtDisabled{
  cursor:default;
  color:#a9a9a9;
}

.rdt .dow{
  font-size:14px;
  font-weight:700;
  color:#264d78;
  text-align:center;
}

@media screen and (max-width: 650px){
  .stylesIssueLibrary__navBar___VS210 .rdt .form-control{
    width:260px;
    padding:10px 40px;
    text-align: center;
  }
  .stylesIssueLibrary__navBar___VS210 .rdt.rdtOpen .rdtPicker{
    right:-43px;
  }
}

@media screen and (max-width:392px){
  .stylesIssueLibrary__navBar___VS210 .rdt{
    margin-left:0;
  }
}


/* oryginal styles from library */
/* //////////////////////////////////////////////////////////////// */
/* .rdt {
  position: relative;

}
.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  border: 1px solid #f9f9f9;
}
.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}

.rdtPicker .rdtTimeToggle {
  text-align: center;
}

.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}
.rdtPicker td.rdtToday {
  position: relative;
}
.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.rdtPicker td span.rdtOld {
  color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default;
}
.rdtPicker th.rdtSwitch {
  width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}

.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
  cursor: pointer;
}
.rdtPicker thead tr:first-child th:hover {
  background: #eeeeee;
}

.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}

.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}

.rdtPicker thead button {
  width: 100%;
  height: 100%;
}

td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}

.rdtCounters {
  display: inline-block;
}

.rdtCounters > div {
  float: left;
}

.rdtCounter {
  height: 100px;
}

.rdtCounter {
  width: 40px;
}

.rdtCounterSeparator {
  line-height: 100px;
}

.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}

.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}

.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}

.rdtTime td {
  cursor: default;
} */

.stylesMobileFullIndex__text___1i4Nd .stylesMobileFullIndex__lead___3fm6p .stylesMobileFullIndex__linkButton___2Ks_0 .material-icons{font-size: 12px}

#mainNavbar.retracted{
  top:-100px;
}

#reader .lazyload-placeholder{
  margin-bottom:30px;
}
