@font-face {
	font-family: 'Montserrat';
	src: url('/styles/fonts/Montserrat/Montserrat-Medium.ttf');
	font-weight: normal;
	font-style: normal;
}

html {
	font-family:Roboto;
	margin:0;
	padding:0;
}

body {
	min-height:100vh;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(202,211,228,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(202,211,228,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(202,211,228,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99cad3e4',GradientType=0 ); /* IE6-9 */
	margin:0;
	padding:0;
	font-family: 'Montserrat';
}

label {
	position:relative;
	top:2px;
}


.bad-input {
	border-color: red !important;
}

.box-shadow-gray {
    box-shadow: 0px 0px 5px 0px #00000030;
}

.form-control {
	color:#7D7D77;
}


#client-kyc-form {
    color: #7D7D77;
    border-radius:5px;
    width:100%;
    max-width:300px;
    margin:0 auto;
}

#client-kyc-form form {
	padding:15px;
}

#client-kyc-header {
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}

#client-kyc-form input {
	background: #F2F2F2 !important;
    height: 36px;
    font-size: 14px;
    padding-right: 30px;
    margin-bottom: 15px;
}

.inline-icon-in-input {
	right: 20px;
    top: 10px;
    position: absolute;
    z-index: 2;
}

#client-kyc-form button{
	width: 100%;
    height: 36px;
    margin-top: 15px;
    font-size: 19px;
}

#identification-message {
	color:red;
	font-size:14px;
	padding:20px;
	text-align:center;
}

#identification-display{
	display: none;
	height: 80vh; 
	min-height: 300px;
	text-align: center; 
}

#client-kyc-form iframe {
	border: 1px solid #204080; 
	border-radius: 5px; 
	padding: 10px;
}



#main-navbar {
	height:48px;	
	background: rgb(32,64,128); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(32,64,128,1) 0%, rgba(32,128,192,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(32,64,128,1) 0%,rgba(32,128,192,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(32,64,128,1) 0%,rgba(32,128,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#204080', endColorstr='#2080c0',GradientType=0 ); /* IE6-9 */
	color:white;
	
}

#main-navbar #main-menu-toggle-button {
	cursor: pointer;
	width:83px;
	height:40px;
	border-right: 2px solid #268bce;
	display: flex;
    justify-content: center;
    align-items: center;
    font-size:12px;
}

#main-navbar #main-menu-toggle-button img {
	margin-left:5px;
	position:relative;
	top:-1px;
}

#main-navbar .dropdown-menu {
	padding:0px;
	top:42px;
	border-radius:0px;
	width:310px;
	border:1px solid #204080;
	border-left: none;
	border-top: none;

}

#main-navbar .dropdown-item {
	font-size:20px;
	color:#7D7D77;
	margin-top: 10px;
}

#main-navbar .dropdown-item:hover {
	color:#204080;
	background-color: #e6ecf2;
	padding-left:27px;
}

#main-navbar .dropdown-item.active, #main-navbar .dropdown-item:active {
	background: rgb(32,64,128); /* Old browsers */
	background: -moz-linear-gradient(right,  rgba(32,64,128,1) 0%, rgba(32,128,192,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right,  rgba(32,64,128,1) 0%,rgba(32,128,192,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(32,64,128,1) 0%,rgba(32,128,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#204080', endColorstr='#2080c0',GradientType=0 ); /* IE6-9 */
	color: #fff;
}
