/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Lattes - One page multi purpose page
Version:	1.0
Last change:	17/08/2015 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page

[Table of contents]

1. General
2. Header
3. Navigation
4. Sections
5. Footer
6. Components

[Color codes]

Buttons, etc:	#726FB9 (blue)
hover color:	#74bee0 (yellow)
-------------------------------------------------------------------*/

/*--------------------
Import Google Fonts
--------------------*/

/* main font for menu. */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400italic&subset=latin,latin-ext);

/*--------------------
1. General
--------------------*/

body {
  margin: 0px;
    font-family: "museo-sans", Sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 300;
    letter-spacing: 0.4px;
    font-family: "museo-sans", Sans-serif;
    color: #232323;
}

p {
    font-family: "museo-sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
	line-height: 23px;
    letter-spacing: 0.2px;
    color: #797979;
}
a {
  color: #337B95;
  text-decoration: none;
}
a:hover, a:focus, a:active, a.active {
    color: #8FB8C8;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}

::selection {
    text-shadow: none;
    background: #74bee0;
}

@media (min-width: 1100px) {
	section {
	    padding: 150px 0;
	}
}

section {
    padding: 70px 0;
}

/*--------------------
2. Navigation
--------------------*/

.navbar-default {
	background-color: #42337D;
	border-color: transparent
}
.navbar-default .navbar-brand {
	color: #fff;
	font-family: "museo-sans",sans-serif;
    padding: 0px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #fec503
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
.navbar-default .navbar-toggle {
	background-color: #74bee0;
	border-color: #74bee0
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #74bee0
}
.navbar-default .nav li a {
	font-family: "museo-sans",sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	color:#fff;
    font-size:12px;
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #fff;
	outline: 0
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #74bee0
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #fec503
}

@media (min-width:1100px) {
	.navbar-default
	{
		background-color: transparent;
		padding: 25px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		background-color: #42337D;
		padding: 10px 0
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em
	}
}

/*--------------------
3. Header
--------------------*/

header {
    background-image: url(../img/main-bg.jpg);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

@media (min-width: 1100px) {
	header .intro-text {
	    padding-top: 200px;
	    padding-bottom: 200px;
	}
}

header .intro-text .intro-lead-in {
    font-family: Times,sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}

@media (min-width: 1100px) {
	header .intro-text .intro-lead-in {
	    font-family: Times,sans-serif;
	    font-style: italic;
	    font-size: 40px;
	    line-height: 40px;
	    margin-bottom: 25px;
	}
}

.nav-title {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 16px;
    line-height: 50px;
    margin-bottom: 12px;
    color:#fff;
}

header .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 12px;
}

@media (min-width: 1100px) {
	header .intro-text .intro-heading {
	    text-transform: uppercase;
	    font-weight: 700;
	    font-size: 50px;
	    line-height: 50px;
	    margin-bottom: 10px;
        letter-spacing: 2px;
	}
}

/*--------------------
4. Sections
--------------------*/

.section-title h2 {
    font-size: 34px;
    text-transform: uppercase;
}

.section-title p {
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    margin: 20px 20px 20px 20px;
}

/*--------------------
4.1. About
--------------------*/

.mz-module-about h3 {
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.mz-module-about p {
font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #969696;
}

.ot-circle {
height: 95px;
    width: 95px;
    text-align: center;
    line-height: 98px;
    color: #3E3E3E;
    /* border: 3px solid #000; */
    border-radius: 100px;
    /* background-color: #E8E8E8; */
    margin: 0 2px 4px;
    font-size: 31px;
}

/*--------------------
4.2. Skills
--------------------*/

.skills-text h2 {
	margin: 0 0 30px;
}

.skillbar-item {
    margin-bottom: 30px;	
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
}

.skillbar-score {
background-color: #dfdfdf;
    padding: 7px;
    text-align: center;
    color: #000000;
    font-weight: 300;
    float: right;
    width: 50px;
    height: 40px;
    vertical-align: middle;
 }

.skillbar-score .score {
    font-size: 20px;
}

.skillbar-score .percent {
    font-size: 13px;
}

.skillbar-bar {
display: block;
    background-color: #dfdfdf;
    height: 3px;
    width: 100%;
}

.skillbar h3 {
	font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;	
margin: 0;
    padding: 12px 0;
}

.skillbar-percent {
    color: #fff;
    background-color: #000000;
    float: left;
    height: 3px;
}

/*--------------------
4.3. Portfolio
--------------------*/

figure {
	position: relative;
    overflow: hidden;
    margin: 10px 1%;
    background: #726FB9;
    text-align: center;
    cursor: pointer;	
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

.ot-portfolio-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba {
	background: #000;
	margin-bottom: 30px;
}

figure.effect-bubba img {
	opacity: 0.4;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.2;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.dark-bg {
    background: #323232;
    color: #fff;
}

.bg-img1 {
    background-image: url(../img/bg-img1.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-img2 {
    background-image: url(../img/bg-img2.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-img3 {
    background-image: url(../img/bg-img3.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-product-1 {
    background-image: url(../img/demo/portfolio-1.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;

}

.light-bg {
	background-color: #edf1f7;

}

.overlay-dark:before, .overlay-light:before {
    background-color: rgba(32,32,32,0.6);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.overlay-dark, .overlay-light {
    position: relative;
    z-index: 1;
}

.bolded {
  font-weight: bold;
}
.short-section {
    padding-top: 1px;
    padding-bottom: 70px;
    min-height:300px;
}

.img-title h2 {
    color:#fff;
    font-size: 34px;
    text-transform: uppercase;
}

.img-title h3 {
    color:#fff;
    font-size: 24px;

}

.img-title p {
    color:#fff;
    font-size: 17px;
    font-weight: 300;


}

.counter-item h2 {
    color: #fff;
    font-size: 60px;
    margin: 0;
}

.counter-item h6 {
    color: #fff;
    font-size: 19px;
    margin: 0;	
}

/*--------------------
4.5. Partners Slider
--------------------*/

.partner-logo {
    height: 80px;
    text-align: center;
}

.partner-logo img {
    height: 100%;
    width: auto !important;
}

/*--------------------
4.6. Team
--------------------*/

.team-item {
    text-align: center;
    background-color: #fff;
    padding:45px;
    min-height:300px;
}

.team-item h3 {
    font-size: 16px;
    font-weight: 500;
}

.team-item .team-location {
    color: #C5C5C5;
    font-size: 13px;
    margin-bottom: 20px;    
}

.team-item .team-location {
    color: #C5C5C5;
    font-size: 12px;
    margin-bottom: 20px;    
}

.team-item .team-position {
    color: #000;
    font-size: 12px;
}

.team-item p {
    font-size: 13px;
    font-weight: 300;
    color: #9C9C9C;
    padding: 5px 10px 20px 10px;
}

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
    margin-top: 15px;
}
section#contact.form-group {
margin-bottom: 25px;
}

section#contact .form-group input, section#contact .form-group textarea {
    padding: 15px;
    border: 1px solid #BBBBBB;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    font-size: 13px;
}

.contact h3 {
    margin-bottom: 30px;
}

.contact p {
    font-size: 13px;
}

.contact .day {
    display: inline-block;
    width: 80px;
}

.contact i {
    margin-right: 5px;
}

/*--------------------
5. Footer
--------------------*/

footer {
    padding: 30px;
    background-color: #000;    
}

footer p {
    color: #B7B7B7;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.6px;
}

footer p a {
    color: #fff;
}

footer p a span {
    color: #FF9F46;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
	border-radius: 0;	
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title {    
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding: 25px;
}

.modal-body p {
	margin: 10px;
	color: #2D2D2D;		
}

.modal-works {
font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 25px 20px;
}

.modal-works span {
	background-color: #74bee0;
    margin-right: 15px;
    padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/





.btn {
    display: inline-block;

    margin-bottom: 3px;


    border-radius: 0px;
}

.btn-xl {

    text-transform: uppercase;
    font-weight: 700;

    font-size: 18px;
    padding: 20px 40px;
}

/* Back to top button
---------------------------------- */
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}
#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 11px/100% "museo-sans", Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #A9A9B1;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    background: #74bee0;
}
/* arrow icon (span tag) */
#back-top i {
    margin-top: 15px;
    font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
}
#back-top a {
    width: 40px;
    height: 40px;
}
#back-top i {
    margin-top: 7px;
    font-size: 20px;
}
}

.istory-page{
    border:1px dashed #b7b7b7;
    min-height:370px;
    padding:25px;
    background-color:#fff;
}

.istory-page-title{
    font-family: Times,sans-serif;
    font-style: italic;
    font-size: 22px;
}
.text-white{
    color:#fff;
}



/* CONVERSATION MODEL */


.prompt {
    display:inline-block;
    width: 493px;
    height:96px;
    background: url('../img/prompt.png') no-repeat;
    padding:8px 12px 12px 24px;
    color:#444444;
    font-size: 18px;
    line-height: 22px;
}

.blank-response {
    display:inline-block;
    width: 493px;
    height:96px;
    background: url('../img/blank_response.png') no-repeat;
    padding:12px 12px 12px 24px;
    color:#fff;
    font-size: 18px;
    line-height: 22px;
}

.hangup-response {
    display:inline-block;
    width: 493px;
    height:160px;
    background: url('../img/hangup.png') no-repeat;
    background-size:cover;
    padding:12px 12px 12px 24px;
    color:#fff;
    font-size: 18px;
    line-height: 22px;
    margin-left:70px;
}

.avatar-happy1 {
    display:inline-block;
    position: relative;
    width: 68px;
    height:68px;
    margin-right: 12px;
    background: url('../img/avatar_happy.png') no-repeat;
    margin-top: 16px;
    background-size:cover;
}

.avatar-sad1 {
    display:inline-block;
    position: relative;
    width: 68px;
    height:68px;
    margin-right: 12px;
    background: url('../img/avatar_sad.png') no-repeat;
    margin-top: 16px;
    background-size:cover;
}

.avatar-angry1 {
    display:inline-block;
    position: relative;
    width: 68px;
    height:68px;
    margin-right: 12px;
    background: url('../img/avatar_angry.png') no-repeat;
    margin-top: 16px;
    background-size:cover;
}

.avatar-happy2 {
    display:inline-block;
    position: relative;
    width: 68px;
    height:68px;
    margin-right: 12px;
    background: url('../img/avatar_happy_2.png') no-repeat;
    margin-top: 16px;
    background-size:cover;
}

.avatar-sad2 {
    display:inline-block;
    position: relative;
    width: 68px;
    height:68px;
    margin-right: 12px;
    background: url('../img/avatar_sad_2.png') no-repeat;
    margin-top: 16px;
    background-size:cover;
}

.avatar-angry2 {
    display:inline-block;
    position: relative;
    width: 68px;
    height:68px;
    margin-right: 12px;
    background: url('../img/avatar_angry_2.png') no-repeat;
    margin-top: 16px;
    background-size:cover;
}

.avatar-happy3 {
    display:inline-block;
    position: relative;
    width: 68px;
    height:68px;
    margin-right: 12px;
    background: url('../img/avatar_happy_3.png') no-repeat;
    margin-top: 16px;
    background-size:cover;
}

.avatar-sad3 {
    display:inline-block;
    position: relative;
    width: 68px;
    height:68px;
    margin-right: 12px;
    background: url('../img/avatar_sad_3.png') no-repeat;
    margin-top: 16px;
    background-size:cover;
}

.avatar-angry3 {
    display:inline-block;
    position: relative;
    width: 68px;
    height:68px;
    margin-right: 12px;
    background: url('../img/avatar_angry_3.png') no-repeat;
    margin-top: 16px;
    background-size:cover;
}

.hang-up {
    display:inline-block;
    position: relative;
    width: 96px;
    height:96px;
    margin-right: 12px;
    background: url('../img/hangup_icon.png') no-repeat;
}

.response {
    display:inline-block;
    width: 90%;
    min-height:60px;
    background-color: #528EAC; 
    padding:5px;
    color:#fff;
    font-size: 16px;
    line-height: 22px;
}

.response-feedback {
    display:block;
    background-color: #EDF1F7; 
    padding:5px;
    color:#232323;
    font-size: 16px;
    line-height: 22px;
    margin:12px;
    min-height:48px;
}


.correct {
    display:inline-block;
    position: relative;
    width: 44px;
    height:44px;

    margin-right: 5px;
    margin-top: 2px;
    background: url('../img/correct_answer.png') no-repeat;
    background-size: cover;
}

.incorrect {
    display:inline-block;
    position: relative;
    width: 44px;
    height:44px;
    margin-right: 5px;
    margin-top: 2px;
    background: url('../img/incorrect_answer.png') no-repeat;
    background-size: cover;
}

.problem {
    display:inline-block;
    position: relative;
    width: 44px;
    height:44px;
    margin-right: 5px;
    margin-top: 2px;
    background: url('../img/problem_answer.png') no-repeat;
    background-size: cover;
}

/* prompts */

.convo-window{
  //min-height:50vh;
}



.you-say {
    color: #ffffff;
    background-color: #74bee0;
    border-color: #A39F7E;
    font-weight: normal;
    width:100px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.text-white {
    color: #fff;
}

.text-green {
    color: #a7cd37;
}

.text-red {
    color: #db1f27;
}

.icon {
    position: relative;
    top: 6px;
    text-shadow: 0px 0px 4px rgba(70, 70, 70, 0.4);
}

.content-heading {
    background-color: #4c6174;
    height:86px;
}

.content-title {
    display:block;
    color:#fff;
    background-color: transparent;
    line-height: 86px;
    font-size: 18px;
}



.dialog-box {
    display:block;
    background-color: #D6D1A5;
    color:#333;

    padding: 12px;
    margin:6px 0;
}

.answer-box {
    display:block;
    background-color: #74bee0;
    padding:12px;
}

.convo-response{
  font-size:18px;
  min-height:150px;
}

.header-active{
    color:#74bee0 !important;
}

.vid-checklist{
    font-size:16px;
    color:#000;

}
.vid-checklist:hover, .vid-checklist:focus{
    color:#797979;

}

.teal-trans{
  background-color:rgba(51,123,149,.4);
}

.five-dots{
  color:#fff;
  font-size:38px;
}

.teal-active{
    background-color: rgba(255, 255, 255, .3);;
}

.user {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border:4px solid #337B95;
  box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,0.2);
}

.user-tab {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border:4px solid #8fb8c8;
  //box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,0.2);
  margin-bottom:0px;
}

.emily-happy {
    background-image: url('../img/emily_happy.jpg');
}
.eric-happy {
    background-image: url('../img/eric_happy.jpg');
}

.chat-bubble {
    position: relative;
    width: 100%;
    //height: 160px;
    padding: 0px;
    background: #CFD5DD;
    //border-radius: 10px;
    padding:10px;
    min-height:100px;
}

.chat-bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #CFD5DD;
    display: block;
    width: 0;
    z-index: 1;
    left: -15px;
    bottom: 45px;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.mood-card {
    color:#fff;
    border-radius:8px;
    padding:12px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    margin:5px;
    text-align:center;
}

.mood-card-sm {
    color:#fff;
    border-radius:3px;
    padding:10px;
    margin:2px;
    text-align:center;
    display:inline-block;
    width:31%;
    vertical-align: top;
    min-height:80px;
}

.Happiness {
    background-color:#A83C93;
}
.Fear {
    background-color:#80A20D;
}
.Commitment {
    background-color:#4D8BAF;
}
.Blank {
    background-color:#b5b5b5;
}
.grey-bottom{
    border-bottom:1px solid #dbdbdb;
}

.prepare-assets{
    background-color:#efefef;
}


.btn-grey {
    margin:0px !important;
  color: #337B95;
  background-color: #fff;
  border-bottom: 1px solid #8FB8C8;;
}
.btn-grey:focus,
.btn-grey.focus {
  color: #fff;
  background-color: #8FB8C8;
  border-color: #8FB8C8;
}
.btn-grey:hover {
  color: #fff;
  background-color: #337B95;
  border-color: #337B95;
}
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}
.btn-grey:active:hover,
.btn-grey.active:hover,
.open > .dropdown-toggle.btn-grey:hover,
.btn-grey:active:focus,
.btn-grey.active:focus,
.open > .dropdown-toggle.btn-grey:focus,
.btn-grey:active.focus,
.btn-grey.active.focus,
.open > .dropdown-toggle.btn-grey.focus {
  color: #333;
  background-color: #8FB8C8;
  border-color: #8FB8C8;
}
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  background-image: none;
}
.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled.focus,
.btn-grey[disabled].focus,
fieldset[disabled] .btn-grey.focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-grey .badge {
  color: #fff;
  background-color: #333;
}



.dark-pag {
    background-color:#8FB8C8;
    color:#fff;
}

.vertical {
  display: inline-block;
  width: 20%;
  height: 40px;
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}

.trans-40 {
    opacity:0.3;
}

.dark-pag {
    //background-color:#337B95;
}

.pag-done {
    background-color:#a3a3a3 !important;
    border:1px solid #a3a3a3 !important;
}
.pag-done:hover {
    background-color:#828282 !important;
    border:1px solid #a3a3a3 !important;
}
.pag-done-active {
    background-color:#828282 !important;
    border:1px solid #a3a3a3 !important;
}

.pag-visited {
    background-color:#aaaaaa !important;
    color:#fff !important;
}
.pag-visited:hover {
    background-color:#919191;
}