body {
	height: auto;
}

#main_panel_body{
	height: 100%;
}

.AAD_signin2
{
	all: unset;
	box-shadow: 0 2px 4px 0px rgba(0,0,0,.25);
	border: 0;
}

.AAD_signin2:hover
{
	cursor: pointer;
	box-shadow: 0 0 6px 1px rgba(38, 105, 192, 0.7);
}

::-webkit-input-placeholder 
{
	color: #d4d4d4;
}

:-moz-placeholder 
{
	color: #d4d4d4;
}

.placeholder 
{ 
	color: #d4d4d4; 
}

.gm_main_login .actions_Error
{
	border: 1px solid #FFFFFF;
}

.diagnostic_message{
	padding: 0.3em;
	margin-bottom: 0.6em;
	font-weight: bolder;
	color: #000000;
}

.gm_main_login .toolbar .button:hover
{
	border: 1px solid #E37617;
	border-radius: 2px 2px 2px 2px;
}

.gm_main_login .toolbar .button
{
	margin-bottom: 0em;
	margin-left: 0em;
	background-image: none;
	background: none;
	border: 1px solid #FFFFFF;
	border-radius: 2px 2px 2px 2px;
}

input.gm_submit_button:hover
{
	background-color: #F27F1B;
	border: 1px solid #E37617;
	border-radius: 2px 2px 2px 2px;
}

input.gm_submit_button
{
	color: #FFFFFF;
	font-weight: bold;
	background-image: none;
	background-color: #F58220;
	border: 1px solid #E67B1E;
	border-radius: 2px 2px 2px 2px;
	padding: 0.4em 1em;
}

input.submit_button_fix 
{
	margin-bottom: 0em;
	margin-left: 0em;
	min-width: auto;
}

input.submit_button_inline 
{
	margin-bottom: 0em;
	margin-left: 0em;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 0px;
}

.grids_table
{
	margin: 3px auto 15px;
}

.toolbar {
	width: 100%;
	border-spacing: 0px 0px;
}

.toolbar td {
	padding-right: 4px;
}
.actions_Error
 {
	border: 1px solid #ECECEC;
}

#logo_container
{
	width: 400px;
	height: 91px;
	float: right;
	padding-right: 55px;
	padding-bottom: 68px;
}

#content_panel
{
	height: 50%;
}

#left_content_panel
{
	vertical-align: bottom;
}

#right_content_panel
{
	border-top: 6px solid #00aeef;
	padding-bottom:0px; 
	padding-top: 75px;
	vertical-align: bottom;
}

#extra_space
{
	height: 20%;
}

.left_border
{
	border-left: 1px solid #d4d4d4; 
}

.small_content_panel
{
	width: 300px;
	margin-left: 55px; 
	border-collapse:collapse;
}

.input_panel
{
	padding-top:25px;
}

.input_panel_small
{
	padding-top:10px;
}

.input_panel_nopad
{
	padding-top:0px;
}

#right_content_panel input[type='text'],
#right_content_panel input[type='password']
{
	width: 300px;
	height: 25px;
}

.button_panel
{
	width: 306px; 
	border-collapse:collapse; 
}

.button_with_icon
{
	display: block; 
	height:20px; 
	width: 130px; 
	font-size: 12px; 
	padding-left: 30px; 
	padding-top:7px; 
	color: #757575;
}

.gm_red_submit_button
{
	height: 33px; 
	background:url(../img/log_in_button_gradient.png); 
	color: #fff; 
	font-size: 12px; 
	border: none; 
	padding-left: 15px; 
	padding-right: 15px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px; 
	border: 2px solid #d23838; 
	cursor: pointer;
}

.gm_submit_login_fix
{
	float: right;
}

h1
{	
	font-weight: bold; 
	font-size: 24px;
	margin: 0;
}

h2
{
	font-size: 12px; 
	color: #d4d4d4;
	margin: 0;
	font-weight: normal;
}

.main_panel_table
{
	width: 100%; 
	height: 100%;
	border-collapse:collapse; 
}

table.main_panel_table td
{
	width: 50%;
}

#footer_container
{
	background-color: #f0f0f0; 
	 
	vertical-align: top;
}

#footer_separator
{
	height: 87px;
}

#footer
{
	width: 726px; 
	margin: auto; 
	padding-left: 58px; 
	margin-top: 40px; 
	color: #9d9d9d;
}

#footer a{
	color: #9d9d9d;
}

.grids_cp_footer
{
	text-align: right;
}

.footer_elem
{
	margin-right: 10px;
}

.input_std,
.gm_form input[type='text'],
.gm_form input[type='password']
{
	width: 14em;
}

.input_big,
.gm_form input[type='text'].input_big,
.gm_form input[type='password'].input_big
{
	width: 20em;
}



#sim_invites_list{
	margin: 0 auto; 
	margin-top:20px;
}

/*---*/

.sim_invites_list_table
{
	float: left; 
	width:400px; 
	margin: 10px; 
	border-collapse: separate; 
	border-spacing: 0px;
	border: solid 2px #eee;
}

.sim_invites_list_header
{
	text-align: center; 
	width: 100%; 
	padding:10px; 
	background: url(static/img/mail_icon.png) no-repeat 0px center; 
	background-size: 50px 50px; 
	font-size: 20px; 
	padding-top:15px; 
	padding-bottom:15px;
}

.sim_invites_list_field_name
{
	width:40%; 
	font-size: 16px; 
	text-align: right; 
	padding-right:10px; 
}

.sim_invites_list_field_value
{
	width: 60%; 
	text-align: center; 
	font-size: 16px; 
	font-weight: bold; 
}

.sim_invites_button{
	display:block; 
	font-size: 20px; 
	font-weight: none; 
	padding: 10px; 
	text-align: center; 
	margin: 0 auto;
}

.sim_invites_button_table{
	width: 100%;  
	padding: 0px; 
	margin-top:10px; 
	border-collapse: separate; 
	border-spacing: 0px;
}

.sim_invites_button_table td{
	margin: 0px; 
	padding: 0px; 
	border-top: solid 2px #eee;
}

.sim_invites_button_table_tdr{
	border-right: solid 2px #eee;
}

/*---*/

#sim_no_instances_msg{
	margin: 0; 
	margin-top: 50px; 
	margin-right: 269px;
}

#sim_no_instances_body{
	padding: 30px; 
	padding-right: 70px; 
	font-size: 14px; 
	font-weight: bold; 
	color: #42A3FF; 
	text-align: right;
}


#sim_instances_list{
	width:100%; 
	margin: 0px; 
	border-collapse: separate; 
	border-spacing: 0px;
}

.sim_instances_button_td{
	padding-top: 5px; 
	padding-right: 5px; 
	width: 75%;
}
.sim_instances_button_div{
	border: solid 2px #eee;  
}

.sim_instances_button_div a{
	display:block; 
	cursor: pointer; 
	font-size: 20px; 
	font-weight: none; 
	padding: 10px; 
	padding-left: 40px; 
	padding-right:20px; 
}

.sim_instances_button{
	display:block; 
	cursor: pointer; 
	font-size: 20px; 
	font-weight: none; 
	padding: 10px; 
	padding-left: 50px; 
	padding-right:20px;
}

.sim_instances_button_dis{
	display:block; 
	font-size: 20px; 
	font-weight: none; 
	padding: 10px; 
	padding-left: 50px; 
	padding-right:20px;
	color: #bbb;
}


.sim_instances_border{
	border: solid 2px #eee;
}

.sim_isnatces_top_padding{
	padding-top: 5px;
}

.sim_isnatces_right_padding{
	padding-right: 5px;
}
/*---*/

.settings
{
	border-collapse: separate; 
	border-spacing: 0px 10px;
	width: 100%; 
	
}
	
.settings_tr
{
	margin-top: 10px;
}


.settings_ts
{
	width: 50%;
	height: 10px;
	padding: 5px 10px 5px 10px;
	/*background: #eee;*/
	font-size: 16px;
	font-weight: noen;
	
	#border-top: solid 2px #eee;
	#border-bottom: solid 2px #eee;
}

.settings_r{
	text-align: right;
	font-weight: bold;
}

.settings_l{
	text-align: left;
}

.settings_c{
	text-align: center;
}

.settings_slidecontrol{
	display: block;
	margin-right:20px;
	font-size: 24px;
	width: 30px;
	height:30px;
	text-align: center;
}

.settings_help{
	display:none;
	position: absolute;
	background: #fff;
	border: solid 2px #eee;
	width: 200px;
	min-height: 20px;
	padding: 10px;
}


/*---*/

.n_settings_table{
	#border: solid 2px #eee; 
	width: 300px; 
	margin-top:10px; 
	padding: 0px 10px 0px 10px;
}

.n_settings_button_table{
	padding-bottom: 10px;
}

.n_settings_header{
	#border-bottom: solid 2px #eee; 
	padding-top:3px; 
	font-size:14px; 
	font-weight:bold;
	#cursor: pointer; 
}

.n_settings_first_row{
	padding-top: 5px;
}

.n_settings_selected{
	color: blue;
}

.n_settings_main_table{
}

.n_settings_main_table td{
	vertical-align:top;
}

.n_settings_left_td{
	width: 300px; 
}

.n_settings_right_td{
	padding-top: 10px; 
	padding-left: 20px;
}

.n_settings_right_td h1{
	font-size: 20px;
	margin-bottom: 10px;
}

.n_settings_right_td td{
	vertical-align: middle;
}
