
.gmap{
    display: block;
    width: 95%;
    height: 350px;
    margin: 0 auto;
    -moz-box-shadow: 0px 5px 20px #ccc;
    -webkit-box-shadow: 0px 5px 20px #ccc;
    box-shadow: 0px 5px 20px #ccc;
}

.form-layout {
/*
    padding: 5px;
    border-width: 2px;
	border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
*/
}
.form-block-designer {
    margin-bottom: 10px;
    /*cursor : n-resize;*/
}
.form-block {
    background-color: #fff;
	border: 1px solid #c7cfd5;
	/*-webkit-box-shadow: 0 0 2px #ddd;
	-moz-box-shadow: 0 0 2px #ddd;
	box-shadow: 0 0 2px #ddd;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	*/
	padding-bottom: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.form-block-header {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1em;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}

.form-repeating-group {
	margin: 0px !important;
}


.form-block-table, .form-block-table.section {
    padding: 2px 2px 0 2px;
}

.form-layout .form-block {
	border:1px solid #c7cfd5;
	padding: 0;
}

.form-layout .form-nodisplay-block {
    background-color: #fff;
    border:1px dotted #6A7982;
}

.form-ul{
    list-style:none;
    list-style-position:outside;
    padding:2px;
    margin:2px;
}
/* used to expand process/history controls*/
.form-control-wf > span > table {
	width: 100%;
}
.form-control-wf {
	padding: 5px 10px;
	text-align: left;
	-webkit-transition:background-color .15s ease-in-out;
	-moz-transition:background-color .15s ease-in-out;
	-ms-transition:background-color .15s ease-in-out;
	-o-transition:background-color .15s ease-in-out;
	transition:background-color .15s ease-in-out;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form-table-control {
	padding: 1px 4px;
	max-width: 98.5%;
	text-align: left;
}

.form-table-column label {
	/*display: block;*/
	height: 1em;
	border: none;
}

.form-table-column input, .form-table-column select, .form-textbox {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 18px;
	padding: 2px 0;
	margin: 2px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.form-table-column .form-checkbox {
	margin: 6px 0;
}
.form-textbox-print {
	width: 100%;
	padding: 2px 0;
	margin: 2px 0;
	font-size: 13px;
	line-height: 18px;
    min-height:18px;
	height: auto;
	color: #000000;
	background-color: #fff;
}
.form-textarea-print-container {
	width: 100%;
	border: 1px solid #666666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 5px 10px;
	padding: 5px;
	box-sizing: border-box;
}
.form-textarea-print {
	width: 100%;
	padding: 2px 0;
	margin: 2px 0;
	font-size: 13px;
	line-height: 18px;
	height: 1.25em;
	color: #000000;
	background-color: #fff;
	white-space: pre-wrap;
}
.form-control-wf textarea {
	width: 100%;
}
.form-control-wf-designer {
    border-style: dotted;
    border-width: 1px;
    cursor: pointer;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	overflow-x: hidden;
}
.form-cursor-pointer {
    cursor: pointer;
}

.form-cursor-paint {
    /* IE requires .cur image but chrome*/
    cursor: url(images/formatpaint.png), url(images/formatpaint.cur), default;
}
.header-options {
    display:inline;
}
.new-item-right {
    text-align: right;
}
.new-item-left {
    text-align: left;
}

.form-add-new-action {
    font-size: small;
	padding: 2px;
	border: 1px solid transparent;
    margin: 0em 0.5em 0.5em 0.5em;
}
.form-element-over {
    background:#edeeef;
}
.form-element-selected {
   border:1px solid #66737b !important;
   background-color:#E6F1FB !important;
}
.form-group-wf .form-element-selected{
	border:0;
}
.form-sub-label-container {
    display:inline-block;
    margin-right:5px;
}
.form-sub-label {
	display:block;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size:10px;
	font-style: italic;
	text-decoration: none;
	/* font-weight: bold; */
	color: #808080;
	text-align: left;
    border: 0;
    width: 100%;
    line-height: 22px;
    font-size: 11px;
    color: #979797;
}

.form-choice-label{
	clear: both;
	word-wrap: break-word;
	word-break: break-all;
}

.form-group-wf > .form-label {
	text-align: center;
}
.form-label-top {
    padding:2px 0;
    margin:0;
    display: inline-block;
}

.form-label-left {
    display:inline-block;
    float:left;
    padding: 8px 0 0 0;
    text-align:left;
}

.form-label-right {
    float:left;
	padding: 8px 0 0 0;
    text-align:right;
}

.form-textbox, .form-table-textbox, .form-dropdown, .form-table-dropdown, .form-list, .form-datepicker, .wsprocessComments, .ms-selectable, .ms-selection , .table-dropdown{
	display: inline-block;
	padding: 2px 0;
	margin: 2px 0;
	font-size: 13px;
	line-height: 18px;
	color: #555555;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:left;
}
.ui-widget textarea[id^="frm_component_textarea"] {
	margin-bottom: 5px;
}

.form-textarea {
	white-space: pre-wrap;
}
.form-imageupload {
	text-align:center;
}
.form-password,.form-confirmpassword {
	padding: 1px;
}
.form-component[type='radio']{
    margin:0;
}

.form-checkbox {
	display: inline-block;
}
.form-radio {
	vertical-align:middle;
	margin: 0;
	padding: 0;
}

.form-radio-item, .form-checkbox-item {
	margin-right: 5px;
	float:left;
}
.form-multiple-column, .form-single-column {
	display:inline-block;
}
.form-multiple-column .form-radio-item, .form-checkbox-item {
	width:150px;
}

.form-radio-item label, .form-checkbox-item label {
	margin-right:5px;
}
.form-radio-item br, .form-checkbox-item br {
	clear:left;
}

/* WS Process Control Styles */

.wsControl {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  /*background: #f5f5ff;*/
}
.contextmenu_selector, .rowdetails_selector {
	background-color: darkgray !important;
}
.wsControlTitle {
  text-align: center;
  font-size: 1.2em;
  margin: .8em 0 0 0;
  font-weight: bold;
}

.multiselect-header {
  text-align: center;
  font-size: 0.8em;
  background: silver;
  color: white;  
}

.multiselect-footer{
  text-align: center;
  font-size: 0.6em;
  color: grey;
  
}

#buttonContainer {
  text-align: center;
  margin: 0 0 0.8em;
}

.buttonsContainer {
	width: 95%;
	text-align: right;
	margin: 5px 20px;
	padding: 5px;
}

.ms-elem-selectable, .ms-elem-selection {
    font-size: 0.8em !important;
}
#buttons {
  display: inline-block;
  margin: 2em 0 2em 0;
}
.tablebutton {
    padding: 2px !important;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    /*text-shadow: rgba(0,0,0,.4) 0 1px 0;*/
    vertical-align: middle;
}
.linkbutton {
	padding: 8px 30px;
    border-radius: 25px;
    background-color: transparent;
    line-height: 22px;
    font-size: 17px;
    text-align: center;
	vertical-align: middle;
	border-style: solid;
}

th.form-column-header:hover {
	cursor: pointer;
	font-style: italic !important;
}
.tableSortIcon {
	style: inline-block;
	float: right;
	border: none;
}
.selectable-actions {
	padding: 5px;
}

.wsprocessComments {
  margin: .25em 1em 1em 1em;
  width: 90%;
}
    
.wsprocessCharactersLeft {
  color: grey;
  font-size: .8em;
  margin: 0 0 0 .8em;
}

#swimlaneSelectionContainer {
  text-align: left;
}

#swimlaneSelectionBlockContainer {
  display: inline-block;
}

.wsControlLabel {
  font-family: "Franklin Gothic Book", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-size: 12px !important;
font-weight: 600 !important;
color: #66737b !important;
}

#ws_extents {
	color: #2375a3;
	cursor: pointer;
	font-size: 13px;
}
.add_newitem, .uploadexcel, .exceltemplate, .rpterrors {
    display: inline-block;
    color: #2375a3;
    cursor: pointer;
}

.swimlaneSelectionName {
  font-size: 1.2em;
  margin: 0em 1em 0 1em;
  float: left;
  width: 10em;
  color: grey;
}

.swimlaneSelectionSelect {
  float: left;
}

.clear {
  clear: both;
}

.swimlaneSelectionBlock {
  display: block;
  overflow: hidden;
  margin: 1em 0 1em 0;
}

/* End WS Process Controls */

body.mobile-preview {
	margin: 0;
	padding: 0;
	background-image: url(images/iphone-background.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div.mobile-preview {
	position: absolute;
	top: 110px;
	left: 48px;
	display: block;
	float:left;
	overflow: auto;
	width: 288px;
	height: 500px;
}

body.webpage-preview {
	overflow-y: hidden ! important;
	overflow-x: hidden ! important;
	background-size: cover;
	margin: 0;
	padding: 0;
	background-image: url(images/browser_blank.png);
	background-repeat: no-repeat;
	background-position: left top;
    width: 1024px;
	height: 700px;

}
div.webpage-preview {
	position: absolute;
	top: 50px;
	left: 10px;
	display: block;
	float:left;
	overflow: auto;
	width: 1000px;
	height: 650px;
}

body.tablet-preview {
	overflow-y: hidden ! important;
	overflow-x: hidden ! important;
	background-size: cover;
	margin: 0;
	padding: 0;
	background-image: url(images/ipad_portrait.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 546px;
	height: 700px;
}
div.tablet-preview {
	position: absolute;
	top: 60px;
	left: 55px;
	display: block;
	float:left;
	overflow: auto;
	width: 440px;
	height: 580px;
}

body.tablet-preview-landscape {
	overflow-y: hidden ! important;
	overflow-x: hidden ! important;
	background-size: cover;
	margin: 0;
	padding: 0;
	background-image: url(images/ipad_landscape.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1266px;
	height: 700px;
}
div.tablet-preview-landscape {
	position: absolute;
	top: 107px;
	left: 118px;
	display: block;
	float:left;
	overflow: auto;
	width: 1024px;
	height: 700px;
}

div[tabindex] {
    outline:none;
}

.frm_required:after {
    content: ' *';
    color: red;
}

.frm_required_error {
	
}

.frm_required_errorrep {
	outline: 2px solid red !important;
}
/* override to remove scrollbars in iframe */
.simplemodal-wrap {
    overflow: hidden!important;
}

#simplemodal-container a.modalCloseImg {
	background:url('images/x.png') no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:0px;
	right:-25px;
	cursor:pointer;
}
.icon-text-font {
    vertical-align: top;
}
.frm_elements_header {
    font-size: 1.2em;
    font-weight: bold;
}
.frm_elements_selection, .container_new_elements{
    width: 46%;
    display: inline-block;
    font-size: 1.1em;
    vertical-align: middle;
}
.frm_elements_selection i,.frm_elements_selection img, .container_new_elements i, .container_new_elements img{
    margin: 6px;
    vertical-align: middle;
}
.frm_elements_selection:hover, .container_new_elements:hover{
    cursor: pointer;
    background-color: #DDF3F9;
}
/* Fix for Accordion inside Tab */

.ui-accordion-content {
    height: 100% !important;
}
.button_container {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0px;
}

.form-add-new-action a:link {text-decoration: none; color: blue}
.form-add-new-action a:visited {text-decoration: none}
.form-add-new-action a:active {text-decoration: none}
.form-add-new-action a:hover {text-decoration: underline; color: red;}


#signatureparent {
  color: #5B1CB5;
	background-color:#edeeef !important;
  padding: 15px;
}

.signature {
  padding: 0 0 0 0; 
  margin: 0 0 0 0;
}
.clearsignature {
  color: #2375a3;
  cursor: pointer;
  text-decoration: underline;
  text-align: right;
}
.acceptsignature {
    color: #2375a3;
    cursor: pointer;
    text-decoration: underline;
    float: left;
    text-align: left;
}
.collapsible {
	float: left;
	border: 0;
	margin: 5px 10px !important;
	vertical-align: middle;
}
.collapsiblenodisplay {
	float: left;
	border: 0;
	margin: 5px 10px !important;
	vertical-align: middle;
}

.form-column-header {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	border: 0;
}

.tableRowOptionsL {
	background: url('images/table_menu.gif') no-repeat 5px center;
	padding-left: 16px;
}
#wsFormContainer .JPadding > tbody > tr > td, .JPadding > tbody > tr > th{padding-left: 16px !important;}​​​​​

.tableRowOptionsExpandedL {
	background: url('images/table_expanded.png') no-repeat left center;
	padding-left: 16px;
}
.tableRowOptionsCollapsedL {
	background: url('images/table_collapsed.png') no-repeat left center;
	padding-left: 16px;
}

.tableRowOptionsR {
	background: url('images/table_menu.gif') no-repeat right 5px center;
	padding-right: 16px;
}
.tableRowOptionsExpandedR {
	background: url('images/table_expanded.png') no-repeat right center;
	padding-right: 16px;
}
.tableRowOptionsCollapsedR {
	background: url('images/table_collapsed_r.png') no-repeat right center;
	padding-right: 16px;
}

.removeGroupItemL {
	background: url('images/delete_10.png') no-repeat 5px center;
	padding-left: 20px;
	cursor: pointer;
}

.removeGroupItemR {
	background: url('images/delete_10.png') no-repeat right 5px center;
	padding-right: 20px;
	cursor: pointer;
}

.form-block-repeating {
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.form-selectable-table .form-block-repeating:hover, .validationResultsRow:hover {
	background-color: darkgrey !important;
}
.validationResultsRow{
    cursor: pointer;
}
.validationResultsRowNA{
    font-style: italic;
    cursor: auto;
}
/*
Generic Styling, for Desktops/Laptops
*/
.form-repeating-table, #svcontrolcontainer table {
	width: 98.5%;
	border-collapse: collapse;
    table-layout: fixed;
	word-wrap: break-word;
	border-color: rgba(0, 0, 0, 0.08)
}

.form-repeating-table thead
{
	border-bottom-width: 1px;
	line-height: 1.42857143;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	border-color: rgba(0, 0, 0, 0.08)
}

.form-repeating-table th {
	font-size: 13px;
	text-align: center;
	font-weight: 600;
	padding: 2px 0;
	line-height: 2.2;
}
.form-selectable-table td {
	border: 1px solid black;
}

.form-repeating-table td { 
	text-align: left; 
	/*	padding-top: 10px;
	padding-bottom: 10px;
*/
	border-color:rgba(0, 0, 0, 0.08);
    border-width: 0 0 0 1px;
    border-style:solid;
}
.clickable-icon {
	cursor: pointer;
	margin-left: 15px;
}

.ribbon_style_enabled {
	background-color: #edeeef !important;
    border: solid 1px !important;
}
input.custom-combobox-input {
	width: 100%;
	border: none;
}
.custom-combobox {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	border: thin solid lightgray;
	border-radius: 0;
}
.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: .1em;
	padding: 0;
}

.preview-form .custom-combobox-toggle{
    position: absolute !important;
}

span.fpReference span.fancytree-icon
{
	background-position: -1040px -72px;
	background-image: url(images/icons-sprite.png);
}

span.notUsed span.fancytree-title
{
	font-style: italic;
	opacity: 0.75;
}

span.draft-item
{
	font-style: italic;
	opacity: 0.75;
    background-color: #ebebeb;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1060 !important;
}
ul.ui-autocomplete {
	border: thin solid lightgray !important;
	bottom: 0px;
	font-size:0.7em
}

span.form-label-span.editable {
    word-break: break-word;
}

.control-boxsize {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    padding: 2px 7px 2px 2px
}

input[name=ws_processExcel_options] + label {
	padding-right: 20px;
}
input[name=ws_processExcel_options]:disabled + label {
	color: #dddddd;
}
input.combobox {
	/*width: calc(100% - 2.2em) !important;*/
	background-color: white;
}

.qtip-darkred {
	 color: #ffffff;
	 background-color: #ff0000;
	 font-weight: bold;
}

.readonlyInput {
	/*border: none;
	background-color: #fff;
    */
}

.positionLookup {
    position:absolute;
    right: 0;
    top: 0;
    padding: 5px 0px 0px 2px;
}
i.lookupField, img.lookupField {
    margin-left: 2px;
    vertical-align: middle;
}

select[disabled] {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
input[type=password][disabled], input[type=text][disabled], input[type=file][disabled], textarea[disabled], select[disabled] {
	color:	#444444;
    background-color: #E0E0E0;
}

input.form-control[type=text][disabled]{
	opacity: 0.4;
	background-color: transparent;
}

.layout_tree_view .fancytree-title {
	font-weight: bold;
	font-size: 13px;
	color: navy;
	text-decoration: underline;
}

span.layout_tree_view span.fancytree-icon {
	/* background-position: -16px -56px; */
    /* background-image: url(images/icons-sprite.png); */
}

/* sv.css overrides */


.sv-swimlane-name, .sv-text, a.sv-text
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}
td.sv-swimlane-name {
	padding: 5px;
}

/*div.control-body select, div.form-control-wf select,select.form-dropdown
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
}*/
.sv-formlabel, .sv-approvalcommentheader, .ms-descriptiontext
{
	font-family: Helvetica, Arial, sans-serif;
}


.scroll-vertical {
	overflow-y: auto;
	overflow-x: hidden;
}
.scroll-horizontal {
	overflow-x: auto;
	overflow-y: hidden;
}
.scroll-both {
	overflow-y: auto;
	overflow-x: auto;
}
.scrollable-group {
    overflow-y: auto;
    overflow-x: hidden;
}

.detailsRow table {
	width: 100%
}

.rdLabel, .rdField {
	border: 1px solid black;
	padding: 5px;
}

table.scrollable-table {
    display: table;
    width: 100%;
}
table.scrollable-table thead, table.scrollable-table tbody {
    float: left;
    width: 100%;
}
table.scrollable-table tbody {
    overflow-y: auto;
    overflow-x: hidden;
    /*height: 200px;*/
}
table.scrollable-table tr {
    width: 100%;
    display: table;
    text-align: left;
}

/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {
    list-style: none;
}

.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 5px;
    margin: 0;
}

.simple-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.simple-pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

/*------------------------------------*\
	Pagination Light Theme Styles
\*------------------------------------*/

.pagination-rows {
    padding: 3px 0px 3px 0px !important;
    color: #666;
    font-size:14px;
    line-height:24px;
    font-weight: normal;
    text-align: center;
    border: 0px;
    min-width: 14px;
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.light-theme a, .light-theme span {
    float: left;
    color: #666;
    font-size:14px;
    line-height:24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.light-theme a:hover {
    text-decoration: none;
    background: #FCFCFC;
}

.light-theme .current {
    background: #666;
    color: #FFF;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: default;
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}

.pagination-holder {
    text-align: center;
}
.pagination-holder ul {
    display: inline-block;
}

.excelpreview table {
    border-collapse: collapse;
    width: 100%;
}

.excelpreview td {
    border: 1px solid;
}

.excelDlgRow {
    padding: 5px;
}

#ws_validationResults .validationResultsContent {
    overflow: auto;
    max-height: 400px;
}
#ws_validationResults table {
    border: 1px solid;
    border-spacing: 0px;
}

#ws_validationResults th {
    padding: 5px;
}

#ws_validationResults td {
    padding: 2px;
}

#ws_validationResults .validationResultsHeader {
    text-align: center;
    background-color: lightgrey;
}
#ws_validationResults .validationResultsLink {
    color: #2375a3;
    cursor: pointer;
}

#ws_processExcelSheetRangeStart, #ws_processExcelSheetRangeEnd {
    width: 75px;
    margin-left: 10px;
    margin-right: 10px;
}

.ui-dialog-zindex
{
	z-index: 101 !important;
}


.text-danger {
	font-size: 13px;
	float:left
}


.form-checkbox-label .form-radio-item:label {
	display: inline
}

#winform-action-section button{
	margin-bottom:1em
}

i.lookupField{
    vertical-align: top !important;
}

.attachment-parent>table{
	border:none
}

div[aria-describedby="newSolutionWiz"] .ui-dialog-buttonset
{
float: inherit !important
}

div[aria-describedby="newSolutionWiz"] .ui-dialog-titlebar
{
margin-bottom: 0px; !important
}

#phantom_Finish{
float:right
}

@media print {
	body,
	html
	{
		overflow: visible !important;
		position: static !important;
		height: 100% !important;
	}
	
	#form-top-actions, #form-top-actions * {
		display: none !important;
	} 

	#form-table-descriptiontext, #form-table-descriptiontext * {
		display: none !important;
	}
	
	img{
		page-break-inside: avoid !important;
		display:inline;
	}
	.c-small-res-scroller,
	.form-scroll,
	.main-content {
		padding: 0px !important;
		overflow: visible !important;
	}
	img{
		overflow-x: visible !important;
		overflow-y: visible !important;
	}
	
}

.page-link
{
	cursor: pointer;
}

.page-loader-form{
	top: 3em !important;
	height: calc(100vh - 3em) !important;
  }

.form-scroll
{
	overflow-y:visible !important;
}

/* Following changes are done for making Composer and Form look same as Angular controls. */
#currentWFnode.form-control, #currentForm, .ui-widget input[type="text"],.ui-widget input[type="number"], .ui-widget select,
 .ui-widget textarea,#ws-form .form-textbox, .form-password, #ws-form .form-table-textbox, #ws-form select,
  #ws-form textarea,#ws-form .form-datepicker, .form-textbox, .form-table-textbox,
   #SVForm_span select, #SVForm_span textarea, #SVForm_span .form-datepicker, input.custom-combobox-input, .pgInputDrop, .pgInputNum {
	border: 0;
	border-bottom: 1px solid #e0e0e0;
	border-radius: 0;
	padding: 0;	
	min-height: calc(1.5rem + 2px);
}

#currentWFnode.form-control:focus, #currentForm:focus, .ui-widget input:focus, .ui-widget select:focus,
 .ui-widget textarea:focus, #SVForm_span .form-textbox:focus,.form-password:focus,
 #SVForm_span .form-table-textbox:focus, #SVForm_span select:focus, #ws-form .form-textbox:focus,
  #ws-form .form-table-textbox:focus, #ws-form select:focus, #SVForm_span .form-datepicker:focus,
  #ws-form .form-datepicker, input.custom-combobox-input:focus, .pgInputDrop:focus, .pgInputNum:focus {
	border-bottom-color: #24BEC7 !important;
	outline: none;
}

.form-textarea:focus
{
	border: 0;
	border-radius: 0;
	border-bottom-color: #24BEC7 !important;
	outline: none;
}

.custom-combobox{
	border: 0;
}

.ui-widget .custom-combobox input, .custom-combobox input{
	margin-bottom: 0 !important;
}

.form-label, .form-choice-label, .sv-text,.sv-formlabel{
	line-height: 22px;
	font-size: 13px;
	font-weight: 400;
	color: #979797;
	margin: 0;
  }
  
  .form-header-label{
	font-size: 18px;
	font-weight: normal;
	color: #3c3c3c;
	padding:5px 10px;
	padding-bottom: 0.5rem;
	padding-top:0.5rem
  }

  .form-radio-input,.form-choice-label,.control-boxsize .form-checkbox, .control-boxsize .form-checkbox-label{
	  vertical-align: middle;
  }

  .form-checkbox-label label
  {
	  margin-bottom: 0em;
  }

  .custom-combobox-toggle
  {
	  border:0;
	  background: transparent;
	  width:0.3em !important;
	  right:1em
  }

  .text-danger {
	font-size: 13px;
	float:left
}

 .ui-widget input[type="text"][disabled],.ui-widget input[type="number"][disabled], .ui-widget select[disabled],
 .ui-widget textarea[disabled],#ws-form .form-textbox[disabled], .form-password[disabled], #ws-form .form-table-textbox[disabled], #ws-form select[disabled],
  #ws-form textarea[disabled],#ws-form .form-datepicker[disabled], #SVForm_span .form-datepicker[disabled], #SVForm_span .form-textbox[disabled], #SVForm_span .form-table-textbox[disabled],
   #SVForm_span select[disabled], #SVForm_span textarea[disabled], input.custom-combobox-input[disabled], .pgInputDrop[disabled], .pgInputNum[disabled] {
	background-color: #E0E0E0;
}

.form-top-actions-svg-container
{
padding-top:0.5em
}

#form-top-actions svg
{
	margin-right:1em;
	float:right;
	cursor:pointer
}

.extra-space
{
margin-right: 1em;
}

div[aria-describedby='confirmYN'], div[aria-describedby='WS_loginDialog']
{
 background-color: #fff;
 height: auto;
 width: 33% !important;
 top: 33% !important;
 left: 33% !important;
}

div[aria-describedby='ws_processExcelDialog']
{
 background-color: #fff;
 height: auto;
 top: 15%;
}
#ws_processExcelDialog, #ws_loadExcelDialog
{
 font-family: "Franklin Gothic Book", "Helvetica Neue",Helvetica, Arial, sans-serif;
 font-size: 0.8em;
}

div[aria-describedby='confirmYN'] .ui-widget-header, div[aria-describedby='ws_loadExcelDialog'] .ui-widget-header, div[aria-describedby='ws_processExcelDialog'] .ui-widget-header, div[aria-describedby='WS_loginDialog'] .ui-widget-header
{
 background: transparent;
 border:0
}

div[aria-describedby='confirmYN'] .messageBox, div[aria-describedby='ws_loadExcelDialog'] .messageBox, div[aria-describedby='ws_processExcelDialog'] .messageBox, div[aria-describedby='WS_loginDialog'] .messageBox
{
 text-align:center
}

div[aria-describedby='confirmYN'] .ui-dialog-buttonpane,div[aria-describedby='ws_loadExcelDialog'] .ui-dialog-buttonpane, div[aria-describedby='ws_processExcelDialog'] .ui-dialog-buttonpane, div[aria-describedby='WS_loginDialog'] .ui-dialog-buttonpane
{
 border-width:0
}

div[aria-describedby='confirmYN'] .ui-dialog-titlebar button, div[aria-describedby='ws_loadExcelDialog'] .ui-dialog-titlebar button, div[aria-describedby='ws_processExcelDialog'] .ui-dialog-titlebar button, div[aria-describedby='WS_loginDialog'] .ui-dialog-titlebar button
{
 background:transparent;
 border:0
}

.new-header{
	text-align: center;
}

div[aria-describedby='confirmYN'] .mrk-def-modal, div[aria-describedby='ws_loadExcelDialog'] .mrk-def-modal, div[aria-describedby='ws_processExcelDialog'] .mrk-def-modal, div[aria-describedby='WS_loginDialog'] .mrk-def-modal
{
 max-width: 100%;
}

div[aria-describedby='confirmYN'] .ui-dialog-buttonset, div[aria-describedby='ws_loadExcelDialog'] .ui-dialog-buttonset, div[aria-describedby='ws_processExcelDialog'] .ui-dialog-buttonset, div[aria-describedby='WS_loginDialog'] .ui-dialog-buttonset
{
	float:initial !important;
	text-align:center
}

div[aria-describedby='confirmYN'] .ui-dialog-buttonset>button, div[aria-describedby='ws_loadExcelDialog'] .ui-dialog-buttonset>button, div[aria-describedby='ws_processExcelDialog'] .ui-dialog-buttonset>button, div[aria-describedby='WS_loginDialog'] .ui-dialog-buttonset>button
{
	padding:0.17em;
	padding-left:0.7em;
	padding-right:0.7em
}

div[aria-describedby='confirmYN'] .btn-secondary, div[aria-describedby='ws_loadExcelDialog'] .btn-secondary, div[aria-describedby='ws_processExcelDialog'] .btn-secondary, div[aria-describedby='WS_loginDialog'] .btn-secondary

{
	background:transparent
}

.sv-attachment-row input[type=file]
{
	color:transparent;
}

#SVForm_span a.sv-existingfile{cursor:pointer; color: #2375a3; font-size: small}
#SVForm_span a.sv-existingfile:hover {
  cursor:pointer;
  text-decoration: underline 
}

div[aria-describedby=formUrlDialog] .ui-widget-header
{
border:none !important;
background: transparent !important
}
/*Changes ending for composer and form looking like angular*/

body.mobile div[aria-describedby=formUrlDialog] .ui-dialog-title
{
font-size:0.9em
}

#urlHolder{word-break:break-all;height:80%;width:100%;white-space:pre-wrap}

body.mobile #urlHolder{font-size:0.8em; font-weight:600}

div[type=control_wsprocess] span{word-break: break-word !important;}
td div[type="table_selectable_textbox"] label{
	min-height: 34px !important;
}

.mobile .form-repeating-table td:nth-of-type(1) .form-table-control input, 
.mobile .form-repeating-table td:nth-of-type(1) .form-table-control select, 
.mobile #SVForm_span td:nth-of-type(1) .form-table-control select {
    padding-left: 25px;
}

.mobile .form-repeating-table td::before {
    font-size: 13px;
	color: #979797;
}
.restApiActionButton
{
	text-transform: none;
	margin-right:10px !important;
	margin-bottom: 2px !important;
	padding: 2px 5px 2px 5px !important;
	float: right;
}

.address-autocomplete {
	position: relative;
	display: inline-block;
	width: 100%;
}

.address-autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
	font-size: 14px;
}

.address-autocomplete-items div {
	padding: 4px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
	padding-left: 9px;
}

.address-autocomplete-items div:hover {
	color: #5B1CB5;
	background: #F2F2F2;
	border-radius: 6px;
}

.address-autocomplete-active {
	background: #F2F2F2 !important;
	color: #5B1CB5;
}
.predictedValue {
	background-color: #ffffff;
}
.probableValue {
	background-color: #ffffff;
}
.noPredictedValue {
	background-color: #ffffff;
}
.autoDefaultValue {
	background-color: #ffffff;
}

app-email-template-add kendo-editor.k-editor kendo-dialog.k-dialog-wrapper .k-dialog-content kendo-textbox input[type=text][disabled] { 
	background: transparent; 
} 

app-email-template-add kendo-editor.k-editor kendo-dialog.k-dialog-wrapper .k-dialog-content kendo-textbox.k-textbox {
    background-color: #E0E0E0;
}
app-email-template-add kendo-editor.k-editor kendo-dialog.k-dialog-wrapper .k-dialog-title {
    color: #fff;
}

.side-nav-collapse {
overflow: hidden !important;
}
