body {
	  overflow-x: hidden;
	margin:5px 0;
	padding-top:20px;

}

.sw-btn-group {

	float:right !important;
}

li.logout:hover a {
color:white !important;

}

.logout .bg-success {
	background-color: white;
}


.container-fluid.home {


}

#homecalendar {
 margin: 0px auto;
 padding:20px;
margin-top:40px;
border:1px solid #CCEFF5;
//background-color: #FAFCFD;


}

.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;

  margin: 1rem;
  position: relative;
 box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

    html, body {

       // height: 100%;



    }
    
    html {
min-height:100%;
position:relative;    
    }
    
    
    body {
    
margin-bottom:250px;    
    }
    
.containeralto {//min-height: 80vh;}


.checkbox {text-align: center;}



.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.caret {
color: white;
position: absolute;
top: 25px;
z-index: 100;
right: 4px;
}
   
.ui-autocomplete {
z-index:100000;
position:relative;
max-width: 550px;

}   


footer {
	text-align: center;
  position: absolute;
  bottom: 0;
  padding-bottom:20px;
  width: 100%;
}







body { padding-top: 40px; }
@media screen and (max-width: 768px) {
    body { padding-top: 0px; }
}


.home {


}


span.multiselect-native-select {
display:block;
}

button.multiselect,button.multiselect:hover {
background-color:white;
}




.select2-container--default.select2-container--focus .select2-selection--multiple {

/*border: 1px;
border-color: #6f6f6f;*/

}

.select2-container--default .select2-selection--multiple {
border-radius: 0px;
}

.select2-container {
width: 100% !important;
}

div.sw-btn-group-extra {
float: right !important;
}

div.form-group.date ul.list-inline li {
padding-left:3px;
padding-right:0px;

} 

div.form-group.date ul.list-inline li select {
padding:0px 0px;

}

div#editpersonasbeneficiarias div#step-1 label,div#editpersonasbeneficiarias div#step-8 div.resaltado label {
font-weight:bold !important;

}

label.resaltado {
font-weight:bold !important;
}


.form-control.oculto {
display: none;
}

a.oculto{display: none;}

td.oculto {border-top-width: 0px !important;}

td.oculto div.date {display: none;}

@media (max-width: 800px) {
  .container2 .row{
    display:inline-flex;
  }
}