/*
 
 The style of this porlet is located in the folder portlets of CSS from theme (WAR),
 then is imported in the file _custom.scss from CSS folder of the Theme.

 that's all... :)

*/

/*-- responsive css--*/
/*
@media (max-width: 991.9px) and (min-width: 768px){
	.portal-portlet-mainMenu .portal-portlet-mainMenu--temp {
	    display: block;
	    height: 0;
	    position: absolute;
	    right: 70px;
	    top: 40px;
	}
}
*/

@media(max-width:767px){
	#searchTextBox{
		display: block !important;
	    background: rgba(255,255,255,0.6);
	    padding:0px;
	    border-bottom: #dedada 2px solid;
	}
	.drop-search .input-group{
		width:100%;
		background: transparent;
		padding:0 32px 0 12px;
	}
	.drop-search input{
		height:46px;
		background: transparent;
		font-size: 18px;
	}
	#closeButton{
		display:none;
	}
	.drop-search .input-group-append .btn img{
		width:22px;
		height:22px;
	}
	.drop-search .input-group-append{
		background: transparent;
	}
	#searchTextBox{
		&.search-page{
			display:none !important;
		}
	}
	.search-cst{
		&.not-search{
			display:none;
		}
	}
}