
/* line 1 : /Users/website/src/stylus/theme.styl */
html {
  font-size: 10px;
  height: 100%;
  margin-bottom: 1px;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 8 : /Users/website/src/stylus/theme.styl */
body {
  color: #333;
  font-family: "Lato", Tahoma, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6em;
}

/* line 15 : /Users/website/src/stylus/theme.styl */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-size: 1.55rem;
  font-weight: 300;
}

/* line 20 : /Users/website/src/stylus/theme.styl */
a {
  font-weight: 400;
}

/* line 24 : /Users/website/src/stylus/theme.styl */
.btn {
  background-color: #67823a;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  border: none;
  margin: 2rem 0 0 0;
  padding: 1rem 5rem;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  color: #fff;
}

/* line 33 : /Users/website/src/stylus/theme.styl */
.btn:hover,
.btn:focus {
  background-color: #8aaf4e;
  text-decoration: none;
  color: #fff;
}

.btn-default {
	background-color: #FFF;
	color: #333;
	border: 1px solid transparent;
	border-radius: 4px;
	border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #E6E6E6;
  text-decoration: none;
  color: #000;
}

/* line 38 : /Users/website/src/stylus/theme.styl */
.btn-primary {
  background-color: #4f758b;
}

/* line 40 : /Users/website/src/stylus/theme.styl */
.btn-primary:hover,
.btn-primary:focus {
  background-color: #6a93aa;
  text-decoration: none;
}

/* line 44 : /Users/website/src/stylus/theme.styl */
.container {
  max-width: 100rem;
  min-width: 32rem;
  padding-bottom: 5rem;
  padding-top: 3rem;
}

/* line 50 : /Users/website/src/stylus/theme.styl */
.container p {
  margin-bottom: 20px;
}

/* line 53 : /Users/website/src/stylus/theme.styl */
.container p:last-child {
  margin-bottom: 0;
}

/* line 56 : /Users/website/src/stylus/theme.styl */
.sample_container {
  border-top: 1px solid #ccc;
}

/* line 59 : /Users/website/src/stylus/theme.styl */
.alternate-bg {
  background: rgba(79,117,139,0.6);
  color: #fff;
}

/* line 63 : /Users/website/src/stylus/theme.styl */
.alternate-bg .section-header {
  color: #fff;
}

/* line 66 : /Users/website/src/stylus/theme.styl */
.alternate-bg a {
  color: #fff;
  text-decoration: underline;
}

/* line 70 : /Users/website/src/stylus/theme.styl */
.alternate-bg .btn {
  text-decoration: none;
}


/*.section-header,
.section-title,
.modal-title {
  color: #7e1829;
  font-size: 2em;
  margin: 0.5em 0 1.5em;
}


.section-header:before,
.modal-title:before {
  border: 0.3em solid transparent;
  border-left-color: #7e1829;
  content: '';
  display: inline-block;
  margin-top: -0.15em;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {

  .section-header,
  .section-title,
  .modal-title {
    font-size: 1.5em;
  }
}

.subsection-header {
    color: #7e1829;
    font-size: 1.8em;
    margin: 0.5em 0 1.5em;
}
@media screen and (max-width: 480px) {


  .subsection-header {
    font-size: 1.3em;
  }
}*/

/* line 89 : /Users/website/src/stylus/theme.styl */
.image-list {
  list-style: none;
  text-align: center;
}

/* line 93 : /Users/website/src/stylus/theme.styl */
.image-list li {
  margin: 2rem 0;
}

/* line 96 : /Users/website/src/stylus/theme.styl */
.spec-header {
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 1.4em;
  padding-bottom: 0.5em;
}

/* line 102 : /Users/website/src/stylus/theme.styl */
.img-responsive {
  margin: 0 auto;
}
@media screen and (max-width: 480px) {

/* line 105 : /Users/website/src/stylus/theme.styl */
  .img-responsive {
    width: 100%;
  }
}

.img-responsive2 {
  margin: 0 auto;
}
@media screen and (max-width: 480px) {

/* line 105 : /Users/website/src/stylus/theme.styl */
  .img-responsive2 {
    width: 60%;
  }
}

.img-services {
	padding-top: 20px;
}

/* line 108 : /Users/website/src/stylus/theme.styl */
.stretchy-image {
  margin: 0 auto 1rem auto;
  width: 90%;
  max-width: 450px;
  display: inherit;
}

/* line 114 : /Users/website/src/stylus/theme.styl */
.stretchy-image-sm {
  margin: 0 auto 1rem auto;
  width: 90%;
  max-width: 300px;
  display: inherit;
}

/* line 120 : /Users/website/src/stylus/theme.styl */
.full-width-image {
  margin: 0 auto 1rem auto;
  width: 95%;
  display: inherit;
}

/* line 125 : /Users/website/src/stylus/theme.styl */
.full-width-image-limited {
  margin: 0 auto 1rem auto;
  width: 95%;
  max-width: 600px;
  display: inherit;
}

/* line 132 : /Users/website/src/stylus/theme.styl */
.table-container {
  padding: 2rem;
}

/* line 135 : /Users/website/src/stylus/theme.styl */
.table-container .row > div,
.table-container .row .col-md-3 {
  padding: 2rem 1rem;
  border: 1px solid #ccc;
}

/* line 137 : /Users/website/src/stylus/theme.styl */

/* line 137 : /Users/website/src/stylus/components/nav.styl */

/* line 1 : /Users/website/src/stylus/components/nav.styl */
.navbar {
  background: #eee;
  padding: 0.3em 0 0 0;
  
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.40);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.40);
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.40);
}

/* line 5 : /Users/website/src/stylus/components/nav.styl */
.navbar .container {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 9 : /Users/website/src/stylus/components/nav.styl */
.navbar .nav li {
  border-bottom: 3px solid transparent;
}

/* line 12 : /Users/website/src/stylus/components/nav.styl */
.navbar .nav li a {
  color: #888;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0.7em;
  font-weight: 300;
}

/* line 19 : /Users/website/src/stylus/components/nav.styl */
.navbar .nav li a:hover,
.navbar .nav li a:focus {
  color: #888;
}

/* line 22 : /Users/website/src/stylus/components/nav.styl */
.navbar .nav li button {
  margin: 0.7em 0 0 1em;
}

/* line 25 : /Users/website/src/stylus/components/nav.styl */
.navbar .nav li.active {
  border-bottom-color: #7e1829;
}

/* line 27 : /Users/website/src/stylus/components/nav.styl */
.navbar .nav li.active a,
.navbar .nav li.active a:hover,
.navbar .nav li.active a:focus {
  background: none;
  color: #fff;
}

/* line 31 : /Users/website/src/stylus/components/nav.styl */
.navbar .navbar-toggle {
  border-color: #9d9d9d;
  color: #999;
}

/* line 35 : /Users/website/src/stylus/components/nav.styl */
.navbar .navbar-toggle .icon-bar {
  background-color: #9d9d9d;
}

/* line 38 : /Users/website/src/stylus/components/nav.styl */
.navbar-brand {
  padding-top: 7px;
}
@media screen and (max-width: 768px) {

/* line 42 : /Users/website/src/stylus/components/nav.styl */

/* line 43 : /Users/website/src/stylus/components/nav.styl */
  .navbar .nav li {
    margin-left: 1rem;
  }

/* line 46 : /Users/website/src/stylus/components/nav.styl */
  .navbar .nav li button {
    margin: 1em 0;
  }
}

/* line 47 : /Users/website/src/stylus/components/nav.styl */

/* line 47 : /Users/website/src/stylus/components/footer.styl */

/* line 1 : /Users/website/src/stylus/components/footer.styl */
footer {
  background-color: #7e1829;
  color: #fff;
}

/* line 5 : /Users/website/src/stylus/components/footer.styl */
footer ul {
  list-style: none;
}

/* line 8 : /Users/website/src/stylus/components/footer.styl */
footer .copyright {
  text-align: right;
}

/* line 11 : /Users/website/src/stylus/components/footer.styl */
footer .col-md-6 {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {

/* line 14 : /Users/website/src/stylus/components/footer.styl */
  footer .col-md-6 {
    text-align: center;
  }
}

/* line 17 : /Users/website/src/stylus/components/footer.styl */
footer .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* line 21 : /Users/website/src/stylus/components/footer.styl */

/* line 22 : /Users/website/src/stylus/components/footer.styl */
.footer-nav li {
  display: inline-block;
}

/* line 25 : /Users/website/src/stylus/components/footer.styl */
.footer-nav li:not(:last-of-type):after {
  content: '|';
  margin: 0 1rem;
}

/* line 28 : /Users/website/src/stylus/components/footer.styl */
.footer-nav a {
  color: #fff;
  text-decoration: none;
}

/* line 30 : /Users/website/src/stylus/components/footer.styl */

/* line 30 : /Users/website/src/stylus/components/carousel.styl */

/* line 1 : /Users/website/src/stylus/components/carousel.styl */
.carousel {
  margin: 0 1.5em;
  padding-top: 3rem;
}

/* line 5 : /Users/website/src/stylus/components/carousel.styl */
.carousel .carousel-control {
  background-image: none;
}

/* line 8 : /Users/website/src/stylus/components/carousel.styl */
.carousel-container {
  padding-bottom: 0;
}

/* line 11 : /Users/website/src/stylus/components/carousel.styl */
.carousel-inner img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

/* line 17 : /Users/website/src/stylus/components/carousel.styl */
.carousel-slide {
  padding-top: 100px;
}

/* line 20 : /Users/website/src/stylus/components/carousel.styl */
.carousel-caption {
  position: relative;
  text-align: center;
  width: 80%;
  margin: 0px;
  margin-left: -10%;
  color: #000;
  text-shadow: none;
}

/* line 29 : /Users/website/src/stylus/components/carousel.styl */
.carousel-control {
  display: inline-block;
  left: auto;
  right: auto;
  margin: 0;
}

/* line 35 : /Users/website/src/stylus/components/carousel.styl */
.carousel-control:before {
  content: '';
  border: 1.5rem solid transparent;
  position: absolute;
  top: 50%;
}

/* line 41 : /Users/website/src/stylus/components/carousel.styl */
.carousel-control.right {
  margin-right: -2rem;
}

/* line 44 : /Users/website/src/stylus/components/carousel.styl */
.carousel-control.right:before {
  right: 0;
  margin-right: -1rem;
  border-left-color: #4f758b;
}

/* line 49 : /Users/website/src/stylus/components/carousel.styl */
.carousel-control.left {
  margin-left: -2rem;
}

/* line 52 : /Users/website/src/stylus/components/carousel.styl */
.carousel-control.left:before {
  margin-left: -1rem;
  left: 0;
  border-right-color: #4f758b;
}

/* line 57 : /Users/website/src/stylus/components/carousel.styl */
.carousel-indicators {
  top: 5px;
}

/* line 60 : /Users/website/src/stylus/components/carousel.styl */
.carousel-indicators li,
.carousel-indicators li.active {
  height: 5px;
  width: 16%;
  margin: 0 1%;
}

/* line 65 : /Users/website/src/stylus/components/carousel.styl */
.carousel-indicators li {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  background-color: rgba(79,117,139,0.4);
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

/* line 72 : /Users/website/src/stylus/components/carousel.styl */
.carousel-indicators li:hover {
  background-color: #4f758b;
}

/* line 75 : /Users/website/src/stylus/components/carousel.styl */
.carousel-indicators li.active {
  background-color: #7e1829;
}

/* line 78 : /Users/website/src/stylus/components/carousel.styl */
.carousel-indicators .active {
  background-color: #4f758b;
}

/* line 79 : /Users/website/src/stylus/components/carousel.styl */

/* line 79 : /Users/website/src/stylus/components/modals.styl */

/* line 1 : /Users/website/src/stylus/components/modals.styl */
.modal-content {
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 4 : /Users/website/src/stylus/components/modals.styl */
.modal-title {
  margin: 0;
}

/* line 8 : /Users/website/src/stylus/components/modals.styl */
.modal-header {
  padding: 2rem 2.5rem;
}

/* line 10 : /Users/website/src/stylus/components/modals.styl */
.modal-header .close {
  font-size: 4rem;
  margin-top: 0;
}

/* line 12 : /Users/website/src/stylus/components/modals.styl */

/* line 1 : /Users/website/src/stylus/pages/index.styl */

/* line 2 : /Users/website/src/stylus/pages/index.styl */
/*.page-intro-section {
  background-image: url("../img/banners/multimapa-md.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  max-height: 600px;
  min-height: 300px;
  height: 50vw;
/*  margin-top: 50px;*/
/*  padding-top: 4vw;
  position: relative;
}*/

/* line 14 : /Users/website/src/stylus/pages/index.styl */
/*.page-intro-section .container {
  height: 100%;
}
*/
/* line 17 : /Users/website/src/stylus/pages/index.styl */
/*.page-intro-section .intro-text {
  color: #fff;
  display: inline-block;
  font-size: 5vw;
  line-height: 1.2em;
  text-shadow: 0 0 0.8rem #333;
  width: 85%;

  padding-top: 80px;
}

.page-intro-section .intro-plane {
	width: 500px;
	margin-top: -80px;
}
@media screen and (min-width: 1080px) {


  .page-intro-section {
    background-image: url("../img/banners/multimapa-lg.jpg");
    max-height: 800px;
  }


  .page-intro-section .intro-text {
    font-size: 5rem;
  }
}
@media screen and (max-width: 480px) {


  .page-intro-section {
    background-image: url("../img/banners/multimapa-sm.jpg");
  }


  .page-intro-section .intro-text {
    font-size: 2.25rem;
	padding-top: 20px;
  }
  
  .page-intro-section .intro-plane {
  	width: 250px;
  	margin-top: -60px;
  }
}

@media screen and (min-width: 980px) {

    .page-intro-section {
      background-image: url("../img/banners/multimapa-md.jpg");
    }
    .page-intro-section .intro-text {
      font-size: 2.25rem;
  	  margin-top: 20px;
    }

    .page-intro-section .intro-plane {
    	width: 250px;
    	margin-top: 0px;
    }
}
@media screen and (min-width: 1300px) {


  .page-intro-section {
    background-position: center 0vw;
  }
} */

/* line 45 : /Users/website/src/stylus/pages/index.styl */
.benefits {
  padding: 0 5%;
}

/* line 48 : /Users/website/src/stylus/pages/index.styl */
.benefit {
  margin: 2.5em 0;
  text-align: left;
}

/* line 52 : /Users/website/src/stylus/pages/index.styl */
.benefit table {
  margin-left: 1.5em;
}

/* line 55 : /Users/website/src/stylus/pages/index.styl */
.benefit th {
  padding-right: 1em;
}

/* line 58 : /Users/website/src/stylus/pages/index.styl */
.benefit li,
.benefit td {
  line-height: 1.4em;
  padding: 0.25em 0;
}
@media screen and (min-width: 1080px) {

/* line 63 : /Users/website/src/stylus/pages/index.styl */
  .benefits {
    padding: 0px 10%;
  }
}

/* line 67 : /Users/website/src/stylus/pages/index.styl */
.atlas-logo-container {
  text-align: center;
  margin-bottom: 1rem;
}

/* line 71 : /Users/website/src/stylus/pages/index.styl */
.service-image-list {
  margin: 2.5rem 0;
  list-style: none;
}

/* line 75 : /Users/website/src/stylus/pages/index.styl */
.service-image-list li {
  text-align: center;
}

/* line 78 : /Users/website/src/stylus/pages/index.styl */
.service-image-list img {
  margin-bottom: 0.75rem;
}

/* line 81 : /Users/website/src/stylus/pages/index.styl */
.service-spec-list {
  margin-bottom: 3rem;
}
@media screen and (max-width: 980px) {

/* line 85 : /Users/website/src/stylus/pages/index.styl */

/* line 86 : /Users/website/src/stylus/pages/index.styl */
  .service-image-list .col-sm-3 {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 1rem 0;
  }
}

/* line 93 : /Users/website/src/stylus/pages/index.styl */
/*.product-list {
  text-align: center;
}*/

/* line 96 : /Users/website/src/stylus/pages/index.styl */
.product-list > div {
  padding: 3rem 2.5rem;
}

/* line 100 : /Users/website/src/stylus/pages/index.styl */
.faqs p {
  line-height: 1.5em;
  margin: 1.2em 0;
}

/* line 105 : /Users/website/src/stylus/pages/index.styl */
.about p {
  line-height: 1.5em;
  margin: 1em 0;
}

/* line 109 : /Users/website/src/stylus/pages/index.styl */
.about p:last-child {
  margin-bottom: 4em;
}

/* line 113 : /Users/website/src/stylus/pages/index.styl */
#contact_form {
  max-height: 550px;
  overflow-y: hidden;
  overflow-x: scroll;
}
@media screen and (max-width: 480px) {

/* line 118 : /Users/website/src/stylus/pages/index.styl */
  #contact_form {
    width: 100%;
  }
}

/* line 121 : /Users/website/src/stylus/pages/index.styl */
.address-list {
  list-style: none;
  font-weight: 400;
  padding: 0;
}
@media screen and (max-width: 980px) {

/* line 127 : /Users/website/src/stylus/pages/index.styl */
  #contact .row {
    text-align: center;
  }
}

/* line 128 : /Users/website/src/stylus/pages/index.styl */

/* line 1 : /Users/website/src/stylus/pages/other.styl */

/* line 2 : /Users/website/src/stylus/pages/other.styl */
.careers-header {
  padding-bottom: 0;
}

/* line 7 : /Users/website/src/stylus/pages/other.styl */
.purchase-list {
  text-align: center;
  margin-top: 5rem;
}

/* line 11 : /Users/website/src/stylus/pages/other.styl */
.purchase-list .btn {
  width: 100%;
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 980px) {

/* line 15 : /Users/website/src/stylus/pages/other.styl */
  .purchase-list {
    margin-top: 15%;
  }
}

/* line 18 : /Users/website/src/stylus/pages/other.styl */
.partner-list {
  margin-top: 4rem;
  text-align: center;
}

/* line 22 : /Users/website/src/stylus/pages/other.styl */
.partner-list a {
  display: inline-block;
  margin: 2rem 0.7rem;
}

/* line 27 : /Users/website/src/stylus/pages/other.styl */
.partner-container {
  height: 250px;
  padding: 1rem 0;
}

/* line 31 : /Users/website/src/stylus/pages/other.styl */
.partner-image {
  height: 150px;
}

/* line 34 : /Users/website/src/stylus/pages/other.styl */
.partner-title {
  height: 50px;
}


/* multimapa ------------------------------------------------------------------------ */

.section-header,
.section-title,
.modal-title {
  color: #7e1829;
  font-size: 2em;
  margin: 0.5em 0 0.5em;
}


.section-header:before,
.modal-title:before {
  border: 0.3em solid transparent;
  border-left-color: #7e1829;
  content: '';
  display: inline-block;
  margin-top: -0.15em;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {

  .section-header,
  .section-title,
  .modal-title {
    font-size: 1.5em;
  }
}

.subsection-header {
    color: #7e1829;
    font-size: 1.8em;
    margin: 0.5em 0 0.5em;
}
@media screen and (max-width: 480px) {


  .subsection-header {
    font-size: 1.3em;
  }
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.page-intro-section {
  background-image: url("../img/banners/multimapa-sm.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  max-height: 600px;
  min-height: 300px;
  height: 50vw;
/*  margin-top: 50px;*/
  padding-top: 4vw;
  position: relative;
}

.page-intro-section .container {
  height: 100%;
}

.page-intro-section .intro-text {
	color: #fff;
	display: inline-block;
	font-size: 7vw;
	line-height: 1.2em;
	text-shadow: 0 0 0.8rem #333;
	width: 85%;
	padding-top: 10vw;
}

.page-intro-section .intro-plane {
	width: 250px;
	margin-top: -60px;
}

@media (min-width: 540px) {
	.page-intro-section {
		background-image: url("../img/banners/multimapa-md.jpg");
	}
	
	.page-intro-section .intro-text {
		font-size: 4vw;
		width: 90%;
		padding-top: 7vw;
	}
	
	.page-intro-section .intro-plane {
		width: 300px;
		margin-top: -60px;
	}
	
}

@media (min-width: 992px) {
	.page-intro-section .intro-text {
	    font-size: 5vw;
	    width: 90%;
	    padding-top: 3vw;
	}
	
	.page-intro-section .intro-plane {
		width: 400px;
		margin-top: -60px;
	}
	
	
}

@media (min-width: 1200px) {
	.page-intro-section {
		background-image: url("../img/banners/multimapa-md-l.jpg");
		max-height: 800px;
	}
	
	.page-intro-section .intro-text {
	    font-size: 4vw;
	}
	
	.page-intro-section .intro-plane {
		width: 500px;
		margin-top: -60px;
	}
	
}







.icon-middle: {
	vertical-align: middle;
}

.form-control {
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	-webkit-appearance: none;
	}
}

@media screen and (min-width: 992px) {
	a#user-button-1 {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	a#user-button-1 {
		display: none;
	}
}

.user-panel {
	margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
	.user-panel {
		width: 400px;
		/*margin: auto;*/
		margin-left: auto;
		margin-right: auto;
	}
	
	.info-panel {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 992px) {
	.user-panel {
		width: 600px;
		/*margin: auto;*/
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 992px) {
	p#user-logged-company {
		float: right;
	}
}

.service-request {
	border-color: #D04F4F;
	padding: 6px 14px;
	margin: 5px 5px 2px 5px;
}

.service-requested {
	border-color: #3c763d;
	padding: 6px 14px;
	margin: 5px 5px 2px 5px;
}

.services-addon {
	width: 88px;
}

.map {
	width: 100%;
	height: 410px;
}

.user-dialog {
	position: fixed;
	z-index: 200;
	top: 56px;
	visibility: hidden;
	width: 100%;
	height: 0;
	overflow: hidden;
	background-color: #FFF;
	border-bottom: 1px solid #e7e7e7;

	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.40);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.40);
	
	/*-webkit-transition: height 1s;
	transition: height 1s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	height: 0px;*/
}

.user-dialog-status {
	text-align: center;
   /* border-radius: 3px;
    border: 0px solid Green;
    background-color: rgba(148, 144, 144, 0.8);
    position: absolute;
    top: 35%;
    left: 10%;
    width: 80%;
    color: #FFF;
    text-align: center;
    font-weight: 600;*/
}

@media screen and (min-width: 768px) {
	.user-dialog-status {
		text-align: center;
	}
}

.user-dialog-transition {
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.50s;
       -o-transition-duration: 0.50s;
          transition-duration: 0.50s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}

@media screen and (min-width: 992px) {
	.user-dialog {
		max-height: 200px;
		margin-top: 0.20em;
		/*width: 600px;
		margin-left: auto;
		margin-right: auto;*/
	}
	
	.user-dialog-logged {
		max-height: 272px;
	}
}

.user-dialog:first-child {
	padding: 0px;
}

@media screen and (min-width: 768px) {
	textarea#service-request-comments {
		height: 410px;
	}
}

.service-info {
	cursor: pointer;
}

