/* VOLVER ARRIBA */
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right:30px;
    display:none;
    z-index: 9999999999;
}

.crop{width: 48px;height: 48px;overflow: hidden;padding: 0;margin-bottom: 10px;border-radius: 50px;border: 3px solid #1ab394;}
.crop img { width: 100%; height: 100%; margin-top: 0px;}

.crop_dos{width: 150px;height: 150px;overflow: hidden;padding: 0;margin-bottom: 10px;border-radius: 100px;border: 3px solid #1ab394;}
.crop_dos img { width: 100%; height: 100%; margin-top: 0px;}

.sudaca-btn-large-dim {
	width: 100%;
	line-height: 3;
	font-size: 25px;
}

.chosen-container-single .chosen-single {
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0); 

	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #e5e6e7;
	border-radius: 1px;
	color: inherit;
	display: block;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}

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

.mini-navbar .nav li:hover > .nav-second-level, .mini-navbar .nav li:focus > .nav-second-level {
	min-width: 170px;
}

.navcontainer ul{
   list-style:none;
}

.navcontainer li {
    display: -webkit-inline-box;
    list-style-type: none;
    padding-right: 20px;
}

.navcontainer li {
  padding: 20px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  /*background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;*/
  font-weight: normal;
  color: #838383;
  margin: 5px;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #fff;
  text-decoration: none;
}

.iconpicker {
    line-height: 1;
}