@font-face {
    font-family: 'Conv_phagspab';
    src: url('fonts/phagspab.eot');
    src: local('☺'), url('fonts/phagspab.woff') format('woff'), url('fonts/phagspab.ttf') format('truetype'), url('fonts/phagspab.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_phagspa';
    src: url('fonts/phagspa.eot');
    src: local('☺'), url('fonts/phagspa.woff') format('woff'), url('fonts/phagspa.ttf') format('truetype'), url('fonts/phagspa.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-y: scroll;


}

a:link {
    text-decoration: none;
  }
  
  /* visited link */
  a:visited {
    text-decoration: none;
  }
  
  /* mouse over link */
  a:hover {
    text-decoration: none;
    color: #fff;
  }
  
  /* selected link */
  a:active {
    text-decoration: none;
  }



.navbar-custom {
    background-color: #000;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255, 255, 255, 1);
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: #a8a2a2;
}
.navbar-custom .dropdown-item {
    color: #ffffff;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #333333;
    background-color: rgba(255,255,255,.5);
}
.nav-link{
    text-transform:uppercase;
    font-size: 12px;
}
.configurations{
padding-top: 20px;

}
.configurations, li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;

}
.configurations, li, li {
    margin-left: 16px;
}
 
.btnGreen{
  font-size: 16px;
  font-weight: bold;
  font-family: 'Conv_phagspab'; cursor: pointer;
  width: 120px;padding: 6px;  margin-right: auto; margin-left: auto; background:#33C41D; color: #fff;
  padding-top: 2px;
  border: 0px;


}
.btnGreen:visited{
  font-size: 16px;
  font-weight: bold;
  font-family: 'Conv_phagspab'; cursor: pointer;
  width: 120px;padding: 6px;  margin-right: auto; margin-left: auto; background:#33C41D; color: #fff;
  padding-top: 2px;
  border: 0px;


}
  

  .btnDealer{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Conv_phagspab'; cursor: pointer;
    margin-left:-15px;display:block;width:160px;padding: 8px; margin-top:4px; background:#33C41D; color: #fff; border: 0px;
    text-decoration: none;
  }

  .btnDealer:visited{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Conv_phagspab'; cursor: pointer;
    margin-left:-15px;display:block;width: 160px;padding: 8px; margin-top:4px; background:#33C41D; color: #fff; border: 0px;
    text-decoration: none;
  }
  #rightDealer {
   display:none;
      
  }
  
  @media screen and (min-width: 960px) {
    #rightDealer {
        display:block; padding-left: 0px;position: absolute; width: 300px; z-index: 1000;right:0px; 
      
  }
  

  }
    @media screen and (min-width: 944px) {
   .btnGreen{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Conv_phagspab'; cursor: pointer;
    width: 140px;
	padding: 8px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	background:#33C41D;
	color: #fff;
    border: 0px;

    }
  }

.successmessage, .errormessage{
	width: 100%;
	display: block;
	padding: 15px;
	margin-bottom: 100px;
}

.successmessage{
	border-color: 1px solid green;
	background-color: rgb(221, 255, 210);
}

.errormessage{
	border-color: 1px solid red;
	background-color: #FFD2D2;
}

#formlangselect{
	width: 106px;
	height: 30px;
}

.row{
	justify-content: space-between;
}

#language{
	display: none;
}

.form-row{
	display: block;
}

.form-group{
	margin-bottom: 5px;
}

.rederror{
	background-color: #FFD2D2;
	color: red;
	border-color: red;
}

#navbarCustom{
	font-weight: 800 !important;
}