﻿body, html {
    font-family: 'Didact Gothic';
    font-size: 16px;
    background-color: white !important;
    background-size: cover;
}
.panel-heading {
    background-color: #4caf50;
}
.panel-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20)
}

.row-input-flex {
    display: inline-flex;
}
/*TODO: Create MD theme for the app to color buttons etc*/
.md-button-custom {
    background-color: #65b741 !important
}

.slick-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

    .slick-slider.slick-initialized {
        visibility: visible;
        opacity: 1;
    }

.quoteLabel {
   margin: 20px 0px 20px 0px;
}

.email-modal-header {
    margin-bottom: 20px;
}

.animate-show, .animate-hide {
    -webkit-transition: all linear 1s;
    -moz-transition: all linear 1s;
    -ms-transition: all linear 1s;
    -o-transition: all linear 1s;
    transition: all linear 1s;
}

.animate-show {
    opacity: 0;
}

    .animate-show.animate-show-active {
        opacity: 1;
    }

.animate-hide {
    opacity: 1;
}

    .animate-hide.animate-hide-active {
        opacity: 0;
    }

.product-menu{
    padding-top:30px;
}
.panel-title > a {
    display:block;
    cursor: pointer;
}

.center {
    margin: 0 auto;
    float: none;
}

.ProductInfoPopoverLinks {
    border: 0px white;
    cursor: pointer;
    color: #4caf50;
    font-weight: bold;
}
a:focus {
    outline: none;
}
.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}
.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
}

/*** Make navigation row height smaller ***/
.table > tbody > tr > td {
    padding: 3px !important;
}

/****** Side bar ******/

.panel-body {
    padding: 0px;
}

    .panel-body table tr td {
        padding-left: 15px
    }

    .panel-body .table {
        margin-bottom: 0px;
    }

/****** Image Gallery - Slick Slider Overrides ******/
.image-repeat {
    overflow:hidden;
}

.img-slide {
    width: 450px;
    height: 450px;
    position: absolute
}

figcaption {
    text-align:center;
    padding-top: 30px;
}

.image-container {
    max-width: 450px;
    margin: auto;
}

.caption-container {
    height: 200px !important;
}
/*.slick-slide {
    height: 450px;
    width: 450px;
}

    .slick-slide img {
        height: 450px;
        width: 450px
    }*/


label {
    margin-bottom: 3px;
}

.qty-spacing {
    margin-right: 4px !important;
}

.headers {
    background-color: rgba(63, 81, 181, 1) !important;
}

.qty {
    margin-top: 20px;
}

.borderless td, .borderless th {
    border: none;
}

.td-quote {
    width: 60px !important;
}

.diam {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    color: #757575;
}

.md-select {
    padding-bottom: 8px;
}

.mySelect {
    width: 180px;
}

    .mySelect md-select-menu {
        margin-top: 45px;
        display: flex;
    }

.input-label-reverse {
    margin-right: 5px;
    min-width: 120px;
}

.input-label {
    margin-top: 25px;
    min-width: 120px;
}

.word-spacing {
    margin: 5px;
}

.word-spacing-large {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4px;
}

.fa-border-icon {
    margin-top: 30px;
    margin-right: 30px;
    color: forestgreen;
    cursor: pointer;
}

.fa-border-icon-reverse {
    margin-right: 30px;
    margin-top: 5px;
}

.header-left-align {
    padding-left: 0px !important;
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0), 0 0 0px rgba(0, 0, 0, 0.0);
}

.input-focus:focus {
    border-color: #228b22;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(34, 139, 34, 0.6);
}

.md-tooltip {
    height: auto;
    font-size: 16px;
    white-space: pre-line;
    background-color: black !important;
    color: white !important;
}

br {
    display: block;
    margin: 900px 0;
}

/* The alert message box */
.alert-box {
    border-radius: 5px;
    background-color: #f44336; /* Red */
    color: white;
    padding: 15px;
    box-shadow: 1px 2px;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    /* When moving the mouse over the close button */
    .closebtn:hover {
        color: black;
    }

.align-left-top-margin {
    margin-left: 0px;
    margin-top: 10px;
}

.quote-label {
    border-bottom: 2px solid;
    border-bottom-color: rgb(76, 175, 80);
    margin-top: 20px;
}

.green {
    color: rgb(76, 175, 80);
}

.quote-number-container {
    margin-top: 10px;
    margin-bottom: 10px;
}

input:-moz-read-only { /* For Firefox */
    background-color: yellow;
}

input:read-only {
    /*background-color: #d8e6d9;
    border: 1px solid gray;*/
    padding: 3px;
    cursor: initial;
    /*margin-right: 1px;*/
}

.spacing {
    width: 60px !important;
}

.times {
    margin-left: 14px;
    margin-top: 4px;
}

.center-content {
    margin: 0 auto;
    width: 80%;
}

#text-upload {
    color: #0e0e0e;
    text-align: center;
}

.custom-size-container {
    margin-top: 28px;
}

.selection-text {
    border-bottom: 2px solid;
    color: rgb(76, 175, 80);
    width: 35px;
}

.select-box-width {
    width: 240px;
}

.product-header-spacing {
    padding-top: 20px;
}

    .product-header-spacing > h2 {
        color: black
    }

.cuttings-header {
    margin-top: 18px;
}

.md-toolbar-tools > i {
    margin-right: 5px;
}

.margin-right-50 {
    margin-right: 50px;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-left-right-15 {
    margin-right: 15px;
    margin-left: 15px;
}

.margin-left-right-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-left-right-5 {
    margin: 0px 5px 0px 5px;
}

.margin-align-icon {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 16px;
}

md-input-container {
    margin: 0px;
    padding: 0 0 10px 0;
}

.input-max-height {
    height: 70px;
}

.sub-label {
    min-width: 169px;
}

.margin-top-bottom-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

readonly {
    background-color: gray;
}

.label-min-width {
    min-width: 120px
}

.error-message-text {
    margin-bottom: 10px;
    margin-top: 10px;
}

.hide-validation-error .md-errors-spacer {
    display: none;
}

md-input-container .md-errors-spacer {
    min-width: 0px;
    min-height: 0px;
}

.margin-right-11 {
    margin-right: 11px;
}

.dialog-text {
    margin: 0px;
}

#pricingButton {
    cursor: pointer;
}
/* Hides the default dropdown arrow if only 1 option */
/*.select-no-arrow > md-select-value .md-select-icon {
        display: none;
    }*/

.select-no-arrow {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

    /* For IE10 */
    .select-no-arrow > select::-ms-expand {
        display: none;
    }

.form-group {
    margin-bottom: 16px;
}

.form-control {
    margin-bottom: 16px;
}

.center-image {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.max-width-select {
    width: 100% !important;
}

#or {
    border-bottom: 2px solid #4caf50;
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width:500px) {

    .select-box-width {
        width: 140px;
    }
}

#short-description {
    background-color: white !important;
    text-align: center;
}

.panel-square {
    border-radius: 0;
}

.panel-group .panel {
    border-radius: 0px;
}

/****** ORDER ENTRY ******/

#order-dialog-logo {
    height: 100px;
    width: 160px;
    /*margin: 0 auto;*/
    /*margin-top:10px;*/
}

/*input.ng-invalid {
    background-color: pink;
}*/
/*input.ng-valid {
    background-color: lightgreen;
}*/
.emailWarning {
    border: 2px solid rgba(255, 0, 0, 0.52);
}

.md-toolbar-tools {
    min-height: 120px;
}

.order-review-field {
    margin-bottom: 0px;
}

#flex-toolbar {
    min-height: 135px;
}

#order-modal-body{
    height: 100vh;
}

#order-modal-body {
    /*height: 80vh;*/
}
.order-modal-header {
    margin: 20px 0px 20px 0px;
    font-size: 32px;
    letter-spacing: 1px;
}

.dropzone-style-override {
    cursor: pointer !important;
    border:none;
}

.text-spacing {
    margin: 0px 0px 25px 0px;
    letter-spacing: 1px;
}
.order-button-full {
    width: 100%;
    margin-left:0px; 
    display:block;
    cursor: pointer;
}
.order-button-60 {
    width: 60%;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}
.confirm-order-container {
    margin: 60px 0px 10px 0px;
}

.review-inputs {
    margin: 20px 0px 20px 0px;
}

.container-no-padding {
    padding: 0;
}

.input-spacing-vertical {
    margin-bottom: 15px;
}


.order-header {
    background-color: #3d8c40;
}

.label-width-30 {
    display:inline;
    width: 30%;
}

.input-width-70 {
    float: right;
    width: 70%;
}

.flex-input {
    display:flex;
}

.input-100 {
    width: 100%;
    padding: 1px;
}

.no-left-padding {
    padding-left: 0;
}

.no-right-padding {
    padding-right: 0;
}

#email-logo {
    width: 40px;
}

.quantities-row {
    display: flex;
    justify-content: space-between;
}

.twenty-width {
    width: 20%
}

.order-review {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
}

.grey-backing {
    background-color: rgba(128,128,128,0.14);
}

.image-upload {
    border-radius: 20px;
    border: 2px dashed #c6c6c6;
}

#quantities-order {
    display: inline-flex;
    justify-content: space-between;
}

.order-review-field {
    width: 60%;
}

.order-text-no-bottom-margin {
    margin-bottom: 0px;
}

.order-review-label {
    width: 20%
}

#email-validate {
    margin-bottom: 40px;
}


@media screen and (min-width:700px) {
    .email-details-entry {
        width: 50%;
        margin: 0 auto;
        padding-top: 30px;
    }
}
@media screen and (min-width:700px) {
    .contact-details-entry {
        width: 50%;
        margin: 0 auto;
        padding-top: 30px;
        
    }
    md-dialog {
        max-width: 90%;
        width: 80vw
    }
}

@media screen and (min-width:1200px) {

    md-dialog {
        max-width: 90%;
        width: 60vw
    }
}
@media screen and (max-width:760px) {
    .no-padding-on-small {
        padding: 0;
    }
}
@media screen and (max-width: 760px) {
    md-dialog {
        max-width: 90%;
        width: 100vw
    }
}

.center-upload {
    margin: 0 auto;
    display: flex;
}

.customer-review-label {
    display:block;
    margin: 10px 0px 10px 0px;
}

.customer-review-input {
    width: 100%;
    padding: 2px;
}

.text-center-custom {
    text-align: center;
}


.show-hide {
    transition: all linear 0.5s;
    background-color:black;
}

    .show-hide.ng-hide {
        opacity: 0;
    }