/**************************************************************************
 * Copyright (c) 2002, 2016 Corzia AB, Sweden.  All rights reserved.
 * CORZIA PROPRIETARY/CONFIDENTIAL.  Use is subject to license terms.
 * Redistribution in source and binary forms, with or without modification,
 * are not permitted unless explicit written permission is obtained.
 **************************************************************************/

/* ------------------------------------------------------------------
	Default for Portal 
   ------------------------------------------------------------------  */

@media screen and (max-width: 400px) {
	@-ms-viewport {
		width: 320px;
	}
	/* CSS for 320px layout goes here */
}

@media screen and (min-width: 400px) and (max-width: 640px) {
	@-ms-viewport {
		width: 400px;
	}
	/* CSS for 400px layout goes here */
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
	@-ms-viewport {
		width: 640px;
	}
	/* CSS for 640px layout goes here */
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
	@-ms-viewport {
		width: 1024px;
	}
	/* CSS for 1024px layout goes here */
}

@media screen and (min-width: 1366px) {
	/* CSS for 1366px layout goes here */
}

body {
	font-family: verdana, sans-serif;
	font-size: 16px;
	background-color: #fff;
	color: #0b333c;
}

input[type='button'] {
    -webkit-appearance: none;
    border-radius: 0;
}

/* ------------------------------------------------------------------
	PDA Portal 
   ------------------------------------------------------------------  */
.CA-pdaCont {
	
}

.CA-pdaLogin {
	text-align: center;
}

.CA-pdaLoginCont {
	margin: 0 auto;
	color: #000000;
	padding-top: 72px;
}

.navWidth1 {
	width: 240px;
	border: 1px solid #000;
}

.CA-topContainer {
	padding-bottom: 10px;
}

.CA-topCompanyLogoContainer {
	float: left;
}

.CA-topCompanyLogoContainerCell {
	height: 20px;
	width: 60%;
}

.CA-topQuitContainer {
	float: right;
}

h2.CA-pdaLoginTxt {
	color: #969696;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 16px 0 6px 0;
	padding: 0;
}

.CA-pdaLoginTopCompanyLogo {
	background-repeat: no-repeat;
	height: 20px;
	width: 60%
}

.CA-pdaLoginBtnCll {
	padding-top: 48px;
}

.CA-pdaLoginBtn {
	
}

.CA-pdaQuitBtn {
	
}

.CA-pdaLoginPwd {
	border: 1px solid #969696;
	height: 48px;
	background-color: #ffffff;
	color: #000000;
	width: 216px;
	font-size: 32px;
}

.CA-pdaLoginUsrNm {
	border: 1px solid #969696;
	height: 48px;
	background-color: #ffffff;
	color: #000000;
	width: 216px;
	font-size: 32px;
}

.CA-pdaLoginTxt {
	font-size: 16px;
	padding-left: 4px;
	text-align: left;
}

.CA-pdaLogoffBtn {
	
}

.CA-pdaMenuBtn {
	
}