/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

body {
    font-size: 16px;
    line-height: 15px;
}
.popover{
    max-width:600px;
	position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:0px;
    font-size:16px;
}
 
.popover-inner{
    width:350px;
    height:auto;
    padding:2px 2px;
	padding-top:5px;
    color:black;
    text-align:center;
    font-weight:500;
    border-radius: 1px;
    border: 1px solid #314A5B;
    background-color:white;
}
 
.popover-arrow{
    position:absolute;
    width:0;
    height:0
}
.btn-group-lg>.btn, .btn-lg {
    border-radius: 0.3rem;
    font-size: 1rem;
    padding: .1rem .1rem;
}
.fruity .btn-danger:hover, .fruity .btn-info:hover, .fruity .btn-success:hover, .fruity .btn-warning:hover {
    color: #000000;
}
.fruity .btn-danger {
    border: 1px solid #FF0000;
    color: #FF0000;
}
.btn:focus, .btn:hover {
    color: #831919;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.popover-header {
    background-color: #C63663;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    font-size: 1rem;
	color: #ffffff;
    margin-bottom: 0;
    padding: .5rem 1rem;
}
.ls-answers {
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: -6px;
}
.fruity .text-info, .fruity .text-primary, .fruity .text-success {
    color: #C63663 !important;
}



/* color of text in text boxes */
.fruity textarea.form-control,
.fruity input[type="text"] {
  color:#C63663;
}
 
/* color of asterisk 
.asterisk .text-danger {
  color: green;
}
 
/* color of help text */
.fruity .text-info {
  color: #C63663;
}
/* colors of active radio-buttons, checkboxes */
    .radio-item label::before {
        border-color: #314A5B;
    }
 
    .radio-item input[type="radio"]:checked + label::before {
        border-color: #C63663;
    }
 
    .radio-item input[type="radio"]:checked + label::after {
        background: #C63663;
    }
 
    .checkbox-item label::before {
        border-color: #314A5B;
    }
 
    .checkbox-item input[type="checkbox"]:checked + label::before {
        border-color: #C63663;
    }
 
    .checkbox-item input[type="checkbox"]:checked + label::after {
        background: #C63663;
    }

.fruity .btn-primary, .fruity .btn-primary.disabled, .fruity .btn-primary.disabled.active, .fruity .btn-primary.disabled:active, .fruity .btn-primary.disabled:focus, .fruity .btn-primary.disabled:hover {
    background-color: #C63663;
    border: 1px solid #C63663;
}

.fruity .progress-bar {
    background-color: #C63663;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    color: #fff;
}    

#turnkey-credit  { 
    display: none !important;
}


