/*** 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: 1010 !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 addon */
a.input-group-addon.btn.btn-primary
{
	color:#555555;
}
a.input-group-addon.btn.btn-primary:hover
{
	color:white;
}


/* 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;
}




/**** XL COLUMN FOR BOOTSTRAP **/

/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/

@media (min-width: 1200px) and (max-width: 1599px) {
    .hidden-lg {
        display: none !important;
    }
}


.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl{
    display: none !important;
}



@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}
