@import url('https://use.typekit.net/ugz2yoc.css');

tbody td.details-control {
    background: url('../../template/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../../template/details_close.png') no-repeat center center;
}

td.change-details-control {
    background: url('../../template/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.change-details-control {
    background: url('../../template/details_close.png') no-repeat center center;
}

.container {
    max-width: 100% !important;
}

/*****sow-sheets tray label modal width*****/
#labelQueue{
    z-index: 999999;
}
#labelQueue .modal-dialog {
    max-width: 1000px;
    width: 100%;
}
/*****sow-sheets tray label modal width*****/

.his-loading-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    background-color: rgb(0 0 0 / 80%);
    color: #fff;
}

.his-loading-spinner {
    position: fixed;
    top: 60%;
    left: 0;
    right: 0;
    text-align: center;
}

/* Absolute Center Spinner */
#percentageOrder {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 350px;
    overflow: show;
    margin: auto;
    top: 100px;
    left: 0;
    bottom: 0;
    right: 0;
    color: #000;
    background: #fff;
    text-align: center;
    display: none;
}

.overlay {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

/* Transparent Overlay */
.overlay:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.overlay:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.overlay:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.container {
    width: 95%;
}

.main_title {
    display: none;
}

.dataTables_wrapper {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    margin-top: 20px;
    padding: 20px;
}

td {
    line-height: 18px;
}

tr td {
    vertical-align: top;
}

.export-options-change {
    margin-right: 50px;
    margin-top: 15px;
    float: right;
}

.export-options {
    margin-right: 50px;
    margin-top: 15px
}

.export-options i {
    padding: 10px;
}

.custom-order-wrapper {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
    padding: 21px;
    min-height: 500px;
}

.sowactions {
    cursor: pointer;
}

.actions {
    float: left;
    margin-left: 50px;
    margin-top: 15px;
    width: 85%;
}

#datepicker {
    border: 1px solid black;
}

#dialog {
    display: none;
}

#addressdialog {
    display: none;
}

#salesrepdialog {
    display: none;
}

#editdialog {
    display: none;
}

#adddialog {
    display: none;
}

#uploaddialog {
    display: none;
}

.week-info {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
    display: inline-block;
    width: 100%;
}

.change-request-info {
    text-align: center;
    margin-top: 2px;
    font-size: 24px;
    display: inline-block;
    width: 100%;
}

.sow-summary-info {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
}

#poNumber {
    border: 1px solid black;
}

input[type=text],
textarea {
    border: 1px solid black;
}



/* add order css */

#map {
    /*height: 100%;*/
    min-height: 250px;
    margin-bottom: 20px;
}

.secondbox_para .col-sm-6 input,
.secondbox_para .col-md-6 input {
    float: left;
    width: 70%;
    background-color: #fff;
    border: 0 !important;
    border-radius: 0;
}

.secondbox_para .col-sm-6 label,
.secondbox_para .col-md-6 label {
    float: left;
    margin-top: 5px;
    width: 30%;
    font-size: 14px;
    font-size: 13px;
}

#addorderform {
    background-color: #F6FBFC;
    padding: 13px 12px;
}

.page-template-page-vw-add-order .btn {
    color: #fff;
    /* background-image: none; */
    border: none;
    margin: 18px 4px;
    height: 40px;
    text-transform: uppercase;
    border-radius: 0;
    width: 100px;
    line-height: 27px;
    margin-bottom: 10px !important;
}

.page-template-page-vw-add-order .cal {
    background-color: #e9ecef;
    height: 104px;
    width: 150px;
    background-position: center center;
    background-size: 52%;
    background-repeat: no-repeat;
    text-align: center;
    display: table-cell;
    /* align-items: center; */
    vertical-align: middle;
}

.page-template-page-vw-add-order .cal p {
    margin-top: 21px;
    font-size: 23px;
    color: #005432;
    font-weight: 800;
}

.green_btn {
    background: #5cb85c;
    color: #fff;
    border: 1px solid;
    padding: 5px 10px;
    margin: auto;
}

.icon-archieve i {
    font-size: 20px;
    line-height: 38px;
    background: #585858;
    color: #fff;
    padding: 0px 10px;
    margin: 0 3px 0 0;
}
button#sendgooglebutton::before {
    /* content: "Under Development";
    position: absolute;
    top: -2px;
    right: 15px;
    background-color: #dc3236;
    font-size: 12px;
    padding: 0px 8px;
    border-radius: 10px;
    font-weight: 600;
    animation: move-waves 10s cubic-bezier( 0.55, 0.5, 0.45, 0.5) infinite;
    animation: pulse-scale 2s infinite; */
}
@keyframes pulse-scale {
    0%, 100% {
        transform: scale(1);
        text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    }
    50% {
        transform: scale(1.1);
        text-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    }
}
    @keyframes move-waves {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}