/*
 * This stylesheet will be included last by the module, so we can override any styles we need to here.
 */

a {
   cursor: pointer;
}


/** hide the right edge of the minifyme button **/
.minifyme-wrapper{
    height: 40px;
    overflow: hidden;
    position: relative;}

/** one depth visiblity for submenus **/
.dropdown-submenu > ul > div > li > a{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}

.dropdown-submenu > li > a{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}
.dropdown-submenu a:hover{
    background-color: #4090D4;
    color:#FFF;
}

#content {
    padding-bottom: 18px;
}

#project-context>:first-child {
    text-transform: none;
}
    /** TEMP: Until we figure out how to make Idea aware of the bootstrap.min.css, avoid inspection errors on common bootstrap class names **/
.text-justify, .in, .table-condensed, .table-responsive, .navbar-btn, .navbar-default, .center-block {}

.navbar-info-text {
    vertical-align: middle;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-right: 12px;
    padding: 6px;
    display: inline;
}

.navbar-btn-spaced {
    margin-right: 6px;
}

.control-bar-row {
    margin-bottom: 12px;
}

    /** Tweak the spacing on pagination controls we render directly below tables, as the table already adds a margin below **/
.pagination-below-table {
    margin-top: 0;
}

.clickable {
    cursor: pointer;
}

.sortable {
    cursor: pointer;
}

.results-row {
    margin-bottom: 4px;
}

.heading-inline {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
}

.table-layout {
    display: table;
    width: 100%;
}

.table-layout .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.select-cell {
    width: 68px;
}

.disabled {
    color: #999;
}

.page-header-sub-heading {
    margin-top: 0;
}

.create-project-legend {
    padding-bottom: 12px;
    margin-bottom: 14px;
}

.horizontal-divider {
    border-bottom: 1px dashed rgba(0,0,0,.2);
    margin-top: 15px;
    margin-bottom: 15px;
}

.file-uploader {
    margin-bottom: 10px;
}

.file-drop {
    padding-top: 28px;
    padding-bottom: 28px;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    color: #2d4b6d;
    font-weight: bold;
    text-align: center;
    display: block;
    border: 2px dashed #888888;
    border-radius: 7px;
}

.menu-item-file-drop {
    overflow: hidden;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    color: #2d4b6d;
    font-weight: bold;
    text-align: center;
    display: block;
}

.file-drop.hover, .menu-item-file-drop.hover {
    border: 2px solid #444444;
    color: #7c9647;
}

.file-drop.disabled, .menu-item-file-drop.disabled {
    border: 2px dashed #CCCCCC;
    color: #CCCCCC;
}

.menu-item-details-tabs .tab-pane {
    min-height: 250px;
}


.bold a{
    font-weight:600;
}
.italic a{
    font-style: italic;
    margin-left:10px;
    padding-left:10px;
}

.textarea-no-resize{
    resize: none;
    min-height: 100px;
}

.smart-style-1 .dropdown-menu>li>a, .smart-style-1 .dropdown-menu > li.italic {
    /* fixes the default alignment on the org-prop drop down for the 'Dark Elegance' theme */
    margin-left: 10px !important;
    padding-left: 10px !important;
}

nav .btn-group ul {
    max-height: 1000px;
}

.smart-style-2 nav .btn-group ul {
    background-color: white;
}

#header > *:first-child {
    width: 120px;
}


#logo {
    margin-top: 2px;
    margin-left: 9px;
}

#logo .img {
    width: 110px;
    height: 42px;
    padding-left: 3px;
    background: url('../img/logo.png') no-repeat;
    background-size: 110px;
}

.smart-style-1 #logo .img, .smart-style-2 #logo .img {
    background: url('../img/logo-light.png') no-repeat;
    background-size: 110px;
}

#project-context a {
    text-transform: none;
}

#organizations {
    display: inline-block;
    padding: 8px 13px 0;
    position: relative;
}

#organizations a {
    text-transform: none;
}

.dropdown-menu {
    z-index: 9999;
}

.open > .dropdown-menu {
    max-height: 468px;
    overflow-y: auto;
}

.login-info img {
    border-left: none;
}

.login-info i {
    margin-left: 6px;
}

/** Even though these icons exist in the raw font file, they're missing in the fontawesome.css that we're inheriting from the theme. **/
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-building-o:before {
    content: "\f0f7";
}

/** Override the Android logo with the Menu logo **/
#hide-menu i::before {
    content: "\f0c9";
}

/** CSS trick to switch the plus icons to minus icons in the open folders **/
li.open > a > b > em.fa-plus-square-o:before {
    content: "\f147";
}


/** Tweak the left nav for the "Ultra Light" style slightly **/
.smart-style-2 nav > ul > .open > ul {
    border: 1px dotted #BBB;
    border-top: none;
}

.smart-style-2 nav > ul > li.open > a {
    background-color: #EFEFEF;
    border-top: 1px dotted #BBB;
    border-left: 1px dotted #BBB;
    border-right: 1px dotted #BBB;
}

.smart-style-2 nav ul ul li>a:hover, .smart-style-2 nav ul li a:hover {
    background-color: #EFEFEF !important;
}

.smart-style-2 .login-info .dropdown-menu a {
    font-size: 13px !important;
}

.login-info .dropdown-menu a {
    margin-top: 0 !important;
}

.minified nav ul ul li>a:hover, .minified nav ul li a:hover {
    background: none;
}

.minified nav > ul > li.open > a {
    border: none;
}

.minified nav > ul > .open > ul {
    border: 1px solid #bfbfbf;
}

.minified nav ul ul li>a:hover, .minified nav ul li a:hover {
    background: none;
}
.animation-slide-up {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    -moz-transition-duration: 235ms;
    -webkit-transition-duration: 235ms;
    -o-transition-duration: 235ms;
    transition-duration: 235ms;
    overflow: hidden;
}
.animation-slide-down {
    max-height: 20000px;
    -moz-transition-duration: 235ms;
    -webkit-transition-duration: 235ms;
    -o-transition-duration: 235ms;
    transition-duration: 235ms;
}

.visibly-hidden {
    opacity: 0;
    -moz-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    transition-duration:1.5ms;
    -moz-animation-name: fadeOut;
    -webkit-animation-name: fadeOut;
}

nav ul ul {
    display: block;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

nav ul ul.animation-slide-down {
    padding-top: 7px;
    padding-bottom: 7px;
}

nav ul ul ul.animation-slide-down {
    padding-top: 0;
    padding-bottom: 0;
}

.page-header {
    margin: 18px 0 18px;
    border-bottom: 1px solid #DDD;
}

.smart-style-2 .page-header, .smart-style-3 .page-header {
    border-bottom: 1px solid #EEE;
}

dl {
    margin-top: 1em;
    margin-bottom: 1em;
}

.dl-horizontal dt {
    width: 180px;
}

@media (min-width: 768px) {
    .dl-horizontal dd {
        margin-left: 200px;
    }
}

.chart-container {
    margin-bottom: 18px;
    height: 200px;
}

dt {
    font-weight: normal;
}

dd {
    font-weight: bold;
}

.form-actions .btn {
    margin-left: 4px;
}

#ribbon .btn-group, .btn-group-vertical {
    vertical-align: top;
    padding-top: 4px;
}

.pagination {
    margin: 0;
}

.control-bar-row {
    margin-bottom: 12px;
}


.form-control-text {
    display: block;
    padding: 6px 0;
}

/** Just declaring to avoid validation errors */
.list-inline {}

/** Hack to hide the icon in SmartAdmin checkboxes **/
.checkbox i:before {
  content: " ";
}

/** Signin page **/
#login-header-space {
    line-height: 44px;
}

#login #header {
    height: 49px;
}

#login #header #logo {
    margin-top: 5px;
}

/** Add a basic fade effect to the success/error messages */
.alert {
    -moz-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -moz-animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
}

.fixed-navigation #left-panel {
    height: 100%;
}

/** Disable the text highlighting in the left nav **/
#left-panel {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-x: hidden;
    overflow-y: auto;
}

#left-panel::-webkit-scrollbar {
    width: 0;
}

.readOnlyForm .form-control {
    background:rgba(0,0,0,0);
    border:none;
    cursor: auto;
}

.readOnlyForm select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.panel-heading-icon-label {
    margin-top: 2px;
    margin-right: 12px;
}

button i {
    margin-left: 2px;
    margin-right: 2px;
}

.foodItemImageContainer {
    text-align: center;
    float: left;
    width: 360px;
}

.foodItemDetailsContainer {
    margin-left: 384px;
    margin-right: 14px;
}

@media (max-width: 991px) {
    .foodItemDetailsContainer {
        margin-left: 0;
        margin-right: 0;
        clear: both;
    }
}

.wineItemImageContainer {
    text-align: center;
    float: left;
    width: 200px;
}

.wineItemDetailsContainer {
    margin-left: 215px;
    margin-right: 14px;
}

@media (max-width: 991px) {
    .wineItemDetailsContainer {
        margin-left: 0;
        margin-right: 0;
        clear: both;
    }
}

.generalItemImage {
    width: 360px;
    height: 240px;
    margin-bottom: 12px;
    outline: 1px solid grey;
    position:relative;
}

.generalItemImage img {
    margin-left:auto;
    margin-right:auto;
    max-height: 240px;
    max-width: 360px;
}

.foodItemImage {
    width: 360px;
    height: 240px;
    margin-bottom: 12px;
    outline: 1px solid grey;
    position:relative;
}

.foodItemImage img {
    margin-left:auto;
    margin-right:auto;
    max-height: 240px;
    max-width: 360px;
}

.wineItemImage {
    width: 200px;
    height: 200px;
    margin-bottom: 12px;
    outline: 1px solid grey;
    position:relative;
}

.wineItemImage img {
    margin-left:auto;
    margin-right:auto;
    max-height: 200px;
    max-width: 200px;
}


.beerItemImage {
    width: 200px;
    height: 200px;
    margin-bottom: 12px;
    outline: 1px solid grey;
    position:relative;
}

.beerItemImage img {
    margin-left:auto;
    margin-right:auto;
    max-height: 200px;
    max-width: 200px;
}

.imageCenter {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.progress {
    margin-left: 15px;
    margin-right: 15px;
}

.indented-row {
    margin-left: 21px;
}

.add-item-legend {
    padding-bottom: 12px;
    margin-bottom: 14px;
}

.dropdown-menu li {
    text-align: left;
}

.add-item-legend .dropdown-menu {
    min-width: 142px;
}

.slider-text-input {
    float: right;
    margin-left: 20px;
    width: 54px;
}

.slider-container {
    float: right;
    padding-top: 5px;
    width:calc(100% - (54px));
}

.grid-column-remove {
    width: 50px;
}


.grid-column-edit-text-cell input{
    width: 100%
}

.grid-column-currency {
    width: 100px;
}
.grid-column-currency-cell input {
    width: 50px;
}

.popup-grid-column-currency {
    width:  61px;
}
.popup-grid-column-currency-cell input {
    width: 45px;
}

div.fc-event-style1 {
    background-color: #CCCCCC;
}

div.fc-event-style2 {
    background-color: #B2B2B2;
}

div.fc-event-style3 {
    background-color: #999999;
}

div.fc-event-style4 {
    background-color: #808080;
}

div.fc-event-style5 {
    background-color: #666666;
}


.fc-override-event {
    background-color: #f78c40;
}

.fc-event-highlight {
    background-color: #FFF;
    color: #00AAAA;
}

.fc-header-action-buttons {
    position: absolute;
    top: 13px;
    left: 12px;
}

.fc-event {
    cursor: pointer!important;
}

.menu-header {
    position: fixed;
    top: 48px;
    left: 234px;
    right: 14px;
    z-index: 1001;
    background-color: white;
    padding-top: 15px;
    padding-left: 0;
    border-bottom: 1px solid #cccccc;
}

.smart-style-0 .menu-header {
    background-color: #f3f3f3;
}

.smart-style-1 .menu-header {
    background-color: #f0f1f1;
}

.menu-header .navbar {
    margin-bottom: 14px;
}

.menu-header .navbar-form {
    border-color: transparent;
}

.horizontal-scroll {
    overflow-x: auto;
}

.minimum-size-button {
    min-width: 150px;
}

/* Fix the odd underling below the prev/next buttons on the page editor */
.navbar-form a.fa-lg:hover, .btn-toolbar a.fa-lg:hover {
    text-decoration: none;
}

.menu-body {
    margin-top: 70px;
    display: inline-block;
    min-width: 100%;
}

.menu-container {
    position: relative;
    padding-right: 250px;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    display: inline-block;
    min-width: 100%;
}

.menu-compare-container {
    position: relative;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    text-align: center;
    display: inline-block;
    min-width: 100%;
}

.hidden-menu .menu-container {
    padding-right: 10px;
}

.menu-page-container {
    background-color: white;
    border: 1px dotted #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 46px;
    margin-bottom: 18px;
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.75);
    box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.75);
    display: inline-block;
}

.menu-page-canvas {
    width: 800px;
    height: 1232px;
}

.menu-page-canvas svg {
    width: 100%;
    height: 100%;
}

.non-editable {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQANr1679z4gsBhIIDg5mhAvCBECKwILIAmBBdAGQIAC3PRMMq1wqVAAAAABJRU5ErkJggg==) repeat;
}

.menu-buttons-container {
    position: fixed;
    left: 234px;
    top: 129px;
    right: 15px;
    text-align: left;
    height: 34px;
}

.menu-buttons-background {
    position: absolute;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    background-color: #fbfbfb;
    width: 100%;
    height: 100%;
}

.btn {
    font-size: 14px;
}

.menu-zoom-container {
    position: fixed;
    right: 264px;
    top: 129px;
}

.menu-zoom-container .dropdown-menu {
    min-width: 139px;
}

.menu-right-rail {
    position: fixed;
    right: 14px;
    top: 129px;
    bottom: 18px;
    width: 250px;
    overflow-y: hidden;
    overflow-x: hidden;
    border: 1px solid #cccccc;
    border-top: 0;
    background-color: #ffffff;
}

.hidden-menu .menu-right-rail {
    right: -235px;
}

.hidden-menu .menu-right-rail:hover {
    right: 14px;
}

@media (min-width: 1200px) {
    .menu-right-rail {
        width: 400px;
    }
    .menu-zoom-container {
        right: 414px;
    }
    .hidden-menu .menu-right-rail {
        right: -385px;
    }
    .menu-container {
        padding-left:  10px;
        padding-right: 410px;
    }
    .hidden-menu .menu-container {
        padding-right: 10px;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .menu-header, .menu-buttons-container {
        left: 14px;
    }
}

@media (max-width: 767px) {
    .menu-header {
        left: 5px;
        right: 5px;
    }
    .menu-buttons-container {
        left: 5px;
        right: 6px;
    }
    .menu-right-rail {
        right: 4px;
    }
    .menu-zoom-container {
        right: 254px;
    }
    .navbar-form {
        margin-top: -2px;
    }
}

.menu-right-rail .ui-accordion {
    margin-top: 2px;
}

.menu-right-rail .ui-accordion-header {
    border-left: 0;
    border-right: 0;
}

.menu-right-rail .ui-accordion-content {
    margin-top: -2px;
    border-left: 0;
    border-right: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.menu-right-rail {
    -moz-transition: right .1s ease-out;
    -ms-transition: right .1s ease-out;
    -o-transition: right .1s ease-out;
    -webkit-transition: right .1s ease-out;
    transition: right .1s ease-out;
}

.minified .menu-header, .minified .menu-buttons-container {
    left: 59px!important;
}

.hidden-menu .menu-header, .hidden-menu .menu-buttons-container {
    left: 24px!important;
}

.hidden-menu .menu-zoom-container {
    right: 15px;
}

.menu-differences-panel {
    min-height: 200px;
    text-align: center;
    overflow-x: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.menu-differences-panel.left {
    border-right: 1px solid #cccccc;
}

.menu-differences-panel.right {
    border-left: 1px solid #cccccc;
}

.menu-differences-panel h4 {
    margin-top: 40px;
}

.menu-differences-panel .menu-page-container {
    margin-top: 8px;
}

/* Enable CSS animations for the accordion controls */
.ui-accordion .ui-accordion-content {
    padding: 0;
    display: block !important;
}

.ui-accordion-content .radio input[type="radio"] {
    margin-top: 2px;
}

.dd-list {
    padding: 0;
    display: block !important;
}

.dd-handle {
    margin-top: 0;
    margin-bottom: 0;
}

.dd-collapsed {
    margin-bottom: 5px;
}

.input-navbar {
    margin-left: -2px;
    margin-top: -6px;
}

.position-absolute {
    position: absolute;
}

.position-center {
    position: absolute;
    width: 100%;
    text-align: center;
}

.position-center .btn-group {
    float: inherit;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*
GWT Bootstrap/Smart-Admin conflicts
*/
.bootstrap-select .selected:after {
    border-top: 0;
}

.bootstrap-select .selected:before {
    content: "";
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    overflow-x: hidden;
}

.bootstrap-select.btn-group.disabled {
    cursor: not-allowed;
}

button.btn.selectpicker {
    font-size: 12px;
}

button.btn.selectpicker.disabled {
    background-color: #eee;
    color: #555;
    opacity: 1;
}

/*
// GWT Bootstrap/Smart-Admin conflicts
*/

.uses-img-icon img {
    margin-top: -2px;
    margin-right: 4px;
}

.btn-narrow {
    padding-left: 7px;
    padding-right: 7px;
}

.btn-narrow.dropdown-toggle {
    padding-left: 4px!important;
    padding-right: 4px!important;
}

.open.minanimation > .dropdown-menu {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .2s;
  -moz-animation-duration: .2s;
  -o-animation-duration: .2s;
  animation-duration: .2;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

/** Page editor styles **/
.dd-item>button[data-action=collapse]:before {
    color: #0091d9;
}

.menu-item-name {
    max-height: 36px;
    overflow: hidden;
    line-height: 24px;
}

.flex-table-drag-proxy {
    outline: 1px dashed #555555;
}

.flex-table-drag-proxy .dragdrop-dragging {
    opacity: .5;
}

.dragdrop-movable-panel .dd3-content {
    margin-top: 0;
    margin-bottom: 0;
}

.dragdrop-positioner {
    display: none;
}

.dd3-content.font-preview {
    padding: 0;
    padding-left: 36px;
    background-color: white;
    overflow: hidden;
}

.dd3-content.font-preview img {
    height: 34px;
}

.text-styles-menu li {
    width: 248px;
    margin-left: -6px;
    overflow: hidden;
}

.text-styles-menu li img {
    height: 26px;
    margin: -5px;
}

.dropdown-menu.text-styles-menu > li > a:hover,
.dropdown-menu.text-styles-menu > li > a:focus {
  text-decoration: none;
  color: #000000;
  background-color: #FFFFFF;
}
.dropdown-menu.text-styles-menu > .active > a,
.dropdown-menu.text-styles-menu > .active > a:hover,
.dropdown-menu.text-styles-menu > .active > a:focus {
  color: #000000;
  text-decoration: none;
  outline: 0;
  background-color: #FFFFFF;
}

.background-image-container {
    border: 1px dotted #ccc;
    padding: 4px;
    width: 130px;
    height: 201px;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
}

.background-image-container.highlighted {
    border: 1px solid #0091d9;
    outline: 1px solid #0091d9;
}

.clip-art-image-container {
    border: 1px solid #ccc;
    padding: 4px;
    width: 130px;
    height: 130px;
    margin-top: 5px;
    position: relative;
}

.background-image-container img, .clip-art-image-container img {
    max-width: 120px;
}

.background-image-container i, .clip-art-image-container i {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 18px;
    cursor: pointer;
    color: #000000;
    text-shadow: 1px 1px #ffffff;
    display: none;
}

.background-image-container:hover i, .clip-art-image-container:hover i {
    display: block;
}

.shared-backgrounds .background-image-container:hover i, .shared-clip-art .clip-art-image-container:hover i {
    display: none;
}

.text-styles-menu {
    max-height: 460px;
    min-width: 220px;
    overflow-y: scroll;
}

.text-sizes-menu {
    max-height: 460px;
    min-width: 80px;
    overflow-y: scroll;
}

.edit-text-menu {
    padding: 10px;
    min-width: 300px;
    overflow: hidden;
}

.edit-status {
    font-size: 13px;
    color: #999999;
}

.global-wine-grid .modal-dialog {
    width: 767px;
}

.font-color-button {
    padding-left: 8px;
    padding-right: 8px;
}

.font-color-button i {
    border-bottom: 3px solid #cccccc;
    width: 15px;
}

.edit-color-menu .cp-app {
    background-color: #ffffff;
}

.input-group .edit-color-menu {
    left: auto;
    right: 0;
}

.edit-color-panel {
    text-align: center;
}

.edit-color-panel .cp-app {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.XS .cp-memo {
    bottom: 9px;
}

.draggable-item-delete {
    cursor: pointer;
    font-size: 18px;
    padding: 9px;
}

.dragdrop-movable-panel {
    z-index: 9999;
}

.menu-page-name {
    padding-top: 8px;
    padding-left: 10px;
    font-size: 14px;
    color: #777;
}

.menu-page-name .editable-text {
    font-weight: bold;
}

.menu-page-name input {
    margin-top: -2px;
    margin-left: -2px;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
}

.page-sizer-container {
    min-height: 26px;
}

.padding-bottom-2 {
    padding-bottom:  2px;
}

.table-overflow-content {
    table-layout: fixed;
}

.table-overflow-content td {
    white-space: nowrap;
}

.table-overflow-content td div {
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.fa {
    min-width: 14px;
    min-height: 14px;
    vertical-align: middle;
    text-align: center;
}

.cc {
    display: inline-block;
    height:16px;
    width: 26px;
}
.cc.cc_visa {
    background: url('../img/icons/cc_visa.png') 0 0;
}

.cc.cc_mastercard {
    background: url('../img/icons/cc_mc.png') 0 0;
}

.cc.cc_amex {
    background: url('../img/icons/cc_amex.png') 0 0;
}

.cc.cc_discover {
    background: url('../img/icons/cc_discover.png') 0 0;
}

.cc.cc_mask {
    opacity: 0.5;
}

.remove-overlay {
    position: absolute;
    top:0;
    right:0;

}

@media (min-width: 992px) {

    .settings-panel-box {
       min-height: 250px;
    }

    .dashboard-panel {
        min-height: 300px;
    }
}

@media screen and (max-width:1443px){
    .settings-panel-box {
        min-height: 250px;
    }

    .dashboard-panel {
        min-height: 337px;
    }
}

.margin-left-5{
    margin-left:5px;
}
.margin-left-7{
    margin-left:7px;
}
.margin-left-10{
    margin-left:10px;
}
.margin-left-15{
    margin-left:15px;
}


.margin-right-7{
    margin-right:7px;
}
.margin-right-10{
    margin-right:10px;
}
.margin-right-15{
    margin-right:15px;
}
/** Make sure checkboxes get the styling to appear slightly highlighted on tab indexes.  This appears to be incorrectly suppressed by smartadmin */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted!important;
  outline: 5px auto -webkit-focus-ring-color!important;
  outline-offset: -2px!important;
}

/* For the account cancelled alert at the top of the page */
.alert-header {
    max-height: 30px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 8px;
}

.alert-header .alert {
    margin-bottom: 0;
}

/* Fixes issue with the dropdown menus in the wine/beer list extending too wide when the popup is first rendered */
.import-filter-dropdown {
    max-width: 210px;
}

/* Fixes issue with the dropdown menus in the wine/beer list extending too wide when the popup is first rendered */
.manual-pairing-filter-dropdown {
    max-width: 298px;
}

.tabletPasswordMaskToggle {
    position: absolute;
    right: 1%;
    top: 0;
    width: 20%;
}

.underline{
    text-decoration: underline;
}

.min-height-145{
    min-height: 145px;
}
.min-height-180{
    min-height: 180px;
}
.min-height-230{
    min-height: 230px;
}


.-orgPropDropdownContainer{
    display: block;
    /*padding: 10px;*/
    /*margin-left: 8px;*/
    margin-left: 25px !important;
    margin-top: 8px;

}
    /*
     * ANDROID
     */
@media only screen and (min-width: 0px) and (max-width: 679px) {
    .orgPropDropdownContainer{
        display: block!important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 500px){
    .orgPropDropdownContainer{
        display: block!important;
    }

    #logo-group{
        width:42px !important;
    }

    #logo .img {
        width: 42px;
        height: 42px;
        padding-left: 0px!important;
        background: url('../img/logo-mini.png') no-repeat !important;
        display:block!important;
    }

    .-orgPropDropdownContainer{
        max-width: 200px;
        margin-left:10px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 370px){
    #logout{
        display: none!important;
    }
    #hide-menu{
        margin-left: 0px !important;
    }
}

.click-to-edit {
    width: 100%;
    height: 25px;
    left:0;
    margin: auto;
}

/* SuggestBox styling **/
.dropdown-menu table {
    width: 100%;
}

.dropdown-menu .item {
    padding: 5px;
    white-space: normal!important;
}

.dropdown-menu .item-selected {
    background-color: #3992d6;
    color: white;
}

.dropdown-menu .item small {
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    color: #999;
}

.dropdown-menu .item-selected small {
    color: #eee;
}

.dropdown-menu .suggestPopupContent {
    width: 220px;
}

.pairing-pro-thumbnail {
    margin-right: 5px;
    margin-top: 5px;
    height: 246px;
    float: left;
}

.pairing-pro-dashed-border {
    border: 2px dashed #ccc;
}

.pairing-pro-solid-border {
    border: 2px solid #ccc;
}

.paring-pro-image-container {
    padding: 4px;
    width: 200px;
    height: 200px;
}

.paring-pro-image-container img {
    max-width: 192px;
    max-height: 192px;
}

.pairing-pro-text {
    max-width: 200px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

