.pageTextHeaderManager{
	margin-bottom: 40px;
	margin-top: 30px;
}

.pageUserAdminAllBox > .tab button.active
{
	background: none !important;
	border: 0px !important;
}

.pageUserAdminAllBox > .tab button:focus{
	outline: none;
}

.pageUserAdminAllBox > .tab button:not(:last-child) > span
{
	margin-right: 10px !important;
}

.pageUserAdminAllBox > .tab button
{
	padding: 0px;
	border: 0px;
	background: none;
	width: 160px;
}

.tabcontent{
	display: none;
}

.pageUserAdminAllBox > .tab button:not(last-child)
{
	margin-right: 0.5%;
}

.pageUserAdminAllBox > .tab button:hover {
    background: none !important;
}

.pageUserAdminAllBox > .tabcontent{
	margin: 20px 0px 0px 0px;
	border: 1px solid #DDD;
	padding: 20px;
	display: none;
}

.pageUserAdminAllBox > .tab button.active > .pageUserAdminBox
{
	border: 1px solid #082a7c;	
	box-shadow: 0px 1px 2px #082a7c;
}

.pageUserAdminAllBox > .tab button .pageManagerOptionAdmText
{
	font-size: 14px !important;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 15px 15px 15px;
    margin-top: 0px;
}

.pageUserAdminAllBox > .tab button:not(:last-child) > span {
    margin-right: 10px !important;
}

.pageUserAdminBox {
    width: 100%;
    height: 100px;
    /*border: 1px solid #c6c6c6;*/
    border-radius: 6px;
    background: #FFF;
    /*box-shadow: 0px 1px 2px;*/
}

#flete{
	display: block;
}

#icon_flete{
	width: 100px;
    height: 60px;
    margin: 0 auto;
    background-image: url(../images/flete.jpg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

#icon_taller{
	width: 100px;
    height: 60px;
    margin: 0 auto;
    background-image: url(../images/taller.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

#icon_armadora{
	width: 100px;
    height: 60px;
    margin: 0 auto;
    background-image: url(../images/armado.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

#icon_renta{
	width: 100px;
    height: 60px;
    margin: 0 auto;
    background-image: url(../images/renta.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

#icon_lavado{
	width: 100px;
    height: 60px;
    margin: 0 auto;
    background-image: url(../images/lavado.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 4px;
}

#icon_llantera{
	width: 100px;
    height: 60px;
    margin: 0 auto;
    background-image: url(../images/llantera.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 4px;
}

#icon_rescate{
	width: 100px;
    height: 60px;
    margin: 0 auto;
    background-image: url(../images/rescate.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 4px;
}

#icon_ventas{
	width: 100px;
    height: 60px;
    margin: 0 auto;
    background-image: url(../images/ventas.jpg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 4px;
}

.pageMarginTop1{
	margin-top: 18px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 940px) {
	
	.pageUserAdminAllBox > .tab button .pageManagerOptionAdmText {
	    font-size: 12px !important;
	}
}

@media only screen and (max-width: 640px) {
	.pageUserAdminAllBox{
		width: 420px;
		margin: 0 auto;
	}
	
	.pageUserAdminAllBox > .tab button{
		width: 48%;
		margin-right: 1%;
	}
}

@media only screen and (max-width: 440px) {
	.pageUserAdminAllBox{
		width: 98%;
		margin: 0 auto;
	}
}
