﻿body {
    font-family: 'lato', Arial, sans-serif;
    background-color: #f5f7f8;
    margin-left: 1px;
    font-size: 0.875rem;
}

    body.modal-open {
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

.inactive {
    color: #ccc;
    pointer-events: none;
    cursor: default;
}

.hidden-modal {
    visibility: hidden;
}

.glyphicon {
    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;
}

.glyphicon-chevron-left:before {
    content: "\f053"
}

.glyphicon-chevron-right:before {
    content: "\f054"
}

/************Menu***************/

#menuTop {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

#menuTop li {
    list-style: none;
    display: inline-block;
}

    #menuTop li a {
        padding: 0.1rem 1rem;
        font-size: 12px;
        color: rgba(0, 42, 58, 1);
    }

        #menuTop li:nth-child(3) a {
            padding-right: 0;
        }

.activeCustomerContainer{
    display: inline-block;
}

#searchquote .fa-search:before {
    font-size: 15px;
    vertical-align: super;
}
/**********************************/
/*Position quote-content in center under menu on bigger screens*/
@media screen and (min-width: 991px) {
    #form1 {
        position: relative;
        left: 12%;
    }

    #app-buttons {
        width: 80%;
    }

    .quote-header-center {
        position: relative;
        left: 12%;
        width: 50%;
        margin-top: 20px;
    }
}
/**************************************************************/

html.modal-active {
    overflow: hidden !important;
}

.loading-modal {
    background-color: rgba(199, 199, 199, 0.2);
    position: fixed;
}

.loading-progress {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    color: #000 !important;
}

.loading {
    background-color: rgba(225, 225, 225, 0.8) !important;
    height: 80px !important;
    border-radius: 0 !important;
}

.loading-active img {
    position: relative !important;
    top: 10px !important;
    left: 41% !important;
}

.loading-progress::after {
    top: 17px !important;
    padding-right: 65% !important;
}

@media screen and (min-width: 1200px) {
    .welcome-video {
        position: relative;
        /*left: 7%;*/
    }
}
/************************************/
/*.tab-pane {
  width: 600px;
}*/
/*.quote-content {
  width: 800px;
}*/
.form-group {
    position: relative;
}

.form-group .placeHolderRight {
    position: absolute;
    right: 30px;
    color: #8b8b8b;
    top: 5px;
    width: 70%;
    text-align: right;
    z-index: -1;
}

i.fa-icon:first-of-type {
    position: absolute;
    top: 4px;
    left: 19px;
}

i.fa-icon {
    position: absolute;
    top: 1px;
    left: 9px;
    font-size: 7px;
    color: lightslategrey;
}

#quoteHead .form-group input,
#quoteHead .form-group select,
#quoteHead .form-group input-dropdown {
    margin-left: 17px;
}

.frmtable {
    display: table;
}

.frmtablecell {
    display: table-cell;
}

#quoteHead input[type="text"],
#quoteHead input-dropdown {
    border: none;
    background-color: rgba(199, 199, 199, 0.2);
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0;
    border-radius: 0 0 0 0;
    /*max-width: 500px;*/
}

#quoteHead select {
    border: none;
    background-color: rgba(199, 199, 199, 0.2);
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0;
    border-radius: 0 0 0 0;
    /*max-width: 500px;*/
}


/* Horizontal ruler (Does not show when using bootstrap it not this is used) */
/*hr {
  width: 99%;
  color: lightgray;
  height: 1px;
  background-color: lightgray;
}*/

/*hr.hr-bottom {
    width: 800px;
    float: left;
}*/

hr.horizontalDivider {
    border-top: 0;
}
/*************** Text ***************/
h1 {
    font-family: 'din-pro';
    color: rgba(0, 42, 58, 1);
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
}

h2 {
    font-family: 'din-pro';
    color: rgba(0, 42, 58, 1);
    font-size: x-large;
    text-transform: uppercase;
    font-weight: 500;
}

h3, h4 {
    font-family: 'lato';
    font-style: italic;
    color: #082734;
    font-size: large;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 2;
}

    h4.QuoteNo {
        margin-bottom: 6px;
    }

h5, h6 {
    font-family: 'lato';
}

label {
    font-family: 'lato';
    font-weight: 400;
}

/*Descriptive text - quotelist and orderlist*/
.ListDescriptionText {
    font-family: 'lato';
}
/**********************************************/

/****************************************/

/******Form input fields design*******/

/*select.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #D9E1E2;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-color: #fff;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}

select {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #D9E1E2;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-color: #fff;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    select.form-control:focus, select:focus {
        border-color: #D9E1E2;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
 */

/*Remove standard arrow in form select*/
select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
}
/********/

input, select {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    input.form-control, select.form-control, div.form-control /*, .dropdown .btn-light*/ {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: none;
        border-radius: 0px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        cursor: pointer;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        input.form-control:focus, input:focus, select:focus, select.form-control:focus {
            box-shadow: 0 0 0 1px #082734;
            outline: none;
        }

/*.form-drop-down:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-image: url(https://cdn2.hubspot.net/hubfs/5111076/right-arrow-dark.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 16px;
    transform: rotate(90deg);
    width: 50px;
    height: 35px;
    transition: 300ms all;
}*/


.form-drop-down div::after, .drop-down-arrow::after {
    content: '';
    position: absolute;
    top: 4px;
    right: 8px;
    pointer-events: none;
    background-image: url(https://cdn2.hubspot.net/hubfs/5111076/right-arrow-dark.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 14px;
    transform: rotate(90deg);
    width: 50px;
    height: 30px;
}

.drop-down-arrow-small:after {
    content: '';
    position: absolute;
    top: 22px;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-image: url(https://cdn2.hubspot.net/hubfs/5111076/right-arrow-dark.svg);
    background-repeat: no-repeat;
    background-size: auto 11px;
    transform: rotate(90deg);
    width: 50px;
    height: 30px;
    transition: 300ms all;
}

.form-drop-down-small-quote:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-image: url(https://cdn2.hubspot.net/hubfs/5111076/right-arrow-dark.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 11px;
    transform: rotate(90deg);
    width: 30px;
    height: 22px;
    transition: 300ms all;
}

.form-drop-down, .form-drop-down-small {
    text-overflow: ellipsis;
}

/***********************************/



.clear {
    clear: both;
}

/* QuoteList*/
/*.quotelist {
  display: table-row; 
}*/

.quotelist .colheader {
    text-transform: uppercase;
    font-family: 'lato';
}

.quotelist h5 a, .franchise-orderlist-container .far, .franchise-orderlist-container .fas {
    color: rgba(0, 42, 58, 1);
}

/* Lines */
.quotelist > * {
    display: table-cell;
}

.quotelist > div {
    border-top: 1px solid #808080;
}

/* Expand */
/*.quotelist > *:nth-child(1) {
  width: 20px;
}*/

/* project */
/*.quotelist > *:nth-child(2) {
  width: 400px;
}*/

/*.quotelist > div:nth-child(2) {
  color: rgba(254, 80, 0, 0.75) !important;
}*/

/* date */
/*.quotelist > *:nth-child(3) {
  width: 160px;
}*/

/* status */
/*.quotelist > *:nth-child(4) {
  width: 185px;
}*/

/* followup status */
/*.quotelist > *:nth-child(5) {
    width: 245px;
}*/

/* Icons */
/*.quotelist > *:nth-child(6) {
  width: 200px;
}*/

/*.quotelist > *:nth-child(6) a {
  padding-right: 20px;
}*/

.quotelist2 {
    max-height: 30px;
}

    .quotelist2 > *:nth-child(1) {
        float: left;
    }

    .quotelist2 > *:nth-child(2) {
        float: right;
    }

        .quotelist2 > *:nth-child(2) a {
            padding-right: 30px;
        }

/*********Orderlist Franchise******/
/*.orderlist-franchise .colheader, .orderlist-franchise colheader-franchise, #franchise, #franchise > div:nth-child(1) > span {
    font-size: 12px !important;
}*/
.franchise-orderlist-container .orderlist .colheader {
    text-transform: uppercase;
    font-family: 'lato';
    font-size: 12px;
}
.franchise-orderlist-container .orderlist h5{
    font-size: 13px;
}

/**********************************/

/* OrderList */
/*.orderlist {
  display: table-row; 
}*/

.orderlist h5, .quotelist h5, .quotelist h6 {
    font-size: 0.85rem;
    margin-top: .5rem;
    display: inline-block;
}

/* How orderlist is displayed in mobile view */
@media screen and (max-width: 1000px) {
    .orderlist h5, .orderlist, .quotelist h5, .quotelist, .quotelist h6 {
        font-size: 0.7rem;
    }

    .quote-functions-icons h5 {
        font-size: 0.8rem;
    }
}

.orderlist .colheader {
    text-transform: uppercase;
    font-family: 'lato';
}
/* How orderlist is displayed in mobile view */
@media screen and (max-width: 1000px) {
    .orderlist .colheader, .quotelist .colheader {
        text-transform: initial;
        font-family: 'lato';
        line-height: 1;
    }
}

/* Lines */
.orderlist > * {
    display: table-cell;
}

.orderlist > div {
    border-top: 1px solid #808080;
}

/* project */
/*.orderlist > *:nth-child(1) {
  width:150px;
}*/
/*.orderlist > div:nth-child(1) {
            color: rgba(254, 80, 0, 0.75) !important;
        }*/

/* Projname */
/*/*.orderlist > *:nth-child(2) {
  width: 300px;
}
/* Date */
/*.orderlist > *:nth-child(3) {
  width: 200px;
}*/
/* status */
/*.orderlist > *:nth-child(4) {
  width: 150px;
}*/
/* icons */
/*.orderlist > *:nth-child(5) {
  width: 215px;
}*/

. /*orderlist > *:nth-child(6) {
  width: 150px;
}*/ * /*/

/* Itemlist */
.itemlist {
    /*display: table-row;*/
}

/* Itemlines */
.itemlist > * {
    display: table-cell;
}

/*.itemlist.line1 > div {
        border-top: 1px solid #808080;
    }*/

.itemlist h5 {
    font-size: 0.875rem;
}

/* Drawingname */
/*.itemlist.header > *:nth-child(1),
    .itemlist.line1 > *:nth-child(1) {
        width: 600px;
    }*/

.itemlist.line1 > div:nth-child(1) {
    color: rgba(254, 80, 0, 0.75) !important;
}

/* Price */
/*.itemlist.header > *:nth-child(2),
    .itemlist.line1 > *:nth-child(2) {
        width: 100px;
    }*/

/* Icons */
.itemlist.header > *:nth-child(3),
.itemlist.line1 > *:nth-child(3) {
    width: 100px;
    text-align: right;
}

.itemlist.line2 > *:nth-child(1) {
    width: 400px;
    text-align: left;
}

.itemlist.line2 > *:nth-child(2) {
    width: 200px;
    text-align: right;
}

.itemlist.line2 > *:nth-child(3) {
    width: 200px;
    text-align: right;
}

.itemlist.line2 > *:nth-child(6) {
    width: 200px;
    text-align: right;
}


.itemSpecifications .col1 {
    display: inline-block;
    width: 170px;
}

.itemSpecifications .col2 {
    display: inline-block;
}


/* Iteminfo collapsable info */
.iteminfo {
    width: 100%;
}

    /* Specifications */
    .iteminfo > div:nth-child(2) {
        float: left;
        width: 250px;
        border-right: 1px solid #999;
    }

    /* Files */
    .iteminfo > div:nth-child(3) {
        float: left;
        width: 350px;
        padding-left: 5px;
        border-left: 1px solid #999;
    }

/* Fileslist */
.files > * {
    display: inline-block;
}

    /* Filename */
    .files > *:nth-child(1) {
        width: auto;
    }

    /* Open */
    .files > *:nth-child(2) {
        float: right;
        /*width: 80px;*/
    }

    /* Download */
    .files > *:nth-child(3) {
        float: right;
        padding-right: 10px;
        /*width: 90px;*/
    }

.quoteSum > * {
}

    .quoteSum > *:nth-child(1) {
        float: left;
        width: 320px;
    }

.quoteSum .col1 {
    display: inline-block;
    width: 240px;
}

.quoteSum .col2 {
    display: inline-block;
    width: 50px;
    text-align: right;
}

.quoteSum > *:nth-child(2) .col1 {
    width: 180px;
}

.quoteSum > *:nth-child(2) .col2 {
    width: 100px;
}


/**************************************************/
/* Change Bootstrap default color for btn-default */

.btn-default:not(.btn-sm) {
    color: #fff;
    text-transform: uppercase;
    font-family: 'din-pro';
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    background-color: rgba(254, 80, 0, 1);
    border-radius: 0;
    border: none;
}

.btn-default:after {
    content: '\f107';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 29px;
    position: absolute;
    top: 24%;
    right: 15px;
    pointer-events: none;
}

.calcArrivalModal .btn-default:after {
    display: none;
}

.bootstrap-select.btn-group .dropdown-toggle .fa-angle-down {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 29px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    display: none;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}



/**************************************************/
/* Change Bootstrap default color for btn-primary */

.btn-primary {
    color: #fff;
    text-transform: uppercase;
    font-family: 'din-pro';
    font-size: 18px;
    font-weight: 400;
    /*line-height: 18px;*/
    padding: 2px 9px;
    background-color: rgba(0, 42, 58, 1);
    border-radius: 0;
    border: none;
}


    /*.btn-primary {
    color: #fff;
    background-color: rgba(40, 96, 143, 1);
    border-color: rgba(40, 96, 143, 1);
}*/

    .btn-primary:focus, .btn-primary:hover, .btn-primary[disabled]:hover {
        background-color: rgba(0, 42, 58, 1);
    }

    .btn-primary span, .btn-primary i {
        font-size: 14px;
    }


/**************************************************/
/* Change Bootstrap default color for btn-info and btn-warning */

.btn-info, .btn-warning {
    color: #fff;
    text-transform: uppercase;
    font-family: 'din-pro';
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    background-color: rgba(0, 42, 58, 1);
    border-radius: 0;
    border: none;
}

    .btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:active:hover, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning:active:hover {
        background-color: rgba(0, 42, 58, 1);
    }

    .btn-warning:hover {
        color: #fff;
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: rgba(0, 42, 58, 1);
        border-color: #c69500;
        border: none;
    }
/**************************************************/

.dropdown .btn-light{
    background-color: #fff;
}

/********Change design bootstrap checkbox**********/
.custom-control-label:before {
    background-color: white;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: white;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fe5000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.check-btn-container.disabled{
    opacity: 40%;
}
/**************************************************/
/********Change design of language button**********/
#dropdownMenuButton {
    color: #fff;
    text-transform: uppercase;
    font-family: 'din-pro';
    font-size: 16px;
    transition: 0.2s all;
    font-weight: 400;
    padding: 14px;
    line-height: 18px;
    background-color: rgba(254, 80, 0, 1);
    border-radius: 0;
    border: none;
    margin-top: 10px;
}

#dropdownMenuButtonLang {
    text-transform: uppercase;
    font-family: 'din-pro';
    font-size: 16px;
    transition: 0.2s all;
    font-weight: 400;
    padding: 14px;
    line-height: 14px;
    background-color: rgba(254, 80, 0, 1);
    border-radius: 0;
    border: none;
}

    #dropdownMenuButtonLang:hover, #dropdownMenuButtonLang:active, #dropdownMenuButtonLang:focus, .open > .dropdown-toggle#dropdownMenuButtonLang:focus, .open > .dropdown-toggle#dropdownMenuButtonLang, .open > .dropdown-toggle#dropdownMenuButtonLang:hover {
        transform: translate(2px, -2px);
        box-shadow: -4px 4px 0px 0 rgba(254, 80, 0, 0.5);
        border: none;
        color: #fff;
        background-color: rgba(254, 80, 0, 1);
    }

    #dropdownMenuButtonLang i {
        font-size: 12px;
    }


.dropdown-toggle::after {
    border: none;
    display: none;
}

#dropdownMenuButton:hover, #dropdownMenuButton:active, #dropdownMenuButton:focus, .open > .dropdown-toggle#dropdownMenuButton:focus, .open > .dropdown-toggle#dropdownMenuButton, .open > .dropdown-toggle#dropdownMenuButton:hover {
    transform: translate(2px, -2px);
    box-shadow: -4px 4px 0px 0 rgba(254, 80, 0, 0.5);
    border: none;
    color: #fff;
    background-color: rgba(254, 80, 0, 1);
}

#dropdownMenuButton i {
    font-family: 'fontawesome';
    font-style: normal;
    font-size: 12px;
}
/**************************************************/
/*.formNavButtons {
    width: 900px;
}*/

.formNavButtons.btn-save-quote, .formNavButtons.formNavButtonsWidth {
    width: auto;
}

    .formNavButtons.btn-save-quote button {
        margin-top: 20px;
        margin-bottom: 20px;
    }
/**********************Quote 2********************/
.fa-trash, .fa-copy, .fa-compress-arrows-alt {
    color: rgba(0, 42, 58, 1);
    font-size: 14px;
}

button .fa-copy {
    color: white;
}

.subprojname {
    font-family: 'lato';
    font-style: italic;
    font-weight: 300;
}

.e-subproj-name {
    font-family: 'lato' !important;
    font-style: italic !important;
    font-weight: 500 !important;
}

.AddSubprojectText:hover {
    text-decoration: underline;
}

.addsubproject .fa-2x {
    font-size: 1.5em;
}

span.fa-refresh, span.fa-info-circle {
    font-family: 'lato';
    font-weight: normal;
}

.fa-refresh::before, .fa-info-circle::before {
    font-family: 'FontAwesome';
}

#ordertype.disabled {
    pointer-events: none;
    background-color: #e9ecef;
}
/**************************************************/
/* Form input design */
#quoteDeliveryDetails ::-webkit-input-placeholder { /* Edge */
    font-family: 'lato';
    font-style: italic;
    color: #082734;
    font-size: 18px;
}

#quoteDeliveryDetails :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'lato';
    font-style: italic;
    color: #082734;
    font-size: 18px;
}

#quoteDeliveryDetails ::placeholder {
    font-family: 'lato';
    font-style: italic;
    color: #082734;
    font-size: 18px;
}

/**************************************************/

/* Customer - remove margin to fields in full screen view */
@media screen and (max-width: 990px) {
    .customerAdressInfo div:nth-child(1), .customerAdressInfo div:nth-child(2) {
        margin-bottom: 1rem;
    }  
}

/**************************************************/
/* Modal */
.fade.in {
    opacity: 1;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}


.modal-dialog, .modal-content {
    border: none !important;
    border-radius: 0px !important;
    top: 15%;
}

.modal-dialog .modal-header .modal-title {
    order: 1;
}

.modal-dialog .modal-header button {
    order: 2;
}

.modal-dialog .modal-header p {
   order: 3;
   width: 100%;
}

.modal-dialog .modal-footer button.btn-default {
    order: 2;
    height: 31px;
    margin-left: 3px;
}

.modal input[type=checkbox] {
    box-shadow: none;
}

/*body > div.modal.fade.ng-isolate-scope.in > div > div > div > div > form > div.modal-body.ng-binding input {
    border: solid 1px #000;
}

    body > div.modal.fade.ng-isolate-scope.in > div > div > div > div > form > div.modal-body.ng-binding input:focus {
        border: solid 1px #000;
    }*/

@media screen and (max-width: 500px) {
    .modal-dialog, .modal-content {
        border: none !important;
        border-radius: 0px !important;
        /*top: 9%;*/
    }
}

/*Modal max size*/
@media (min-width: 992px) {
    .modal-dialog {
        max-width: 600px;
    }
}

.modal-header p {
    font-family: 'lato';
    font-size: 16px;
    font-weight: 400;
}

span.fa-truck {
    margin: 2px 0px;
}

.formButtons > button:last-child {
    float: right;
}

.formButtons > div:last-child {
    float: right;
}

.formNavButtons > button:last-child {
    float: right;
}

.freightservice {
    margin-bottom: 20px;
}

.exportdocument {
    margin-bottom: 20px;
}

/*.input-group.date {
        width: 200px;
    }*/

#confirm {
    min-width: 250px;
    width: auto;
}


.alert {
    border-radius: 0px;
}

.form-alert {
    position: relative;
    width: 0px;
    height: 0px;
}

    .form-alert > * {
        position: absolute;
        width: 380px;
        left: 630px;
        top: -48px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .form-alert.v2 > * {
        position: absolute;
        width: 380px;
        left: 827px; /*810*/ 
        top: -50px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .form-alert.v2.alert-customer > * {
        position: absolute;
        width: 380px;
        left: 638px; /*810*/
        top: -50px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .form-alert.v2.ZipCityAddress > * {
        position: absolute;
        width: 380px;
        left: 827px; /*810*/
        top: -49px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .form-alert.v2.maxPalletHeight > * {
        position: absolute;
        width: 380px;
        left: 827px; /*810*/
        top: -34px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .form-alert.v2.MissingRekNo > * {
        position: absolute;
        width: 380px;
        left: 827px; /*810*/
        top: -33px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .form-alert.v2.alert-specialorder > * {
        position: absolute;
        width: 380px;
        left: 385px; /*810*/
        top: -50px;
        padding-top: 6px;
        padding-bottom: 6px;
    }


.selected-row {
    background-color: #e5e5e5;
}






    /* Loader */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgb(138 138 138 / 20%);
    /*opacity: .8;*/
}

    #loader .ajax-loader {
        position: fixed;
        left: 50%;
        top: 53%;
        margin-left: -32px; /* -1 * image width / 2 */
        margin-top: -32px; /* -1 * image height / 2 */
        display: block;
        -webkit-animation: spin 1s linear infinite;
        -moz-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

.ajax-loader {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

#loader .message {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -172px; /* -1 * image width / 2 */
    margin-top: -62px; /* -1 * image height / 2 */
    display: block;
    width: 300px;
    text-align: center;
}

button .ajax-loader {
    width: 17px;
    height: 17px;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 9px;
}

/*new loader liut 211214*/

#loader2 {
    background-color: rgba(0, 42, 58, 0.9);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    #loader2 .ajax-loader {
        position: fixed;
        left: 50%;
        top: 45%;
        margin-left: -32px; /* -1 * image width / 2 */
        display: block;
        -webkit-animation: spin 1s linear infinite;
        -moz-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

    #loader2 label.message {
        color: white;
        position: absolute;
        left: 50%;
        top: 53%;
        transform: translate(-50%, -50%);
    }

/****************************************/
/*.loader-quote span {
        position: relative;
        left: -350px;
    }*/
.SvcCodeList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.SvcCodeList li {
    margin: 1px;
    padding: 0.1em;
    border: 1px solid #535353;
    border-radius: 4px;
    color: #535353
}

    .SvcCodeList li:hover {
        background: #d7d5d3 !important;
    }

    .SvcCodeList li.selected {
        background: rgba(250, 123, 63, .4);
    }

    .SvcCodeList li.disabled {
        background: #ddd !important;
        color: #9f9f9f !important;
    }


.StandardList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.StandardList li {
    margin: 1px;
    padding: 0.1em;
    border: 1px solid #535353;
    border-radius: 4px;
    color: #535353
}

    .StandardList li.selected {
        background: rgba(250, 123, 63, .4);
    }

    .StandardList li:not(.selected):hover {
        background: #d7d5d3 !important;
    }

    .StandardList li.disabled {
        background: #ddd !important;
        color: #9f9f9f !important;
    }


.input-append .btn.dropdown-toggle {
    float: none;
}

.lockedQuoteInfo {
    position: relative;
    box-shadow: 1px 1px 8px 0px rgb(166, 183, 199);
    padding: 7px;
    width: 430px /*300px*/;
    top: 15px /*-30px*/;
}

    .lockedQuoteInfo span.lock {
        position: absolute;
        right: 10px;
        top: 10px;
    }

.discount-row {
    /*border: 1px solid gray;
    border-radius: 5px;*/
    padding-bottom: 5px;
}

.discount-row-value {
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.discount-row-key {
    padding-right: 25px;
}

.invoicetable td {
    padding-right: 10px;
}

.col1 {
    display: inline-block;
    width: 170px;
}

.col2 {
    display: inline-block;
    float: right;
}


/* Skymaker App buttons */

/*#app-buttons {
        display: flex;
        width: 100vw;
    }*/

#app-buttons ul {
    margin: 0;
    padding: 0;
}

    #app-buttons ul li {
        background-color: rgba(0, 42, 58, 1);
        height: 150px;
        width: 150px;
        list-style: none;
        display: inline-block;
        position: relative;
        cursor: pointer;
        transition: 0.2s all;
    }

        #app-buttons ul li:hover {
            transform: translate(2px, -2px);
        }

        #app-buttons ul li span {
            background-color: rgba(254, 80, 0, 1);
            color: #fff;
            font-family: 'din-pro';
            font-weight: 400;
            font-size: 16px;
            text-transform: uppercase;
            line-height: 40px;
            text-align: center;
            vertical-align: middle;
            height: 40px;
            width: 100%;
            position: absolute;
            bottom: 0;
        }

        #app-buttons ul li span.long {
            font-size: 13.5px;
        }

        #app-buttons ul li img {
            height: 78px;
            width: 78px;
            position: absolute;
            top: 16px;
            left: 25%;
        }



/*
#app-buttons {
    display:flex;
}

#app-buttons > div {
    cursor:pointer;
    text-align:center;
}

#app-buttons .app-image {
    width:150px;
    height:150px;
    margin-right:12px;
    border-radius:10px;
    /*box-shadow: 10px 10px 5px rgb(166, 183, 199);*/
/* background-size:cover;
}

#app-buttons .app-image.rearmesh {
    background-image:url(../image/AntiCollapseMesh.jpg);
}

#app-buttons .app-image.rearmesh-next {
    background-image:url(../image/AntiCollapseMesh.jpg);
}

#app-buttons .app-image.machineguard {
    background-image:url(../image/MachineGuard.jpg);
}

#app-buttons .app-image.meshdeck {
    background-image:url(../image/MeshDeck.jpg);
}

#app-buttons .app-image.propertyprotection {
    background-image:url(../image/PropertyProtection_470x470.jpg);
}

#app-buttons .app-image.panelgenerator {
    background-image:url(../image/Panels.png);
}
*/
#summernote img {
    vertical-align: unset;
}

.note-editable p {
    margin: 0 0 0px;
}

.note-editor.panel {
    margin-bottom: 5px
}
/* uib-datepicker */
.uib-datepicker .btn[disabled] span {
    color: red;
}

.detailed-deliveryoptions {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s;
    -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s;
}

    .detailed-deliveryoptions.ng-hide {
        opacity: 0;
        transform: scale(0.8);
    }

.btn-has-internaltext {
    background-color: red !important;
    border-color: red !important;
}


/********************Custom Checkboxes*********************/

.check-btn-container {
    background-color: rgba(0, 42, 58, 1);
    display: inline-block;
    user-select: none;
    padding: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

.check-btn-txt {
    position: relative;
    padding-left: 30px;
    padding-right: 5px;
    margin-bottom: 0px;
    font-family: 'din-pro';
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-family: 'din-pro';
    text-transform: uppercase;
}

    /* Hide the browser's default checkbox */
    .check-btn-txt input, .checkbox-simple {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.check-btn-checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
}

.check-btn-checkmark-simple {
    position: absolute;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: solid 1px #000000;
}

    /* Create the checkmark/indicator (hidden when not checked) */
    .check-btn-checkmark:after, .check-btn-checkmark-simple:after {
        content: "";
        position: absolute;
        display: none;
    }

/* Show the checkmark when checked */
.check-btn-txt input:checked ~ .check-btn-checkmark:after, .checkbox-simple-container input:checked ~ .check-btn-checkmark-simple:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-btn-txt .check-btn-checkmark:after, .checkbox-simple-container .check-btn-checkmark-simple:after {
    left: 5px;
    top: 0px;
    width: 8px;
    height: 14px;
    border: solid rgba(254, 80, 0, 1);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/***********************************************/

.invalid-field {
    border: 1px solid red !important;
    border-radius: 5px !important;
}

.discount-subrow > *:nth-child(1) {
    padding-left: 20px;
}

.bomlist-subrow > *:nth-child(1), .bomlist-subrow > *:nth-child(4) {
    padding-left: 25px;
}

.bomlist-subrow > *:nth-child(n) {
    background-color: #f5f7f8;
}

    .bomlist-subrow > *:nth-child(n) > #bomQuantity, .bomlist-subrow > *:nth-child(n) > div select, .bomlist-subrow > *:nth-child(n) > #bomOldQuantity {
        background-color: #f5f7f8;
    }

#showBomBtn.disabled, #deleteQuoteRowBtn.disabled, #copyQuoteRowBtn.disabled, #mergeQuoteRowBtn.disabled {
    opacity: 40%;
    pointer-events: none;
}


.dropdown-check-list {
    display: inline-block;
    width: 100%;
}

.dropdown-check-list .anchor {
    position: relative;
    cursor: pointer;
    display: inline-block;
    /*padding: 0px 50px 0px 15px;*/
    /*border-bottom: 1px solid #ccc;*/
    width: 100%;
    text-align: left;
    height: 21px;
    background-color: #fff;
}

        /*.dropdown-check-list .anchor:after {
    position: absolute;
    content: "";
    border-left: 2px solid black;
    border-top: 2px solid black;
    padding: 5px;
    right: 10px;
    top: 20%;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}*/

.dropdown-check-list .anchor:active:after {
    right: 8px;
    top: 21%;
}

.dropdown-check-list ul.items {
    padding: 2px;
    display: none;
    margin: 0;
    border: 1px solid #888;
    /*border-top: none;*/

    z-index: 1;
    position: absolute;
    width: auto;
    background: white;
    text-align: left;
    right: 0px;
    white-space: nowrap;
    box-shadow: 1px 1px rgb(0 0 0 / 20%);
    list-style-type: none;
}


.dropdown-check-list ul.items li {
    list-style: none;
}

.dropdown-check-list.visible .anchor {
    /*color: #0094ff;*/
}

.dropdown-check-list.visible .items {
    display: block;
    border-bottom: 1px solid #ccc;
}


/*************Quote 2 Rows****************/

.quote-rows-container {
    background-color: #e8ebed;
    margin-bottom: 10px;
}

.quote-rows-container .row:first-child {
    padding-top: 15px;
}

.validFormField {
    background-color: rgba(0,255,0,0.1) !important;
}

.invalidFormField
{
    background-color: rgba(255,0,0,0.1) !important;
}

.deliveryOptionServices.dropdown-check-list.fieldDisabled {
    pointer-events: none;
    opacity: 0.6;
}

/*************MergeQuote****************/

.mergeQuote .container{
    display: flex;
/*    flex-direction: row;*/ 
    flex-wrap: wrap;
    align-items: flex-start;
}

    .mergeQuote .container .inner-container.target, .mergeQuote .container .inner-container.target, .container.sourceQuotes, .inner-container.internalText, .inner-container.validation {
        background-color: #e8ebed;
    }

.mergeQuote .container .flex-item {
    width: 50%;
    box-sizing: border-box;
}

    .mergeQuote .container .inner-container span.targetQuote, .container .sourceQuote {
        color: rgba(0, 42, 58, 1);
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        font-family: 'lato';
    }

    .mergeQuote .container .flex-item.external {
        order: 1; /* Move external below source */
    }

    .mergeQuote .container .flex-item.validation {
        order: 3; /* Move validation below external */
    }

    .mergeQuote .container .flex-item.internal {
        order: 4; /* Move internal to last */
    }

.form-drop-down-small-merge select{
    height: 32px;
}

.form-drop-down-small-merge:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-image: url(https://cdn2.hubspot.net/hubfs/5111076/right-arrow-dark.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 11px;
    transform: rotate(90deg);
    width: 30px;
    height: 34px;
    transition: 300ms all;
}

.sourceQuotes ul {
    list-style: none;
}

