/*
 * Drop-down list looking like a menu
 */
.select-hidden {
  display: none;
  visibility: hidden;
  /*padding-right: 10px;*/
}
.menu .select {
  cursor: pointer;
  display: inline-block;
  position: relative;  
  font-family: inherit;
  font-style: inherit;
  font-weight: 700;
  font-size: inherit;
  line-height: 1.5;
  color: inherit;
  /*
  width: auto;
  height: inherit;
  */
  padding-top:3px;
}

.select-styled {
  /*position: absolute;*/
  position:relative;
  
  /*right: 0;
  bottom: 0;
  left: 0;*/
  color:#fff;  
  background-color:transparent;
  /*padding:8px 15px;*/
  /*padding:0;*/
  
  /*padding: 0 30px 0 15px;*/  
  
  letter-spacing:2px;
  
   transform: scale(1, 1);
  -webkit-transform: scale(1, 1); /* Safari and Chrome */
  -moz-transform: scale(1, 1); /* Firefox */
  -ms-transform: scale(1, 1); /* IE 9+ */
  -o-transform: scale(1, 1); /* Opera */
  
  width:120px;
  text-align:center;
  padding-top:15px;  
}

.select-styled:after {
	/*content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size:16px;
    color:#fff;

    position: absolute;

    bottom:0;
    right:0;
    padding-right:4px;*/
}

.select-styled:hover {
	/*background-color: darken($select-background, 2);*/
}

.select-styled:active, .select-styled.active {
	/*background-color: darken(#ffff00, 5);*/
	/*width:320px;*/
}

.select-styled:active:after, .select-styled.active:after {
	/*top:9px;*/
    top:30px;
    /*border-color: transparent transparent #fffff0 transparent;*/
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  /*width:100%;*/
  
  font-weight:400;
  
  border: 1px solid #d3d3d3 !important;
  
  color:#666;
}

.select-options ul {
	
}

.select-options li:first-child {
  /*border-top:3px solid #3a85c3;*/
}

.select-options li {
  margin: 0;
  padding: 10px 10px;
  /*text-indent: 15px;*/  
  /*border-bottom: 1px solid #dcdadb;*/

  background-color:#fff;  
}

.select-options li:hover {
  color:#fff;
  background:#606c68 !important;  
}

.select-options li[rel="hide"] {
  display: none;
}

/*autocomplete select*/
.selectize-input, .selectize-dropdown { 	
	/*padding: 0.45em 0.2em 0.5em 0.45em;*/
	padding:0 0 0 0.45em;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    
    width:100%;
    background:#fbfbfb;
}
.selectize-input {
    border: 1px solid #d3d3d3;
}

.selectize-input.dropdown-active {
	border-radius:0 !important;
}
.selectize-input.focus {
	box-shadow:none !important;
}
	
.selectize-dropdown {
    border: 1px solid #d3d3d3;
}

.selectize-dropdown, .selectize-input, .selectize-input input,
.selectize-control.multi .selectize-input > div {
    color:#868e96 !important;
}
    
/* Buttons */
#SexyAlertBox-Buttons input {
	width:auto !important;
}
button.button, input.button, #SexyAlertBox-Buttons input {
	display: inline-block;
	cursor: pointer;

	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
   
	text-transform: uppercase;
    font-style: normal;
    line-height:26px !important;
    text-shadow:none;
    /*background:none;*/
    
    margin: 5px 14px !important;
    
    font-family: Karla !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 800;
    padding: 4px 8px !important;
    /*
    color: #C3A25F;
    border: 1px solid #DABE85 !important;
    */
    background: #054477;
    color: #FFFFFF;
    border: 1px solid #054477 !important;
}

button.button:hover, input.button:hover {
	background: #838383;
	border-color: #838383 !important;
}

button.btn-search .fa,
button.btn-clean .fa {
	margin-right: 8px;	
}

/* round buttons */
.btn-round {
	display: inline-block;	
    /*padding: 2px 15px !important;
    margin: 4px 0 !important;
    color: #666 !important;
    border: 1px solid #dedede;
    border-radius: 50px;
    -moz-border-radius: 50px;
	-webkit-border-radius: 50px;*/		
}

a.btn-round, a.btn-round:hover {
	
}
a.btn-round:hover {
	
	color:#2dbbe8 !important;
}

.btn-round .fa {
	padding:2px;
	font-size:14px;
}
.box-document .pagination button.button, input.button, #SexyAlertBox-Buttons input {
	margin: 0 0 0 5px !important;
	padding: 3px 6px 1px !important;
	line-height: 24px !important;
	vertical-align: top !important;
}
button.button.results,
button.button.document {
	margin: 0 0 0 5px !important;
    padding: 2px 6px 1px !important;
    line-height: 21px !important;
    vertical-align: 1px !important;
}
	
/* Go top */
.go-top {
	position: fixed;
	bottom: 0;
	right: 30px;
	z-index: 10000;
	
	background-color: #333;
    border-radius: 4px 4px 0 0;
    color: #fff;
    visibility:hidden;
    opacity:0;
    
    width: 48px;
    height: 35px;
    
    text-align: center;
    
    transition: all .2s ease-in-out 0s;
}

.go-top:hover {
	/*background-color:#d39b28;*/
}

.go-top .fa {
	padding-top:10px;
	font-size:18px;
	color:#fff;
	-webkit-font-smoothing: antialiased;
}

.go-top.visible {
  /* the button becomes visible */
  visibility:visible;
  opacity:1;
}

.go-top.fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity:.5;
}

.go-top.fade-out:hover {
	opacity:1;
}

/* Selects arrow */
select {
  appearance: none;
  -webkit-appearance: none; /* Firefox */
  -moz-appearance: none; /* Safari and Chrome */
    
  /*text-indent: 1px;
  text-overflow: '';*/  
}

.input-group-btn .fa {
	position: absolute;
    left:-24px;
	top:11px;
    z-index:10;
    
    width: 23px;
    line-height: 24px;    
    
    background-color: #fff;    
       
    /*border-left: 1px solid #d2d2d2;*/       
        
    pointer-events: none;
    font-size: 9px;
    
    /*display: table-cell;
    text-align: center;
	vertical-align: middle;*/
}

/*multiselect*/
.list-control {
	/*float:left;	
	padding-bottom:4px !important;*/	
	float: left;
    padding-top: 6px !important;
    width: 100%;
    text-align: left;
}
/*.list-control select {
	padding-right: 10px !important;
}*/

/* Tabs */
.tabs-wrapper {
	position: relative;
    padding-top:15px;
    padding-bottom:45px;
    /*border-top: 1px dashed #dedede;*/
    border-top: 1px solid #e4e4e4;    
    /*border-bottom: 1px dashed #dedede;*/
}

.tabs-wrapper>ul {
	position:absolute;
	top:-34px;
	list-style: none;	
}

.tabs-wrapper>ul>li {
	position:relative;
    float: left;
    margin-right:15px;
    background-color:#fff;
}

.tabs-wrapper .buttons{
    position:relative;
	font-size:1.4rem;
    line-height: 1.1;
    /*border: 1px solid #dddddd;*/
    color: #fff;    
    padding:16px 48px 16px 9px;
    text-transform:uppercase;
}

.tabs-wrapper a.buttons.active {
	border-radius:0.25px;
	border-bottom: 1px solid #606c68;
	border-top:0;
	background-color:#606c68;
	color:#d2d5d4 !important;
}

.tabs-wrapper a.buttons:hover {
	border: 1px solid #dedede;
	background-color:#f8f8f8;
	color:#666 !important;	
}


/*
input-group>.custom-select {
    display: inline-block !important;
    width: 100% !important;
    height: calc(2.25rem + 2px) !important;
    padding: .375rem 1.75rem .375rem .75rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    vertical-align: middle !important;
    background: #fff url('/icolombina/image/angle-down.png') !important;
    background-size: 8px 10px !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
*/