File: /home/d5123/myboofola_com/wp-content/plugins/codistoconnect/styles.css
.codisto.mobile #wpbody
{
left: 0px !important;
}
.codisto #wpbody
{
position: fixed !important;
left: 160px !important;
right: 0px;
bottom: 0px;
top: 32px;
}
@media (max-width: 960px) {
.codisto #wpbody
{
left: 36px !important;
}
}
@media (max-width: 782px) {
.codisto #wpbody
{
left: 0px !important;
}
}
.codisto .folded #wpbody
{
left: 36px !important;
}
.codisto #wpbody-content
{
padding: 0px; height: 100%;
}
.codisto #wpfooter
{
display: none !important;
}
#codisto-container
{
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 10000;
width: 100%;
height: 100%;
}
#codisto-container IFRAME
{
position: static !important;
top: inherit !important;
left: inherit !important;
right: inherit !important;
bottom: inherit !important;
width: 100% !important;
height: 100% !important;
border-bottom: 1px solid #000;
margin: 0px !important;
padding: 0px !important;
margin-top: -1px !important;
}
#create-account-modal
{
position: absolute;
z-index: 2;
background-color: transparent;
top: 30px;
/* bottom: 30px; */
width: 600px;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
/* border: 1px solid #000; */
font-family: Roboto;
}
#create-account-modal H1
{
margin: 0px;
background-color: rgba(255,255,255,0.9);
padding: 6px;
padding-top: 34px;
padding-bottom: 10px;
height: 36px;
padding-left: 15px;
font-weight: 500;
border-bottom: 1px solid #e5e5e5;
}
#create-account-modal .option
{
border: 1px solid #ccc;
margin-top: 1px;
margin-bottom: 1px;
cursor: pointer;
padding: 22px;
width: 80%;
margin-left: auto;
margin-right: auto;
}
#create-account-modal .option INPUT[type=radio]
{
vertical-align: top;
margin-top: 3px;
}
#create-account-modal .option.active
{
border: 2px solid #009;
margin-top: 0px;
margin-bottom: 0px;
}
#create-account-modal FORM
{
background-color: #fff;
padding-bottom: 20px;
}
#create-account-modal .or
{
padding: 20px;
text-align: center;
}
#create-account-modal input[type=tel],
#create-account-modal input[type=email],
#create-account-modal input[type=text]
{
margin-bottom: 15px;
border-radius:3px;
padding:4px;
}
#create-account-modal .next
{
padding-bottom: 2px;
}
#create-account-modal i.material-icons {
vertical-align: middle;
margin-top: -2px;
}
#create-account-modal .next .button
{
width: 105px;
font-size: 15px;
}
#create-account-modal .select-html-wrapper {
display: inline-block;
}
#create-account-modal select.country-code-chooser {
width: 309px;
border-radius: 3px;
}
#create-account-modal .body
{
padding: 20px;
background: #fff;
}
#create-account-modal .footer
{
padding: 20px;
background-color: rgba(255,255,255,0.9);
border-top: 1px solid #e5e5e5;
}
#create-account-modal .footer UL
{
list-style-type: circle; margin-left: 40px;
}
#dummy-data-overlay
{
position: absolute;
z-index: 1;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
background-color: rgba(0,0,0,0.85);
}
#dummy-data
{
position: absolute; z-index: 0; top: 0px; left: 0px; bottom: 0px; right: 0px; width:100%; height:100%
}
#create-account-modal .error-message {
color:#b10000;
display:none;
}
.codisto-templates UL.file-list LI:last-child
{
border-top: 1px solid #ddd;
padding-top: 12px;
}
.codisto-templates .button .dashicons
{
vertical-align: middle;
font-size: 125%;
}
.help-text {
margin-top: -10px;
margin-bottom: 4px;
margin-left: 5%;
color: #f01657;
}