﻿.jcf-input {
    display: inline-block;
}

.jcf-input-xs {
  height: 22px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
  border-radius: 3px;
}

.jcf-col table.jcf-input {
    display:table;
}

.g-recaptcha {
    display: inline-block;
}
.jcf-tab-container,
.jcf-hidden-container {
    clear: both;
}
.form-control .jsDatePicker {
    border: none;
}
.jcf-menu-seperator {
    line-height: 14px;
    height: 25px;
}
.jcf-menu-seperator small {
    font-size: x-small;
    color:#fff; 
    margin-left: 10px;
}
.jcf-menu-seperator hr {
    margin-top: 5px;
}
.jcf-tools {
    margin: 10px 10px 10px 10px;
}

.jcf-glyph-button-container {
    position: relative;    
}

.jcf-glyph-button {
    text-decoration: none;
    margin: 0 5px 0 10px;
    position: absolute;
    top: 10px;
}
.jcf-map-table [id*=tbColumns] td:first-child {
    min-width: 350px;
}
.jcf-map-hint {
    display: block;
    font-style: italic;
    color: gray;
}
.jcf-modal-content .form-control {
    width: 100%;
}

.jcf-tip {
    font-size: smaller;
}
.jcf-form-display .jcf-button-placeholder {
    align-items: flex-start;
    background-attachment: scroll;
    background-clip: border-box;
    background-color:rgb(221, 221, 221);
    background-origin:padding-box;
    background-size:auto;
    box-sizing:border-box;
    color:rgb(51, 51, 51);
    cursor:default;
    display:inline-block;
    font-family:Verdana, Arial, sans-serif;
    font-size:14.08px;
    height:27.6px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    min-width:100px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    text-align:center;
}

.jcf-form-display .ui-sortable .ui-sortable-handle {
    margin-top: 0px;
    margin-bottom: 0px;
}

.jcf-horizontal-tabs li,
.jcf-horizontal-tabs.ui-sortable .ui-sortable-handle,
#itemTabs li,
#formSettingsTabs ul.nav > li {
    margin-bottom: -1px;
    margin-right: 0px;
}

.jcf-tab-container .tab-content .tab-pane {
    padding-top: 20px;
}

.exi-transitional .jcf-form-display,
.exi-transitional .jcf-form-display .row,
.exi-transitional #itemTabs .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px;
    margin-bottom: 5px;
}
.jcf-form-display {
    padding: 10px 10px 10px 10px;
}
.jcf-label-group label {
    display: inline-flex;
}
.jcf-label-group label .jcf-req-indicator {
    min-width: 12px;
    text-align: center;
    align-items: stretch;
}
.jcf-error-panel .alert {
    padding-left: 15px;
}
.jcf-error-panel .alert [data-dismiss] {
    right: 0px;
}
.jcf-col {
    min-height: 30px;
}
.jcf-col.jcf-align-left .row, 
.jcf-col.jcf-align-center .row,
.jcf-col.jcf-align-right .row
{
    display: inline;
}
.jcf-col.jcf-align-left {
    text-align: left;
}
.jcf-col.jcf-align-center {
    text-align: center;
}
.jcf-col.jcf-align-right {
    text-align: right;
}
.jcf-item-working {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);;
    z-index: 102;
    text-align: center;
}
.jcf-item-working .fa-spinner {
    color: limegreen;
    position: absolute;
    left: 48%;
    top: 48%;
}

.jcf-item-working-input.fa-spinner {
    color: limegreen;
    position: absolute;
    right: 2px;
    top: 4px;
    display: inline-block;
    width: 15px;
}
.jcf-req-indicator {
    color: red;
}
.jcf-fileupload-message {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
input[type=file].jcf-fileupload {
    display: none;
}
input[type=file].jcf-fileupload.jcf-blueimpupload {
    border: none;
}
@media (min-width: 1282px) {
    .jcf-form-display .table-responsive {
        overflow-x: visible;
    }
}
@media (min-width: 992px) {
    .pt_JenzContainedForm .cssmenu {
        display: block;
    }
}
@media (max-width: 760px) {
    .jcf-label-group {
        margin-bottom: -15px!important;
    }
}
.jcf-grid .jcf-grid-detail {
    display: none;
}
.jcf-grid-controls {
    width: 160px;
}
.jcf-orientation-horizontal li {
    display: inline;
}
.jcf-submission-delete {
    cursor: pointer;
    float: right;
    margin-top: 3px;
    margin-left: 5px;
}
.jcf-submission-progress {
    float: right;
}
.jcf-submission-list {
    list-style-type: none;
    padding: 10px;
}
.modal h4 {
    background: none;
    margin-right: 20px;
}
.jcf-validation-msg {
    display: inline-block;
}
.jcf-help-btn {
    display: inline-block;
    position: absolute;
    right: -4px;
    top: 3px;
    z-index: 1;
}
.jcf-help-btn:hover:after {
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(data-title);
    right: -80%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}
.jcf-help-btn:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}
.jcf-breadcrumbs {
    padding: 0px 5px 5px 5px;
    margin-top: 0px;
}
.jcf-breadcrumbs div {
    display: inline-block;
}

.jcf-checkbox-list li span {
    margin-left: 10px;
}

.jcf-radiobutton-list li span {
    margin-left: 10px;
}

.jcf-form-display .panel-heading {
    background-color: #DEDEDE;
    color: #265B8C;
}
.jcf-form-display .panel-group h4 {
    background: none;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.jcf-row {
    position: relative;
    min-height: 30px;
}

.jcf-label-group {
    margin: 0 0;
    padding: 0 0;
}

div[data-text-pos="top"] .jcf-label-group {
    margin:0;
}

div[data-text-pos="top"] .jcf-label-group label .jcf-label-text p {
    margin:0;
}

.jcf-item-group {
    margin: 0 0;
    padding: 0 0;
}

div[data-text-pos="top"] .jcf-item-group {
    margin-top:0;
}

.jcf-col a {
    text-decoration: none;
    color: black;
}

/********************************
    Admin view-specifc styles
*********************************/

.jcf-edit-form-display {
    position:relative;
}

.jcf-admin-view .jcf-col:not(.jcf-write-protected):hover,
.jcf-hidden-container .jcf-row .jcf-col:not(.jcf-write-protected) {
    outline: lightgray dashed thin;
}

.jcf-fileupload-btn {
    align-items:flex-start;
    background-color:rgb(255, 255, 255);
    background-image:none;
    border-bottom-color:rgb(204, 204, 204);
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    border-bottom-style:solid;
    border-bottom-width:0.666667px;
    border-collapse:collapse;
    border-left-color:rgb(204, 204, 204);
    border-left-style:solid;
    border-left-width:0.666667px;
    border-right-color:rgb(204, 204, 204);
    border-right-style:solid;
    border-right-width:0.666667px;
    border-top-color:rgb(204, 204, 204);
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-top-style:solid;
    border-top-width:0.666667px;
    box-shadow:none;
    box-sizing:border-box;
    color:rgb(51, 51, 51);
    display:inline-block;
    font-weight:normal;
    height:33.3333px;
    letter-spacing:normal;
    line-height:20px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    padding-bottom:6px;
    padding-left:12px;
    padding-right:12px;
    padding-top:6px;
    text-align:center;
    text-indent:0px;
    text-rendering:auto;
    text-shadow:none;
    vertical-align:middle;
    white-space:nowrap;
}

.jcf-fileupload-btn.btn-primary {
    background-color: #265B8C;
    color: #fff;
}

.jcf-fileupload-iframe {
    border: none;
    width: 100%;
    height: 75px;  
}

.jcf-admin-view .jcf-command-div {
    position: absolute;
    background-color: #7DA5C8;
    height: 100%;
    cursor: move;
    z-index: 1;
}

.jcf-list-view .row {
    margin-top: 10px;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
}

.jcf-list-view .jcf-command-div {
    position: absolute;
    left: 0px;
    display: inline-block;
    background-color: #7DA5C8;
    height: 100%;
    cursor: move;
    z-index: 1;
}

.testDSModal ul li label {
    margin-right: 20px;
}

.jcf-list-view .row .jcf-form-link {
    padding-left: 10px;
    margin: 5px 0px 5px 0px;
}
.jcf-list-view .row .jcf-form-link a {
    display: block;
}

.jcf-list-view .row:nth-child(even) {
    background-color: #efefef;
}

.jcf-list-view .jcf-form-actions {
    padding: 10px;  
}

.jcf-list-view .jcf-form-actions a {
    text-decoration: none;    
}

.jcf-admin-view .jcf-tab-container .jcf-col[data-text-pos='left'] .jcf-label-group:hover {
    border-right: thin dashed lightgray;
}

.jcf-admin-view .jcf-tab-container .jcf-col[data-text-pos='right'] .jcf-label-group:hover {
    border-left: thin dashed lightgray;
}

.jcf-context-menu {
    position: absolute;
	min-width: 145px;
	z-index: 99999;
	padding: 0px;
	margin: 0px;
	display: none;
}

.jcf-context-menu ul {
    -webkit-background-clip: padding-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px 0px;
    background-clip: padding-box;
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgba(0, 0, 0, 0.14902);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgba(0, 0, 0, 0.14902);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.14902);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.14902);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px 0px;
    box-sizing: border-box;
    display: block;
    left: 0px;
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 2px;
    min-width: 160px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    width : 172px;
    position: absolute;
}

.jcf-context-menu ul li {
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    display: list-item;
    font-size: 14px;
    min-height: 26px;
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: left;
    width : 170px;
}

.jcf-context-menu ul li:hover {
    background-color : #efefef;
}

.jcf-context-menu ul li a {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    min-height: 26px;
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    text-align: left;
    text-decoration: none solid rgb(51, 51, 51);
    width: 170px;
}
.jcf-event-rule a[href='#'],
#EmailTemplateBuilder a[href='#'] {
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
}

.jcf-item-placeholder {
    height: 100%;
    min-height: 45px;
    line-height: 1.2em;
    display: inline-block;
    position: relative;
    float: left;
    border: #7DA5C8 solid thin;
}

.jcf-row-placeholder {
    height: 100%;
    min-height: 50px;
    width:100%;
    display: block;
    position: relative;
    border: #7DA5C8 solid thin;
    margin-bottom: 5px;
}

.jcf-validation-table {
    width:60%;
    margin:0px auto;
}

#VisibilityRow .panel {
    margin-bottom: 0;
}

#VisibilityRow .panel-body {
    text-align: center;
}

#VisibilityRow .panel-body i {
    margin-left: 15px;
}

.jcf-dynamic-options-panel ul li {
    padding-left: 15px;
}

.jcf-map-table td {
    padding-right: 10px!important;
}

.jcf-form-block {
    margin-top: 20px;
}


.jcf-datepicker .glyphicons {
    position: absolute;
    right: 10px;
    top: 10px;
}

.jcf-datepicker > .col-xs-10:first-child, 
.jcf-datepicker > .col-sm-7:first-child,
.jcf-datepicker > .col-sm-12 {
    padding-left: 0;
}
.jcf-datepicker > .col-xs-10:last-child, 
.jcf-datepicker > .col-sm-5:last-child,
.jcf-datepicker > .col-sm-12 {
    padding-right: 0;
}

.jcf-label-group .control-label {
    font-weight: bold;
}

.jcf-udef-form .nav.jcf-none-tabs {
    display: none;
}

.jcf-udef-form .jcf-numeric-option-col {
    display: none;
}

.exi-transitional .jcf-event-rule [class^=col-xs-],
.exi-transitional .jcf-option-def [class^=col-md-]{
    padding-left: 5px;
    padding-right: 5px;
}

.jcf-rule-start {
    margin-top: 10px;
    border-top: thin solid #efefef;
    padding-top: 10px;
}

#itemTabs .tab-pane, #formSettingsTabs .tab-pane {
    padding-top: 15px;
}

.jcf-none-tabs li a {
    border-style: dashed !important;
    color: #aaa !important;
}

.jcf-label-group .jcf-req-indicator {
    display: inline;
    float: none;
}

.jcf-admin-view .jcf-label-group {
    padding-left: 10px !important;
}