[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {  
  display: none !important;
}	

.corp-tab-ctrl ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -10px;
    border-spacing: 10px 0;
    display: table;
    position: relative;
}

.corp-tab-ctrl-tab li {
    float: left;
    border: 1px solid #ccc;
    border-bottom: 0;
    padding: 10px;
    background-color: #ebf2fc;
    color: #000;
    text-decoration: none;
}

.corp-tab-ctrl-tab li.corp-tab-ctrl-active {
    background-color: #fff;
    border-top: 4px solid #666;
    color: #000;
}

.corp-tab-ctrl #mainView {
    border: 1px solid #ccc;
	clear: both;
	padding: 0 1em;
}

.label-warning, .label-danger {
       font-size:100%;
}
.privacynotice {
	padding: 15px;
	background-color: rgba(245, 245, 245, 1);
	margin-top: 20px;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px;
}
.can-ca-form input {
  position: absolute;
  opacity: 0;
}
.can-ca-form .checkbox,
.can-ca-form .radio {
  position: relative;
  padding-left: 30px;
  margin-bottom: 32px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.can-ca-form .checkbox label::before,
.can-ca-form .radio label::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  border: 2px solid #333;
  margin-top: -4px;
}

.can-ca-form .radio label::before {
  content: "";
  border-radius: 50%;
}

/* focus */
.can-ca-form
  .checkbox
  input[type="checkbox"]:focus
  + label::before,
.can-ca-form
  .radio
  input[type="radio"]:focus
  + label::before {
  border-width: 3px;
}

.can-ca-form .checkbox label::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 12px;
  top: 0px;
  width: 13px;
  height: 22px;
  border: solid #333;
  border-width: 0 5px 5px 0;
  transform: rotate(45deg);
}

.can-ca-form .radio label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #333;
}

/* hide the check */
.can-ca-form
  .checkbox
  input[type="checkbox"]
  + label::after,
.can-ca-form .radio input[type="radio"] + label::after {
  content: none;
}

/* unhide check when checked */
.can-ca-form
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
.can-ca-form
  .radio
  input[type="radio"]:checked
  + label::after {
  content: "";
}

.big-buttons .radio label::before {
  left: 29px;
  bottom: 34px;
  top: inherit;
}

/* checkmark */
.big-buttons .radio label::after {
  left: 40px;
  bottom: 43px;
  top: inherit;
  width: 13px;
  height: 22px;
  border: solid #333;
  border-width: 0 5px 5px 0;
  transform: rotate(45deg);
  border-radius: 0;
  background-color: transparent;
}

/*All screen views*/
@media screen {

	.ex_highlight #search-list tbody tr.even:hover, #search-list tbody tr.even td.highlighted {
		background-color: #ECFFB3;
	}	
	.ex_highlight #search-list tbody tr.odd:hover, #search-list tbody tr.odd td.highlighted {
		background-color: #E6FF99;
	}
	.dataTable > thead > tr > th[class*="sort"]:after{
    	content: "" !important;
	}
	
	table.dataTable thead > tr > th.sorting_asc, 
	table.dataTable thead > tr > th.sorting_desc, 
	table.dataTable thead > tr > th.sorting, 
	table.dataTable thead > tr > td.sorting_asc, 
	table.dataTable thead > tr > td.sorting_desc, 
	table.dataTable thead > tr > td.sorting {
    	padding-right: inherit;
	}
	
	th {
   	  font-size: 80%;
	}
	
	
	.spinner {
      border: 12px solid #f3f3f3;
      border-radius: 50%;
      border-top: 12px solid black;
      width: 70px;
      height: 70px;
      animation: spin 1s linear infinite;
    }
    
    @keyframes spin {
      100% {
          transform: rotate(360deg);
      }
    }
    
    .center {
      position: relative;
      margin: auto;
    }
    
    .ng-cloak {
  		display: none !important;
	}
	
/*Extra-small view and under (screen only)*/
@media screen and (max-width: 767px) {

	/*App bar - app name link*/
	.app-name {
		font-size: 18px;
		margin: 5px 0 6px;
		padding: 5px;
	}

	/*Mobile app bar*/
	.app-bar-mb {
		background: #E1E4E7;
		padding-top: 5px;
	}

	/*Mobile app bar - main + account menus*/
	.app-list-main, .app-list-account {
		margin: 0;
	}

	.app-list-main li, .app-list-account li {
		margin-bottom: 5px;
	}

	/*Mobile app bar - main menu + mobile search overlay - Hide in basic HTML (wbdisable) mode.*/
	.wb-disable .app-list-main, .wb-disable #app-srch-mb {
		display: none !important;
	}

	/*Mobile app bar - main menu*/
	.app-list-main li {
		float: left;
		margin-right: 5px;
	}

	.app-list-main .btn, .app-list-account .btn {
		min-height: 30px;
		padding: 3px 6px 2px;
	}

	.app-list-main .btn, .app-list-main .btn:visited {
		background-color: #335075;
		color: #FFF;
	}

	.app-list-main .active, .app-list-main .active:visited, .app-list-main .btn:active, .app-list-main .btn:focus, .app-list-main .btn:hover {
		background-color: #243850;
		color: #FFF;
	}

	/*Mobile app bar - main menu - Hide a heading whose content is used as the mobile menu overlay's title.*/
	.app-list-main h2 {
		display: none;
	}

	/*Mobile app bar - account menu*/
	/*Float the account menu to allow it to initially collapse with both of its items on the same line if the viewport width gets too limited.*/
	.app-list-account {
		float: left;
	}

	.app-list-account li {
		float: left;
		margin-right: 5px;
	}

	.app-list-account li:last-child {
		margin-right: 0;
	}

	#wb-glb-mn {
		float: left !important;
		margin-top: 0px;
	}

	/*Mobile menu overlay - Hide search box/language toggle link.*/
	.srch-pnl, .lng-ofr {
		display: none;
	}

	/*Mobile menu overlay - Prevent an overly large space from appearing above the first list in the mobile menu's overlay.*/
	#mb-pnl .sm-pnl {
		padding-top: 0;
	}
			
	.modal-dialog {
	  	position: fixed;
		top: 20px;
		left: 20px;
		right: 20px;
		width: auto;
		height: auto;
		margin: 0;
	}
	
    table.dataTable thead > tr > th.sorting_asc, 
	table.dataTable thead > tr > th.sorting_desc, 
	table.dataTable thead > tr > th.sorting, 
	table.dataTable thead > tr > td.sorting_asc, 
	table.dataTable thead > tr > td.sorting_desc, 
	table.dataTable thead > tr > td.sorting {
    	padding: 1px; 
    	font-size: 9px;
	}
	
	.table thead > tr > th, 
	.table tbody > tr > td {
		padding: 1px; 
      	font-size: 9px; 
	}
	
    
    .btn {
		min-height: 20px;
    	min-width: 20px;
    	padding: 1px 1px;
	    font-size: 12px !important;
	}
	
	.paginate_button {
		padding: 1px 1px;
		font-size: 14px !important;
	}
	
	.panel {
		width: 100%;
	}
	
	.panel-body {
		width: 100%;
	}
    
}

/* Small view and under (screen only) custom GCWeb theme */
@media screen and (max-width: 991px) {

	/* add 10px margin-top to FIP because it doesn't have an a element, like the GCWeb template */
	header .brand img {
		margin-top: 10px;
	}
}

/*Medium view and under (screen only)*/
@media screen and (max-width: 1199px) {
	/*Menu bar - Restore the last list item's right border.*/
	#wb-sm .menu > li:last-child {
		border-right: 1px solid #D3D4D8;
	}

	/*Menu bar - Disable right border on the far right edge of the bar.*/
	#wb-sm .menu {
		border-right: 0;
	}
}

/*Extra-small view and over (screen only)*/
@media screen and (min-width: 480px) {

	/*Mobile app bar - main menu*/
	.app-list-account {
		text-align: right;
	}

	.app-list-account li {
		display: inline-block;
	}
}

/*Small view and over (screen only)*/
@media screen and (min-width: 768px) {

	/*App bar*/
	.app-bar .row {
		display: table;
		table-layout: fixed;
		width: calc(100% + 30px);
	}

	.app-bar .row > section, .app-bar .row > nav {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}

	/*App bar - app name link*/
	.app-name {
		font-size: 28px;
		margin-bottom: 6px;
		margin-top: 8px;
		padding: 0px;
	}

	/*Mobile app bar - main menu*/
	.app-list-account {
		margin-bottom: 0;
		margin-top: 9px;
	}

	.app-list-account li {
		margin-bottom: 9px;
		margin-left: calc(9px - 0.2815em);
	}

	.app-list-account li:first-child {
		margin-left: 0;
	}
}

/*Extra-extra-small view (screen only)*/
@media screen and (max-width: 479px) {

	/*Mobile menu overlay - Maximise the mobile menu's width to prevent it from shifting when opening/closing details elements.
	  Note: Once GCWeb 4.0.27 is out, check if this fix is built-into it. If it is, remove this CSS selector.*/
	.panel-body {
		width: 100%;
		padding: 1px !important;
	}
	
	.panel {
		width: 100%;
		padding: 1px; 
	}
	
	 .btn {
		min-height: 20px;
    	min-width: 20px;
    	padding: 1px 1px;
	    font-size: 10px !important;
	}
	
	.paginate_button {
		padding: 1px 1px;
		font-size: 12px !important;
	}
	
    table.dataTable thead > tr > th.sorting_asc, 
	table.dataTable thead > tr > th.sorting_desc, 
	table.dataTable thead > tr > th.sorting, 
	table.dataTable thead > tr > td.sorting_asc, 
	table.dataTable thead > tr > td.sorting_desc, 
	table.dataTable thead > tr > td.sorting {
    	padding: 1px; 
    	font-size: 8px;
	}
	
	.table thead > tr > th, 
	.table tbody > tr > td {
		padding: 1px; 
      	font-size: 8px; 
	}
}

/*Extra-extra-small view (screen only)*/
@media screen and (max-width: 320px) {

	/*Mobile menu overlay - Maximise the mobile menu's width to prevent it from shifting when opening/closing details elements.
	  Note: Once GCWeb 4.0.27 is out, check if this fix is built-into it. If it is, remove this CSS selector.*/
	.panel-body {
		width: 100%;
		padding: 1px !important;
	}
	
	.panel {
		width: 100%;
		padding: 1px; 
	}
	
	 .btn {
		min-height: 20px;
    	min-width: 20px;
    	padding: 1px 1px;
	    font-size: 10px !important;
	}
	
	.paginate_button {
		padding: 1px 1px;
		font-size: 12px !important;
	}
    
    table.dataTable thead > tr > th.sorting_asc, 
	table.dataTable thead > tr > th.sorting_desc, 
	table.dataTable thead > tr > th.sorting, 
	table.dataTable thead > tr > td.sorting_asc, 
	table.dataTable thead > tr > td.sorting_desc, 
	table.dataTable thead > tr > td.sorting {
    	padding: 1px; 
    	font-size: 8px;
	}
	
	.table thead > tr > th, 
	.table tbody > tr > td {
		padding: 1px; 
      	font-size: 8px; 
	}
	
	.col-sm-12 {
		position: relative;
		min-height: 1px;
		padding-left: 5px;
		padding-right: 5px;
	}
}

/*Extra-small view (screen only)*/
@media screen and (min-width: 480px) and (max-width: 767px) {

	/*Top area - language toggle link*/
	#wb-lng {
		padding-left: 0;
	}
	
	.btn {
		min-height: 20px;
    	min-width: 20px;
    	padding: 1px 1px;
	    font-size: 12px !important;
	}
	
	.paginate_button {
		padding: 1px 1px;
		font-size: 12px !important;
	}
	  
    table.dataTable thead > tr > th.sorting_asc, 
	table.dataTable thead > tr > th.sorting_desc, 
	table.dataTable thead > tr > th.sorting, 
	table.dataTable thead > tr > td.sorting_asc, 
	table.dataTable thead > tr > td.sorting_desc, 
	table.dataTable thead > tr > td.sorting {
    	padding: 1px; 
    	font-size: 8px;
	}
	
	.table thead > tr > th, 
	.table tbody > tr > td {
		padding: 1px; 
      	font-size: 8px; 
	}
	
}

/*Small view (screen-only)*/
@media screen and (min-width: 768px) and (max-width: 991px) {
	/*Desktop search box + menu bar - Restore medium view and up's search box/menu bar.*/
	#wb-srch, #wb-sm {
		display: block !important;
	}
    
    table.dataTable thead > tr > th.sorting_asc, 
	table.dataTable thead > tr > th.sorting_desc, 
	table.dataTable thead > tr > th.sorting, 
	table.dataTable thead > tr > td.sorting_asc, 
	table.dataTable thead > tr > td.sorting_desc, 
	table.dataTable thead > tr > td.sorting {
    	padding: 1px; 
    	font-size: 10px;
	}
	
	.table thead > tr > th, 
	.table tbody > tr > td {
		padding: 1px; 
      	font-size: 10px; 
	}
		 
    .btn {
		min-height: 20px;
    	min-width: 20px;
    	padding: 1px 1px;
	    font-size: 12px !important;
	}

}
