/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17 May 2017, 11:27:18 AM
    Author     : ZakS
*/
html {
    height: 100%;
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.help-block-extra {
    display: inline-block;
}

.popover {
    max-width: 100%; /* Max Width of the popover (depending on the container!)  */
}

.alert {
    text-align: center;
}

.moveall,
.removeall {
    color: white !important;
    margin: 10px 0px !important;
    background-color: #f68a1f !important;

}

option.selected-customer {
    background-color: lightgrey;
    font-weight: 600;
}

.hero-circle {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    position: relative;
    border: 8px solid #F5891F;
    border-radius: 50%;
}

.hero-face {
    width: 100%;
    height: 100%;
}

.hero-face:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    background: black;
    border-radius: 6px;
    content: "";
    display: block;
}

.hero-hour {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 -4px -25%;
    padding: 4px 0 4px 25%;
    background: black;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    border-radius: 4px 0 0 4px;
}

.hero-minute {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40% -3px 0;
    padding: 40% 3px 0;
    background: black;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    border-radius: 3px 3px 0 0;
}

.hero-second {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40% -1px 0 0;
    padding: 40% 1px 0;
    background: black;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

#clock-display > h2 {
    margin: 40px 0px;
}

.hero-display :first-child {
    margin: 68px 0px 62px 63px;
    text-align: center;
    font-weight: bold;
    width: 40px;
    height: 34px;
}

.login-image {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: url(/images/new-main.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: local;
    filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius='6')";
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius='6')";
}

.login-image-customer {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: url(/images/customer-main.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: local;
    filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius='6')";
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius='6')";
}

.login-image-partner {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: url(/images/partner-main.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: local;
    filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius='6')";
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius='6')";
}

.login-box {
    box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.3), 0 0 5px -1px white;
    width: 400px;
    padding: 1em;
    padding-bottom: 1em;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    top: 15%;
    margin-left: -200px;
    border-radius: 5px;
    background-color: #1B75B9;
}

.break-word {
    word-break: break-word;
    white-space: normal;
}

.view-picking-slip-btn-space-left {
    margin-left: 12px;
}


.picking-slip-badge-fieldset {
    border: 1px solid #1B75B9;
    border-radius: 8px;
    background-color: #fff;
    margin: 0 0 22px 0;
    padding: 5px 10px;
    display: inline-block;
}
.picking-slip-badge-legend {
    color: #1B75B9;
    font-weight: bold;
    font-size: 21px;
    display: flex;
    align-items: center;
}
.picking-slip-badge-legend .fa-road {
    margin-right: 7px;
}
#picking-slip-modal .ps-form .form-group,
#picking-slip-modal .ps-form .form-group * {
    background: transparent;
    box-shadow: none;
    border-color: inherit;
}

#picking-slip-modal .ps-form .form-control {
    background-color: #eee;
    border: 1px solid #ccc;
    color: #333;
}
#picking-slip-modal .ps-form textarea.form-control {
    background-color: #fff;
}

#picking-slip-modal .ps-form .control-label {
    color: #1B75B9;
    font-weight: 700;
}

#picking-slip-modal .oilstar-buttons.btn-warning {
    background-color: #f68a1f;
    border-color: #f68a1f;
    color: #fff;
    opacity: 1;
    filter: none;
}
#picking-slip-modal .oilstar-buttons.btn-warning:hover,
#picking-slip-modal .oilstar-buttons.btn-warning:focus {
    background-color: #ff9a33 !important;
}
@media (min-width: 1200px) {
    #picking-slip-modal .modal-dialog {
        max-width: 1000px;
        width: 85%;
    }
}



.DTE_Body.background,
.custom-editor,
.DTE,
.DTE_Body {
    z-index: 10510 !important;
}

.select2-container.select2-dropdown,
.select2-dropdown {
    z-index: 10600 !important;
}

#order-view, .panel.panel-default, .child-table, .form-group {
    z-index: 10 !important;
    position: relative;
}


