﻿
@font-face {
	font-family: 'ProximaNovaRegular';
	src: url('/ib/visual/fonts/ProximaNova-Regular.eot');
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
		url('/ib/visual/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('/ib/visual/fonts/ProximaNova-Regular.woff') format('woff'),
		url('/ib/visual/fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaSemibold';
	src: url('/ib/visual/fonts/ProximaNova-Semibold.eot');
	src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
		url('/ib/visual/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
		url('/ib/visual/fonts/ProximaNova-Semibold.woff') format('woff'),
		url('/ib/visual/fonts/ProximaNova-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}


body {
    font-family: ProximaNovaSemibold;
    font-size: 12px;
    background: #ebeced;
    overflow: hidden;
    padding-top: 25px;
}


#MainArea {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
	background: #ffffff;
	width: 270px;
	height: 290px;
	overflow: hidden;
    -webkit-box-shadow: 0px 0px 11px 5px rgba(149, 153, 161, 0.07);
    -moz-box-shadow: 0px 0px 11px 5px rgba(149, 153, 161, 0.07);
    box-shadow: 0px 0px 11px 5px rgba(149, 153, 161, 0.07);
}

.FormPageVarsTitle{
	font-family: ProximaNovaSemibold;
    font-size: 14px;
	background-color: #ffffff;
    border-bottom: 2px solid #f0f0f4;
	text-transform: uppercase;
    color: #949bab;	
	width: 100%;
    margin-left: 2px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    text-align: center;
	
}

.FormPageVarsTable {
    border: none;
    border-collapse: collapse;
    width: 100%;
    font-family: ProximaNovaSemibold;
    font-size: 14px;
    color: #60697c;
}

.FormPageVarsTable td{
	width: 100%;
	text-align: left;
	padding: 10 20 10 20;
}

.inputFields {
    height: 20px;
    width: 100%;
    font-family: ProximaNovaRegular;
    font-size: 13px;
    color: #001b3b;
    background-color: #f0f0f4;
    /* border: 1px solid #cecbcb; */
    border: 1px solid transparent;
    border: none;
    border-radius: 3px;
    height: 28px;
    padding-left: 12px;
    margin-top: 4px;
}

#submit {
    margin: 3px 7px 0px 7px;
    font-family: ProximaNovaRegular;
    font-size: 14px;
    border-radius: 3px;
    height: 28px;
    padding-left: 32px;
    padding-right: 32px;	
    background-color: #0e4ba8;
    border: 1px solid #0e4ba8;
    color: #fdfdfd;
}


#RegisterContainer {
    position: fixed;
    z-index: 10000;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    overflow: hidden;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
	display: none;
}

#RegisterContainer[show="true"]{
	display: block;
}
.GridSelectorContainerWindow {
overflow:hidden;
border-radius:1em;
padding:1em;
box-sizing:border-box;
max-width:1400px;
margin:auto;
position:relative;
}

.GridSelectorClose {
    position: absolute;
    right: 1em;
    top:  1em;
    height: 2em;
    width: 2em;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/dbgrid/img/images/close-1.png);
    background-size: 2em;
    z-index:999;
}

#GridSelectorIframe {width:100%; height:100%;}

.GridSelectorForm h2 {color: var(--color-grid0); font-weight:normal;}