.loading{
   background-image: url( "../img/ajax-loader.gif");
   background-position: 50% 80%;
   background-repeat: no-repeat;
   width:10px;
}
.inside label {
   line-height: 1.3;
   font-weight: 600;
   color: #23282d;
   font-size: 14px;
   margin-right: 10px;
}
.gf-gs-card {
   margin-bottom: 2px;
   background: #fff;
   border: 1px solid #DFDFDF;
   border-radius: 5px;
   padding: 1.7em 2em 2em;
   margin-top: 20px;
   width:50%;
}
a.order-val {
    color: #51ac56;
    font-size: 16px;
    font-weight: 700;
}
.card-gs{
  padding: 20px;
}
.help-link {
   margin-left:5px;
}
#gs-code {
   width: 17em;
}
.gs-alert {
   color: #0085ba;
   font-weight: 500;
}
.cf-gs-valid-message {
   font-weight: bold;
   color: green;
}
.debug-view,
debug-clear {
   text-decoration: none;
   font-size: 14px;
   font-weight: bold;
}
.cf-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;

}
.cf-gs-name:hover {
   color: #00a0d2;
}
.cf-gs-name:hover span {
   display:inline-block;
   width: 300px;
   margin-top: 20px;
   z-index: 1001;
}
.hover-data { 
   padding: 5px;
   background:  #333;
   background: rgba(0,0,0,.8);
   color: #fff;
}
.caldera-forms-gs-fields {
   position: relative;
   min-width: 255px;
   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;
   
}
.caldera-forms-gs-fields p{
   margin: 2em 0 !important;
}
.caldera-forms-panel-content-title h3 {
    margin: 2em 5px;
}

.gs-second-block, .gs-third-block {
   margin-top: 10px;
   padding-bottom: 10px;
}
.caldera-forms-gs-fields label {
   margin: 0 25px 0 25px;
   float: left;
   width: 20%;
   font-size: 14px;
}

.caldera-forms-gs-fields span {
   margin: 20px 0 20px 10px;
}
.gs-parts{
   display: flex;
}
.gs-stars {
   margin: 15px auto;
   width: 150px;
   height: 30px;
   background: url(../img/stars.svg);
   animation: cfgs-stars 4.5s steps(1, end) infinite;
   -webkit-animation: cfgs-stars 4.5s steps(1, end) infinite;
   -moz-animation: cfgs-stars 4.5s steps(1, end) infinite;
   -o-animation: cfgs-stars 4.5s steps(1, end) infinite;
}

.gs-sidebar-block, .gs-support {
   margin-bottom: 2px;
   background: #fff;
   border: 1px solid #DFDFDF;
   border-radius: 5px;
   padding: 1.7em 2em 1em;
   margin-left: 20px;
   margin-top: 20px;
   width:50%;
}
.gs-sidebar-block h3 {
   display: inline-block;
   margin: 0;
}
.gs-sidebar-block p {
   font-size: inherit;
   line-height: inherit;
   font-weight:600;
}
.gs-sidebar-block h2.title {
   text-align: center;
}
.gs-review-button {
   display: block !important;
   text-align: center;
}
.gs-banner-img {
   height: 300px;
   width: 100%;
   margin-top: 20px;
   margin-left: -4px;
}
.gs-fields span {
    margin: 20px 0 20px 10px;
    font-weight: 700;
    color: #4AA94F;
    font-size: 15px;
}
.gs-fields label {
    margin: 0 10px 0 10px;
    float: left;
    width: 22%;
    font-size: 14px;
    font-weight: 600;
}
li#google_sheets-tab {
   border-top: 2px solid green !important;
}

.support{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-left: 4px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    margin-top: 20px;
    max-width: 100%;
    min-width: 255px;
    padding: 0.7em 1em 1em;
    position: relative;
    display: flex;
}

.col{
webkit-align-self: flex-start;
    align-self: flex-start;
    min-width: 32%;
    max-width: 31%;
	float: left;
    width: 25%;
    height: 250px;
	padding:5px;
}

.support span.dashicons {
    margin-right: 10px;
}

.wrap-main {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-left: 4px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    margin-top: 20px;
    max-width: 100%;
    min-width: 500px;
    padding: 0.7em 2em 1em;
    position: relative;
}
.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: 12px;
    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;
}
.column {
    webkit-align-self: flex-start;
    align-self: flex-start;
    min-width: 46%;
    float: left;
    width: 25%;
    padding: 10px;
}
.video_link a{
   text-decoration: none;
   color:#000;
   font-size: 20px;
}
.doc_wrap{
   margin-top: 40px;
}

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

.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;
}

.active, .collapsible:hover {
  background-color: #4AA94F;
}
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;
}
.card-info{
   margin-top:30px;
}

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

#caldera-gs-system-info{
	 width: 800px;
    height: 400px;
}

.content ul {
    padding: 10px 20px;
	list-style-type: square;
}


.special input[type="checkbox"], input[type="radio"] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px !important;
    min-width: 16px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.1 );
    transition: .05s border-color ease-in-out;
}

input.name-field {
    width: 120px;
}

input:disabled {
    background-color: rgb(235, 235, 228);
}

.cd-faq-items .pro {
    color: #ff4747;
}

.gs-demo-fields span {
    margin: 20px 0 20px 10px;
    font-size: 15px;
}

.gs-second-block h2 span.gs-info, .gs-third-block h2 span.gs-info, span.gs-info {
    font-size: 14px;
    font-style: italic;
	color:#333;
	font-weight: 400;
}

table.gs-field-list {
    margin-left: 30px;
}
table.gs-field-list.special {
    margin: 0px;
}
td.gs-r-pad {
    padding-right: 10px;
}

.gs-third-block .gs-field-list td:nth-child(2), .gs-third-block .gs-field-list td:nth-child(5), .gs-second-block .gs-field-list td:nth-child(2){
    font-weight: 600;
}

input[type="checkbox"] {
    background-color: rgb(235, 235, 228) !important;
}

.button_calderagsc{
    float: right;
    display: inline;
}
.connected-account-caldera{
    font-size: 14px;
    font-weight: 600;
    margin-top: -15px;
    border: 1px solid #d7cece;
    padding: 5px;
}