/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 800px) {
    .sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    .sidebar.active {
        margin-left: 0 !important;
    }
    .sidebar .sidebar-header h3,
    .sidebar .CTAs {
        display: none;
    }
    .sidebar .sidebar-header strong {
        display: block;
    }
    .sidebar ul li a {
        padding: 20px 10px;
		text-align: center;
		font-size: 0.75em !important;
    }
    .sidebar ul li a span {
        font-size: 0.85em;
    }
    .sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    .sidebar ul ul a {
        padding: 10px !important;
    }
    .sidebar ul li a i {
        font-size: 1.3em;
    }
    .sidebarCollapse span {
        display: none;
    }
	/*.sidebar {
		left: -280px;
		width: 250px;
	}
    .sidebar {
        left: 0;
    }*/
	
	.page-container {
		padding-left: 0px;	
	}
	.wrapper.active .sidebar {
		margin-left: 0px !important;	
	}
	
	.header {
		width: 100%;	
	}
	
	/* My Horses */
	.myHorses thead {
		display: none;
	}
	.myHorses tbody td {
		display: block;
		float: left;
		width: 50%;
		text-align: left;
		border: none;
		padding: 7px;
	}
	.myHorses tbody > tr:first-child {
		border-top: 2px solid #000;
	}
	.myHorses tbody > tr {
		border-bottom: 2px solid #000;
	}
	.myHorses td.name {
		display: inline-block;
		font-size: 18px;
		padding: 10px 10px 0 0;
		vertical-align: middle;
		font-weight: bold;
		width: 75%;
		padding-bottom: 6px;
	}
	.myHorses td.health {
		display: inline-block;
		float: none;
		text-align: right !important;
		padding: 10px 0 0 0;
		width: 25%;
	}
	.myHorses td.plan {
		display: inline-block;
		float: none;
		text-align: left !important;
		vertical-align: middle;
		width: 100%;
	}
	.myHorses td.awards {
		display: inline-block;
		float: none;
		text-align: left !important;
		vertical-align: middle;
		width: 50%;
	}
	.myHorses td.reduced {
		display: inline-block;
		float: none;
		text-align:  right;
		vertical-align: middle;
		width: 49%;
	}
	.myHorses td.full {
		display: none;
	}
	.btn-quickview {
		padding: 5px 15px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		background: #237424;
	}
	.popover {
		width: 100% !important;
	}
	.popover-header {
		background: #ccd5ed;
		color: #030369;
	}
	.bs-popover-auto[x-placement^="bottom"] .arrow::after, .bs-popover-bottom .arrow::after {
		top: 1px;
		border-bottom-color: #fff;
	}
}