@charset "UTF-8";
/*
  Theme Name: eStartup
  Theme URL: https://bootstrapmade.com/estartup-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
td .admin
{
    display:block;
}

div.page
{
    padding-top:50px;
    max-width:98%;
    margin-left:auto;
    margin-right:auto;
    /*min-height:700px;*/
}

#user_login button.user_login
{
    float: right;
    border: 0px;
    background-color: transparent;
    height: 38px;
    width: 60px;
    line-height: 38px;
    background-color:green;
    opacity:0.4;
}

div.external_logi h3
{
    color:white;
}

.hanger
{
    background-color: rgba(255,255,255,1.0);
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

#user_login label.title
{
    color: white;
    padding-left:30px;
    height:38px;
    line-height:38px;
}

.hanger
{
    z-index: 2000;
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    padding: 0px 0px;
    opacity: 0.85;
    background-color: #71c55d;
    color: white;
    text-align: center;
    line-height: 30px;
}

#user_login
{
    z-index: 3000;
    position: fixed;
    width: 360px;
    left:50%;
    transform: translate(-50%, 0%);;
    margin-right: auto;
    margin-top: 100px;
    background-color: #0089BC;
    border-radius: 10px;
}

#user_login > div
{
  background-color: #71c55d;
  color: white;
  margin-left: auto;
  margin-right: auto;
}


#user_login .fa
{
    color:white;
}

#user_login input
{
    padding-top: 5px;
    padding-bottom: 5px;
    width:290px;
}

#user_login .button .fa
{
    color:#71c55d;
}

#user_login .button:hover .fa
{
    transition: 0.5s;
    color:white;
}

body {
  background-color: #fff;
  color: #333;
}



h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: #000;
  font-weight: 600;
}

h4 {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2;
}

h5 {
  color: #626262;
  font-size: 14px;
  font-weight: 500;
}

a {
  letter-spacing: 2px;
  text-decoration: none;
}

ul {
  letter-spacing: 1px;
  padding-left:10px;
}


li {
  color: #626262;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: capitalize;
}

p {
  color: #505050;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 2;
  margin-bottom: 20px;
}

span {
  letter-spacing: 1px;
}

.img-fluid {
  height: 60px;
  margin-bottom: 30px;
  width: 60px;
}

.container-full {
  padding-left: 0;
  padding-right: 0;
}

.btn {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 15px 40px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.btn-default:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/*.fa {
  font-size: 13px;
}*/

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #71c55d;
  line-height: 1;
  color: #fff;
  padding: 7px 12px 13px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #71c55d;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #55b03f;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 64px;
  z-index: 3;
  transition: all 0.5s ease;
}

#header #logo {
  padding: 6px 0 0 0;
}

#header #logo h1 {
  color: #505050;
  font-family: "Philosopher", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
}

#header #logo h1 a {
  color: #555;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

#header #logo h1 a span {
  color: #71c55d;
}

#header #logo img 
{
  padding: 0;
  margin: 0;
  width: 20vw;
  position: relative;
  max-width: 320px;
  min-width: 140px;
}

.scroll-header {
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: auto;
  background: url(../img/hero-bg.png) center bottom no-repeat;
  background-size: 100%;
  position: relative;
  margin-top: 60px;
}

@media (min-width: 1025px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero .hero-container {
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  font-family: "Philosopher", sans-serif;
  color: #71c55d;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #777;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#hero img {
  max-width: 95%;
  margin-bottom: 30px;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 11px 36px;
  border-radius: 50px;
  transition: 0.5s;
  margin-bottom: 30px;
  border: 2px solid #71c55d;
  background: #fff;
  color: #71c55d;
  text-decoration: none;
}

#hero .btn-get-started:hover {
  background: #71c55d;
  color: #fff;
}

#hero .btns a {
  color: #555;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #hero .btns a {
    margin: 4px 8px;
  }
}

#hero .btns a:hover {
  color: #71c55d;
}

pre
{
    text-align: left;
}
#register_user
{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}




form.image
{
    margin-bottom:10px;
}

form.image input, form.image button
{
    margin-bottom:10px;
    margin-left:10px;
}


img.ajax_loader
{
    margin-left:-50px;
    margin-top:-50px;
}

#td_custom .edit_input label
{
    width:50px;
}

#test_drive
{
    border-bottom: 2px solid #AAA;
}

#login_form .button
{
    margin-top:5px;
    margin-bottom:5px;
}

div.control
{
    clear:both;
}

div.page form 
{
    text-align:left;
}

#questionnaires
{
    text-align:left;
}

div.table_content
{
    text-align:left;
}
div.table h4
{
    font-weight:bold;
    font-style:italic;
}
div.service-item
{
    background-color:#00acdb;
    margin-bottom:5px;
    border-radius:5px;
    padding:5px 5px;
    color:white;
}

div#appointment_status_container
{
	margin-left:auto;
	margin-right:auto;
    position:fixed;
    bottom:0px;
    width:100%;
    z-index:1000;
}

.template-item-container
{
    border: 1px solid #e4edee;
    margin-bottom: 20px;
    padding-top:10px;
    padding-bottom:10px;
}

#appointment_status
{
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    overflow: hidden;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#check_status_form
{
    height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.appointment_message
{
	padding-left:10px;
	padding-right:10px;
}

div.appointment_message.high
{
	background:#FF8888;
	font-weight:bold;
}

div.appointment_message.medium
{
	background:#FFFF88;
	font-weight:bold;
}

div.appointment_message.low
{
	background:#00dba5;
}

form.list table td>a.click_action
{
	display:block;
    max-width:80px;
}

form table td>a.click_action
{
	white-space:nowrap;
	border:0px solid gray;
	background-color:#DDDDDD;
	border-radius:5px;
	padding-left:5px;
	padding-right:5px;
    padding-top:2px;
	padding-bottom:2px;
	margin-top:2px;
	margin-left:2px;
	margin-right:2px;
	color:#555555;    
    text-transform: capitalize;
    font-weight: 400;
    font-size: 10px;
    text-align: left;    
}

form table td>a.click_action:hover
{
	background-color:#AAAAAA;
}

form input.date
{
	min-width:6em;
}

#booking_form label.booking-item-label
{
    font-size: 10px;
    font-weight: normal;
    padding-left: 0px;
    margin-top:-8px;
    margin-bottom:0px;
    display:block;
}

a.title:hover
{
    color: #FFFFFF;
}
a
{
    color: #0089BC;
    text-decoration: none;
    /*width: 140px;*/
    font-family: Times New Roman, Helvetica, Arial;
    /*font-size: 40px;*/
	font-weight: bold;
}

.content p
{
    color: #555555;
    text-decoration: none;
    /*width: 140px;*/
    font-family: Times New Roman, Helvetica, Arial;
    font-size: 22px;    
	font-weight: bold;
}

ul.menu_tabpane
{
    margin: 0 2px;
    border: 2px;	
	list-style-type:none;
}


a.click_action
{

}

a.slicknav_btn
{
    float:left;
}

.theme-color-reverse
{
    background: #0089BC;
    color: white;
}

.hanger .hide32
{
    float:right;
}

a.top_left_menu
{
    display:inline;
    vertical-align:top;
}

.click_action.danger
{
    color:red;
}

form.edit .click_action.danger
{
    float:right;
}

form.list .click_action.danger
{
    margin-top:10px;
}


.click_action:hover
{
    text-decoration:none;
}


a
{
    cursor:pointer;
}

h3
{
	font: italic bold 16px Times New Roman;
	color: #555555;
    text-decoration: none;
}
.title
{
    color: #0089BC;
    text-decoration: none;
    font-family: Times New Roman,Helvetica,Arial;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.5em;
    text-align:center;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.padd-section {
  padding-bottom: 80px;
  padding-top: 80px;
}

@media (max-width: 992px) {
  .padd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-title {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .section-title {
    margin-bottom: 40px;
  }
}

.section-title h2 {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.section-title .separator {
  margin: 0;
}

.separator {
  color: #626262;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: capitalize;
}

/* Get Started Section
--------------------------------*/
#get-started {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#get-started .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 991px) {
  #get-started .feature-block {
    margin-bottom: 30px;
  }
}

#get-started .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#get-started .feature-block h4 {
  margin-bottom: 20px;
}

#get-started .feature-block p {
  margin-bottom: 20px;
}

#get-started .feature-block a {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.3s;
}

#get-started .feature-block a:hover {
  color: #71c55d;
}

/* About Us Section
--------------------------------*/
#about-us img {
  max-width: 100%;
}

#about-us .about-content {
  padding-top: 60px;
}

#about-us .about-content h2 {
  color: #252525;
  font-family: "roboto";
  font-size: 39px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

#about-us .about-content span {
  font-weight: 700;
  padding-right: 10px;
  text-transform: uppercase;
}

#about-us .about-content ul li {
  line-height: 36px;
}

#about-us .about-content ul li .fa {
  padding-right: 20px;
}

/* Features Section
--------------------------------*/
#features {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#features .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out 0s;
}

#features .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#features .feature-block h4 {
  margin-bottom: 20px;
}

#features .feature-block p {
  margin-bottom: 0;
}

/* Screenshots Section
--------------------------------*/
.owl-dot.active > span {
  height: 10px !important;
  width: 10px !important;
}

.owl-theme .owl-dots .owl-dot span {
  height: 10px !important;
  width: 10px !important;
}

.owl-item img {
  cursor: pointer;
}

.owl-stage-outer {
  margin-bottom: 30px;
}

.owl-theme .owl-nav {
  display: none;
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #71c55d;
}

.owl-theme .owl-dots .owl-dot span {
  background: #ddd;
}

/* Video Section
--------------------------------*/
#video {
  background: url(../img/video-bg.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  overflow: hidden;
}

#video .overlay {
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
}

#video .overlay .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#71c55d 50%, rgba(113, 197, 93, 0.15) 52%);
  border-radius: 50%;
  display: block;
  margin: 153px auto 0;
  position: relative;
  overflow: hidden;
}

#video .overlay .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#video .overlay .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#video .overlay .play-btn:hover::after {
  border-left: 15px solid #71c55d;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#video .overlay .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes pulsate2 {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* Team Section
--------------------------------*/
#team .team-block {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  height: 254px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  #team .team-block {
    margin-bottom: 30px;
  }
}

#team .team-block img {
  width: 100%;
}

#team .team-block .team-content {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19);
  bottom: -147px;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
}

#team .team-block .team-content ul {
  display: block;
  width: 100%;
}

#team .team-block .team-content ul li {
  display: inline-block;
}

#team .team-block .team-content ul li a {
  color: #626262;
}

#team .team-block .team-content ul li a .fa {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.3s;
}

#team .team-block .team-content ul li a .fa:hover {
  color: #71c55d;
}

#team .team-block .team-content ul > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#team .team-block:hover .team-content {
  bottom: 0px;
  transition: all 0.5s ease-in-out 0s;
}

/* Testimonials Section
--------------------------------*/
#testimonials .testimonials-content {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 49px 20px;
}

#testimonials .testimonials-content::before {
  color: #71c55d;
  content: "";
  display: inline-block;
  font: 70px/1 FontAwesome;
  position: absolute;
  right: 43px;
  text-align: left;
  top: -29px;
}

#testimonials .top-top > h2 {
  font-family: "Roboto" sans-serif;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

#testimonials .top-top > h4 {
  font: 700 12px Lato, sans-serif;
}

#testimonials .top-top span {
  font-size: 12px;
  font-weight: 300;
  margin-left: 26px;
}

#testimonials .btm-btm ul li {
  float: left;
  margin-left: 13px;
  border-radius: 50%;
  margin-right: 13px;
  background: #ddd none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
}

#testimonials .btm-btm .active {
  background: #71c55d;
}

.carousel-indicators {
  position: relative;
  bottom: 0;
  left: 0;
  bottom: 0 !important;
  z-index: 15;
  width: auto;
  padding-left: 0;
  margin: 30px auto 0 auto;
  margin-right: auto;
  text-align: center;
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
}

.carousel-indicators li {
  margin: 0;
}

/* Pricing Table Section
--------------------------------*/
#pricing .block-pricing {
  background: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  #pricing .block-pricing {
    margin-bottom: 30px;
  }
}

#pricing .block-pricing .table {
  margin-bottom: 0;
  padding: 30px 15px;
  max-width: 100%;
  width: 100%;
}

#pricing .block-pricing .table h4 {
  padding-bottom: 30px;
}

#pricing .block-pricing h2 {
  margin-bottom: 30px;
}

#pricing .block-pricing ul {
  list-style: outside none none;
  margin: 10px auto;
  max-width: 240px;
  padding: 0;
}

#pricing .block-pricing ul li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  padding: 12px 0;
  text-align: center;
}

#pricing .block-pricing ul li b {
  color: #3c4857;
}

#pricing .block-pricing .table .table_btn a {
  background: #71c55d;
  color: #fff;
  margin: 0;
  display: inline-block;
}

#pricing .block-pricing .table .table_btn a:hover {
  background: #55b03f;
}

#pricing .block-pricing .table .table_btn a .fa {
  font-size: 13px;
  margin-right: 5px;
}

/* Blog Section
--------------------------------*/
@media (max-width: 991px) {
  #blog .block-blog {
    margin-bottom: 30px;
  }
}

#blog .block-blog img {
  width: 100%;
}

#blog .block-blog .content-blog {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  min-height: 125px;
  padding: 20px 10px;
  width: 100%;
}

#blog .block-blog .content-blog h4 {
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 16px;
}

#blog .block-blog .content-blog h4 a {
  color: #555;
  text-decoration: none;
  transition: 0.3s;
}

#blog .block-blog .content-blog h4 a:hover {
  color: #71c55d;
}

#blog .block-blog .content-blog > span {
  float: left;
  font-size: 12px;
}

#blog .block-blog .content-blog a.readmore {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  text-transform: capitalize;
}

#blog .block-blog .content-blog a.readmore:hover {
  color: #71c55d;
}

/* Newsletter Section
--------------------------------*/
#newsletter {
  background: transparent url(../img/newsletter-bg.jpg) no-repeat center top fixed;
  background-size: cover;
}

#newsletter .overlay {
  background: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 95%);
  height: 100%;
  width: 100%;
}

#newsletter .form-control {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #888;
  font-size: 11px;
  font-weight: 600;
  height: 50px;
  text-align: center;
  width: 70%;
  background: #fff;
}

@media (max-width: 575px) {
  #newsletter .form-control {
    margin-bottom: 30px;
    width: 100%;
  }
}

#newsletter .form-control:focus {
  border-color: #71c55d;
  box-shadow: none;
  outline: 0 none;
}

#newsletter .btn {
  background: #71c55d;
  border: 0;
  border-radius: 0;
  height: 50px;
  width: 30%;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #newsletter .btn {
    width: 100%;
  }
}

#newsletter .btn:hover {
  background: #55b03f;
}

#newsletter .btn .fa {
  padding-right: 10px;
}

#newsletter ul {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 0;
}

#newsletter ul li {
  background: #71c55d;
  border-radius: 50px;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  width: 35px;
  transition: 0.3s;
}

#newsletter ul li:hover {
  background: #55b03f;
}

#newsletter ul li .fa {
  color: #fff;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #fff;
}

#contact .info {
  color: #222;
}

#contact .info i {
  font-size: 32px;
  color: #71c55d;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #71c55d;
  color: #fff;
  line-height: 1;
  padding: 6px 0 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .social-links a:hover {
  background: #55b03f;
  color: #fff;
}

#contact .form #sendmessage {
  color: #71c55d;
  border: 1px solid #71c55d;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 12px 10px;
  line-height: 1;
}

#contact .form button[type="submit"] {
  background: #71c55d;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #92d283;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #2a2c30;
}

.footer p {
color:#FFF;
}

.footer .footer-logo .navbar-brand {
  color: #fff;
  display: inline-block;
  float: none;
  font-family: "Philosopher", sans-serif;
  font-size: 24px;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.2em;
  padding-left: 0;
  padding-top: 0;
}

.footer .footer-logo p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.footer .list-menu > h4 {
  color: #fff;
  padding-bottom: 20px;
}

.footer .list-menu ul li a {
  color: #fff;
  font-size: 12px;
  padding-left: 5px;
  text-decoration: none;
  letter-spacing: 0;
}

.footer .copyrights {
  margin-top: 50px;
  text-align: center;
  padding: 25px;
}

.footer .copyrights p, .footer .copyrights .credits {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0;
}

.footer .copyrights p a, .footer .copyrights .credits a {
  letter-spacing: 0;
  color: #FFF;
}

.footer .credits
{
    color:#FFF;
}


table.data .button
{
    padding: 2px 8px;
    margin:2px 3px;
}

table.data .select_checkbox
{

    text-align: left;
    width: auto;
    margin: 3px 3px 10px 3px;
    vertical-align: middle;
    display: inline-block;
}

.button
{
    border:2px solid transparent;
    background-color:transparent;
}

.button li
{
    color: #71c55d;    
}




.page .mx-, .page a.admin, .login_form .mx-, .login_form .button
{
    font-family: "Roboto", sans-serif;
    letter-spacing: 2px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    transition: 0.5s;
    border: 2px solid #71c55d;
    background: #fff;
    color: #71c55d;
    text-decoration: none; 
    margin-top:2px;
}

.page .mx-:hover, .button.selected, .page a.admin:hover, .login_form .mx-:hover, .login_form .button:hover
{
	background: #71c55d;
    color: #fff;
}

.button:hover li
{
    color: #fff;    
}

section
{
    text-align:left;
}


.login_form_button_div
{
    width:90%;
}

div.search_form_input_div input.search
{
    width: 80%;
}

.transparent_button32
{
    background-color: transparent;
    color: #FFF;
    border-radius: 5px;
    position: relative;
    margin: 10px 2px;
    text-shadow: 0px 0px 3px #FFF;
    font-family: Times New Roman,Helvetica,Arial;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    text-indent: 4px;
    border: 0px solid #000;
}

.transparent_button32:hover
{
    background-color: rgba(100,100,100,0.3);
}

a.toggle_sort
{
    display: block;
    vertical-align: bottom;
    text-align: left;
    padding-left: 5px;
}

select.sort
{
    float:right;
    
}

div.header
{
    background: rgba(220,220,220,0.5);
    max-width:100%;
}


table.odd_even_row_alternate_color tbody tr:nth-child(2n) 
{
    background: #FFFFFF;
}
    
table.odd_even_row_alternate_color tbody tr:nth-child(2n+1) 
{
    background: #EEEEEE;
}

table thead tr
{
	background-color: #0089BC;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
table th, table th>select, table th>a
{
    color: #DDD;
    background-color: #0089BC;
    font: normal normal normal 14px/1 FontAwesome;
    /*padding: 5px 10px;*/
    padding: 0px;
    text-align: center;
    text-shadow: none;
    border-right: 2px solid white-smoke;
    text-transform: capitalize;
    white-space:nowrap;
}


table th>select.filter, table th>select.sort
{
    font-size: 14px;
    font-weight: normal;
    padding: 0px 0px;
    color: #DDDDDD;
    line-height: 18px;
}

table th>select.sort
{
    font-size: 14px;
    font-weight: normal;
    padding: 0px 0px;
    color: rgba(255,255,255,0.001);
    height:0px;
    overflow:hidden;
}



table, table > thead
{
    background-color: transparent;
}


table tr:first-child th
{
    border-left: 1px solid #707070;
    padding-top:0.2em;
    padding-bottom:0.2em;
    /*border-spacing: 2px;*/
}

h3.heading
{
	font-size:18px;
}

table tr:first-child th:first-child
{
    border-top-left-radius: 5px;
}

form.edit table th:first-child
{
    width:30%;
    max-width:200px;
}



table tr:first-child th:last-child
{
    border-top-right-radius: 5px;
    
}

table > thead > tr:nth-child(2) > th:first-child
{
	border-left: 1px solid #AAAAAA;
}

#form_list table th+th
{
	border-left: 1px solid #AAAAAA;
}

table td:first-child
{
    border-left: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
}

form.edit table td:first-child
{
	width: 30%;
	text-align: left;
	max-width: 200px;
}

table td:nth-child(2)
{
    border-left: 1px solid #D0D0D0;
}

table td:nth-child(n+2) 
{
    border-right: 1px solid #D0D0D0;
    padding-top: 5px;
    padding-bottom: 5px;
}

table td
{
	padding-left:10px;
	font-size: 14px;
    color: #333333;
    /*vertical-align: top;*/
    /*border-right: 2px solid #D0D0D0;*/
}

table tr:last-child td
{
    border-bottom: 1px solid #D0D0D0;
} 

div.paginator
{
    height: 2.25em;
    float: left;
    margin-top: 0.25em;    
}

div.paginator div.a_container
{
    height:30px;
    display:inline-block;
}

div.paginator a, div.paginator input
{
    display:inline-block;
    height: 2em;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:20px;
    background: -webkit-linear-gradient(#DDDDDD, gray, #DDDDDD); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#DDDDDD, gray, #DDDDDD); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#DDDDDD, gray, #DDDDDD); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#DDDDDD, gray, #DDDDDD); /* Standard syntax */
    border: 1px solid #AAAAAA;    
    color: #000088;
    text-decoration: none;
    margin-right: 1px;
    vertical-align:top;
    margin-top:auto;
    margin-bottom:auto;
    opacity: 0.7;
}


div.paginator .first
{
    -moz-border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px; /* future proofing */
	-khtml-top-left-border-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px; /* future proofing */
	-khtml-bottom-left-border-radius: 20px;
	
	-moz-border-top-right-radius: 0px;;
	-webkit-border-top-right-radius: 0px;;
	border-top-right-radius: 0px;; /* future proofing */
	-khtml-top-right-border-radius: 0px;;
    -moz-border-bottom-right-radius: 0px;;
	-webkit-border-bottom-right-radius: 0px;;
	border-bottom-right-radius: 0px;; /* future proofing */
	-khtml-bottom-right-border-radius: 0px;;    
	
    /*line-height: 2.2em;*/
}

div.paginator .last
{
   
    -moz-border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px; /* future proofing */
	-khtml-top-right-border-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px; /* future proofing */
	-khtml-bottom-right-border-radius: 20px;
	
    -moz-border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px; /* future proofing */
	-khtml-top-left-border-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px; /* future proofing */
	-khtml-bottom-left-border-radius: 0px;
	
}

div.paginator .center
{
    /*line-height: 2.2em;*/
    margin-right:3px;
    color: #DD3C27;
}

div.paginator a:hover, div.paginator input:hover
{
    opacity: 1.0;
    text-decoration: none;
}

div.paginator input.no_hover_effect:hover
{
	opacity: 1.0;
    text-decoration: none;
}

div.paginator .left
{
    -moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px; /* future proofing */
	-khtml-top-left-border-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px; /* future proofing */
	-khtml-bottom-left-border-radius: 10px;
	
	-moz-border-top-right-radius: 0px;;
	-webkit-border-top-right-radius: 0px;;
	border-top-right-radius: 0px;; /* future proofing */
	-khtml-top-right-border-radius: 0px;;
    -moz-border-bottom-right-radius: 0px;;
	-webkit-border-bottom-right-radius: 0px;;
	border-bottom-right-radius: 0px;; /* future proofing */
	-khtml-bottom-right-border-radius: 0px;;    
	
}

div.paginator .right
{
    -moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px; /* future proofing */
	-khtml-top-right-border-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px; /* future proofing */
	-khtml-bottom-right-border-radius: 10px;
	
    -moz-border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px; /* future proofing */
	-khtml-top-left-border-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px; /* future proofing */
	-khtml-bottom-left-border-radius: 0px;

    padding-right:10px;
}

div.paginator .disabled
{
    color: gray;
}

div.paginator input, div.paginator select 
{
    vertical-align: middle;
    font-size: 14px;
    font-family: Cabin,Arial,"Arial Unicode MS",Helvetica,sans-serif;
    font-weight: bold;
    font-style: normal;
}



.hanger_greeting
{
    width: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.8);

    position:fixed;
    z-index:1000;
    top:0;
    left: 50%;
    margin-left: -50px;
    margin-right: auto;
    width: 100px;   
    background-color: #0089BC;
    
    -moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px; /* future proofing */
	-khtml-bottom-right-border-radius: 10px;    
    
    -moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px; /* future proofing */
	-khtml-bottom-left-border-radius: 10px;        
    
    border-right: 2px solid rgb(0, 137, 188);
    border-left: 2px solid rgb(0, 137, 188);
    border-bottom: 2px solid rgb(0, 137, 188);
    text-align: center; 
    
    opacity:0.7;
}

div.hanger_greeting
{
	background-color:#DDDDDD;
}


.hanger>form, .hanger>ul
{
    overflow-x:hidden;
}

textarea.droppable.edit_question
{
    min-height:150px;
}

textarea.droppable.answer,textarea.droppable.choices
{
    min-height:60px;
}


.items_draggable
{
    max-height:300px;
    overflow-x:hidden;
    overflow-y:scroll;

}

.items_draggable .draggable_item
{
    margin: 5px 5px 5px 5px;
    border: 2px solid gray;
    min-width:50px;
}

.draggable_item:hover
{
    border: 2px solid white;
}

.hanger ul>li>a:hover
{
    background-color: rgba(255,255,255,1);
    display:block;
    color:black;
}

table.data
{
    margin-left:auto;
    margin-right:auto;
    border: 0px none;
    border-spacing: 0px;
    font-size: 14px;
    font-style: italic;
    font-family: Times New Roman,Arial;
    text-shadow: none;    
    width: 100%;
}



input[type=checkbox],input[type=radio]
{
    -ms-transform: scale(1.2); /* IE */
    -moz-transform: scale(1.2); /* FF */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    -o-transform: scale(1.2); /* Opera */
}



a.button32
{
    color: white;
    line-height:1.8em;
    padding-right:5px;
}


#login_form
{
    margin-top:10px;
    margin-left:15px;
    margin-right:15px;
    width:auto;
}

div.login_form_input_div
{
    border:2px solid gray;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;    
    margin-bottom:5px;
}

div.login_form_input_div input
{
    border: none;
    padding-left:10px;
    padding-right:10px;
}

div.login_form_input_div input:active, div.login_form_input_div input:focus
{
    outline: none;
}

div.login_form_input_div .fa
{
    display: inline-block;
    line-height: 33px;
    width:30px;
}

div.login_form_input_div a
{
    display: inline-block;
    height: 35px;
    vertical-align: top;
    line-height: 38px;
    background-color: #71c55d;
    padding-left: 10px;
    padding-right: 5px;
    width: 40px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;        
}

div.login_form_input_div a:hover
{
    background-color: black;
}

input.search_text[type="text"] {
  width: 60%;
  min-width:80px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  height: 2em;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 2px solid #FFF;
  vertical-align: middle;
  color: #FFF;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left:1px;
  background:none;
}

button.search_text_button {
  border: 2px solid #FFF;
  height: 2em;
  vertical-align: middle;
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Times New Roman, Helvetica, Arial;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  border-left: 0px solid #FFF;
  font-weight: bold;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  width: 22px;
  background-color: #EEEEEE;
}

a.toggle_sort, button.toggle_sort {
  display: block;
  vertical-align: bottom;
  color: #FFFFFF;
  text-align: left;
  padding-left: 20px;
  padding-top: 0.25em;
  border: none;
  background-color: transparent;
  white-space: nowrap;
  width: 100%;
  border-radius: 0px;
  line-height: 24px;
  padding-bottom: 0.25em;
}

form select.filter, select.sort {
  border: 1px solid white;
  border-collapse: collapse;
  -webkit-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
}

/* Paginator */
.paginator_container .items_per_page,
.paginator_container .items
{
	vertical-align:middle
}

.paginator_container .pages
{
	vertical-align:bottom
}



.paginator_container .column
{
    white-space:nowrap;
    text-align:left;
    display:inline-block;
    float:left;
    margin-right:20px;
}

.paginator_container ul
{
    padding: 0;
    list-style-type: none;
}

.table_only_paginitor>li
{
	float: left;
	text-decoration: none;
	background-color: #EEEEEE;
	border: 2px solid #dddddd;
	border-left-width: 1px;
	border-left-width: 0;
	list-style-type:none;
	line-height: 1.6em;
	font-family: Times New Roman, Helvetica, Arial;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
    width:40px;
    height:24px;
    text-align:center;
}

.table_only_paginitor>li button
{
    width:38px;
    border-radius:unset;
    border: none;
    height: 22px;
}

.table_only_paginitor>li.inactive
{
	background-color:#EEEEEE;
}

div.paginator_container
{
    min-height:40px;
}




