 .content-margin {
    margin-bottom: 0px !important;
}
 .store-search .panel {
    background-color: #eee;
    border-color: #ddd;
  }

  .store-search .panel-heading {
    border-color: #eee;
    background-color: transparent;
  }

  .store-search .panel-footer {
    border-color: #eee;
    background-color: transparent;
  }

  .store-search h3 {
    color: #666;
    text-transform: uppercase;
  }
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #394791;
}
.card .nav>li>a {
    padding: 10px 8px;
}
.well .btn-group-justified>.btn, .well .btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 50%;
}
.data-types-item:hover, .card-header .btn-link:hover {
    background: #999;
    background-color: #999;
    border-color: #999;
    border-radius: 4px;
}
.data-types-item.btn-success {
    color: #fff;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}
.accordion-trigger:after {
	font-family: 'Glyphicons Halflings';
	content: "\e259";
	float: left;
	color: #454444;
	font-size: 18px;
	line-height: 22px;
}
.accordion-trigger.collapsed:after {
	font-family: 'Glyphicons Halflings';
	content: "\e260";
	color: #454444;
}
.card-header button {
    width: 100%;
    background-color: rgba(0,0,0,.05);
}
.accordion-trigger.btn-link, .accordion-trigger.btn-link:hover {
    font-weight: 400;
    color: #454444 !important;
    border-radius: 0;
    text-decoration: none;
    border-radius: 4px;
}
.panel .checkbox, .panel  .radio {
    margin-left: 50px;
}
.ck .checkbox, .rd  .radio {
    margin-left: 25px;
}
.current-theme {
    width: 75px;
    height: 75px;
    background-color: #E5E7E6;
}
svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}
.themes-app * {
    box-sizing: border-box;
}
.current-theme svg, .current-theme:hover svg {
    fill: #C8C8C8;
}
svg {
    fill: #C8C8C8;
}

.info .title .btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}
.info .title  .btn {
    display: inline-block;
    font-size: inherit;
    padding: 0px;
}
.table td {
    vertical-align:middle !important;
}
.mi-skin a, .mi-skin a:visited, .mi-skin a:active {
	color: #394791;
	text-decoration: underline;
}
.mi-skin a:hover {
	color: #394791;
	text-decoration: none;
}

/* step-breadcrumb */
.step-breadcrumb .breadcrumb {
    padding: 0px;
	background: #D4D4D4;
	list-style: none; 
	overflow: hidden;
}
.step-breadcrumb .breadcrumb>li+li:before {
	padding: 0;
}
.step-breadcrumb .breadcrumb li { 
	float: left; 
}
.step-breadcrumb .breadcrumb li.active a {
	background: brown;                   /* fallback color */
	background: #ffc107 ; 
}
.step-breadcrumb .breadcrumb li.completed a {
	background: brown;                   /* fallback color */
	background: hsla(153, 57%, 51%, 1); 
}
.step-breadcrumb .breadcrumb li.active a:after {
	border-left: 30px solid #ffc107 ;
}
.step-breadcrumb .breadcrumb li.completed a:after {
	border-left: 30px solid hsla(153, 57%, 51%, 1);
} 

.step-breadcrumb .breadcrumb li a {
	color: white;
	text-decoration: none; 
	padding: 10px 0 10px 45px;
	position: relative; 
	display: block;
	float: left;
}
.step-breadcrumb .breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(0, 0%, 83%, 1);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}	
.step-breadcrumb .breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}	
.step-breadcrumb .breadcrumb li:first-child a {
	padding-left: 15px;
}
.step-breadcrumb .breadcrumb li a:hover { background: #ffc107  ; }
.step-breadcrumb .breadcrumb li a:hover:after { border-left-color: #ffc107   !important; }
.step-breadcrumb .breadcrumb li:not([complete]) a:hover {
  background: #ffc107;
}

.step-breadcrumb .breadcrumb li.complete a {
    background: #5cb85c;
}
.step-breadcrumb .breadcrumb li a {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 45px;
    position: relative;
    display: block;
    float: left;
}
.step-breadcrumb .breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
.step-breadcrumb .breadcrumb li.complete a:after {
    border-left: 30px solid #5cb85c;
}
.step-breadcrumb .breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(0, 0%, 83%, 1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
.step-breadcrumb .circle-badge {
    text-align: center;
    border-radius: 50px;
    background: #fff;
    color: #d4d4d4;
    margin-left: -5px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}
/*
.step-breadcrumb .breadcrumb li:not([complete]) a:hover {
  background: #394792;
}
.step-breadcrumb .breadcrumb li a:hover:after {
  border-left-color: #394792 !important;
}
*/

.step-breadcrumb .breadcrumb li.complete a:after {
  border-left: 30px solid #5cb85c;
}

.step-breadcrumb .breadcrumb li.complete a {
  background: #5cb85c;
}

.step-breadcrumb .circle-badge {
  text-align: center;
  border-radius: 50px;
  background: #fff;
  color: #d4d4d4;
  margin-left: -5px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
}

.step-breadcrumb .active .circle-badge {
  background: #fff;
  color: #ffc107;
}

.step-breadcrumb .breadcrumb li.back a {
  background: #999;
}

.step-breadcrumb .breadcrumb li:first-child a {
  padding-left: 15px;
}

.step-breadcrumb .breadcrumb li.back a:after {
  border-left: 30px solid #999;
}

/* Search */
.search .select2-container--default .select2-selection .select2-selection__rendered li {
	white-space: normal !important;
}
.select2-container .select2-selection {
    min-height: 35px !important;
}
.select2-container--default.select2-container--focus .select2-selection {
    border: solid #ccc 1px !important;
}
.select2-container--default .select2-selection {
    border: 1px solid #ccc !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
    letter-spacing: 0 !important;
}
.select2-single .select2-selection__clear {
    position: absolute;
    right: 0;
}
.search.list-modal .select2-container--default .select2-selection {
	border-top-right-radius:0px !important;
	border-bottom-right-radius:0px !important;
    border-radius: 4px;
}
.zbBranding-mi .search.list-modal .select2-search__field {
	width: 100% !important;
}
.search.list-modal .input-group-btn {
	vertical-align:top;
}


/* SELECT2: ARROW */
.search .select2-selection--multiple:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	height: 34px;
    position: absolute;
    top: 10px;
    right: 6px;
    content: "\f0d7";
}
.search .select2-container--open .select2-selection--multiple:before {
    content: "\f0d8" !important;
}
.search .select2-container--focus. select2-selection--multiple:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	height: 34px;
    position: absolute;
    top: 10px;
    right: 6px;
	content: "\f0d8" !important;
}
.search .input-group-btn .btn {
    line-height: 1.52857143;
}

.hide-chev .accordion-trigger:after {
    content: "";
}
.form-group .checkbox {
    margin-left: 25px;
}

.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
}
.thumbnail span  {
    display: block;
    max-width: 100%;
    height: 150px;
    overflow: hidden;
}
.thumbnail span img {
    display: block;
    max-width: 100%;
    height: auto;
    min-height: 150px;
}
.thumbnail.image-frame {
    min-height: 345px;
}

.zbBranding-mi .tags .cat-panel {
	margin-bottom:5px;
}
.zbBranding-mi .tags.no-pad .btn-default {
	margin:0;
}
.zbBranding-mi .tags .btn-default, .zbBranding-mi .pa-element {
	background-color: #e4e4e4;
	border:1px solid #e4e4e4;
	color: #777 !important;
	margin:2px 0 2px 0;
	cursor:default;
	/*text-transform: lowercase;*/
}
.zbBranding-mi .tags .btn-default:hover {
	background-color: #e4e4e4;
	border:1px solid #e4e4e4;
	/*background-color: #d5d2d2;
	border:1px solid #d5d2d2;*/
	color: #777 !important;
}
.zbBranding-mi .pa-element:hover {
	background-color: #d5d2d2;
	border:1px solid #d5d2d2;
	color: #777 !important;
}
.pa-element {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.results-found h5.lead {
	margin-bottom:0px;
}
.results-found div.search {
	min-height:30px;
}
.results-found .tags span.btn {
	margin-right:5px !important;
}

.zbBranding-mi .results-found .tags span.btn a, .zbBranding-mi .results-found .tags span.btn a:visited, .zbBranding-mi  a:active, .zbBranding-mi .results-found .tags span.btn a:hover {
    color: #777;
	cursor:pointer;
}
.zbBranding-mi .results-found .tags .remove-tag:hover {
	color: #fff !important;
}
.page-creator-panel .panel-footer {
    padding: 10px 15px;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.funkyradio div {
	clear: both;
	overflow: hidden;
}
.funkyradio label {
	width: 100%;
	border-radius: 3px;
	border: 1px solid #D1D3D4;
	font-weight: normal;
}
.funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty {
	/*display: none;*/
    position: absolute;
}
 .funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
 position: relative;
 line-height: 2.3em;
 text-indent: 3.25em;
 margin-bottom:10px;
 cursor: pointer;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
 .funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
 position: absolute;
 display: block;
 top: 0;
 bottom: 0;
 left: 0;
 content: '';
 width: 2.5em;
 background: #D1D3D4;/*#e1f0dd*/
 border-radius: 3px 0 0 3px;
 content: '\2714';
 text-indent: .9em;
 color: #C2C2C2;
}
 .funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
 color: #888;
}
 .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
 content: '\2714';
 text-indent: .9em;
 color: #C2C2C2;
}
 .funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
 color: #777;
}
 .funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
 content: '\2714';
 text-indent: .9em;
 color: #333;
 background-color: #ccc;
}
 .funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before {
 box-shadow: 0 0 0 0px #999;
}
 .funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before {
 color: #333;
 background-color: #ccc;
}
 .funkyradio-primary input[type="radio"]:checked ~ label:before, .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
 color: #fff;
 background-color: #337ab7;
}
 .funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before {
 color: #fff;
 background-color: #5cb85c;
}
 .funkyradio-danger input[type="radio"]:checked ~ label:before, .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
 color: #fff;
 background-color: #d9534f;
}
 .funkyradio-warning input[type="radio"]:checked ~ label:before, .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
 color: #fff;
 background-color: #f0ad4e;
}
 .funkyradio-info input[type="radio"]:checked ~ label:before, .funkyradio-info input[type="checkbox"]:checked ~ label:before {
 color: #fff;
 background-color: #5bc0de;
}
.form-inline.funkyradio input[type="radio"]:empty ~ label, .form-inline.funkyradio input[type="checkbox"]:empty ~ label {

    margin-right: 15px;
}
.well.main-session-attendee, .well.guest-session-attendee {
    background-color: #fff;
    border: 2px solid #e3e3e3;
}
.main-session-attendee .panel-title, .guest-session-attendee .panel-title {
    font-size: 17px;
    font-weight: bold;
}
.glyphicon-chevron-down {
  transition: all 0.5s;
  cursor: pointer;
}

.glyphicon-chevron-down:not(.collapsed) {
  transform: rotate(180deg) !important;
}
.collapse.in {
    display: block !important;
}
.ui-sortable-handle .badge, .ui-sortable .badge {
    font-weight: 500;
    white-space: normal !important;
    text-align: left !important;
}
.ui-sortable-handle .badge-label.active, .ui-sortable .badge-label-linked.active {
    font-size: 13px !important;
    background-color: #44a456 !important;
}
.ui-sortable-handle .badge-label, .ui-sortable .badge-label-linked {
    font-size: 13px !important;
}
.admin-tools .panel-heading [data-toggle="collapse"].collapsed:after,
.admin-tools .panel-heading [data-toggle="collapse"]:after {
    content: none !important;
}


/* PANEL: SEARCH */
.event-search .panel {
    background-color: #999;
}
.event-search .panel-default .panel-heading, 
.event-search .panel-default .panel-footer{
	border-color: #999;
}
.event-search  .search-main-filter .panel {
	background-color: #999;
}
.event-search  .search-main-filter .panel-default .panel-heading {
	background-color: #777;
	border-color: #666;
}

.event-search .panel {
    background-color: #eee;
	border-color: #ddd;
}
.event-search .panel-default .panel-heading, .event-search .panel-default .panel-footer {
    border-color: #eee;
	background-color: transparent;
}
.event-search h3 {
	color: #666;
	text-transform: uppercase;
}
.event-search .panel-body {
    padding: 0 15px;
}
.event-search .search.list-modal, #select2-selSearchPracticeArea-results {
	/*text-transform:lowercase !important;*/
}


/* SELECT2; OVERWRITE */
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666;
    line-height: 35px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 3px !important;
	cursor: default;
	float: left;
	margin-right: 3px !important;
	margin-top: 3px !important;
	padding: 0 5px
}
.has-error .select2-container--default .select2-selection--multiple {
    border: 1px solid #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.clear-icon .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px 0 0 4px !important;
}
#search-loading-icon {
    position: absolute;
    right: 30px;
}
.row-canceled td {
    text-decoration: line-through;
    color: #999 !important;
}
.row-canceled td .fa {
    color: #eee !important;
}
.row-canceled td .label {
    background-color: #eee !important;
    color: #999 !important;
}
.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 15px;
    white-space: break-spaces;
}
.zbBranding-mi .select2-container .select2-selection--multiple {
    display: table;
    width: 100%;
}
.checkbox-extender .checkbox {
    margin-top: 1px;
    margin-bottom: 1px;
}
.main-session-attendee hr, .guest-session-attendee hr {
    margin: 10px 0 !important;
}

.main-session-attendee .checkbox, .guest-session-attendee .checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block !important;
    list-style: none;
    padding: 0;
    margin-left: 0px !important;
}
.table-bordered>tbody>tr.append-active td {
   border: #28a745 1px solid !important;
}
.table>tbody>tr.append-active td {
    border-top: 1px solid #28a745;
}
.append-active .col-sm-3 {
    background: #28a745;
    color: #fff; 
    position: relative;
}
.append-active .session {    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block !important;
}
.nav-event-tabs .connector-dev::after, .nav-event-tabs .connector-prod::after {    
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -4px;
}

#SearchResultsID .connector-dev .status::after, #SearchResultsID .connector-prod .status::after {
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    right: 210px;
}

.nav-event-tabs .connector-dev::after,
#SearchResultsID .connector-dev .status::after {
    content: "Test";
    color: orange;
    transform: rotate(-45deg);
}
.nav-event-tabs .connector-prod::after,
#SearchResultsID .connector-prod .status::after{
    content: "Live";
    color: green;
    transform: rotate(-45deg);
}
#SearchResultsID .connector-dev .status {
    color: darkorange;
    font-weight: bold;    
}

#SearchResultsID .connector-prod .status {    
    color: darkgreen;
    font-weight: bold;
}

.manage-events .badge.cancelled {
    background-color: darkred;
}
.manage-events .badge.closed {
    background-color: darkgray;
}
.manage-events .badge.warning {
    background-color: darkorange;
}
.manage-events .badge.success {
    background-color: darkgreen;
}
.edit-mode {
    border: 1px green dashed !important;
}
.form-group.event-code-empty label {
    text-transform: uppercase;
}
.form-group.event-code-empty input {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.zbBranding-mi .form-group.event-code-empty input:focus {
    color: #a94442 !important;
    background-color: #ebccd1 !important;
    border-color: #a94442 !important;
}