@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
.color-white {
  color: #FFFFFF;
}
.color-gray {
  color: #AAAAAA;
}
body {
  background: #EEE;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300 !important;
  min-height: 100% !important;
}
h1,
h2,
h3 {
  font-weight: 300 !important;
}
.panel-left {
  position: fixed;
  width: 200px;
  left: 0;
  height: 100%;
  min-height: 100%;
  background: #333;
  z-index: 1;
  /*.list-group{
        a{
            border-radius: 0;
            background: none;
            border: 0;
            border-bottom: 1px solid #444;
            color: #EEE;

            &:hover,
            &:focus{
                background: #383838;
                color: #EEE;
            }
        }
        .fa{
            color: #888;
        }
    }*/
}
.panel-left div.logo {
  position: relative;
  width: 100%;
  background: #333 url(../img/Logo_small.jpg) no-repeat center center;
  height: 80px;
}
.panel-left .list-group li.list-group-item {
  cursor: pointer;
  border-radius: 0;
  background: none;
  border: 0;
  border-top: 1px solid #444;
  border-bottom: 1px solid #222;
  color: #AAA;
}
.panel-left .list-group li.list-group-item:hover,
.panel-left .list-group li.list-group-item:focus {
  background: #383838;
  color: #EEE;
}
.panel-left .list-group li.list-group-item:hover .fa,
.panel-left .list-group li.list-group-item:focus .fa {
  color: #EEE;
}
.panel-left .list-group li.list-group-item .fa {
  color: #888;
  line-height: 20px;
  right: 0;
}
.panel-left .list-group li.list-group-item.indent {
  height: 0;
  visibility: hidden;
  padding: 0;
  margin: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.panel-left .list-group li.list-group-item.indent.active {
  min-height: 100px;
  height: auto;
  visibility: visible;
  background: #222;
  padding: 10px 15px;
}
.panel-left .list-group li.list-group-item.indent.active ul.list-group {
  margin: 0;
}
.panel-left .list-group li.list-group-item.indent.active ul.list-group li.list-group-item {
  padding: 10px 0;
  color: #2aabd2;
  border: 0;
}
.panel-left .list-group li.list-group-item.indent.active ul.list-group li.list-group-item .fa {
  color: #888;
}
.panel-left .list-group li.list-group-item.indent.active ul.list-group li.list-group-item:hover,
.panel-left .list-group li.list-group-item.indent.active ul.list-group li.list-group-item:focus {
  background: none;
  color: #EEE;
}
.panel-left .list-group li.list-group-item.indent.active ul.list-group li.list-group-item:hover .fa,
.panel-left .list-group li.list-group-item.indent.active ul.list-group li.list-group-item:focus .fa {
  color: #888;
}
.panel-left .account-info {
  text-align: center;
  padding: 10px 0;
}
.panel-left .account-info p {
  color: #888;
}
.navbar {
  left: 200px;
  margin-left: 200px;
}
.main-content-container {
  position: absolute;
  background: #eeeeee;
  left: 200px;
  right: 0;
  z-index: 2;
  min-height: 100% !important;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-box-shadow: -10px 0 10px #000000;
  -moz-box-shadow: -10px 0 10px #000000;
  box-shadow: -10px 0 10px #000000;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 200px;
  right: 0;
  height: auto;
  padding: 15px 0;
  z-index: 3;
  background: #fff;
  border-top: 1px solid #ddd;
}
/* ***********************
***************************
 Helper
 ************************/
/* switch btn */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
  display: none;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/* *****
 Affilite Tag Picker
*/
.affiliate-tag-picker-container {
  position: relative;
  height: 0;
  width: 100%;
  background: #333;
  z-index: 5;
}
.affiliate-tag-picker-container.picker-image-visible {
  height: 400px;
  max-height: 400px;
  padding: 0 10px 20px 10px;
}
.affiliate-tag-picker-container .picker-image {
  margin: 0 10px;
  height: 100%;
  float: left;
  z-index: 10;
  position: relative;
  width: auto;
}
.affiliate-tag-picker-container .picker-image img {
  cursor: pointer;
  height: 100%;
  margin: 10px auto;
  width: auto;
  z-index: 1;
}
.affiliate-tag {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  margin: 0;
  height: 10px;
  width: 10px;
  background: rgba(33, 200, 255, 0.5);
  border-radius: 10px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.affiliate-tag::after {
  z-index: 10;
  position: absolute;
  height: 20px;
  width: 20px;
  margin: -5px;
  content: " ";
  border-radius: 10px;
  border: 2px solid rgba(255, 200, 255, 0.5);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  animation-duration: 3s;
  animation-name: animateTag;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
.affiliate-tag:hover {
  background: #21c8ff;
}
.affiliate-tag:hover::after {
  border: 2px solid #ffc8ff;
}
@keyframes animateTag {
  0% {
    height: 20px;
    width: 20px;
    margin: -5px;
    border-radius: 10px;
    border: 2px solid #ffc8ff;
  }
  50% {
    height: 30px;
    width: 30px;
    margin: -10px;
    border-radius: 30px;
    border: 2px solid rgba(255, 200, 255, 0);
  }
  100% {
    border: 2px solid rgba(255, 200, 255, 0);
  }
}
.popover {
  min-width: 40%;
}
