/********************** CHECKBOX / RADIO **********************/
/**************************************************************/
.custom-checkbox-container,
.custom-radio-container {
	display: inline-block;
	margin-right: 50px;
	position: relative;
}
.custom-checkbox-container {
    display: block;
    margin-bottom: 20px;
}
.enlinea {
    display: inline;
    float:left;
    margin-right: auto;
}
.custom-checkbox,
.custom-radio {
	width: 32px;
	height: 33px;
	margin-right: 7px;
	cursor: pointer;
    display: inline-block;
    vertical-align: middle;
	background-repeat: no-repeat;
}
.custom-checkbox {
    width: 24px;
    height: 24px;
    background-image: url("/stw5/fncWebPrescriptores/ecommerce/img/form/checkbox.png");
}
.custom-checkbox.checked {
    background-image: url("/stw5/fncWebPrescriptores/ecommerce/img/form/checkbox-checked.png");
}
.custom-checkbox.disabled,
.custom-radio.disabled {
    background-position: 0 -36px;
    cursor: default;
}
.custom-checkbox.disabled + span,
.custom-radio.disabled + span {
    color: #aaa;
    cursor: default;
}
.custom-checkbox.disabled.checked,
.custom-radio.disabled.checked {
    background-position: 0 -24px;
    cursor: default;
}
.custom-checkbox.disabled.checked + span,
.custom-radio.disabled.checked +span {
    color: #aaa;
    cursor: default;
    display: block;
}
.custom-radio {
    background-image: url("/stw5/fncWebPrescriptores/ecommerce/img/form/radio.png");
}
.custom-radio.checked {
    background-image: url("/stw5/fncWebPrescriptores/ecommerce/img/form/radio-checked.png");
}
.custom-checkbox-label,
.custom-radio-label {
	cursor: pointer;
    font-size: 16px;
    padding-left: 5px;
}
.custom-checkbox-label {
    float: none;
}

/******************** DROPDOWN *********************/
/***************************************************/
/******************** DROPDOWN *********************/
/***************************************************/
.dropdown {
    width: 100%;
    border: 2px solid #dce4e6;
    background-image: url("../img/form/dropdown-arrow.png");
    background-repeat: no-repeat;
    background-position: 97% center;
    position: relative;
}
.dropdown.disabled {
    background-color: #eee;
    color: #aaa;
}
.dropdown a {
    display: block;
    cursor: pointer;
    padding: 13px 12px;
    height: 46px;
    color: #4C5557 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
}

.dropdown a:hover,
.dropdown a:focus {
    text-decoration: none;
}

.dropdown .no-options {
    cursor: default;
    position: relative;
}

.dropdown .no-options:after {
    content: "";
    display: block;
    position: absolute;
    right: 3px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    z-index: 1;
    background: #FFF;
}



.dropdown .dropdown-options {
    border: 2px solid #dce4e6;
    display: none;
    position: absolute;
    top: 100%;
    left: -2px;
    right: -2px;
    background-color: #fff;
    border-top: 0;
    z-index: 1;
    overflow: auto;
    max-height: 200px;
}
.dropdown a:hover, .dropdown a:focus {
    outline-color: #017BC6;
    outline-width: 2px;
    outline-style: solid;
}
.dropdown .dropdown-options ul {
    margin: 0;
}
.dropdown .dropdown-options ul li {
    list-style: none;
    cursor: pointer;
    padding: 6px;
    padding-left: 12px;
}
.dropdown .dropdown-options ul li:hover,
.dropdown .dropdown-options ul li.active {
    background-color: #017BC6;
    color: #fff;
}
.dropdown .dropdown-options ul li[data-default] {
    display: none;
}

ul.d-custom {
    display: none;
}

/** otros **/

@media (min-width: 768px) and (max-width: 991px) {
    .form-control {
        padding: 6px 4px;
    }
}

#ccc-xs {
    text-transform: uppercase;
}

#ccc1-xs {
    text-transform: uppercase;
    width: 100%;
}