/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02/11/2015, 11:07:57
    Author     : Shohams
*/
#wacg_main {
    color: white;
    background-color: #0084b4;
}
.display-none{
    display: none;
}
#wacg_main:active {
    color: #0084b4;
    background-color: white;
}
#wacg_main:focus {
    color: #0084b4;
    background-color: white;
}
#wacg_main:hover {
    color: #0084b4;
    background-color: white;
}

.wacg {
        z-index: 100000;
        float: right;   
        position: fixed; top: 20%; left: 0;
}
.wacg li{
    width: 100%;
    text-align: right;
}

.wacg>btn:hover {
    background-color: #0084b4 !important;
    color: white !important;
}
.wacg>btn:hover:focus {
    background-color: #0084b4 !important;
    color: white !important;
}
.wacg>btn:hover:active {
    background-color: #0084b4 !important;
    color: white !important;
}
.rightMenu {
    position:relative;
    float:right;
}
.right-caret {
    
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #000000;
    display: inline-block;
    height: 0;
    opacity: 1;
    vertical-align: top;
    width: 0;
    
}
.right{
    float:right;
}
.high-contrast {
    background-color: black !important;
    color: white !important;

}
.high-contrast a {
    color: yellow !important;

}
.wacg_grayscale {
 -webkit-filter: grayscale(100%);
         -moz-filter: grayscale(100%);
         -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
          filter: grayscale(100%);
          filter: url(filters.svg#grayscale); /* Firefox 4+ */
          filter: gray; /* IE 6-9 */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
/* Small devices (tablets, 768px and up) */
@media only screen and (max-width: 768px)  { 
.carousel{height: 100% !important;}
}


      #accordion .glyphicon { margin-right:10px; }
      .panel-collapse>.list-group .list-group-item:first-child {border-top-right-radius: 0;border-top-left-radius: 0;}
      .panel-collapse>.list-group .list-group-item {border-width: 1px 0;}
      .panel-collapse>.list-group {margin-bottom: 0;}
      .panel-collapse .list-group-item {border-radius:0;}

      .panel-collapse .list-group .list-group {margin: 0;margin-top: 10px;}
      .panel-collapse .list-group-item li.list-group-item {margin: 0 -15px;border-top: 1px solid #ddd !important;border-bottom: 0;padding-left: 30px;}
      .panel-collapse .list-group-item li.list-group-item:last-child {padding-bottom: 0;}

      .panel-collapse div.list-group div.list-group{margin: 0;}
      .panel-collapse div.list-group .list-group a.list-group-item {border-top: 1px solid #ddd !important;border-bottom: 0;padding-left: 30px;}
      .panel-collapse .list-group-item li.list-group-item {border-top: 1px solid #DDD !important;}