/* ---
  
	WELCOME TO THE THEME-R1 STYLE FOR HIAB
	
	The below styles are for the admin area,
	Please make an effort to keep styles clean
	and concise with re-usable functionality as
	much as possible
	
	Key areas of this CSS file
		* ADMIN UTILITY
		* DASHBOARD
		* APP STYLE GENERALS
		* APP STYLE HEADER
		* APP STYLE IDENTIFIER
		* APP STYLE CONTENT & IMPUTS
		* System Login Styles
		* TINY MCE EDITOR
		* MODULE DIALOG STYLE
		
		
--- */

/* -------------------- GENERAL STYLE -------------------- */



 body {
    overflow-x: hidden;
	margin:0;
	padding:0px;
	color:#434343;
    font-family: 'Open Sans', sans-serif;
 }
 
h1 {
	color:#055785;
	font-weight: 900;
}

h2 {
	color:#055785;
	font-weight: 400;
	text-transform:uppercase;
	font-size:1.4em;
}
 
h3, h4 {
	color:#055785;
}
 
 
a {
	color:#055785;
}

#loading{
	top: 50%;
    left: 50%;
    margin: -60px 0 0 -60px;
}

.sm {
	font-size:.7em;
}

.blue{
	color: #055785;
}

label{
	font-weight: 400;
}

.btn.gly {
	height:34px;
}

a.btn.app, .btn.app {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:1px solid #0e5087;
	color:#0e5087;
	text-transform:uppercase;
}

a.btn.app:hover, .btn.app:hover {
	background:#0e5087;
	color:#fff;
}

a.save_btn.btn.btn-default.app.btn-sm {
    border: 1px solid #0e5078;
    color: #0e5078 !important;
}

a.save_btn.btn.btn-default.app.btn-sm:hover {
    color: white !important;
}

.btn.btn-warning{
	background: #055785;
	border: none;
	box-shadow: none;
}

svg.icon {
	width: 100%;
	height:auto;
}

a.help {
	text-decoration:none;
	float: right;
	display: inline-block;
	color: #ae40e1;
}

a.help .glyphicon {
	color:#ae40e1;
	font-size:1.3em;
}

a.help:hover, a.help:hover .glyphicon {
	color:#0e5087;
}

a.help.inline {
	float: none;
	font-size: .8em;
	margin: 0 6px;
}

a.help.left {
	padding:5px 5px 0 0;
	float:left;
}

.alert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:50%;
  z-index:1002;
  -webkit-box-shadow: 0 0 50px 30px #707070;
	box-shadow: 0 0 50px 30px #707070;
}

.alert.appWelcome, .alert.virus {
	position:inherit;
	margin:10px auto;
	transform:none;
	width:80%;
	-webkit-box-shadow: 0 0 0 0 #eee;
	box-shadow: 0 0 0 0 #eee;
}


.alert a.help {
	float: none !important;
}

#main {
	padding:80px 5px 20px;
}

#wrapper {
    padding-left: 0;
}

#wrapper.toggled {
    padding-left: 250px;
}

img.circle {
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

.clear{
	clear: both;
}

.appContent hr {
    margin: 30px 0;
}

.media-body h2 a {
    word-break: break-word;
}

/* -------------------- ADMIN HEADER BAR -------------------- */


#topmenu {
	background:#dddddd;
	position:fixed;
	z-index:1001;
	width:100%;
	display:table;
}

.navbar {
	margin:0;
}

.navbar-header .domain-info {
	display:inline-block;
	font-weight:900;
}

.navbar-header .domain-info a {
	display:block;
	padding:15px 0 10px 15px;
}

.right {
	padding:15px 15px 0 0;
	text-align:right;
}

#topmenu a label, #frontmenu a label {
	font-size:1em;
	color:#fff;
	font-weight:400;
	text-transform:uppercase;
}

#topmenu .navbar-right a label {
	display:inline;
}

#topmenu ul.navbar-right {
	background:#b4b4b4;
	margin-bottom:0px;
}

#topmenu .nav.navbar-right > li, #frontmenu .nav.navbar-right > li {
	width:50%;
	float:left;
	text-align:center;
}

#topmenu a:hover {
	text-decoration:none;
}

#topmenu .glyphicon, #frontmenu .glyphicon {
	font-size:1.2em;
	margin:0 5px;
	color:#fff;
}

#topmenu a.glyphicon {
	color:#fff;
}

#topmenu .navbar .dropdown-menu > li > a {
	color:#333;
}


#topmenu a#menu-toggle {
	margin:0 20px;
	display:none;
}

#topmenu a#menu-toggle .glyphicon {
	margin:0px;
}

#topmenu a#menu-toggle .glyphicon-triangle-left {
	font-size:.65em;
	vertical-align:30%;
	color:#fec449;
}

#topmenu a:hover .glyphicon, #topmenu .nav .open  > a .glyphicon, #topmenu a:hover, #topmenu a:hover .glyphicon-triangle-left, #topmenu .nav .open > a, #topmenu .nav .open > a:focus, #topmenu .nav .open > a:hover {
	color:#055785;
}

.hiab {
	background:#429acc;
	height:auto;
	width:250px;
	margin:0 15px 0 0;
	display:none;
	overflow:hidden;
}

.hiab a {
    color: #fff;
	border:none;
}

.hiab a:hover {
    color: #fff;
    background: none;
	border:none;
}

#topmenu .dropdown-menu {
	background-color:#055785;
	color:#fff;
}

#topmenu .dropdown-menu li a {
	border-bottom:1px solid #1e6891;
	color:#fff !important;
}

#topmenu .dropdown-menu li:hover a:hover {
	background:#eee;
	color:#055785 !important;
}

#topmenu .navbar-toggle, #frontmenu .navbar-toggle {
	background-color:#fff;
}

.navbar-toggle .icon-bar {
	background:#055785;
}

/* -------------------- FRONT END ADMIN HEADER BAR -------------------- */

body.adminloggedin {
	margin-top:50px;
}

#frontmenu {
    background: #055785;
    position: fixed;
    z-index: 1049;
    width: 100%;
    top:0;
    height: 50px;
	 left:0;
}

#frontmenu .navbar{
	background:transparent;
}

 #frontmenu .navbar-nav.navbar-right>li>a{
    padding: 16px 15px;
}

 #frontmenu .navbar-nav.navbar-right>li>a~ul {
    right: 0;
}

.hiabaccess img {
    width: 32px;
    margin-top: -6px;
}





 #frontmenu .navbar-nav>li>a {
    margin: 0;
    padding: 13px 15px 10px;
    border: none;
    text-decoration:none;
	 background: none;
	 border-radius: 0;
}

#frontmenu .nav.navbar-nav {
	position: relative !important;
	left: auto;
	height: auto;
}

#frontmenu a:hover, #frontmenu a:hover .glyphicon, #frontmenu .nav .open > a .glyphicon, #frontmenu a:hover label, li.open label, li.open a {
	color:white;
	background: none;
}


 #frontmenu .navbar .nav.navbar-nav li.hiabaccess a:hover {
	background: none !important;
 }



#frontmenu .navbar-nav>li>a~ul{
	background:#eee;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;
}

#frontmenu .navbar-nav>li {
	height: auto;
	display: inline-block;
}

#frontmenu .navbar-nav>li>ul {
	position: absolute;
	top:100%;
	left:0;
	width:auto;
	min-width: 160px;
	margin: 0;
	padding: 0;
}

#frontmenu .navbar-nav>li>ul>li {
	margin: 0;
	text-align: left;
}

#frontmenu .navbar-nav>li>ul>li a {
	padding:3px 20px;
	margin: 0;
}

#frontmenu .navbar-right>li>ul {
	right: 0;
	left: auto;
}

#frontmenu .navbar-nav>li>a~ul>li>a{
	background:none;
	border-bottom: 1px solid #ddd;
	color: #055785 !important;
	text-decoration:none;
	font-size: 1em;
}

#frontmenu .navbar-nav>li>ul>li>a:hover {
	background:#055785 !important;
	color: white !important;
	border-radius: 0;
}

#frontmenu .navbar li a.dropdown-toggle {
	margin:0 !important;
	border: none !important;
	border-radius: 0;
}

#frontmenu .navbar li ul.dropdown-menu a.dropdown-toggle {
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
	border-radius: 0;
	height:0 !important
}


#frontmenu .navbar-header .domain-info a {
    color:white;
}

#frontmenu .nav.navbar-nav{
	background: #ddd;
	float: left;
}

#frontmenu .nav.navbar-nav.navbar-right{
	background: #b4b4b4;
}

#frontmenu .nav.navbar-right > li:last-child {
	width:100%;
}

#frontmenu .nav.navbar-right > li:last-child a:hover{
	background:none;
}

#frontmenu .navbar-nav {
    margin: 0 -15px;
	 padding:0px;
}

#frontmenu .dropdown {
	clear: none;
}
	
#frontmenu .nav {
	width: auto;
}


#frontmenu .label {
	display: inline;
	margin:0;
	padding: 0;
}


#frontmenu label {
	display: inline;
	margin:0;
	padding: 0;
}



/* -------------------- ADMIN UTILITY SIDE MENU -------------------- */
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #055785;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

.userProfile {
	color:#fff;
	padding:10px 0;
	border-bottom:1px solid #1d76a7;
	clear:both;
	margin:5px 0 10px 0;
	min-height: 95px;
}

.userProfile h1 {
	font-size:1.3em;
	font-weight:600;
	display:block;
	color:#fff;
}

.userProfile h5 {
	font-size:.85em;
	font-weight:100;
	display:block;
	color:#fff;
}


#wrapper.toggled .userProfile h1, #wrapper.toggled .userProfile h5 {
	display:none;
}
	

li.userProfile img.circle {
	width:70px;
	height:auto;
	border:1px solid #fff;
	-webkit-box-shadow: 0 0 5px 2px #161616;
	box-shadow: 0 0 5px 2px #161616;
	float:left;
	margin: 0 10px;
}

#wrapper.toggled li.userProfile img.circle {
	width:40px;
	margin: 0 0 0 5px;
}

#wrapper.toggled .userProfile {
	height:55px;
	border:none;
}


#wrapper, #sidebar-wrapper, .hiab, .li.userProfile img.circle, .userProfile h5, .userProfile h1 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 60px 0 0 0;
    list-style: none;
}

.sidebar-nav li {
    line-height: 40px;
	 position: relative;
}

.sidebar-nav li.userprofile {
    text-indent: 20px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #dddddd;
	border-left:4px solid #055785;
	font-size:1.3em;
	font-weight:100;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: #033d5e;
	border-left:4px solid #fec449;
	
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}


.sidebar-nav li a svg.icon  {
	display: INLINE-block;
    height: 35px;
    margin: 0 10px -10px 4px;
    width: 35px;
}


.sidebar-nav a:hover .glyphicon {
	color:#dedcdd;
}


/* -------------------- ALERT STYLES -------------------- */

.alert button {
    float: right;
}

.alert {
    -webkit-box-shadow: 0 0 50px 0px #707070;
    box-shadow: 0 0 50px 0px #707070;
}


.alert.appWelcome {
	background:#f2f2f2;
	border:2px solid #ececec;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width:80%;
	text-align:center;
	margin:10px auto;
}

.alert.virus {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width:80%;
	text-align:center;
	margin:10px auto;
}

.alert.appWelcome .close {
	font-size:32px;
}

.alert.uploadbox span.iconwhite {
	font-size: 5em;
	padding:30px !important;
	margin:15px auto;
}

.alertcontent {
	padding:5% 15%;
	text-align:center;
	color:#434343;
}

.alertcontent.appUpload{
	padding: 5%;
	text-align: left;
}	


/* -------------------- DASHBOARD -------------------- */

.not-title {
    color: #055785;
    font-size: 1.3em;
}

.iconBG {
   background: url("images/appbg.png") no-repeat;
	display: inline-block;
	 background-size: contain;
}

/* -------------------- APP STYLE GENERALS -------------------- */

.result {
    margin-bottom: 20px;
}

.result a {
    font-size: 1.2em;
}

a#forward:before {
    content: "NEXT ";
}

a#back:after {
    content: " PREVIOUS";
}

a#back {
    text-decoration: none;
    margin-right: 10px;
}

a#forward {
    text-decoration: none;
    margin-left: 10px;
}

#page-content-wrapper {
    position: absolute;
    padding: 0
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.AppWrap {
	background:#f8f8f8;
	margin: 35px -20px 0 -20px;
    padding: 20px 10px 30px 10px;
    
}

iframe body {
	background-color: #f8f8f8 !important
}

.link-check ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.appActions {
	border-bottom:1px solid #f0f0f0;
	margin-bottom: 10px;
}
.appActions .nav-pills span {
	margin-right: 5px;
}
.appActions .nav-pills span.glyphicon {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 7px;
}

.appActions .nav-pills span.all.glyphicon {
	background: #1084b4;
	color: #fff;
}

.appActions .nav-pills span.new.glyphicon, .appActions .nav-pills span.upload.glyphicon, .appActions .nav-pills span.export.glyphicon {
	background: #33b410;
	color: #fff;
}

.appActions .nav-pills a:hover span.glyphicon {
	background: #fec449;
	color: #000;
}


.appLinks li {
	display: inline-table;
}

.appLinks a {
	color:#ababab;
	font-size:.9em;
}

.contentFilter{
	margin-bottom: 50px
}

.breadcrumb {
	background:none;
	font-size:.8em;
}

.indicator {
	border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px;
	 margin: 0 5px 0 0;
}

.statusgood {
	color: #33b410;
}

.statusbad {
	color: #ed1b2e;
}

.statusok {
	color: #fff568;
}

.indicator.statusgood {
	background: #33b410;
}

.indicator.statusbad {
	background: #ed1b2e;
}

.indicator.statusok {
	background: #fff568;
}

.saveAnchor {
	-webkit-border-top-left-radius: 15px;
-moz-border-radius-topleft: 15px;
border-top-left-radius: 15px;
background:#eee;
bottom:0;
right:0;
position:fixed;
z-index:999;
padding:15px;
-webkit-box-shadow: -3px -3px 5px 0 #9a9a9a;
box-shadow: -3px -3px 5px 0 #9a9a9a;
display:none
}

.saveAnchor .btn {
	display:block;
	clear:both;
}

.saveAnchor .backtotop {
	text-transform:uppercase;
	font-size:1em;
	padding:5px 0 0;
}

.datePicker {
    margin:0 3px;
    display:table-cell;
    position:relative;
}

.datePicker a {
    position:relative;
    float:left;
    width:20px;
    height:18px;
    margin:0 0 -5px 0;
}

.datePicker a span {
    position: absolute;
    top:0px;
    left:0;
    width:100%;
    height:100%;
    background:url(../includes/default/datePicker_icon.png);
    background-repeat:no-repeat;
    margin:0px;
    padding:0px;
}

.datePicker .glyphicon-calendar {
    margin-top: 2px;
}

#caldiv, #caldiv2 {
	position:absolute;
	top: 0px !important;
	left: 20px !important;
	z-index:1000;
}

.datePicker table.cpBorder {
	background:#fefef1;
	border:none !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d6d6d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d6d6d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d6d6d6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#d6d6d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:  0px 0px 10px 3px #969696;
        box-shadow:  0px 0px 10px 3px #969696;
	padding:5px;
	border-collapse: collapse;
}

.datePicker table.cpBorder td a {
	text-align:center;
	color:#434343 !important;
	font-size:.85em;
	text-decoration:none;
}

.datePicker table.cpBorder td.cpDayColumnHeader {
	font-weight:bold;
}


.datePicker table.cpBorder td a:hover {
	background:#434343;
	color:#cfcfcf !important;
}

.editList li a, .editList li a:visited {
    font-size: .85em;
    display: block;
    padding: 4px 10px;
}

.editList li a:hover {
    text-decoration: none;
    background: #f8f8f8;
}

path.st43 {
    fill: #b54142;
}

path.st44 {
    fill: #608fb2;
}



/* -------------------- APP STYLE HEADER -------------------- */
.appHeader a.help {
	float:right;
}

#main h1 {
	text-transform:uppercase;
	clear:both;
	margin-bottom:25px;
}

#main h1 .appicon {
	width:75px;
	height:75px;
	display:inline-block;
	margin: 0 15px -25px 0;
}


.itemFilter {
	text-align:center;
	font-size:.7em;
}

ul.filterInputs {
	 margin-top: -5px;
}

ul.filterInputs li {
	display:inline-table;
}

ul.filterInputs .form-control {
	font-size:12px;
	color:#055785;
	font-weight:600;
}

ul.filterInputs .btn {
	border-left:none;
	height:34px;
	color:#055785;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

ul.filterInputs .btn:hover {
	color:#fff;
	background:#055785;
}

.form-control::-moz-placeholder {
	color:#055785;
}

/* -------------------- APP STYLE IDENTIFIER -------------------- */

.appHeader .iconBG {
	width: 80px;
    height: 80px;
    display: inline-block;
    position: relative;
    margin: 0 15px -17px 0;
}

.appHeader .iconBG svg {
	height:80px;
	margin-bottom: -30px;
}


span.appIcon{
	width: 63px;
    height: 62px;
    display: inline-block;
    position: relative;
    margin: 0 15px -17px 0
}

span.appIcon.activityLog {
	background: url(../images/activity_log.png) center no-repeat;
	background-size: contain;
}

span.pageManager {
	background: url(../images/page_manager.png) center no-repeat;
	background-size: contain;
}

span.slideshowManager {
	background: url(../images/slideshow_manager.png) center no-repeat;
	background-size: contain;
}

span.newsTicker {
	background: url(../images/news_ticker.png) center no-repeat;
	background-size: contain;
}

span.storeCatalog{
	background: url(../images/store_catalog.png) center no-repeat;
	background-size: contain;
}

span.staffDirectory{
	background: url(../images/staff_directory.png) center no-repeat;
	background-size: contain;
}

span.siteConfig{
	background: url(../images/site_config.png) center no-repeat;
	background-size: contain;
}

span.popupAlerts{
	background: url(../images/popup_alert.png) center no-repeat;
	background-size: contain;
}

span.menuManager{
	background: url(../images/menu_manager.png) center no-repeat;
	background-size: contain;
}

span.mapManager{
	background: url(../images/map_manager.png) center no-repeat;
	background-size: contain;
}

span.inventoryManager{
	background: url(../images/inventory_manager.png) center no-repeat;
	background-size: contain;
}

span.imageManager{
	background: url(../images/image_manager.png) center no-repeat;
	background-size: contain;
}

span.fileManager{
	background: url(../images/file_manager.png) center no-repeat;
	background-size: contain;
}

span.featuredContent{
	background: url(../images/featured_content.png) center no-repeat;
	background-size: contain;
}

span.eventManager{
	background: url(../images/events_manager.png) center no-repeat;
	background-size: contain;
}

span.dataManager{
	background: url(../images/data_manager.png) center no-repeat;
	background-size: contain;
}

span.blogManager{
	background: url(../images/blog_manager.png) center no-repeat;
	background-size: contain;
}

span.analyticsManager{
	background: url(../images/analytics.png) center no-repeat;
	background-size: contain;
}

span.taskManager{
	background: url(../images/task_manager.png) center no-repeat;
	background-size: contain;
}

span.userAdmin{
	background: url(../images/user_admin.png) center no-repeat;
	background-size: contain;
}

span.adminScripts{
	background: url(../images/run_scripts.png) center no-repeat;
	background-size: contain;
}



/* -------------------- APP STYLE CONTENT & IMPUTS -------------------- */

.appContent {
	margin:0 0 60px 0;
}


.appInput h2 {
	font-weight:900;
}

.appContent label, .module_wrap label, .image-upload label {
	color:#055785;
	font-weight: 400;
	text-transform: uppercase;
}

.taglink {
    display: inline-block;
}

.tagListing {
	background:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
	clear:both;
	padding: 15px;
	margin-bottom:10px;
	max-height: 300px;
	overflow: auto;
}

.tagListing ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.tagListing li {
	display:inline-block;
	margin:0px;
	clear:both;
}

.tagListing li a {
	padding:5px 10px;
	background:#eeeeee;
	white-space:nowrap;
	margin:2px;
	display:inline-block;
	text-decoration:none;
}

.tagListing li a:hover {
	color:#fff;
	background:#055785;
}

.tagListing li a .taglink {
	display: inline;
}

.tagListing li a .taglink input {
	background:none;
	border: none;
	width: auto;
}


.tagListing li a span.delete {
	margin: 0 -6px 0 4px;
	padding: 2px 5px;
	font-weight: bold;
	color: #c70000;
}

.tagListing li a span.delete:hover {
	background: #c70000;
	color: #fff;
	cursor: pointer;
}

.itemSelection .list-group {
	margin-top:10px;
	max-height:400px;
	overflow:auto;
}

.scrollSelection .list-group {
    max-height: 206px;
    overflow: auto;
}

.checkbox {
	margin:0px;
}

.checkbox input[type="checkbox"] {
	width:auto;
	height:auto;
}

.editList {
	float:right;
	margin:5px 5px 50px 0;
	clear:both;
	width:60%;
}

.editList h3 {
	display: table-cell;
	font-size:1em;
	padding:0 8px 0 0;
	vertical-align: middle;
}

.editList .btn {
	height:34px;
}

ul.scrollable-bootstrap-menu, .scrollable-bootstrap-menu ul {
	height: auto;
	max-height:250px;
	overflow-x:hidden;
}

.editList ul.dropdown-menu {
	padding-bottom:0px;

}

.editList ul.dropdown-menu li ul {
	list-style: none;
	padding: 0;
}

.itemList {
	margin:15px 0;
}

.itemList.imageList{
	margin: 0;
}

.itemList .media {
	border-bottom:1px solid #e8e8e8;
	color:#949494;
	padding:5px 10px;
	margin:0;
}

.itemList .media:hover {
	background:#e8e8e8;
}

.itemList .media p {
	margin-left:15px;
	font-size:.85em;
}

.itemList .media p b, .itemList .media p strong {
	color:#055785;
}

.itemList .media-right .btn-group {
	display:inline;
}

.itemList .media-right button {
	width:100%;
}

.itemList .media-right .btn-default {
	background:none;
	color:#055785;
	border:none;
}

.itemList .media-right .btn-default:hover {
	color:#fff;
	background:#055785;
}

.itemList .media input[type="checkbox"] {
	margin: 4px 5px 0 0;
}

.buttonBar {
	margin:15px 0;
	text-align:right;
}

.detailInfo {
	text-align:center;
}

.detailInfo b, .detailInfo strong {
	color:#055786;
}

.iconBlue {
	background:#055786;
	color:#fff;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display:table;
	padding:20px;
	font-size:2.5em;
	margin:0 auto;
}

.iconwhite {
	background:#fff;
	color:#055786;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display:table;
	padding:20px;
	font-size:2.5em;
	margin:0 auto;
}


.thumbHolder .imageinfo {
	display:none;
	z-index:900;
	background: url(images/white80.png);
	background-repeat: repeat;
	width:100%;
	height:100%;
	color:#434343;
	text-align:center;
	vertical-align:middle;
	padding:10px;
	}


.thumbHolder:hover .imageinfo  {
	display:inline-block;
	position:relative;
}

.imageinfo .imageSize {
	color:#055786;
	font-size:.8em;
	margin:10px 0px;
	font-weight:bold;
}

.imageinfo a  {
	margin:2px;
}

.imageinfo a .glyphicon {
	color:#055786;
	font-size:1.25em;
}

.imageinfo a:hover .glyphicon {
	color:#cf4444;
}

.panel-default>.panel-heading{
	background: #055785;
}

#accordion h2{
	color: white;
	margin: 0;
	font-size: 1em;
}

.panel-group .panel-title a.collapsed span.glyphicon::before {
    content: "\e113";
}

.panel-group .panel-title a span.glyphicon::before {
    text-decoration: none;
    content: "\e114";
    display: inline-block; 
}

.panel-group .glyphicon {
    float: right;
}

.panel-body {
    background: #f8f8f8;
}

.panel{
	border: 0;
}

.product-item {
    border: 1px solid #055785;
    border-radius: 15px;
    padding: 15px;
	 margin: 10px 0;
}

.product-item h6{
	margin: 5px 0;
}

.product-item .itemList{
	margin: 15px 0 0;
}

.product-item .media-right{
	float: right;
}

span.inv-amount {
    color: #055785;
    margin-left: 10px;
    margin-top: 4px;
    font-weight: 100;
}

.product-item .itemList .media-right button{
	width: auto;
}

.product-item:hover {
    background: #f2f2f2;
}

.page-menu.nav.navbar-right > li{
	float: left;

}

#top-list .itemFunctions {
	display: none;
}

#top-list .list-group-item:hover > .itemFunctions, #top-list .sub-list-group-item:hover > .itemFunctions {
	display: INLINE;
	display: inline-block;
	float: right;
}

#top-list .itemFunctions a {
	padding: 2px;
}
#top-list .list-group-item {
    border: 1px solid #ddd !important;
	 margin: 10px 0 0 0;
}


.sub-list-group-item {
    position: relative;
    display: block;
    padding: 5px;
    margin-bottom: 0;
    font-size: .8em;
    border-right:  1px solid #ddd;
	 border-bottom:  1px solid #ddd;
	 border-left:  1px solid #ddd;
	 background:#fff;
}

.sub-list-group-item span {
	font-size: 1.2em;	
}

a.sub-list-group-item{
	color: #555;
}

a.sub-list-group-item:hover{
	text-decoration: none;
	background: #f5f5f5;
}

#top-list .list-group-item:hover, .sub-list-group-item:hover {
	background:#dddddd;
}


.image-info h6 {
    font-size: .8em;
    margin-bottom: 0;
}

.image-info a{
	font-size: .8em;
	color: #055785;
}

.fileIcon img {
    margin-top: 25px;
}

.eventList h2 {
    display: inline-block;
}
 
.eventDate, .eventKey{
	color: #055785;
}

.eventOptions {
    color: #055785;
    text-align: right;
    margin-bottom: 50px;
}

.tablesaw-sortable .tablesaw-sortable-head button {
    background: #005785 !important;
    color: white !important;
}

.tablesaw td, .tablesaw tbody th {
    font-size: .9em !important;
    vertical-align: top !important;
}

.tablesaw td{
	border-right: 1px solid #dfdfdf !important;
}

.tablesaw td:first-child{
	border-left: 1px solid #dfdfdf !important;

}

.data-table tr:hover {
    background: #f2f2f2;
}

.data-table{
	margin-top: 20px;
}


.tablesaw input[type='checkbox'] {
	 background: #0ff;
	
}
.tablesaw input[type='checkbox'].pseudo-checkbox + label:before,
.tablesaw input[type='checkbox'].pseudo-checkbox + label:after{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tablesaw input[type='checkbox'].pseudo-checkbox + label:before{/*unchecked icon*/
    content:"\e106";
}
.tablesaw input[type='checkbox']:checked.pseudo-checkbox + label:before{/*checked icon*/
    content:"\e105";
}



a.deleterow {
	margin:0 5px;
}

.media.taskList, .media.taskList .media-body {
    overflow: visible !important;
}

.taskList button.dropdown-toggle {
    border: none;
    background: none;
    font-size: .9em;
    color: #055785;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.media.taskList ul.dropdown-menu li {
    padding: 0 15px;
    font-size: .9em;
}

.media.taskList ul.dropdown-menu{
	position: absolute;
	width: 320px;
}

.circle{
	width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.high.circle{
    background: red;
}

.medium.circle{
    background: gold;
}

.low.circle{
    background: green;
}

.circle ~ label {
    margin-right: 20px;
}

.checkbox.task_checkbox label{
	padding-left: 0;
}

.checkbox.task_checkbox input[type="checkbox"] {
    margin-top: 9px;
}

.eventList .eventDate {
    margin-left: 10px;
}

.toggle-on.btn{
	color: white;
}

.template {
	margin: 5px 0;
	position: relative;
}	

.template a img.templatethumb {
	display: block;	
	border: 2px solid #f8f8f8;
}

.template a:hover img.templatethumb {
	border: 2px solid #61b95b;
}

.template.selected a img.templatethumb {
	border: 2px solid #61b95b;
}

.templateTitle {
	text-align: center;
	text-transform: uppercase;
}

.template .zoom {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px;
}

.event-toggle .toggle {
    width: 175px !important;
}

.help-container{
	display: inline-block;
}

ul.bxslider{
	-webkit-padding-before: 0;
	padding:0;
}

.bx-wrapper .bx-viewport {
    left: 0 !important; 
}

.image-label {
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,.8);
    color: #055785;
    padding: 5px 10px 5px;
    font-size: .8em;
}

.itemList-grid.itemList .media{
	border-bottom: none;
}

#optionstable .tablesaw td {
    border-right: none !important;
}

#optionstable .glyphicon.glyphicon-remove {
    margin: 10px !important;
}

.selected .templateTitle {
    color: red;
}


/*--  BRAND STYLE GUIDELINE --*/
img, video, canvas, iframe {
    max-width: 100% !important;
}
    
img {
    max-width: 100% !important;
    height:auto !important;
}

iframe.brandiframe {
	width:100% !important; border:none; 
}

iframe.brandiframe body {
	overflow: hidden !important;
}

img.glow {
    box-shadow: 0 0 10px 2px #ababab;
}

img.polaroid {
    border:1px solid #fff;
	box-shadow: 0 0 5px 5px #8C8C8C;
}

img.rounded {
    width:100%;
    height:auto;
	border-radius: 50%;
}

img.coupon {
    width:100% !important;
    height:auto !important;
	border:3px dashed #ee3a43;
	border-radius: 5px;
}

.brand-bar {
    background: #f2f2f2;
    border-radius: 15px;
    margin-bottom: 25px;
    position:relative;

}

.brand-bar i {
    color: white;
    background: #055785;
    padding: 10px 0;
    border-radius: 15px;
    width:70px
}

.brand-bar h4 {
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 1.6em;
    color: #055785;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

a .brand-bar:hover i {
    background-color: white;
    color: #055785;
}

.brand-links .brand-bar i {
    padding: 5px 0;
    border-radius: 5px;
    width: 40px;
}

.brand-links .brand-bar {
    border-radius: 5px;
}

.brand-links .brand-bar h4 {
    font-size: .9em;
}

.brand-links .brand-bar{
	margin-bottom:5px;
}

.color-box:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.color-box + h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #055758;
}



@media(min-width:768px) {

}


/*--  Analytics Specific STYLES --*/


.ViewSelector,.ViewSelector2 {
  display: block
}

.ViewSelector2-item,.ViewSelector table {
  display: inline-block;
  margin-bottom: 1em;
  width: 30%;
    margin-left: 1em;
}

.ViewSelector2-item > label,.ViewSelector td:first-child {
  font-weight: 700;
  margin: 0 .25em .25em 0;
  display: block;
}

.ViewSelector2-item > select {
  width: 100%;
}



.Dashboard {
  max-width:52em;
  padding:1.5em;
}

.Dashboard-header {
  border-bottom:1px solid #d4d2d0;
}

.Dashboard-footer,.Dashboard-header{margin:-1.5em -1.5em 1.5em;padding:1.5em;}

.Dashboard--full {
  max-width: 100%;
}


.Titles {
  font-weight: 300;
  /letter-spacing: -.03em;
  line-height: 1.2;
  margin:0 0 1.5em;
  /word-spacing: .2em;
}
.Titles-main,.Titles-sub {
  color: inherit;
  font: inherit;
  margin: 0;
}
.Titles-main {
  font-size: 1.4em;
}
.Titles-sub {
  opacity: .6;
  margin-top: .2em;
}
.Titles-action {
  background:hsl(16,87%,54%);
  border-radius: .25em;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  margin-top: .8em;
  padding: .3em .6em .2em;
  vertical-align: .4em;
}
.Titles-action:focus,.Titles-action:hover {
  text-decoration: none;
}


.Chartjs {
  font-size: .85em;
  padding:15px;
}

.Chartjs-figure {
  height: 250px;
}

.Chartjs-legend {
  list-style: none;
  margin: 0;
  padding: 1em 0 0;
  text-align: center;
}

.Chartjs-legend > li {
  display: inline-block;
  padding: .25em .5em
}

.Chartjs-legend > li > i {
  display: inline-block;
  height: 1em;
  margin-right: .5em;
  vertical-align: -.1em;
  width: 1em;
}

/*--  /END Analytics Specific STYLES --*/

/* -------------------- System Login Styles -------------------- */


.login_box {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.login_box h2 {
	color: #fff;
	font-weight: bold;
}

.login_box p {
	color:#fff;
	font-size: .8em;
}

.white_label label{
	color: white;
}

input#login_submit {
    display: block;
    margin: 0 auto;
    background: #fec44a;
    border: none;
    color: white;
    padding: 6px 35px;
}

a.no-password {
    color: #fec44a;
    display: block;
    text-align: center;
    text-decoration: underline;
}

img.hiablogo {
    margin: 0 auto;
    display: block;
    width: 200px;
}

img.clientlogo {
    margin: 0 auto 20px;
    display: block;
}

.login {
    height: 100vh;
    position: relative;
}


.image-select img {
    margin: 20px 0 0;
    display: block;
    max-width: 100%;
    height: auto;
    border: 3px solid darkgray;
}

.imageList > .media-right {
    float: right;
}

.imageList .btn-group-sm > .btn {
    padding: 5px;
}

.image-smname, .image-smsize{
	font-size: .7em;
	color: #055785;
}

.image-smsize{
	text-align: right;
}

.col-md-4.image-select {
	padding-right: 22.5px;
    border-right: 1px solid #ccc;
}

.col-md-4.image-edit {
    padding-left: 22.5px;
}

.spacing{
	text-align: center;
	padding-top: 10px;
}

.checkboxpad{
	padding: 0 0 10px 22px;
}

.image-upload .module_wrap{
	background: #ebebeb;
}

.image-upload .btn.btn-default {
    background: #f8f8f8;
}

.fileIcon img {
    margin-top: 15px;
    width: 20px;
}

.media-body .glyphicon-eye-close {
    margin-left: 10px;
}

#eventList li ul li:last-child {
    margin-bottom: 30px;
}

li#loadLink {
    background: #055785;
	width: 100%;
	position:absolute;
	bottom:0;
}

li#loadLink a, li#loadLink a:visited, li#loadLink a:hover {
    color: white;
    background: #055785;
}

li#loadLink a::after{
	content:"\e252";
	font-family:"Glyphicons Halflings";	
	margin-left: 10px;
}

a.dash_logo {
	width:180px;
	height:auto;
	margin-right: 25px;
	color: white;
	font-size:.01em;
	display:inline;
	float: left;
}

a.dash_logo span {
	background: url(../images/dashboard_monitor.png) 0 0 no-repeat;
	position: absolute;
	width:77px;
	height:73px;
	top:0;
	left:0;
	display:block;
}

.site_title {
    text-transform: uppercase;
    color: #055785;
    font-weight: bold;
    font-size: 1.5em;
    padding-top: 10px;
}

.dash-smtext{
	font-size: .8em;
}

.dash-icon span.glyphicon {
    background: #055785;
    color: white;
    border-radius: 50%;
    font-size: 2.5em;
    padding: 19px;
    margin-top: -20px;
}

.dash-block {
    background: #f8f8f8;
    border-radius: 15px;
    padding: 0 15px 30px;
}

.dash-label {
    text-align: center;
    text-transform: uppercase;
    color: #055785;
    font-size: 1.5em;
    margin: 15px 0;
}

.dash-block ul {
	padding: 0 15px;
}

ul.dash-list {
    color: #055785;
}

ul.dash-list li {
    padding: 3px 0;
    font-size: .85em;
}

.dash-block a.btn.btn-default, .dash-block a.btn.btn-default:visited {
    border: none;
    background: #055785;
    color: white;
    margin: 25px auto -30px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 100px;
}

.dash-block a.btn.btn-default:hover {
    background: #429acc;
}

.dash-height {
    border-radius: 15px;
    margin-top: 70px;
}

span.stat-highlight {
    font-size: 2em;
}

ul.stat-list, .dash-copy {
    font-size: .9em;
}

.dash-app img {
    width: 20px;
    margin-right: 5px;
}

.dash-app label {
    font-size: .8em;
    text-transform: none;
}

.list-group-item-info, .list-group-item-success {
    background-color: transparent;
}

.list-group-item {
	border: none;
	padding: 5px;
}

span.location.glyphicon.glyphicon-plus-sign {
    font-size: 1.7em;
    color: #055785;
    cursor: pointer;
}

.dash-sort ul {
    list-style: none;
    padding: 0;
}

.app-sort img {
    width: 30px;
    margin-right: 5px;
}

.app-sort {
    font-size: .9em;
    background: #f8f8f8;
    padding: 8px 10px 5px 10px;
    border-radius: 5px;
	 margin: 0 10px;
}
.app-sort .appLabel {
	display: inline-block;
	margin: -3px 0 0 12px;
}

.appLabel .iconBG {
	float: left;
	width:30px;
	height:30px;
}

.appLabel .iconBG svg {
	height:30px;
}

.appLabel .blue {
	display: inline-block;
    margin: 8px 0 0 15px;
}
.app-sort a:hover{
	text-decoration: none;
}

.dash-sort .checkbox {
    border-right: 1px solid #ddd;
    float: left;
    margin: 2px 0 0;
}

.dash-sort ul li {
	padding: 5px 0;
}

.dash-topper{
	margin-bottom: 20px;
}	

.note-apps img {
    width: 35px;
}

.note_accordion .panel-default>.panel-heading {
    background: #f8f8f8;
    border-radius: 3px;
    padding: 5px 15px;
}

.note_accordion .panel-body{
	background: white;
}

.slideshow-actions .btn-default {
    color: #055758;
    background: none;
    border: none;
    padding: 0 3px;
    font-size: .8em;
}

#availableImages, #appliedImages, #availableOptions, #appliedOptions {
	max-height: 800px;
	overflow-y: auto;
}

.margin-top {
	margin-top: 50px;
}

div#noResults {
    text-align: center;
    margin-top: 50px;
}

@media(min-width:1200px) {
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.col-md-6.dash-height {
    background: #f8f8f8;
    margin-left: 15px;
    margin-right: 15px;
}

}

/* -------------------- TINY MCE EDITOR -------------------- */
div#mceu_9 {
    position: absolute;
    top: 0;
    right: 0;
}

.mce-container.mce-panel, textarea#mceEditor {
	 width: 100% !important;
}

.mce-container.mce-panel.mce-floatpanel {
	width: inherit !important;
}


.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset {
	white-space: normal !important;
}

.appContent .mce-tinymce {
	margin-bottom: 35px;
	padding-top: 25px;
}

.mce-container.mce-panel.mce-floatpanel.mce-window {
	width:60% !important;
	position: fixed;
  top: 50% !important;
  left: 50% !important;
   /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.mce-floatpanel.mce-popover.mce-bottom.mce-start {
	width: auto !important;
}

.mce-container-body.mce-window-body.mce-abs-layout {
	width:100% !important;
}

.mce-container.mce-panel.mce-floatpanel.mce-menu {
	display: block;
	width: auto !important
}

#main div.mce-fullscreen {
	height: auto;
    margin-left: 5%;
    margin-top: 5%;
    width: 90% !important;
	-webkit-box-shadow: 0 0 30px 15px #000;
	box-shadow: 0 0 30px 15px #000;
}

.mce-fullscreen {
	z-index: 1001 !important;
}


.modal-dialog {
	font-size: 14px !important;
	color: #484747 !important;
	text-align: left !important;
   font-family: 'Open Sans', sans-serif !important;
	font-weight: normal !important;
}

.modal-dialog a {
	text-decoration: none !important;
}

.modal-body .btn-default {
    background-color: #fff !important;
    border-color: #ccc !important;
    background-image: linear-gradient(to bottom, #fff 0px, #e0e0e0 100%) !important;
    background-repeat: repeat-x !important;
    border-color: #ccc !important;
    text-shadow: 0 1px 0 #fff !important;
	 font-weight: normal !important;
	 color: #333 !important;
}

.modal-dialog .btn-default:hover {
	background-color: #e0e0e0 !important;
}

.modal-footer a.btn.app, .modal-footer .btn.app {
	border:1px solid #0e5087 !important;
	color:#0e5087 !important;
	text-transform:uppercase !important;
	font-weight: normal !important;
}

.modal-footer a.btn.app:hover, .modal-footer .btn.app:hover {
	background:#0e5087 !important;
	color:#fff !important;
}

.row.mcefoot {
	padding:15px 10px 0 10px;
	margin: 0;
}


/* --------------------  MODULE DIALOG STYLE -------------------- */


.module-dialog.alert {
	padding: 0;
	margin: 0;
}

.module_topper.white_label {
    background: #055785;
    padding: 5px 0 0 15px;
	 width:100%;
}

.module_topper a.close {
	right:10px;
	color: #fff;
}

.module_wrap {
    background: #f8f8f8;
    padding: 25px;
}



.module_wrap .tagListing {
	overflow-x: scroll;
	max-height: 95px;
}

#adminEditDialog {
	width:100%;
}

/* -------------------- APP STYLE HEADER -------------------- */


@media(min-width:768px) {
	

	#topmenu a#menu-toggle {
		display:block;
	}
	
	#topmenu a#menu-toggle {
	margin:0;
}

    #wrapper {
        padding-left: 250px;
    }
	
	#main {
	padding:80px 20px 0px;
	}


	.AppWrap {	
		padding: 20px 30px 100px 30px;
	}
	.appContent {
		margin:0 15px;
	}

    #wrapper.toggled {
        padding-left: 0;
    }
	
	#wrapper.toggled #main {
        padding-left:70px;
    }
	
    #sidebar-wrapper, .hiab {
        width: 250px;
		display: table-cell;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 50px;
		overflow: hidden;
    }

    #page-content-wrapper {
        padding: 0;
        position: relative;	
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin: 0 0 0 50px;
    }
	
	#topmenu.toggled .hiab {
		width:50px;
		overflow: hidden;
		font-size:.2em;
		white-space: nowrap;
	}
	
	.navbar-header .domain-info {
		display:none;
	}
	
	#topmenu .navbar-right a label, #frontmenu .navbar-right a label {
		display:none;
	}
	
	#topmenu ul.navbar-right {
		background:none;
		margin-bottom:inherit;
	}
	
	#topmenu .nav.navbar-right > li, #frontmenu .nav.navbar-right > li {
		width:auto;
		float:inherit;
		text-align:left;
	}
	
	.itemList .media-right .btn-group {
		display:inline-flex;
	}
	
	.itemList .media-right button {
		width:auto;
	}
	
	.itemList .media-right .btn-default {
		border: 1px solid transparent;
	}
	
	.login_shade {
		background: #0c6190;
		padding: 75px 0;
		border-radius: 15px;
}

.col-sm-4.addpad {
    padding-left: 45px;
}

#frontmenu .nav.navbar-nav{
	background: none;
}

#frontmenu .nav.navbar-nav.navbar-right{
	background: none;
}

#frontmenu .navbar-nav>li>a {
    font-size:1em;
}
#frontmenu .nav.navbar-right > li:last-child {
	width:auto;
	float:inherit;
}
}

@media(min-width:992px) {

.border-left {
    border-left: 1px solid darkgray;
}

.margin-top {
	margin-top: 0;
}

#topmenu a#menu-toggle {
	margin:0 20px;
}
}

/* -------------------- Module Style -------------------- */

#module-dialog {
	width: 100% !important;
}

.moduleEdit {
	width: 100%;
}

.modal-lg {
    width: 900px;
}

@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(2n+1){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}










ld(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}










