﻿.hide {
    display:none;
	}

body {
    padding:0px;
	}

.sidebar {
    overflow:hidden;
    vertical-align:top;
    padding-top:10px;
    padding-right:10px;
	}

.banner {
	height:250px;
	width:100%;
	background-image:url('/Tools/login/ICAO-HQ_Facade_new-rotator.png');
	background-repeat:no-repeat;
	background-size:cover;
	}
	
.container {
	box-sizing:border-box;
	color:rgb(0, 0, 0);
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	height:382px;
	line-height:20px;
	margin-bottom:0px;
	margin-top:0px;
	max-width:980px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	text-size-adjust:100%;
	width:970px;
	padding-bottom:15px;
	max-width:980px;
	margin-left:auto;
	margin-right:auto
	}
	
.breadcrump {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-left:15px;
	text-align:left;
	max-width:980px;
	}

.breadcrump .row {
    padding-left:15px;
	}

.pageTitle {
    margin-top:0px;
    padding-top:0px;
    font: normal 30px 'dinCondensed', 'oswald', Helvetica, Arial, sans-serif;
    color: #0056a1;
	}

.form-control{
    width:200px;
/*  margin-left:19px; */
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
/*  border-radius: 4px; */
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}

.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
	}

.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
	font-family: Arial !important;
	}

.radio p.description {
    color:#666;
    font: normal 13px Arial, Tahoma, Helvetica, sans-serif;
    margin-top:5px;
    margin-bottom:0px;
    } 

.radio input[type='radio'] {
    position: absolute;
    margin-left:-20px;
    margin-top:4px;
	}

.blueLine {
    margin-bottom:0px;
    padding-top:0px;
    background-color:#0056A1;
    min-height:59px;
	}

.bannerContainer {
    margin-bottom:0px;
    padding-bottom:6px;
    padding-top:0px;
    background-color:#fff;
    border-bottom: 1px solid #c5ccd0
	}

.btnSubmit {
    padding: 10px 16px;
    font-size: 15.93px;
	font-family: Arial !important;
    line-height: 1.3333333;
/*  border-radius: 6px; */
    color: #fff;
    background-color: #0056a1; /* #337ab7; */
    border-color: #2e6da4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    overflow: visible;
    margin:0px;
	border: 0px;
	}

.submitContainer {
/*	text-align:right; */
/*  padding-bottom:15px; */
	margin-top: 30px;
	}

a {
	text-decoration: none !important;
	}
	
a.list-group-item.active:hover {
	text-decoration: none !important;
	}
	
a.list-group-item:hover {
	text-decoration: underline !important;
	}
