#DConfMenu.dropdown-menu.toggled,#DOpsMenu.dropdown-menu.toggled
{
    overflow: visible;
	width: 6.5rem!important;
	min-width: 6.5rem!important;
}

#DConfMenu.dropdown-menu.toggled > .dropdown-item,#DOpsMenu.dropdown-menu.toggled > .dropdown-item
{

	margin: 0px;
	font-size: .65rem;
	text-align: center;
	white-space: normal;
}

#DConfMenu.dropdown-menu.toggled > .dropdown-item i,#DOpsMenu.dropdown-menu.toggled > .dropdown-item i
{

	margin: 0px;
	font-size: .85rem;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float:right;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.default:checked + .slider {
  background-color: #444;
}
input.primary:checked + .slider {
  background-color: #2196F3;
}
input.success:checked + .slider {
  background-color: #8bc34a;
}
input.info:checked + .slider {
  background-color: #3de0f5;
}
input.warning:checked + .slider {
  background-color: #FFC107;
}
input.danger:checked + .slider {
  background-color: #f44336;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.checkboxgroup{
    display:inline-block;
    text-align:center;
}
.checkboxgroup img {
    display:block;
}

/*****************Multi Step Checkout***************/
.wizard {
    margin: auto;
    background: #fff;
    padding: 20px;
}

    .wizard .nav-tabs {
        position: relative;
        text-align: center;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
        padding-bottom: 10px;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin-left: 10%;
    left: 0;
    top: 50%;
}

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#4e73df;
}
span.round-tab-big {
    width: 120px;
    height: 120px;
    line-height: 150px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab-big:hover {
    color: #555555;
    border: 2px solid #333;
}

/***********Radio Icons********************/

.radio-selectors input{
    margin:0;
    padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}

.docs{background-image:url("/assets/img/docs.png");}
.values{background-image:url("/assets/img/values.png");}
.goods{background-image:url("/assets/img/goods.png");}
.yap{background-image:url("/assets/img/yap.png");}
.ach{background-image:url("/assets/img/ach.png");}
.ccp{background-image:url("/assets/img/ccp.png");}
.cre{background-image:url("/assets/img/cre.png");}

.modradio {
    padding: 0 20px;
    cursor:pointer;
    text-align: center;
    width: 150px;
    height: 150px;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
        transition: all 100ms ease-in;
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(1);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(1);
            filter: brightness(1.2) grayscale(.5) opacity(1);
    
}
.modradio:hover {
    -webkit-filter: none:
       -moz-filter: none;
            filter: none;
}

.modradio-checked {
        -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}

/***************Mapas*********************/
#map,#routeMap {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
}

.custom-map-control-button {
  appearance: button;
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin: 10px;
  padding: 0 0.5em;
  height: 40px;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
}
.custom-map-control-button:hover {
  background: #ebebeb;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  margin-top: 5px;    
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
  height: 30px;    
}

@media(max-width: 520px) {
#DConfMenu.dropdown-menu,#DOpsMenu.dropdown-menu
{
    overflow: visible;
	width: 6.5rem!important;
	min-width: 6.5rem!important;
}	
	
#DConfMenu.dropdown-menu > .dropdown-item,#DOpsMenu.dropdown-menu > .dropdown-item{
	margin: 0px;
	font-size: .65rem;
	text-align: center;
	white-space: normal;
}
#DConfMenu.dropdown-menu > .dropdown-item i,#DOpsMenu.dropdown-menu > .dropdown-item i
{
	margin: 0px;
	font-size: .85rem;
}
#content .modal.fade.in {
    top: 5%;
  }
.radio-selectors input{
    margin:0;
    padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
    display: none;
}    
.modradio {
    padding: 0 20px;
    cursor:pointer;
    text-align: center;
    width: 80px;
    height: 80px;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
        transition: all 100ms ease-in;
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(1);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(1);
            filter: brightness(1.2) grayscale(.5) opacity(1);
    
}    

.modradio-checked {
        -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
}

.text-danger-600 {
    color: #e74a3b;
}
.text-danger-600:hover{
    color: #F3938A;
}
.text-primary-600 {
    color: #4e73df;
}
.text-primary-600:hover{
    color: #C2CFF4;
}
.text-info-600 {
    color: #36b9cc;
}
.text-info-600:hover{
    color: #91D8E3;
}
.text-success-600 {
    color: #1cc88a;
}
.text-success-600:hover{
    color: #78ECC2;
}
.text-secondary-600 {
    color: #858796;
}
.text-secondary-600:hover{
    color: #AEAFB9;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Seleccionar";
}

#LoadBtn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}