/* Pure CSS Accordion */
.igs_accordion {
  width: 100%;
}

.tab {
  /*border-bottom: 1px solid #ddd;*/
  float: left;
  font-family: Arial, sans-serif;
  padding: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 950px) {
  .tab {
    background: none;
    color: #333;
    margin-bottom: 1px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
  }
}

input {
  opacity: 0;
  position: absolute;
  text-indent: -9999px;
  z-index: -1;
}

label {
  color: #036;
  font-weight: bold;
}
@media screen and (min-width: 950px) {
  label {
    background: rgb(36, 31, 97);
    color: #FFF;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
    overflow: hidden;
    padding: 1px 0 1px 28px;
    width: 100%;
  }
}

.accordion_content {
  width: 100%;
}
@media screen and (min-width: 950px) {
  .accordion_content {
    background: rgba(0, 0, 0, 0.04);
    float: left;
    font-size: 12px;
    /*max-height: 0;*/
    height: 492px;
    overflow: hidden;
    transition: max-height 0.25s;
  }
}

.igs_accordion .tab:nth-of-type(1) .accordion_content div:nth-of-type(1) {
  margin-top: 10px;
}

.accordion_content div:nth-of-type(3) {
  margin-bottom: 20px;
}

input:checked ~ .accordion_content {
  /* max-height: 50em;*/
}

@media screen and (min-width: 950px) {
  input:checked ~ label {
    background: rgb(35, 32, 72);
    color: #fff;
  }
}

.news_item_video_current_news {
  width: 100%;
}
.news_item_video_current_news .news_item_holder {
  width: 100%;
}
.news_item_video_current_news .news_item_holder img {
  float: right;
}
.news_item_video_current_news .news_item_holder .video_link {
  background: none;
  float: right;
  height: 60px;
  padding: 5px;
  position: relative;
  right: 48px;
  width: 80px;
}
.news_item_video_current_news .news_item_holder .video_link ul {
  margin: 0 !important;
  padding: 0 !important;
}
.news_item_video_current_news .news_item_holder .video_popup {
  width: 80px;
}
.news_item_video_current_news .news_item_holder .video_popup .video_100.youtube-popup-link {
  height: 60px !important;
  width: 80px !important;
}
.news_item_video_current_news .news_item_holder .youtube-popup-link {
  background: url("../images/video_play_100.png") no-repeat scroll 0 0 transparent;
  display: block;
  filter: alpha(opacity=65);
  height: 79px;
  margin: 0;
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  padding: 0;
  position: absolute;
  width: 80px !important;
  z-index: 999;
}

/* Icon */
/*label:before {
    display: none;
    @media screen and (min-width: 950px) {
        display: block;
        font-size: 10px;
        height: 1em;
        left: 10px;
        line-height: 1;
        position: absolute;
        text-align: center;
        top: 10px;
        transition: all .25s;
        width: 1em;
    }
}

input[type="radio"]+label:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 13px;
    margin-top: -3px;
}

input[type="radio"]:checked+label:before {
    transform: rotate(90deg);
}*/
pre {
  margin-bottom: 1em;
}

.jscom,
.mix htcom {
  color: #4040c2;
}

.com {
  color: #0f0;
}

.regexp {
  /* maroon */
  color: #800000;
}

.string {
  /* teal */
  color: #008080;
}

.keywords {
  color: #00f;
}

.global {
  color: #008;
}

.numbers {
  color: #880;
}

.comm {
  color: #0f0;
}

.tag {
  color: #00f;
}

.entity {
  color: #00f;
}

.string {
  /* teal */
  color: #008080;
}

.aname {
  /* maroon */
  color: #800000;
}

.avalue {
  /* maroon */
  color: #800000;
}

.jquery {
  color: #00a;
}

.plugin {
  color: #f00;
}

li {
  list-style-type: none;
}

#log {
  bottom: 0;
  position: fixed;
  right: 1em;
  text-align: right;
}

#switch {
  bottom: 0;
  position: fixed;
  right: 15em;
}

.basic {
  font-family: verdana;
  width: 260px;
}

.basic div {
  background-color: #eee;
}

.basic p {
  border: none;
  font-size: 10px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
  padding: 10px;
  text-decoration: none;
}

.basic a {
  background-color: #00a0c6;
  border-bottom: 1px solid #999;
  border-top: 1px solid #fff;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 0;
  padding: 5px;
  text-decoration: none;
}

.basic a:hover {
  background-color: #fff;
}

.basic a.selected {
  background-color: #80cfe2;
  color: #000;
}

#list2 {
  border: 1px solid #eee;
  height: 178px;
  overflow: hidden;
}

#list2 .red {
  background-color: #f00;
  color: #f00;
}

#list2 .green {
  background-color: #0f0;
  color: #0f0;
}

#list2 .blue {
  background-color: #00f;
  color: #00f;
}

#list2 dd {
  height: 130px;
  overflow: hidden;
}

#list3 {
  border: 1px solid #111;
}

#list3 div.selected .title {
  font-weight: 700;
}

#list3 div div {
  border-left: 8px solid #69c;
  padding: 5px;
}

#list3 div.title {
  background-color: #69c;
  border: 1px solid #36a;
  cursor: pointer;
  padding: 10px;
}

#list3 div.selected {
  border-bottom: none;
}

#navigation {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

#navigation a.head {
  background: #241f61;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 100%;
  margin: 0 0 2px;
  padding: 10px;
  padding-left: 25px;
  text-decoration: none;
}

#navigation a.head:hover {
  color: #fff;
}

#navigation a i {
  margin-right: 6px;
}

#navigation a i.icon-caret-down {
  display: none;
  visibility: hidden;
}

#navigation a i.icon-caret-right {
  display: inline;
  visibility: visible;
}

#navigation a.selected i.icon-caret-right {
  display: none;
  visibility: hidden;
}

/* Selected selector somehow not appearing, not forcing downward arrow */
.ui-accordion-header a.selected i.icon-caret-down {
  display: inline;
  visibility: visible;
}

#navigation a:active i.icon-caret-down {
  display: inline;
  visibility: visible;
}

#navigation a:active i.icon-caret-right {
  display: none;
  visibility: hidden;
}

#navigation a.current {
  background-color: #ff9;
}

#navigation ul {
  border-width: 0;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

#navigation li {
  display: inline;
  list-style: none outside none;
}

#navigation li li a {
  color: #008;
  margin: 0;
  text-decoration: none !important;
  text-indent: 3px;
}

#navigation li li a:hover {
  color: #06f;
}

#wizard {
  border: 1px solid #000;
  width: 200px;
}

#wizard .title {
  background-color: #ddd;
}

@media print {
  .basic div,
  #navigation ul,
  #list2 dd,
  #list3 div {
    display: block !important;
    height: auto !important;
  }
}
a.accordion {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 3px;
  padding: 0 0 3px 20px;
}

p.accordion {
  color: #222;
  font: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 11px;
  margin: 0 0 8px;
  padding: 0;
}

.ui-icon-triangle-1-e {
  background: url("..") no-repeat !important;
  font-family: FontAwesome !important;
  margin-left: 6px !important;
  margin-top: -6px !important;
  text-indent: 0;
}

.ui-icon-triangle-1-s {
  background: url("..") no-repeat !important;
  font-family: FontAwesome !important;
  margin-left: 4px !important;
  margin-top: -7px !important;
  text-indent: 0;
}

.ui-icon-triangle-1-e:before {
  content: "\f0da" !important;
}

.ui-icon-triangle-1-s:before {
  content: "\f0d7" !important;
}