@charset "utf-8";
/* CSS Document */

form { margin:0px; padding:0px
}

#sectionMenu {
	background-color:#FFF;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 0 0 1px;
	box-shadow: 0 2px 2px #DDDDDD;
}
.property-group {
	border-bottom: 1px solid #DDDDDD;
	box-shadow: 0 1px 0 #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.property-group .row-fluid
{ 
	border-bottom: 1px solid #DDDDDD;
	box-shadow: 0 1px 0 #FFFFFF;
	padding: 4px 2px;
}

.formLabel {
	/*font-size:12px;*/
	font-weight:bold;
	color: #666;
	margin-top: 2px;
}

.requiredStart {
	color:#C30
}

iframe {
	border-width: 0px;
}

.onoffswitch {
    position: relative; width: 69px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #808080; border-radius: 5px;
}

.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 18px; padding: 0; line-height: 18px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 8px;
    background-color: #2383D1; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 8px;
    background-color: #FFFFFF; color: #242424;
    text-align: right;
}

.onoffswitch-switch {
    width: 29px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #808080; border-radius: 5px;
    position: absolute; top: 0; bottom: 0; right: 36px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/*
.switch {
	height: 22px;
	width: 70px;
	border: 1px solid #979797;
	border-radius: 6px;
	margin-top: -2px;
	box-shadow: inset 0 1px 3px #BABABA, inset 0 12px 3px 2px rgba(232, 232, 232, 0.5);
	cursor: pointer;
	overflow: hidden;
}

.switch input[type=checkbox] {
	display: none;
}

.switch::before {
	content: "On";
	display: block;
	height: 20px;
	width: 20px; 
	padding: 1px 7px;
	position: absolute;
	border-radius: 6px;
	font-weight:bold; 
	color:#FFF;
	-webkit-box-shadow: inset 0 1px 2px #0063B7, inset 0 12px 3px 2px rgba(0, 127, 234, 0.5);
	box-shadow: inset 0 1px 2px #0063B7, inset 0 12px 3px 2px rgba(0, 127, 234, 0.5);
	background-color: #64B1F2;
	text-shadow: 0px 0px 2px #333;
}
.switch.on::before {
	width: 26px;
}
.switch > .thumb {
	display: block;
	width: 35px;
	height: 20px;
	position: relative;
	top: 0;
	z-index: 3;
	border: solid 1px #919191;
	border-radius: 6px;
	box-shadow: inset 0 2px 1px white, inset 0 -2px 1px white;
	background-color: #CECECE;
	background-image: -webkit-linear-gradient(#CECECE, #FBFBFB);
	background-image: -moz-linear-gradient(#CECECE, #FBFBFB);
	background-image: -o-linear-gradient(#CECECE, #FBFBFB);
	-o-transition: all 0.125s ease-in-out;
	-webkit-transition: all 0.125s ease-in-out;
	-moz-transition: all 0.125s ease-in-out;
	-o-transform: translateX(0px);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translateX(0px);
}
.switch.on > .thumb {
	-webkit-transform: translate3d(33px, 0, 0);
	-o-transform: translateX(33px);
	-moz-transform: translateX(33px);
}
.switch:hover > .thumb {
	box-shadow: inset 0 2px 1px #fff, inset 0 -2px 1px #fff;
	background-image: none;
}

.switch > .thumb::after {
	content: "Off";
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	right: -15px;
	font-weight:bold; 
	color:#333;
	text-shadow: 0px 0px 2px #666;
}*/

.valid { 
	/*font-size:12px;*/
}

.error { 
	color: #F00;
	font-size:12px;
}


.recordGroupBar{
	background-color: #222222;
	background-repeat: repeat-x;
	border-radius: 6px 6px 0 0;
	border-top: 1px solid #DDDDDD;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	color: #000;
	height: 26px;
	overflow: visible;
	padding: 2px 5px 0px 5px;
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #C2BEBA),
		color-stop(1, #7C7976)
	);
	background-image: -o-linear-gradient(bottom, #C2BEBA 0%, #7C7976 100%);
	background-image: -moz-linear-gradient(bottom, #C2BEBA 0%, #7C7976 100%);
	background-image: -webkit-linear-gradient(bottom, #C2BEBA 0%, #7C7976 100%);
	background-image: -ms-linear-gradient(bottom, #C2BEBA 0%, #7C7976 100%);
	background-image: linear-gradient(to bottom, #C2BEBA 0%, #7C7976 100%);
}
.recordGroupListHeader
{ 
	background-color:#CCC;
	height: auto;
}

.recordGroupListRow > div, .recordGroupListHeader > div 
{
	padding: 5px 4px;
}

.recordGroupListRow:nth-child(odd)
{
	background-color: #f9f9f9;
	/*border-right: 1px solid #CCC;*/
}
.recordGroupListRow:hover
{
	background-color: #FC9;
}
.recordGroupListRow:first-child
{
	padding: 0px 0px 0px 5px;
}
.recordGroupListRow .row-fluid{
	padding: 0px 2px;
}
.recordDetail .row-fluid{

	border-bottom: 0px solid #DDDDDD;
	box-shadow: 0 0px 0 #FFFFFF;
	padding: 4px 2px;
}

.recordGroupPages
{ 
	background-color: #F3F5F5;
	border: 1px solid #CCC;
	padding:2px;
}

.listPagesItemCount{ font-size:10px,; color:#0E509E;}
ul.listPages {
    border: 0 none;
    display: inline;
    font-size: 11px;
    line-height: 100%;
    margin: 0;
    padding: 0;
}
ul.listPages li {
	border: 1px solid #9AAFE5;
    display: inline;
}
ul.listPages a:link, ul.listPages a:visited {
    border: 1px solid #9AAFE5;
    color: #0E509E;
    font-weight: bold;
    padding: 1px 6px;
    text-decoration: none;
}
ul.listPages .page a, ul.listPages .previous a, ul.listPages .next a {
	padding: 2px;
    font-weight: normal; 
	cursor:pointer;
}
ul.listPages a:hover {
	background-color:#FC0;
    /*border: 1px solid #0E509E;*/
}
ul.listPages .selected a {
    background: none repeat scroll 0 0 #2E6AB1;
    color: #FFFFFF;
    font-weight: bold;
}
ul.listPages .hidden a {
    /*border: 1px solid #DEDEDE;*/
    color: #888888;
}
ul.listPages .first, ul.listPages .last {
    display: none;
}

.listvalueImagePv {
	transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	-webkit-transform: scale(0.5, 0.5);
	-o-transform: scale(0.5, 0.5);
	-moz-transform: scale(0.5, 0.5);
}

