/*** SUMMERNOTE WYSIWIG UPDATES TO MAKE IT WORK IN THIS THEME */
	/* style toolbar */
	.note-editor .panel-heading
	{
		background-color:white;
	}
	.note-toolbar .btn,
	.note-toolbar .btn-group,
	.note-toolbar .btn-default,
	.note-toolbar .btn-sm,
	.note-toolbar .btn-group i
	{
		color:black;
	}

	/* fix modal position */
	.note-dialog .modal-dialog
	{
		margin: 30px auto;
	}

	/* fix modal input width */
	.note-image-url,
	.note-image-input,
	.note-link-url,
	.note-link-text
	{
		width:95%;
	}

	/* fix color drop down*/
	.note-color .dropdown-menu
	{
		width:400px;
	}

	/* Custom, iPhone Retina */
   @media only screen and (min-width : 320px)
   {
	   .note-color .dropdown-menu
	   {
		   width:200px;
	   }
   }

   /* Extra Small Devices, Phones */
   @media only screen and (min-width : 480px)
   {
	   .note-color .dropdown-menu
	   {
		   width:200px;
	   }
   }

   /* Small Devices, Tablets */
   @media only screen and (min-width : 768px)
   {
	   .note-color .dropdown-menu
	   {
	   	width:200px;
	   }
   }

   /* Medium Devices, Desktops */
   @media only screen and (min-width : 992px)
   {
	   .note-color .dropdown-menu
	   {
		   width:400px;
	   }
   }

   /* Large Devices, Wide Screens */
   @media only screen and (min-width : 1200px)
   {
	   .note-color .dropdown-menu
	   {
		   width:400px;
	   }
   }


/** CUSTOM CALLOUT STYLE **/
	.callout-success {
		background-color: #d9ead0;
		border-color: #82b964;
	}
	.callout-success:before {
		position: absolute;
		left: 10px;
		top: 10px;
		display: block;
		background: #82b964;
		border-radius: 50%;
		color: #fff;
		width: 40px;
		text-align: center;
		height: 40px;
		font-size: 2.15em;
		font-family: 'FontAwesome';
		content: "\f00c";
	}
	.callout-success h4 {
		color: #71a753
	}

/** no select class **/
	.noselect
	{
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

/** header modifiers button **/

	#header-button-wrap
	{
		text-align:right;
		padding-top:0px;
		padding-bottom:0px;
		margin-top:-10px;
		padding-right:18px;
	}
		#header-button-wrap a
		{
			margin-top:10px;
			margin-left:8px;
		}
	#header-title-wrap h1
	{
		font-size:36px;
		padding-left:8px;
	}

	/* Custom, iPhone Retina */
   @media only screen and (min-width : 320px)
   {
	   #header-button-wrap
	   {
		   text-align:center;
		   padding-top:15px;
		   padding-bottom:10px;
		   margin-bottom:0px;
	   }
	  #header-title-wrap h1
 	  {
 		  font-size:30px;
		  text-align:center;
 	  }
   }

   /* Extra Small Devices, Phones */
   @media only screen and (min-width : 480px)
   {

   }

   /* Small Devices, Tablets */
   @media only screen and (min-width : 768px)
   {
	   #header-button-wrap
		{
			text-align:right;
			padding-top:0px;
			padding-bottom:0px;
			margin-top:-10px;

		}
		#header-title-wrap h1
		{
			font-size:36px;
		 	text-align:left;
		}
   }

   /* Medium Devices, Desktops */
   @media only screen and (min-width : 992px)
   {

   }

   /* Large Devices, Wide Screens */
   @media only screen and (min-width : 1200px)
   {

   }


/* PULL UPDATES */
	.pull-right-xs,
	.pull-right-sm,
	.pull-right-md,
	.pull-right-lg
	{
		float:right;
	}
	.pull-left-xs,
	.pull-left-sm,
	.pull-left-md,
	.pull-left-lg
	{
		float:left;
	}



	/* Custom, iPhone Retina */
       @media only screen and (min-width : 320px)
	   {
		   .pull-right-xs
	   		{
	   			float:right;
	   		}
	   		.pull-left-xs
	   		{
	   			float:left;
	   		}

	   		.pull-right-lg,
	   		.pull-right-md,
	   		.pull-right-sm
	   		{
	   			float:none;
	   		}
	   		.pull-left-lg,
	   		.pull-left-md,
	   		.pull-left-sm
	   		{
	   			float:none;
	   		}
       }

       /* Extra Small Devices, Phones */
       @media only screen and (min-width : 480px)
	   {

       }

       /* Small Devices, Tablets */
       @media only screen and (min-width : 768px)
	   {
		   .pull-right-xs,
		   .pull-right-sm
		   {
			   float:right;
		   }
		   .pull-left-xs,
		   .pull-left-sm
		   {
			   float:left;
		   }

		   .pull-right-lg,
		   .pull-right-md
		   {
			   float:none;
		   }
		   .pull-left-lg,
		   .pull-left-md
		   {
			   float:none;
		   }
       }

       /* Medium Devices, Desktops */
       @media only screen and (min-width : 992px)
	   {
		   .pull-right-xs,
		   .pull-right-sm,
		   .pull-right-md
		   {
			   float:right;
		   }
		   .pull-left-xs,
		   .pull-left-sm,
		   .pull-left-md
		   {
			   float:left;
		   }

		   .pull-right-lg
		   {
			   float:none;
		   }
		   .pull-left-lg
		   {
			   float:none;
		   }
       }

       /* Large Devices, Wide Screens */
       @media only screen and (min-width : 1200px)
	   {
		    .pull-right-xs,
			.pull-right-sm,
			.pull-right-md,
			.pull-right-lg
			{
				float:right;
			}
			.pull-left-xs,
			.pull-left-sm,
			.pull-left-md,
			.pull-left-lg
			{
				float:left;
			}
       }


/* TEXT-ALIGN UPDATES */

.text-right-xs,
.text-right-sm,
.text-right-md,
.text-right-lg
{
	text-align:right;
}
.text-left-xs,
.text-left-sm,
.text-left-md,
.text-left-lg
{
	text-align:left;
}


/* Custom, iPhone Retina */
   @media only screen and (min-width : 320px)
   {
	   .text-right-xs
	   	{
	   		text-align:right;
	   	}
	   	.text-left-xs
	   	{
	   		text-align:left;
	   	}

	   	.text-right-lg,
	   	.text-right-md,
	   	.text-right-sm
	   	{
	   		text-align:center;
	   	}
	   	.text-left-lg,
	   	.text-left-md,
	   	.text-left-sm
	   	{
	   		text-align:center;
	   	}
   }

   /* Extra Small Devices, Phones */
   @media only screen and (min-width : 480px)
   {

   }

   /* Small Devices, Tablets */
   @media only screen and (min-width : 768px)
   {
	   .text-right-xs,
	   	.text-right-sm
	   	{
	   		text-align:right;
	   	}
	   	.text-left-xs,
	   	.text-left-sm
	   	{
	   		text-align:left;
	   	}

	   	.text-right-lg,
	   	.text-right-md
	   	{
	   		text-align:center;
	   	}
	   	.text-left-lg,
	   	.text-left-md
	   	{
	   		text-align:center;
	   	}
   }

   /* Medium Devices, Desktops */
   @media only screen and (min-width : 992px)
   {
	   .text-right-xs,
	   	.text-right-sm,
	   	.text-right-md
	   	{
	   		text-align:right;
	   	}
	   	.text-left-xs,
	   	.text-left-sm,
	   	.text-left-md
	   	{
	   		text-align:left;
	   	}

	   	.text-right-lg
	   	{
	   		text-align:center;
	   	}
	   	.text-left-lg
	   	{
	   		text-align:center;
	   	}
   }

   /* Large Devices, Wide Screens */
   @media only screen and (min-width : 1200px)
   {
	   .text-right-xs,
	   	.text-right-sm,
	   	.text-right-md,
	   	.text-right-lg
	   	{
	   		text-align:right;
	   	}
	   	.text-left-xs,
	   	.text-left-sm,
	   	.text-left-md,
	   	.text-left-lg
	   	{
	   		text-align:left;
	   	}
   }



/** AUTOCOMPLETE **/
.autocomplete-suggestions { cursor:pointer; font-weight:bold; border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { cursor:pointer;font-weight:bold; padding: 10px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { font-weight:bold; background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #3b8dbd; }
.autocomplete-group { padding: 10px 5px; }
.autocomplete-group strong { display: block; font-weight:bold; border-bottom: 1px solid #000; }

/* make sure autocomplete is above all other things*/
.autocomplete-suggestions
{
	z-index: 9999999 !important;
}
/* date picker above all other things*/
#ui-datepicker-div
{
	z-index: 9999999 !important;
}
/* popover above all other things*/
.popover
{
	z-index: 9999999 !important;
}

/** MULTI-ADD **/
.multiAddDeleteCell
{
	margin-top:35px;
}

@media only screen and (min-width : 320px)
{
	.multiAddDeleteCell  {  margin-top:20px;  }
}
@media only screen and (min-width : 480px)
{
	.multiAddDeleteCell  {  margin-top:20px;  }
}
@media only screen and (min-width : 768px)
{
	.multiAddDeleteCell  {  margin-top:35px;  }
}
@media only screen and (min-width : 992px)
{
	.multiAddDeleteCell  {  margin-top:35px;  }
}
@media only screen and (min-width : 1200px)
{
	.multiAddDeleteCell  {  margin-top:35px;  }
}

/*** POPOVER **/

.popover-title
{
	color:#d24d33;
}
.popover-content
{
	color:#d24d33;
	text-transform:none;
}

/** DARK BUTTON **/
.btn-primary-dark
{
	background-color:#454b52;
}
	.btn-primary-dark:hover
	{
		background-color:#24282d;
		color:white;
	}

/* FIX ORB FORM A BUTTON BREAK */
.orb-form a.btn
{
	color:white;
}

/* A link button input addon */
a.input-group-addon.btn.btn-primary
{
	color:#555555;
}
a.input-group-addon.btn.btn-primary:hover
{
	color:white;
}

/* fix append/prepend input not having right height */
.input-group label.input
{
	margin-bottom:0px;
}


/* SELECT 2 DROP DOWN FIX */
.select2-results
{
	overflow:hidden;
}
/** SELECT 2 SINGLE CHOICE FIXE */
.select2-choice
{
	font-size:13px !important;
	padding-top:8px !important;
	padding-bottom:8px !important;
	color:#555555 !important;
}

/* PRODUCT NUMBER FIX ROWS - so width works*/
.product-name .product-num
{
	padding-left:8px;
	padding-right:8px;
	width:auto;
}

/** WIZARD **/
.wizardTitleText
{
	font-size:2em;
	line-height:1em;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
	text-align:center;
}
.wizardSubText
{
	font-size:1.8em;
	line-height:1.5em;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-weight:300;
	max-width:1200px;
	margin:0px auto;
}
.wizardButtonWrap
{
	text-align:center;
}
.wizardButtonWrap .btn
{
	margin:20px;
}


.wizard
{
	counter-reset: stepNo;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin:0px;
	padding:0px;
}
	@media (min-width: 1200px)
	{
		.wizard
		{
			padding-left:30px;
			padding-right:30px;
		}
	}
.wizard-step
{
	-webkit-flex: 1 0 0px;
	  -ms-flex: 1 0 0px;
		  flex: 1 0 0px;
	list-style: none;
	padding: 0 2% 0 0;
	position: relative;
}
.wizard-step::before
{
	border-top: 3px solid #555555;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 25px;
}
.wizard-step:last-child
{
	border: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	margin: 0;
	padding: 0;
}
.wizard-step:last-child::before {
  border: 0 none;
}
.wizard-step:last-child:nth-child(2) {
  max-width: calc(200% / 2);
}
.wizard-step:last-child:nth-child(3) {
  max-width: calc(200% / 3);
}
.wizard-step:last-child:nth-child(4) {
  max-width: calc(200% / 4);
}
.wizard-step:last-child:nth-child(5) {
  max-width: calc(200% / 5);
}
.wizard-step:last-child:nth-child(6) {
  max-width: calc(200% / 6);
}
.wizard-step:last-child:nth-child(7) {
  max-width: calc(200% / 7);
}
.wizard-step:last-child:nth-child(8) {
  max-width: calc(200% / 8);
}
.wizard-step:last-child:nth-child(9) {
  max-width: calc(200% / 9);
}
.wizard-step:last-child:nth-child(10) {
  max-width: calc(200% / 10);
}

.wizard-step-link
{
	color: #333;
	display: block;
	font-size: 1rem;
	font-weight: 600;
	position: relative;
	text-decoration: none;
	z-index: 10;
}
.wizard-step-link:before
{
	background: #555555;
	color: #fff;
	counter-increment: stepNo;
	content: counter(stepNo);
	display: block;
	font-size: 2rem;
	height: 50px;
	line-height: 50px;
	margin-bottom: 12px;
	text-align: center;
	width: 50px;
}
.wizard-step-link.complete:before
{
	background-color:#82b964;
}
.wizard-step-link.active:before
{
	background-color:#f0ad4e;
}
.wizard-step-link.incomplete:before
{
	background-color:#898989;
}
/** WIZARD END **/


/*** BASE THEME COLOR CHANGE **

html,
body {
	background-color: #4597cb;
}

.main-header .btn-user {
	color: #4597cb;
	background-color: #4597cb;
}

.responsive-admin-menu #menu ul {
	background-color: #3382af;
}

 @media screen and (max-width: 767px)  {
.responsive-admin-menu #menu li.opened,
.responsive-admin-menu #menu li.opened ul li,
.responsive-admin-menu #menu li.opened + ul {
	background: #4597cb;
}
 }
*/
