﻿.over img {
	margin-left: auto;
	margin-right: auto;
    margin-top: auto;
	margin-bottom: auto;
	display: block;
    vertical-align:middle;
}

h2 {
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 1px;
}

h4.no-results {
  margin-top: 10px;
  font-size: 14px;
  color: #ED5565;
  text-align: center;
  font-style: italic;
}

.nav.navbar-right > li > a {
  color: #fff; }

.nav-header {
    padding: 8px 25px 9px;
    background: #23527c;
}

.logo-element {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
    display: none;
    padding: 17px 0;
    background: #23527c;
}
  /*background: url("patterns/header-profile.png") no-repeat; }    #a7b1c2  #676a6c */

.nav.navbar-top-links a {
  font-size: 14px;
  color: #fff;
}
.navbar-form-custom {
    width: 220px;
}

.navbar-form-custom .form-control {
    background: none repeat scroll 0 0 #efefef;
    height: 30px;
    margin: 14px;
    z-index: 2000;
    border-radius: 5px; 
}

.navbar-form-custom button {
    height: 30px;
    z-index: 2000;
    border-radius: 5px; 
}

.navbar-form-custom .input-group-btn:last-child > .btn {
    z-index: 2;
    margin-left: 10px;
}

.navbar-form-custom .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #18a689;
    border-color: #18a689;
}

.navbar-fixed-top, .navbar-static-top {
  background: #2f4050; }

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #8095a8;
  border-color: #8095a8; }

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white, .btn-white:active:focus, .btn-white:active:hover, .btn-white.active:hover, .btn-white.active:focus {
  color: #fff;
  border: 1px solid #d2d2d2;
  background: #18a689; }

.label {
  font-size: 12px;
}

.label-fixed {
  display: inline-block; 
  width: 120px;
}

.alert {
    margin-top: 20px;
    padding: 15px;
}

.well {
    margin-top: 0px;
    padding: 15px;
}

.todo-list-white > li {
  background: #ffffff !important;}

.validation-summary-errors{
    color:red;
}

body {
  font-size: 14px;
}

p {
    color: #000000;
    font-size: 13px;
}

a {
   color: #1c84c6;
}

a:hover, a:focus {
   color: #999;
}

.breadcrumb {
  font-size: small;
}

/* wrapper #23527c padding*/
.wrapper-content {
    padding: 10px 10px 10px;
}

.wrapper {
    padding: 10px 10px 20px 10px;
}

/* INVOICE */
.invoice-table tbody > tr > td:last-child, .invoice-table tbody > tr > td:nth-child(4), .invoice-table tbody > tr > td:nth-child(3) {
  text-align: right; }

.invoice-table thead > tr > th:last-child, .invoice-table thead > tr > th:nth-child(4), .invoice-table thead > tr > th:nth-child(3) {
  text-align: right; }

.invoice-table tbody > tr > td:nth-child(2) {
  text-align: left; }

.invoice-table thead > tr > th:nth-child(2) {
  text-align: left; }

/* ibox styles */

.ibox {
  margin-bottom: 15px;
}

.ibox-title {
  background-color:#e7eaec;
  border-color: #e7eaec;
  border-width: 3px;
  color: #23527c;
  padding: 8px 15px 7px;
  min-height: 44px;
}

.ibox-title h5 {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 0px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}

.ibox-collapsible {
    background-color: #e7eaec;
    border-color: #e7eaec;
}

.ibox-advanced-search {
    padding: 3px 15px 6px;
    min-height: 20px;
    background-color: #e7eaec;
    border-color: #e7eaec;
    color: #676a6c;
}

.ibox-content {
  border-style: solid;
  border-width: 1px 0; 
  border-radius: 3px;
  box-shadow: 0 2px 0 #d4d7dc, -1px -1px 0 #eceef1, 1px 0 0 #eceef1;
}

.ibox-footer {
  font-size:inherit;
  border-width: 1px 0;
  box-shadow: 0 2px 0 #d4d7dc, -1px -1px 0 #eceef1, 1px 0 0 #eceef1;
}

.ibox-heading {
  padding: 5px 20px 5px 20px; 
}

.ibox-tools a {
  color: #fff; 
}

.text-muted {
  color: #fff; 
}

.spinner-applied > .sk-spinner {
    display: none;
}
.spinner-applied.sk-loading > .sk-spinner {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2000;
}

/* No of items to select on tables*/
.item-display{
    margin-top:20px;
}


/*Graph bottom padding removing*/

.graph-no-padding{
    margin-bottom:0px !important;
    margin-top: 0px !important;
}

/*Text Align Center Class for buttons and small tables*/
.center{
    text-align:center;
}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

/*Footer for buttons like Save, Cancel etc*/
/*.sticky-footer{
    position:fixed;
    width:100%;
    bottom:40px;
}*/

.sticky-footer {
   background: none repeat scroll 0 0 #2f4050;
   border-top: 1px solid #d0d0d0;
   bottom: 0;
   left: 220px;
   padding: 10px 20px;
   position: fixed;
   right: 0;
   margin-top:50px;
   z-index:990;
}

@media (max-width: 768px) {
    .sticky-footer {
        width:100%;
        left:0;
    }
}

/*Fix height alignment of row of check boxes and single check boxes*/
.form-inline .checkbox, .form-inline .radio {

    margin-top: 7px;
}


/* Required field START */

.required-field-block {
    position: relative;   
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}
	
.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
	color: #B80000;
	font-size: 18px;
	margin: 0 0 0 12px;
}
/* Required field END */



/* validation message style */
.field-validation-error {
    color: #cc5965;
    display: inline-block;
    margin-left: 5px;
    font-weight: 700;
}

.input-validation-error {
  border: 1px dotted #cc5965; }

.form-control.input-validation-error {
  border: 1px dotted #cc5965; }

/*Tooltip Custom style*/
.tooltip-inner {
    max-width: 350px !important;
    /* If max-width does not work, try using width instead */
    /*width: 350px !important;*/ 
}

/* The max width is dependant on the container (more info below) */
.popover{
    max-width: 600px !important;
    z-index: 99999 !important;
}

/*Ajax Loader Class */
.ajax-loader > .sk-spinner {
    display: none;
}

.ajax-loader.sk-loading > .sk-spinner {
    display: block;
    position: fixed;
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
    z-index: 2000;
}

.FTS-loader > .sk-spinner {
    display: none;
}

.FTS-loader.sk-loading > .sk-spinner {
    display: block;
    position: fixed;
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
    z-index: 2000;
}

.fix-tabs-overflow .nav-tabs > li > a {
    padding: 10px 15px 10px 25px;
}

.fix-tabs-overflow .nav.nav-tabs li:not(:first-child):not(:last-child) {
    margin-left:-14px !important;
    margin-right:-14px !important;
}

.fix-tabs-overflow .tab-content .panel-body:not(:first-child):not(:last-child){
    margin-left:-14px !important;
    margin-right:-14px !important;
}

.tabs-container .less-padding {
    padding:10px;
}


.blur{
    filter: blur(0.5px)
}

/*FOR EDITKITPRODUCTS PAGE FOR CHOOSING THUMBNAIL OPTIONS */
.option-choice > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.option-choice > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:1px solid transparent;
}
.option-choice > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid #f00;
}


/*DropZone Css style*/
.dropzone {
    min-height: 140px !important;
    border: 1px dashed #1ab394 !important;
    background: white !important;
    padding: 20px 20px !important;
}

.dropzone .dz-message {
    font-size: 16px;
}

.uploadzone {
    min-height: 140px !important;
    border: 1px dashed #1ab394 !important;
    background: white !important;
    padding: 20px 20px !important;
}

.uploadzone .dz-message {
    font-size: 16px;
}


/*Anchor Disbaled on Edit Digital Good page for Manage Provider link*/

a.disabled
{
    color: dimgray;
}

/*Product Gallery Images OnSelection styles*/

.galleryImg.selected{
    box-shadow:0px 1px 2px 1px #333;
    border:solid 1px #d32f2f;
    margin:10px;
}

/*Product Images border style*/
.img-thumbnail {
    background-color: #f4f4f4 !important;
}


.draggable
{
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.dropped
{
    position: static !important;
}

/* pagination styles */
.grid-pagination .form-inline, .able-grid-header .form-inline{
    margin:20px 0;
}
.able-grid-header, .able-grid-content, .able-grid-footer {
    clear:both;
}
.able-grid-header .form-inline label {
    padding:0 3px;
    clear:both;
}

.able-grid-header .page-size-panel, .able-grid-header .selected-count-panel, .able-grid-header .commands-panel {
    float:left;
}

.able-grid-header .selected-count-panel .form-inline{
    padding:6px 5px;
}

.able-grid-header .pager-panel {
    float:right;
}

.able-grid-content th a, .able-grid-content th a:active, .able-grid-content th a:visited, .able-grid-content th a:hover{
    color:#676a6c;
}

.able-grid-content th .sort-indicator {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left:5px;
    color:#676a6c;
}

.able-grid-content th .sort-indicator-sortable:before {
    content:"\f0dc";
}

.able-grid-content th .sort-indicator-asc:before {
    content: "\f0de";
}

.able-grid-content th .sort-indicator-desc:before {
    content: "\f0dd";
}

/*Table horizontal scroll enabled*/
.enable-scroll{
    display:block;
    overflow-y:auto;
}

/* style for UPS registration and licensing */
div.license { border:solid 1px #C0C0C0; padding:10px; height:300px; overflow:auto; white-space:pre-line;}

/* Summernote text editor  */
.note-editor {
  height: auto !important;
  min-height: auto!important; 
}

/* Adjusting Sticky Footer width with side menu slide  */
body.mini-navbar .sticky-footer {
    left: 70px;
    -webkit-transition-property: left; /* Safari */
    -webkit-transition-duration: 400ms; /* Safari */
    -webkit-transition-delay: 200ms; /* Safari */
    transition-property: left;
    transition-duration: 400ms;
    transition-delay: 200ms;
}

body.fixed-sidebar .sticky-footer {
    -webkit-transition-property: left; /* Safari */
    -webkit-transition-duration: 400ms; /* Safari */
    -webkit-transition-delay: 200ms; /* Safari */
    transition-property: left;
    transition-duration: 400ms;
    transition-delay: 200ms;
    left: 220px;
}


/*
    sections within tabs
*/

.tabs-container .ibox .ibox-content, .tabs-container-narrow .ibox .ibox-content {
    padding: 15px 10px;
    border-style: none;
    border-width: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-radius: 0;
    box-shadow: none;
}

/* TabDrop related styles */
.nav-tabs,
.nav-pills {
  position: relative;
}

.tabs-container .dropdown-menu > .active > a{
    background-color: #1AB394;
}

.tabs-container .nav-tabs .dropdown-menu > li a:hover {
    background-color: #f5f5f5;
}

.tabs-container .dropdown-menu > .active > a:hover {
    background-color: #18a689 !important;
    border-color: #18a689;
    color: #FFFFFF;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: none repeat scroll 0 0 #23527c;
    border-top: 0px solid #e7eaec;
    left: 0;
    padding: 18.5px 20px;
    right: 0;
    font-size: 12px;
    color: #e7eaec;
}

/* NAVIGATION SIDEBAR TITLE */
.nav-header .text-muted {
    color: #e7eaec;
}

/* TOP NAV BAR TEXT STYLE */
@media (max-width:768px){

    .top-nav-bar li a span {
        display:none;
    }

}

/* CATALOG URL READONLY FIELD STYLE */
.catalog-url[readonly] {
    background-color:#ffffaa;
    opacity:.8;
}

/* IMAGE SELECTION FOLDER STYLES */
.image-selection-input {
    width:200px;
}

/*DASHBOARD CUSTOM STYLES*/
.dashboard-box a{
    color: #23527c;
}

/*WEBSITE EDITING: LAYOUT CONTAINER*/
.layout-container .navbar {
    margin-bottom: 0;
}

/*ADMIN LIST SELECT ALL DIALOG BOX STYLES*/
.ui-dialog .modal-header .close {
    margin-top: -10px;
}

/*STYLES TO DISBALE ANCHOR TAG*/
a.disabled {
  pointer-events: none;
  cursor: default;
}

/*ADMIN MENU ITEMS PADDING STYLES*/

#admin-menu .nav > li > a {
    padding: 10px 20px 10px 25px;
}

#admin-menu .nav-second-level li a {
    padding: 5px 10px 7px 52px;
}

#admin-menu .nav-third-level li a {
    padding-left: 62px;
}

/* REPORT SECTION CUSTOM STYLES */
#annual-sales select, #abandoned-baskets-report select {
    min-width:200px;
}

/* PULL SHEET PAGE STYLES */
#pull-sheet-grid img.img-responsive {
    margin: 0 auto;
}

#pull-sheet-grid .pull-sheet-image{
    width:20%;
}

/* LICENSE EXPIRATION WARNING MESSAGE STYLES */
#license-warning{
    border-radius: 0;
    padding:10px;
    margin: 0;
}

#license-warning p {
    margin:0;
    text-align:center;
    font-size: 15px;
}