/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 24, 2018, 10:40:26 AM
    Author     : fernando
*/
/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
.cmbbm {
    clear: both;
    width: 100%;
}

.cmbbm-title {
    margin-bottom: 30px;
    line-height: 35px;
}

.cmbbm select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 5 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-right: 10px;
  padding: 5px 10px;
  cursor: pointer;
}

.cmbbm .cmbbm-search-for-influencers {
    clear: both;
    width: 100%;
    padding: 10px 0px;  
    margin-bottom: 10px;
}

/* Section */
.cmbbm .cmbbm-section {
    margin: 10px 0px;
}

/* Rows / Columns */
.cmbbm .cmbbm-section .cmbbm-row {
    clear: both;
    width: 100%;
    min-height: 10px;
}

.cmbbm .cmbbm-section .cmbbm-column {
    float: left; 
}

.cmbbm .cmbbm-section .cmbbm-column  p {
    padding-bottom: 5px;
}

.cmbbm .cmbbm-section .cmbbm-column-1-2 {
    width: 45%;
    margin-bottom: 20px;
    margin-left: 1.5%; 
    margin-right: 1.5%;
}

.cmbbm .cmbbm-section .cmbbm-column-2-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 1.5%; 
    margin-right: 1.5%;
}

/* Socials */
.cmbbm .cmbbm-social {
    border: 3px solid #1b75bb;
    padding: 15px 10px;
}

.cmbbm .cmbbm-social li {
    margin-bottom: 20px;
    list-style: none;
}

.cmbbm .cmbbm-social li:last-of-type {
    margin-bottom: 0px;
}

.cmbbm .cmbbm-social li label {
    display: inline-block;
    width: 90%;
}

.cmbbm .cmbbm-social li label i {
    font-size: 22px;
}

.cmbbm .cmbbm-field {
    margin-bottom: 20px;
}

/* Sex */
.cmbbm .cmbbm-sex {
    
}

.cmbbm .cmbbm-sex .cmbbm-checkbox {
    margin-right: 20px;
}

/* Checkbox */
.cmbbm .cmbbm-checkbox {
    cursor: pointer;
}

.cmbbm .cmbbm-checkbox input[type=checkbox] {
    display: none;
}

.cmbbm .cmbbm-checkbox span {
    display: inline-block;
    border: 3px solid #1b75bb;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    text-align: center;
    margin-right: 10px;
}

.cmbbm .cmbbm-checkbox span i {
    position: relative;
    top: 2px;
    color: #1b75bb;
    font-size: 18px;
    visibility: hidden;
}

.cmbbm .cmbbm-checkbox input[type=checkbox]:checked+span i {
    visibility: visible;
}

/* Categoria */
.cmbbm div.cmbbm-category, 
.cmbbm div.cmbbm-size {
    display: flex;
    border: 3px solid #1b75bb;
    border-radius: 3px;
}

.cmbbm div.cmbbm-category select.category,
.cmbbm div.cmbbm-size select.size {
    height: 38px;
    flex: 1;
    padding: 5px;
    border-radius: 0px;
    border: 1px solid #ccc;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border: 0px;
}

.cmbbm .cmbbm-btn {
    height: 44px;
    padding: 10px 20px  ;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #69c62b;
    border-left: 0px;
    background: #69c62b;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    opacity: 0.90;
}

.cmbbm .cmbbm-btn-send-budget-message {
    margin-left: 10px;
    border: 1px solid #003d66;
    background: #003d66;
}

.cmbbm .cmbbm-btn:disabled {
    opacity: 0.45;
}

.cmbbm .cmbbm-btn:hover:disabled {
    opacity: 0.45;
}

.cmbbm .cmbbm-btn:hover {
    opacity: 1.0;
}

/* Send Message */
.cmbbm .section-send-budget-message {
    display: none;
    background: #f9f9f9;
    padding: 20px;
    border: 3px solid #ccc;
}

.cmbbm .section-send-budget-message h3 {
    margin-bottom: 20px;
}

.cmbbm .section-send-budget-message h3 span.close {
    float: right;
    cursor: pointer;
}

.cmbbm .section-send-budget-message-content {
    display: flex;
    flex-direction: row;
}

.cmbbm .section-send-budget-message-content input[type=text],
.cmbbm .section-send-budget-message-content input[type=email] {
    height: 44px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 10px;
    margin-bottom: 10px;
}

.cmbbm .section-send-budget-message-content input[type=text].error,
.cmbbm .section-send-budget-message-content input[type=email].error {
    border-color: #e21c3d;
}

.cmbbm .section-send-budget-message-content input[name=cmbbm-message-name]{
    flex: 1;
}

.cmbbm .section-send-budget-message-content input[name=cmbbm-message-email]{
    flex: 1;
    margin-left: 15px;
}

.cmbbm .section-send-budget-message-content input[name=cmbbm-message-cellular]{
    flex: 1;
    margin-left: 15px;
}

/* Result */
.cmbbm .cmbbm-result-title {
    line-height: 30px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-bottom: 0px;
    padding: 10px;
}

.cmbbm .cmbbm-result {
    background: #f9f9f9;
    padding: 10px;
    margin: 0px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.cmbbm .cmbbm-result li {
    list-style: none;
    padding: 5px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.cmbbm .cmbbm-result li:last-of-type {
    border: 0px;
}

.cmbbm .cmbbm-result .badge {
    padding: 2px 5px;
    background: #69c62b;
    border-radius: 10px;
    margin-left: 10px;
    color: #fff;
    font-size: 10px !important;
}

/* Alert */
.cmbbm #cmbbm-section-send-budget-message .alert {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 3px;
}

.cmbbm #cmbbm-section-send-budget-message .alert.error {
    background: #f9dede;
    border-left: 5px solid #e21c3d;
}

.cmbbm #cmbbm-section-send-budget-message .alert.success {
    background: #e7f4e4;
    border-left: 5px solid #41a05d;
}


.cmbbm .cmbbm-center {
    text-align: center;
}

.cmbbm-clear {
    clear: both;
}

.cmbbm-mt-1 {
    margin-top: 10px;
}

.cmbbm-mt-2 {
    margin-top: 20px;
}

.cmbbm-mt-3 {
    margin-top: 30px;
}

.cmbbm-mt-4 {
    margin-top: 40px;
}

.cmbbm-mt-5 {
    margin-top: 50px;
}

.cmbbm-mb-1 {
    margin-bottom: 10px;
}

.cmbbm-mb-2 {
    margin-bottom: 20px;
}

.cmbbm-mb-3 {
    margin-bottom: 30px;
}

.cmbbm-mb-4 {
    margin-bottom: 40px;
}

.cmbbm-mb-5 {
    margin-bottom: 50px;
}

.cmbbm-none {
    display: none;
}

.cmbbm-hidden {
    visibility: hidden;
}

@media only screen and (max-width: 940px) {
    .cmbbm .cmbbm-section .cmbbm-column-1-2 {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .cmbbm .cmbbm-section .cmbbm-column-1-2 {
        width: 100%;
    }
    
    .cmbbm .section-send-budget-message h3 {
        font-size: 18px;
    }
    
    .cmbbm .section-send-budget-message-content {
        flex-direction: column;
    }
    
    .cmbbm .section-send-budget-message-content input[name=cmbbm-message-name]{
        flex: 1;
    }

    .cmbbm .section-send-budget-message-content input[name=cmbbm-message-email]{
        flex: 1;
        margin-left: 0;
    }

    .cmbbm .section-send-budget-message-content input[name=cmbbm-message-cellular]{
        flex: 1;
        margin-left: 0;
    }
}