body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cccccc
}

/* layout purpose */

#outermost {
	width: 960px;
	margin-right: auto;
	margin-left:auto;
	border: 1px solid #999999;
	margin-top: 10px;
	background-color: #FFFFFF;
	padding: 10px;
	padding-bottom: 30px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat 
}

#loggeduser {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	background-image: url(../images/back-loggeduser.jpg);
	width: 150px;
	height: 25px;
	text-align: center;
	padding-top: 10px
}

#mainmenu {
	margin-top: 100px;
	background-image: url(../images/back-mainmenu.jpg);
	height: 25px;
	padding-top: 10px;
	text-align: center
}

#mainmenu a.menu {
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 9px
}

#mainmenu2 a.menu:hover {
	text-decoration: none;
	background-image: url(../images/back-hover.jpg);
}

#mainmenu2 {
	background-image: url(../images/back-mainmenu.jpg);
	height: 25px;
	padding-top: 10px;
	text-align: center
}

#mainmenu2 a.menu {
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 9px
}

#mainmenu2 a.menu:hover {
	text-decoration: none;
	background-image: url(../images/back-hover.jpg);
}

#content {
	line-height: 18px;
	margin-top: 20px;
	overflow: auto
}

#left {
	width: 730px;
	float: left;
	padding-top: 0px
}
#right {
	float: right;
	width: 220px;
}

#footer {
	width: 960px;
	margin-right: auto;
	margin-left:auto;
	border: 1px solid #999999;
	margin-top: 10px;
	background-color: #FFFFFF;
	padding: 10px;
	color: #6e7280;
	margin-bottom: 10px
}

.ptoa {
	float:left;
	width: 350px;
	height: 492px;
	padding: 4px;
	margin-bottom: 15px;
	margin-top: 15px;
	overflow:auto ;	
 	background-color: #ffffff
	
}
/* end of layout */

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
img {
	border: 0 none;
	padding: 0;
	margin: 0
}
table, tr, td {
	border-collapse : collapse; 
	font-size : 11px; 
	font-family : verdana, 'trebuchet ms', tahoma, georgia; 
}

input {
	border: 1px solid #999999; 
	font-size: 11px; 
	background-color: #FFFFCC;
	color: #454545; 
	font-family: verdana, 'trebuchet ms', tahoma, georgia;
	padding: 3px
}

input.button {
	color: #000000;
	font-weight:bold;
	padding: 3px;
	cursor: pointer;
	border: 1px outset #999999;
	font-family: verdana, 'trebuchet ms', tahoma, georgia;
	font-size: 11px;
	background-color: #CCCCCC;
}

input.button:hover {
	color: #FFFFFF;
	border: 1px outset #333333;
	background-color: #999999;
}

input.checkradio {
	border: none;
	background-color: transparent;
	background-image: none
}

select {
	border: 1px solid #999999; 
	font-size: 11px; 
	color: #454545; 
	font-family: verdana, 'trebuchet ms', tahoma, georgia;
}

option {
	font-size: 11px; 
	font-family: verdana, 'trebuchet ms', tahoma, georgia;
	background-color: white
}

optgroup {
	font-size: 11px; 
	font-family: verdana, 'trebuchet ms', tahoma, georgia;
	font-style: normal;
	background-color: orange;
}

textarea {
	background-color : #ffffcc; 
	border: 1px solid #999999; 
	font-size : 10px; 
	font-family : verdana, georgia; 
	color: #454545; 
	padding: 3px
}
form {
	margin: 0px
}

.tablehead {
	background-color: #003782;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	text-align: center;
}

.tablehead a:link {
color: #FF6600;
text-decoration: none;
}

.hilite {
	background-color: #d7d5d5;
	color: #000000;
	font-weight: bold
}
.required {
	color: #990000
}

.warnbox {
	border: 1px solid #ffeba2;
	background-image: url(../images/warn-back.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 30px 5px 20px 33px;
	text-align: left
}
.subheading {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #003258;
	text-transform: uppercase
}

.secheading {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #003258;
	text-transform: uppercase
}

.pagination {
	padding: 7px; 
	background-color: #efefef; 
	border-top: 1px solid #c2c2c2; 
	font-size: 11px;
	text-align: center
}

.number {
	text-align: right
}

a.button {
	color: #000000;
	font-weight: bold;
	padding: 3px;
	cursor: pointer;
	border: 1px outset #999999;
	font-family: verdana, 'trebuchet ms', tahoma, georgia;
	font-size: 11px;
	background-color: #CCCCCC;
	text-decoration: none;
}

a.button:hover {
	color: #fff;
	background-color: #CCCCCC;
	border-color: #999999;
}

.tablehead a, .tablehead a:visited {
	color: #ffffff;
}

form label {
	margin-top:10px;
	display: block !important;
}

.form-input {
	width: 97% !important;
	display: block !important;
	margin-top: 4px;
}

.form-input-array {
	width: 75% !important;
	margin-top: 4px;
}

.row {
	display: -webkit-flex;
	display: flex;
}

.col1 {
	width: 80%;
	margin-right: 30px;
}

.col2 {
	width: 20%;
	float: right;
}

.form-box {
	width: 99%;
	border: 1px solid #999999;
}

.form-box .header {
	background-color: #cccccc;
	border-bottom: 1px solid #aaa;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
}

.form-box .item {
	padding: 4px;
}

.label-radio {
	vertical-align: top;
	margin: 0;
	padding-left: 4px;
}

.switch {
	position: relative;
	display: block;
	width: 100px;
	height: 30px;
	padding: 3px;
	margin: 0 10px 10px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}

.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}

.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}

.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}

.switch-input:checked ~ .switch-label {
	 background: green;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}

.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked ~ .switch-handle {
	left: 74px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition ========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All;
}

.td-custom img {
	margin-right: 10px;
	border-radius: 50%;
	float: left;
	width: 60px;
	height: 60px;
}

.list-title {
	font-weight: 600;
	font-size: 12px;
	margin-left: 5px;
}

.badge {
	box-sizing: border-box;
	/* display: inline-block; */
	background-color: #2c3e50;
	color: #ffffff;
	border-radius: 3rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	padding: .05rem .8rem .1rem;
	line-height: inherit;
}

.badge--line {
	background-color: transparent;
	color: #95a5a6;
	box-shadow: 0 0 0 1px #95a5a6;
}

.badge--info {
	background-color: #3498db;
}

.badge--warning {
	background-color: #f1c40f;
}

.badge--danger {
	background-color: #e74c3c;
}

.badge--success {
	background-color: #2ecc71;
}

.badge--small {
	font-size: 1.2rem;
	padding: .1rem .65rem .2rem;
}

.badge--smaller {
	font-size: .7rem;
	padding: .05rem .4rem .15rem;
}
