body {
  font-family: Tahoma, Verdana, Segoe, sans-serif; 
  font-weight: bold;
  background-color: #f8f8f8;
}


/*-----*/

.sidenav {
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 74px;
  color:#fff;
  left: 0;
  background-color: #212121;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

@media (min-width: 768px){
	.currencyCalculatorGroupWrapper__scrollToPayment {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
}

.currencyCalculatorGroupWrapper__scrollToPayment {
    position: fixed;
    z-index: 8888;
    left: 0;
    top: 560px;
}
.squareButton {
    display: flex;
    height: 48px;
}
.squareButton__button {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    cursor: pointer;
    outline: none;
    height: 100%;
    width: 48px;
    padding: 12px;
}

.squareButton__icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (min-width: 1024px){
	.tooltip--hideTablet {
		display: block;
	}
}

.tooltip__description {
    font-size: .89em;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.3em;
}
.tooltip--left .tooltip__arrow {
    border: 6px solid transparent;
    border-left-color: #fff;
    top: 100%;
}

.squareButton--topRadius .squareButton__button {
    border-radius: 4px 0 0;
}
.squareButton .squareButton__icon--payments {
    background-image: url(../img/download.svg);
}

.sidenav table tbody tr th{color:#fff;}
.sidenav table tbody tr td{color:#fff;}
.sidenav table thead tr th{color:#fff;}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/*-----*/



.navbar-main__search-container {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2020;
	background-color: #212121;
    display: flex;
    align-items: center;
    margin-right: 60px;
    margin-left: 60px;
    height: 51px;
}
.navbar-main__search-container form {
    height: 100%;
}
.navbar-main__search-container input[type=text] {
    border: 0;
    height: 100%;
    padding: .625rem;
    background: 0 0;
    color: #fff;
}
@media (min-width: 576px){
	.navbar-main__search-container input[type=text] {
		font-size: 1.375rem;
	}
}
.icon--close {
    background-image: url(../img/icon-close.svg);
    -webkit-filter: invert(1);
    filter: invert(1);
    box-shadow: none;
    background-repeat: no-repeat;
}
.navbar-main__search-container form, .navbar-main__search-container input[type=text] {
    width: 100%;
}
.navbar-main__search-container--active .navbar-main__search-container__btn-close {
    display: inline-block;
}
@media (min-width: 1200px){
	.navbar-main__search-container {
		height: 74px;
		bottom: 0;
		top: 74px;
		margin-right: 0;
		margin-left: 0;
		padding-right: .9375rem;
		padding-left: 230px;
	}
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
li.nav-item.active {
    background-color: green;
}

#inform {
   background-color: #707070;
   -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.carousel-indicators li{
	background-color: #000 !important;
}

.form-control:disabled, .form-control[readonly]{background-color:#ffffff;}

hr.blocklines{   
	width: 60px;
    background-color: #89c540;
    border-top: 3px solid #89c540;}

.lang ul li {
    float: left;
    list-style-type: none;
}
.lang ul li.active a, .lang ul li a:hover {
    opacity: 1;
    color: #89c540;
}
.lang ul li a {
    color: #FFF;
    padding: 0 5px;
    border: 0px;
    font-weight: 300;
    font-size: 12px;
    opacity: 0.6;
    display: block;
}

.imgContent {
    font-weight: bold;
    margin-top: -54px;
    color: white;
    text-align: center;
    position: relative;
}

.loadDataCont{
	background-color:#ffffff;
	border:1px solid #adacad;
}


.defPageCont{
	background-color: #ffffff;
    border: 1px solid #adacad;
    color: #909090;
    font-weight: normal;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.nav-link.active{
	background-color:#84be3e !important;
	color:#ffffff !important;
}
.nav-link{font-size:14px; color:#6c6c6c;}

.nav-tabs{border-bottom:none;}

#bgimg {
    background: url(../img/Layer\ 27.png);
    -webkit-background-size: cover;
    background-size: cover;
}

.infoTitle{
	color:#f9f8f4;
}
.infoData{
	color:#a7a7b1;
}
.mainCalsCont{
	background-color:#f4f4f4;
}

@media (max-width: 800px) {
	.mainCalsResCont{
		background-color:#89c540;);
	}
	.customnewsCont p{color:#757575; font-size:12px; text-align:center;}
	.customnewsCont h5{color:#000000; font-size:14px; font-weight:bold; text-align:center;}
	.customnewsCont img{width:80%; margin-left:10%; margin-right:10%;}
}


@media (min-width: 800px) {
	
	.mainCalsResCont{
		background-image: url("http://aescredit.am/img/drdrdrdrdrdr.png");
	}
	
	.mainCalcInput{
		border-color:#d9d9d9;
		width:60%;
		margin-left:30%;
		margin-right:10%;
	}

	.mainCalcTitle{
		width:60%;
		margin-left:30%;
		margin-right:10%;
		color:#ffffff;
	}

	.mainCalcPalsTitle{
		width:100%;
		color:#969696;
	}
	
	.customnewsCont h5{color:#000000; font-size:14px; font-weight:bold; text-align:left;}
	.customnewsCont p{color:#757575; font-size:12px; text-align:left;}
	
}



.form-group-extended{
	background-color:#ffffff;
}


.feedbackFormCont{
	background-color:#959595;
}

.feedbackFormCont input, textarea{
	border: none !important;
	color:#000000;
}

.feedbackFormCont label{color:#a6a6a6; width:90%; padding:left:10%; text-align:left; font-size:12px;}

.feedbackFormCont textarea:focus, input:focus{
    outline: none !important; box-shadow:none !important;
}
.feedback-custom{
	background-color:#89c540; color:#ffffff;
}
.carousel-caption{top: 50%; transform: translateY(-50%);}

.news-row-custom{border-bottom:1px solid #eeeeee;}








