.loading{
   background-image: url( "../image/ajax-loader.gif");
   background-position: 50% 80%;
   background-repeat: no-repeat;
   width:10px;
}
.googlesheet-fields label{
   float: left;
   width: 15%;
   font-size: 14px;
   font-weight: 600;
}

.gform_panel.gform_panel_form_settings h2 span{

   font-size: 24px;
}
.debug-view {
   text-decoration: none;
   font-size: 14px;
   font-weight: bold;
}

.gform_panel.gform_panel_form_settings{
   padding-top: 20px;
}
.tooltip {
   position: relative;
   display: inline-block;
}

.tooltip .tooltiptext {
   visibility: hidden;
   width: 180px;
   background-color: #464646;
   color: #fff;
   text-align: center;
   border-radius: 6px;
   padding: 7px 7px;
   position: absolute;
   z-index: 1;
}
span.tooltiptext.tooltip-right {
   font-size: 14px;
   font-weight: 500;
}
.tooltip-right {
   top: -58px;
   left: 119%;
}
.tooltip-right::after {
   content: "";
   position: absolute;
   top: 50%;
   right: 100%;
   margin-top: -5px;
   border-width: 5px;
   border-style: solid;
   border-color: transparent #555 transparent transparent;
}
.tooltip:hover .tooltiptext {
   visibility: visible;
   opacity: 1;
}
.help-icon {
   width: 18px;
   vertical-align: middle;
}
span.tooltiptext.tooltip-right-msg {
   font-size: 14px;
   font-weight: 500;
}
.tooltip-right-msg {
   top: -86px;
   left: 61%;
}
.tooltip-right-msg::after {
   content: "";
   position: absolute;
   top: 50%;
   right: 100%;
   margin-top: -5px;
   border-width: 5px;
   border-style: solid;
   border-color: transparent #555 transparent transparent;
}
.gs-alert-msg{
   color: #0085ba;
   font-weight: 500;
}
.gs-valid-message {
   font-weight: bold;
   color: green;
}
.gform_tab_container{
   width: 680px;
}
.gform_tab_content .title{
   float: left;
   max-width: none;
   font-weight: 700;
   color: #4AA94F;
   font-size: 15px;
}
.gsheet-valid-message{
   font-weight: bold;
   color: green;
}

.inside-tab label {
   line-height: 1.3;
   font-weight: 600;
   color: #23282d;
   font-size: 14px;
   margin-right: 20px;
}
input#gfgs-code{
   width:18em !important;
   max-width: 312px !important;
}
input:disabled {
   background-color: rgb(235, 235, 228);
}

.gs-name span {
   display:none;
   position: absolute;
   border-radius: 5px 5px; 
   left: 350px;
   -moz-border-radius: 5px; 
   -webkit-border-radius: 5px;
   font-family: Calibri, Tahoma, Geneva, sans-serif;
   margin-left: 0;
   z-index: 999;

}
.gs-name:hover {
   color: #00a0d2;
}
.gs-name:hover span {
   display:inline-block;
   width: 300px;
   margin-top: 30px;
   z-index: 1001;
}
.hover-data {
   padding: 5px;
   background: rgba(0,0,0,.8);
   color: #fff;

}
.gfgsheet-fields{
   position: relative;
   min-width: 447px;
   border: 1px solid #e5e5e5;
   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
   box-shadow: 0 1px 1px rgba(0,0,0,0.04);
   background: #fff;
}
.gfgsheet-fields label {
   margin: 0 10px 0 10px;
   float: left;
   width: 125px;
   font-size: 14px;

}
.gfgsheet-fields input[type="text"]{
   width: 50%;
}
.form-table td p {
   margin-top: 24px;
   margin-bottom: 12px;
}
.column {
   webkit-align-self: flex-start;
   align-self: flex-start;
   min-width: 46%;
   float: left;
   width: 25%;
   height: 250px;
   padding: 10px;
}
.video_link a{
   text-decoration: none;
   color:#000;
   font-size: 20px;
}
.doc_wrap{
   margin-top: 40px;
}
.card {
   position: relative;
   margin-top: 20px;
   padding: 0.7em 2em 1em;
   width: 58%;
   border: 1px solid #e5e5e5;
   box-shadow: 0 1px 1px rgba(0,0,0,0.04);
   background: #fff;
   height: 50%;
   min-width: 645px;
}
#gravityforms-gs-system-info{
   width: 800px;
   height: 400px;
}
input#feedName{
   max-width: 179px !important;
}

/***** faq tab style ****/

div.faq-content .collapsible {
   background-color: #4AA94F;
   color: white;
   cursor: pointer;
   padding: 18px;
   width: 100%;
   border: 1px solid #9a9a9a;
   text-align: left;
   outline: none;
   font-size: 16px;
   font-weight:500;
}
button.collapsible:after {
   content: '\002B';
   color: white;
   font-weight: bold;
   float: right;
   margin-left: 5px;
}
button.collapsible.active:after {
   content: "\2212";
}
.content {
   padding: 0 18px;
   display: none;
   overflow: hidden;
   background-color: #f1f1f1;
}

.tab-full {
   margin: 20px;
}
.faq-content{
   padding-top: 20px !important;
}