@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');
body {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.04em;
    font-size: 1.2em;
}

.logo {
    background: #fff;


}

hr {
    margin-bottom: 5px;
    margin-top: 5px;
}

.load-loading {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99999;
    background: #000000d2;
    color: #fff;
}

.load-loading div {
    position: relative;
    top: 46%;
}

.user .info a {
    text-transform: capitalize;
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-t-10 {
    margin-top: 10px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-50 {
    margin-top: 50px !important;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.p-l-0 {
    padding-left: 0
}

.p-r-0 {
    padding-right: 0;
}

.modal .modal-header .close {
    color: #ffffff;
    background: #999;
    padding: 5px 9px;
    border-radius: 16px;
    font-size: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    border: #fff 2px solid;
}

.alert-inline span {
    display: inline-block !important;
}

.register-page h3.sub-title {
    margin-top: 0;
}

label.control-label {
    color: #184682;
    letter-spacing: 0.4px;
    font-size: 12px;
}

label.control-label h6 {
    font-weight: bold;
}

.no-padding {
    padding: 0;
}

.card-profile .card-title {
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
}
.card .w-auto {
    width: auto;
}


.taketestbtn {
    margin-top: 0;
}

.timeline > li > .timeline-panel {
    margin-bottom: 0;
    padding: 10px;
}

.timeline > li > .timeline-panel:after {
    top: 17px;
}

.timeline > li > .timeline-panel:before {
    top: 16px;
}

.timeline > li > .timeline-badge {
    top: 4px;
}

.timeline.timeline-simple > li > .timeline-panel {
    width: 90%;
}

.qnnobtn {
    width: 20px;
    margin: 2px
}

.panel .panel-collapse {
    padding-left: 40px;
}

#answered {
    background: url(../img/buttons-sprite.png) no-repeat;
    color: #262626;
    line-height: 18px;
    background-position: -4px -4px;
    float: left;
    height: 18px;
    width: 19px;
    margin-right: 10px;
}
#ntvisit {
    background: url(../img/buttons-sprite.png) no-repeat;
    color: #262626;
    line-height: 18px;
    background-position: -4px -78px;
    float: left;
    height: 18px;
    width: 19px;
    margin-right: 10px;
}
#ntansrvw {
    background: url(../img/buttons-sprite.png) no-repeat;
    color: #262626;
    line-height: 18px;
    background-position: -4px -26px;
    float: left;
    height: 18px;
    width: 19px;
    margin-right: 10px;
}
#ansrvw {
    background: url(../img/buttons-sprite.png) no-repeat;
    color: #262626;
    line-height: 18px;
 background-position: -4px -100px;
    float: left;
    height: 30px;
    width: 23px;
    margin-right: 10px;
}
.btn.btn-violet {
    background-color: #5b00c1;
  color: #fff;
    box-shadow: 0 2px 2px 0 rgba(23, 70, 130, 0.14), 0 3px 1px -2px rgba(91, 0, 193, 0.2), 0 1px 5px 0 rgba(91, 0, 193, 0.12);
}
.btn.btn-violet:hover, .btn.btn-violet:active, .btn.btn-violet:active:focus{
    background-color: #5b00c1;
    box-shadow: 0 14px 26px -12px rgba(91, 0, 193, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(91, 0, 193, 0.2);
}
.card .w-auto{
    width: auto
}

/*   for tooltip   */
.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 5em;
  padding: .5em;
  background: #F4C63D;
  color: #453D3F;
  font-family: Oxygen,Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }
  .chartist-tooltip:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top-color: #F4C63D; }
  .chartist-tooltip.tooltip-show {
    opacity: 1; }

.ct-area, .ct-line {
  pointer-events: none; }

.btn.btn-low-pad {
    padding: 12px 20px;
}
.qnumbers {
    top: 0px;
    padding: 0 5px;
    background: #eee;
    margin: 0 auto;
    z-index: 9;
    
}


/*  for discussions */
.discussion .thumbnail {
    padding:0px;
}
.discussion .panel {
	position:relative;
}
.discussion .panel>.panel-heading {
    background-color: #f5f5f5;
        padding: 10px;
}
.discussion .panel-default {
    border: #ddd solid 1px;
}
.discussion .panel-body {
    padding: 10px;
}
.discussion .panel>.panel-heading:after,.discussion .panel>.panel-heading:before{
	position:absolute;
	top:11px;left:-16px;
	right:100%;
	width:0;
	height:0;
	display:block;
	content:" ";
	border-color:transparent;
	border-style:solid solid outset;
	pointer-events:none;
}
.discussion .panel>.panel-heading:after{
	border-width:7px;
	border-right-color:#f7f7f7;
	margin-top:1px;
	margin-left:2px;
}
.discussion .panel>.panel-heading:before{
	border-right-color:#ddd;
	border-width:8px;
}
.heart_icon {
		background: url("../img/web_heart_animation.png");
		background-size: 2900%;
		background-repeat: no-repeat;
		height: 70px;
		width: 70px;
		cursor: pointer;
		position: relative;
    left: -32px
	}
 
	.on { background-position: right; }
 
	.off { background-position: left; }
 
	.heart_icon:hover {	background-position: right;	}
 
	@-webkit-keyframes heart_animation {
		from {background-position: left;}
		to {background-position: right;}
	}
 
	@keyframes heart_animation {
		from {background-position: left;}
		to {background-position: right;}
	}
 
	.heartAnimation {
		-webkit-animation-name: heart_animation;
		-webkit-animation-duration: 1s;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-timing-function: steps(28, end);
 
		animation-name: heart_animation;
		animation-duration: 1s;
		animation-iteration-count: 1;
		animation-timing-function: steps(28, end);
 
		background-position: right;
	}
.dislike {
    width: 50px;
    height: 50px;
    position: relative;
    top: -23px;
    padding: 15px;
    left: -50px
}
.inline {
    display: inline-block;
}
.radio-inline+.radio-inline {
    margin-left: 0;
}
.likebtns .btn {
    padding: 0;
        margin: 0 15px 0 0;
}
.likebtns .btn i{
    float: none
}
.likebtns .btn small{
        font-size: 14px;
}
.btn-refresh {
    padding: 0 !important;
    margin: 0
}
@media only screen and (max-width: 767px) {
    .btn{
        padding: 12px 23px;
    }
}
@media only screen and (max-width: 360px) {
    .btn{
        padding: 12px 20px;
    }
}

/* styles for GA module */

li.new_icon:before {
    position: absolute;
    z-index: 9;
    left: 6px;
    top: -6px;
    content: "";
    width: 33px;
    height: 28px;
    display: inline-block;
    background: url(../img/121.gif) no-repeat;
    background-size: cover;
    transform: rotate(-36deg);
}


/* styles for flash cards */

.stage {
    -webkit-perspective: 1000;
}

.flashcard {
    cursor: pointer;
    height: 300px;
    width: 500px;
    margin: 0% auto;
    border: 1px solid gray;
    box-shadow: 2px 2px 2px #000;
    -webkit-transform-style: preserve-3d;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.flipped,
.back {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}

.front {
    display: block
}
.flipped .front {
    display: none;
}
.back {
    display: none;
}
.flipped back {
    display: block
}



.front,
.back {
    display: table;
    height: 300px;
    width: 500px;
    position: absolute;
    text-align: center;
    -webkit-backface-visibility: hidden;
}

.front .front_inner,
.back .back_inner {
    display: table-cell;
    vertical-align: middle
}

.carousel .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.carousel .checkbox-inline, .radio-inline {
    margin-top: 0px;
}
.carousel .carousel-control {
    position: relative;
    background: none
}

.carousel .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: relative
}

.carousel .carousel-control .glyphicon-chevron-right,
.carousel .carousel-control .icon-next {
    right: 0
}

.carousel .carousel-control .glyphicon-chevron-left,
.carousel .carousel-control .icon-prev {
    left: 0
}

.carousel .controls {
    text-align: center;
    margin-top: 30px;
}

.carousel .carousel-control span {
    color: #000
}
.table-xs tbody tr td {
        padding: 7px 0px;
}
.table-xs td.td-pdf .btn {
    margin: 0px;
    padding: 7px 12px;
}
.m-0 {
    margin: 0 !important
}
.p-0 {
    padding: 0 !important
}
@media only screen and (max-width: 767px) {
    .flashcard {
        width: 100%;
    }
    .front, .back {
        width: 100%
    }
}
.btn.btn-violet {
    background-color: #5b00c1;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(23, 70, 130, 0.14), 0 3px 1px -2px rgba(91, 0, 193, 0.2), 0 1px 5px 0 rgba(91, 0, 193, 0.12);
}

.qnbtns::-webkit-scrollbar {
    width: 10px;
}

.qnbtns::-webkit-scrollbar-track {
    background: #f1f1f1; 
	border: #154482 solid 1px;
}

.qnbtns::-webkit-scrollbar-thumb {
    background: #154583; 
}

.qnbtns::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
footer {
    padding: 0;
}
.profile .user .photo img {
	border-radius: 50%;
	width: 146px;
    height: 146px;
}
.profile .user .info {
	margin-left: 50px;
}
.profile .title {
	margin: 0px;
}
.profile span.age {
    margin-right: 15px;
}
.profile span.location {
    font-size: 14px;
}
.user_right h1 {
    font-weight: bold;
}
.user_right p {
    font-size: 14px;
    letter-spacing: 3px;
}
h6.gate-year-txt {
    font-size: 16px;
    font-weight: bold;
}
.profile hr {
    border-top: #c7c7c7 solid 1px
}
a.editable {
    color: #000 !important;
    font-size: 1em;
    font-weight: bold;
    border-bottom: none !important;
}
.editable-click, a.editable-click, a.editable-click:hover {
    text-decoration: none;
    border-bottom: dotted 3px #0088cc !important ;
}
.editable-click.editable-disabled, a.editable-click.editable-disabled, a.editable-click.editable-disabled:hover {
    color: #585858;
    cursor: default;
    border-bottom: none !important;
}
.profile form.editableform .form-group {
margin-top: 0;
}

.card.top_cards.active .card-header + .card-content {
    border-bottom: #000 solid 2px;
    border-radius: 5px;
}
.card.top_cards.active .card-header + .card-content:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -17px;
}
.card.top_cards.active .card-header + .card-content:before {
    z-index: 2;
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -14px;
}
.card.top_cards.active [data-background-color="blue"] + .card-content{
    border-bottom: #124384 solid 2px;
}
.card.top_cards.active [data-background-color="blue"] + .card-content:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #124384;
}
.card.top_cards.active [data-background-color="info"] + .card-content{
    border-bottom: #0ed2eb solid 2px;
}
.card.top_cards.active [data-background-color="info"] + .card-content:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #0ed2eb ;
}
.card.top_cards.active [data-background-color="green"] + .card-content{
    border-bottom: #4caf50 solid 2px;
}
.card.top_cards.active [data-background-color="green"] + .card-content:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #4caf50 ;
}
.card.top_cards.active [data-background-color="orange"] + .card-content{
    border-bottom: #ff9800 solid 2px;
}
.card.top_cards.active [data-background-color="orange"] + .card-content:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ff9800 ;
}
label.control-label .icon-static {
    top: 6px;
    position: relative;
}
.control-label h6 {
    text-transform: inherit;
}
.feedback {
    float: right;
    width: 40px;
    height: 160px;
    background: url(../img/feedback.png) no-repeat;
    cursor: pointer;
    position: fixed;
    right: 0;
    top: 30%;
    display: block;
    z-index: 999;
}