/* your custom styles here */

.font-slider { /* font for slider */
  position: right;
  font-size: 15px;
  color: #979a9a !important;
}

.panel-body .hr {

	color: blue !important;
}


.verticalLine {
    border-left: thick solid #ff0000;
     display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

.test2 {
	font-color: blue;
}


.mylink .a.link{
    
	color: black !important;
    text-decoration: none !important;
}

.myfont {

  font-size: 50px !important;
  color:#656565 !important;
}

.btn-button {
  color: #85c1e9;
  background-color: #5782b7;
  border-color: #ccc;
  font-color: blue;
}


.custom-tabs-right {
  border-bottom: none;
}
.custom-tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ccc;
  border-bottom: none;
}
.custom-tabs-right > .nav-tabs > li {
  float: none;
}
.custom-tabs-right > .nav-tabs > li a {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  min-width: 74px;
  margin-left: -1px;
}
.custom-tabs-right > .nav-tabs > li a:hover, .custom-tabs-right > .nav-tabs > li a:focus {
  background: transparent;
  border-color: transparent;
}
.custom-tabs-right > .nav-tabs .active a, .custom-tabs-right > .nav-tabs .active a:hover, .custom-tabs-right > .nav-tabs .active a:focus {
  border: 1px solid #ccc;
  border-left-color: #fff;
  color: inherit;
  background-color: #fff;
}
.custom-tabs-right .tab-content {
  padding-top: 5px;
}


.custom-list > li i {
  color: #7bae16;
  margin-right: 5px;
}



.text {
    margin: 0;
  color: #94b6df;
  font-weight: 300;
  font-size: 18px;
}

 .hover2 {
    -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  color: #fff;
  background-color: #406da4;
}