body {
	background-color: #e9eaed !important;
	overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 12px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #aaa;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #141619;

}
::-webkit-scrollbar-thumb:window-inactive {
    background: #141619;
}

a {
	color: inherit;
}

a:hover,
a:focus {
	color: inherit;
}

.margin-top-9 {
	margin-top: 9px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-bottom-9 {
	margin-bottom: 9px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}


.m-l-70 {
	margin-left:70px;
}

.container-padding-top-bottom {
	padding-top: 50px;
	padding-bottom: 90px;
}

.container-padding-bottom {
	padding-top: 50px;
	padding-bottom: 90px;
}


.dropdown-toggle {
	cursor: pointer;
}

.select-element {
	cursor: pointer;
}



.main-window {
  position: relative;

  left: 0%;
}

.seconde-window {
  position: relative;

  display: none;
  left: 100%;
}

.f-right {
	float: right;
}

.photo-element img{
	cursor: pointer;
}