
/* Vinipad - Lista para Web (hoja basada en Bootstrap) - Octavio Molano - 28 de Febrero de 2014 */

/* Estilos de lista */

body
{
	font-family: sans-serif;
	background-color: #FFFFFF;
	overflow-y: scroll;
	overflow-x: hidden;
}

#pagctlsmall {display: none;}

#tooltip_container
{
	right: 20px;
}
.tooltip {top: -3px !important;}

@media (max-width: 1199px)
{
	.menu .col-lg-6
	{
		clear: left;
		padding-bottom: 165px;
	}
}

@media (max-width: 1080px) {#frm_search #tooltip_container {position: absolute; right: 100%;}}

@media (max-width: 767px)
{
	#pagctl {display: none;}
	#pagctlsmall {display: block !important;}
	.nav {padding-left: 15px;}
	#weblist {padding-bottom: 116px !important;}
	.navbar-nav
	{
		margin-top: 5px;
		margin-bottom: 0px;
	}
	.navbar-toggle {z-index: 2;}
	#frm_search .tooltip {display: none !important;}
	.tooltip {top: 5px !important;}
}


@media (max-width: 639px)
{
	.menu figure
	{
		width: 158px !important;
		height: 114px !important;
	}
	.menu figure > img {width: 150px;}
	.menu > ul > li {background-size: 150px;}
	.menu li div {margin-left: 175px !important;}
}

@media (max-width: 400px)
{
	.menu figure
	{
		width: 88px !important;
		height: 65px !important;
	}
	.menu figure > img {width: 80px;}
	.menu > ul > li {background-size: 80px;}
	.menu li div {margin-left: 100px !important;}
}

#weblist {padding: 71px 0;}

.navbar-inverse .navbar-brand
{
	font-size: 1.4em;
	color: #ffffff;
}
#pagetitle
{
	position: absolute;
	color: #ffffff;
}
#pagetitle a
{
	font-size: 0.6em;
	color: #cccccc;
	font-style: italic;
}
#dd_ct {color: #cccccc;}
#dd_ct:hover, #dd_ct:active {color: #ffffff;}

h1, h2, h3
{
	font-size: 1.4em;
	margin: 0 18px 10px;
	padding: 4px 8px;
}
h1
{
	color: #ffffff;
	background-color: #7e7a6c;
	font-weight: bold;
}
h2
{
	color: #000000;
	background-color: #bab6a6;
	font-weight: bold;
}
h3
{
	color: #000000;
	background-color: #e6e2d2;
	font-weight: bold;
}

li.imgdetail div {height: 122px;}
li.imgdetail figure
{
	background: url('../img/vp-public_listimage_detail.png') no-repeat;
	height: 118px;
}

section > ul {margin-bottom: 0;}

section > ul > li
{
	display: block;
	min-height: 200px !important;
	margin: 5px 0;
}

figure
{
	padding: 0;
	float: left;
	background: url('../img/vp-public_listimage_main.png') no-repeat;
	width: 122px;
	height: 200px;
}

figure span {display: none;}
figure > img
{
	display: block;
	margin: 4px 7px 0;
}

section div
{
	position: relative;
	margin-left: 130px;
	margin-right: 20px;
}

section div > header > h2
{
	font-size: 18px;
	color: #990B6A;
	margin-left: -4px;
}

section div > ul
{
	margin: 8px 0 0 -20px;
	list-style: disc;
	font-size: 12px;
	color: #2d2d2d;
}
section div > ul > li
{
	line-height: 16px;
	text-indent: -3px;
}

section div > footer
{
	font-size: 17px;
	margin-top: 6px;
	font-weight: bold;
}

.menu figure
{
	width: 313px;
	height: 224px;
	border: solid 4px #eae3cd;
	background-image: none;
	-webkit-box-shadow: 2px 3px 8px 0px rgba(169,169,169,1);
	-moz-box-shadow: 2px 3px 8px 0px rgba(169,169,169,1);
	box-shadow: 2px 3px 8px 0px rgba(169,169,169,1);
}
.menu figure > img {margin: 0;}
.menu li div {margin-left: 340px;}
.menu > ul > li {margin: 15px 0; background-position: 20px 5px;}
.menu > ul {margin-bottom: 10px;}
.menu .desc
{
	display: block;
	margin: 10px 20px 8px -17px;
	text-indent: 0;
}

li.prc
{
	display: block;
	margin: 10px 0 0 -17px;
	font-weight: bold;
}

ul.pagination
{
	float: right !important;
	margin: 7px 30px 0;
}
ul.pagination > .active > a
{
	background-color: #867264;
	border-color: #867264;
}
ul.pagination > li > a {color: #867264;}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus
{
	background-color: #867264;
}

#mod_load {text-align: center;}
.modal-dialog {padding-top: 15%;}

#loadani
{
	clear: both;
	display: block;
	margin: 15px auto 1px;
}

.dropdown-toggle {font-size: 1.3em;}

.pointer-cursor {cursor: pointer;}
.active {cursor: default;}

#searchclear
{
	position: absolute;
	right: 50px;
	top: 0;
	bottom: 0;
	height: 14px;
	margin: auto;
	font-size: 16px;
	cursor: pointer;
	color: #ccc;
	z-index: 2;
}
