* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	font: 12px/1rem "Open Sans", arial, helvetica, sans-serif;
	background-color: #1b2024;
    margin: 0;
	color: #ccc;
	overflow: hidden;
    height: 100%;
    line-height: 1;
    z-index: 0;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.scrolling {
	overflow: auto;
	max-height: 100%;
}

ul {
	list-style-type: none;
	user-select: none;
	padding: 0px;
}
a {
	text-decoration: none;
	cursor:pointer;
}
a:hover {
	text-decoration: none;
}
.black {
	color: #12171b;
}
.white {
    color: #f2f2f2;
}
.violet {
    color: #6460ab;
}
.muted {
	color: #696969;
	}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.big-txt {
    font-size: 140%;
    font-weight: 700;
}
.cursor {
    cursor: pointer;
}
H1, H2, H3, H4,H5, H6, p, a {
	-webkit-transition-property:all;
	-webkit-transition-duration:0.3s;
	-webkit-transition-timing-function:ease-in-out;
	-moz-transition-property:all;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function:ease-in-out;
	-o-transition-property:all;
	-o-transition-duration:0.3s;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-property:all;
	-ms-transition-duration:0.3s;
	-ms-transition-timing-function:ease-in-out;
	transition-property:all;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
	padding: 0;
    margin: 0;
}
p {
    font-size: 1.1em;
    line-height: 130%;
}
h1, .h1 {
	font-size: 2rem;
	line-height: 1
	}
h2, .h2 {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.2;
	}
h3, .h3 {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.2;
	}

h4, .h4 {
    font-size: 14px;
    margin: 10px 0 5px 0;
}

.danger {
    color: #dc3545;
}
.success {
    color: #28a745;
}
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-track {
	background-color: #c5c5c5;
}
::-webkit-scrollbar-thumb {
	background-color: #444444;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #444444;
	cursor: pointer;
}
::scrollbar {
	width: 6px;
	height: 6px;
}
::scrollbar-track {
	background-color: #c5c5c5;
}
::scrollbar-thumb {
	background-color: #aaa;
}
::scrollbar-thumb:hover {
	background-color: #444444;
	cursor: pointer;
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.flex-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.center {
	text-align: center;
}
.right {
    float: right;
}
.left {
    float: left;
}
.clear {
    clear: both;
}

.input {
    color: #161918;
    border: 1px solid rgba(0,0,0, 0.3);
    padding: 0 10px;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/*#region margin*/
.ml-10 {
	margin-left: 10px;
}

.ml-5 {
	margin-left: 5px;
}

.ml-15 {
	margin-left: 15px;
}
.ml-20 {
	margin-left: 20px;
}

.mr {
	margin-right: 10px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-15 {
	margin-right: 15px;
}
.mr-20 {
	margin-right: 20px;
}

.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}

.mb {
	margin-bottom: 10px;
}

.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.m-5 {
	margin: 5px;
}

.m-10 {
	margin: 10px;
}

.m-15 {
	margin: 15px;
}
/*#endregion*/

/*#region padding*/

.pad10 {
	padding: 1rem;
}
.pad20 {
	padding: 1rem 2rem;
}
.pl {
	padding-left: 10px;
}

.pl-5 {
	margin-left: 5px;
}

.pl-15 {
	padding-left: 15px;
}

.pr {
	padding-right: 10px;
}

.pr-5 {
	padding-right: 5px;
}

.pr-15 {
	padding-right: 15px;
}

.pt {
	padding-top: 10px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-15 {
	padding-top: 15px;
}

.pb {
	padding-bottom: 10px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-15 {
	padding-bottom: 15px;
}

/* btn */
.btn-head  {
	display: inline-flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	font-size: 1.6rem;
	font-weight: 700;
	width: 6rem;
	color: #ccc;
	height: 100%;
	background-color: transparent;
	border: 0;
	padding: 0;
	border-left: 1px solid rgba(255,255,255,0.06);
	cursor: pointer;
}
.btn-head:hover, .btn-head.selected  {
  	background-color: #6460ab;
	color: #fff;
}

/* btn */

.btn  {
  vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	border: 1px solid transparent;
	background-color: rgba( 255,255,255,.2);
    padding: 0.6rem 1.25rem;
    border-radius: 50px;
    color: #f2f2f2;
    font-size: 13px;
    font-weight: 600;
	text-transform: uppercase;
}
#panel-menu .collapse .btn  {
  margin: 0 0.75rem 0.75rem 0;
}
#panel-menu .collapse {
    flex-wrap: wrap;
}
.btn:hover, .btn:focus, .btn:active, .btn.selected {
  background-color: rgba( 0,0,0,.2);
}
.btn.disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.btn:disabled {
	cursor: not-allowed;
}

.btn-outline-primary {
    color: #7370b3;
    border-color: #7370b3;
	background-color: transparent;
}
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary.selected {
  color: #fff;
  background-color: #6460ab;
}
.btn-primary {
    background-color: #6460ab;
    border-color: #6460ab;
}
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.selected {
  color: #fff;
  background-color: #413e6f;
  border-color: #413e6f;
}

.btn-small {
	padding: 0.5rem 1rem;
    font-size: .8rem;
}
.btn-medium {
	padding: 0.75rem 1.25rem;
    font-size: 1rem;
}
.btn-large {
    padding: 1rem 2.5rem;
	text-transform: uppercase;
}
.btn-drop {
	display: flex;
    justify-content: space-between;
	align-items: center;
	padding: 0.75rem 1.75rem 0.75rem 1rem;
    font-size: 1.1rem;
	font-weight: 600;
	width: 100%;
    border: 0;
	text-align: left;
	color: #ccc;
	background-color: #32373b;
	transition: all 0.2s;
	border-radius: 5px;
	margin-bottom: 0.75rem;
	cursor: pointer;
}
.btn-drop.title-result {
	padding: 0.85rem 1.5rem;
	text-align: left;
	border-radius: 0;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.btn-drop:focus,
.btn-drop:hover,
.btn-drop:active,
.btn-drop.selected {
  color: #fff;
}
.btn-drop .arrow {
	font-size: 0.8rem;
	transition: all 0.2s;
}
.btn-drop:focus .arrow,
.btn-drop:hover .arrow,
.btn-drop.selected .arrow {
	transform: rotate(90deg);
	color: #fff;
}
.full-width {
	width: 100%;
}


fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.form-group {
    position: relative;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.form-row>.col-2 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.form-row>.col-1 {
    flex: 0 0 30%;
    max-width: 30%;
	text-align: right;
}
.col-form-label {
    padding-top: 0;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-size: 1.1rem;
	font-weight: 600;
}
.form-row>.col-form-label {
    padding-right: 1rem;
    padding-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: .75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    background-clip: padding-box;
    border-radius: 5px;
    transition: border-color .15s ease-in-out;
    outline: initial!important;
    box-shadow: none!important;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(0,0,0,0.15);
    color: #fff;
}
.form-row>.col-2 .form-control {
    max-width:  450px;
}
.form-btn {
	flex: 0 0 20%;
    text-align: left;
}
:-webkit-autofill, :-webkit-autofill:hover, :-webkit-autofill:focus {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: white;
  }
input:focus {
  border-color: #6460ab;
}
.form-text {
    display: block;
    margin-top: 0.5rem;
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-group {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex: 1;
    max-width: 300px;
}
.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
/*==================================================================
  Radio/Checkboxes
-===================================================================*/
.option {
  position: relative;
  display: inline-block;
  vertical-align: middle;
	font-weight: 600;
	line-height: 1.4;
    font-size: 1.1rem;
	letter-spacing: -0.5px;
}
.option > input {
  position: absolute;
  height: inherit;
  width: inherit;
  opacity: 0;
  left: 0;
}
.image > label {
    position: absolute;
    left: 1.5rem;
    bottom: 10px;
}
.checkbox,
.radio {
  cursor: pointer;
  position: relative;
  margin-right: 0.75rem;
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(0,0,0,0.15);
  height: 18px;
  width: 18px;
  top: 4px;
  border-radius: 0.25rem;
	top: 0;
    vertical-align: bottom;
}
.checkbox.result {
	background: rgba(0,0,0,0.5);
	border: 1px solid rgba(255,255,255, 0.3);
}
.checkbox:before,
.radio:before {
  content: '';
  display: none;
}

span.radio.disabled {
  cursor: initial;
  opacity: 0.6;
  border: 1px solid #8d9499;
}
input:checked + .checkbox:before,
input:checked + .radio:before {
  display: block;
}
.checkbox:before {
  position: absolute;
  top: 4px;
    left: 4px;
    width: 5px;
    height: 3px;
    border: solid #888;
    border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input:checked + .checkbox,
input:checked + .radio {
  border: 1px solid #888;
}
.radio {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
}
.radio:before {
  margin: 4px;
  width: 6px;
  height: 6px;
  background: #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/*==================================================================
  Radio/Checkboxes:hover state
===================================================================*/
input:not([disabled]):hover + .checkbox,
input:not([disabled]):hover + .radio {
  border-color: #6460ab;
}
/*==================================================================
  Radio/Checkboxes:focus state
-===================================================================*/
input:focus + .checkbox,
input:focus + .radio {
  border-color: #6460ab;
}
input:focus + .radio:before {
  background: #6460ab;
}
input:focus + .checkbox:before {
  border-color: #6460ab;
}

/*==================================================================
  Checkbox/Radio Confliction fixes
===================================================================*/

.checkbox:after,
.checkbox:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
input:hover + .checkbox,
input:hover + .radio {
  border-color: #6460ab;
}
input:checked + .checkbox,
input:focus + .checkbox,
input:checked + .radio,
input:focus + .radio {
  border-color: #6460ab;
	background: #6460ab;

}
input:checked + .radio:before,
input:focus + .radio:before {
  background: #6460ab;
}
input:checked + .checkbox:before,
input:focus + .checkbox:before {
  border-color: #fff;
}

.required:after {
    color: #c91834;
    content: "*";
    display: inline-block;
	padding-left: 5px;
}

@keyframes textDefilant {
	0% {
		margin-left: 0;
	}
	25% {
		margin-left: 0;
	}
	100% {
		margin-left: -100%;
	}
}

.textDefilant {
	animation: textDefilant 5s infinite linear;
}