/** Variables **/
body
{
    font-family: sans-serif;
}
*
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#pb-container,
.pb-backdrop
{
    -webkit-transition: ease 0.25s;
    -o-transition: ease 0.25s;
    transition: ease 0.25s;
}
#pb-container a,
#pb-container button,
#pb-container input,
#pb-container textarea,
#pb-container select,
#pb-container div,
.pb-backdrop a,
.pb-backdrop button,
.pb-backdrop input,
.pb-backdrop textarea,
.pb-backdrop select,
.pb-backdrop div
{
    -webkit-transition: ease 0.25s;
    -o-transition: ease 0.25s;
    transition: ease 0.25s;
}
.pb-toast
{
    -webkit-transition: ease 0.25s;
    -o-transition: ease 0.25s;
    transition: ease 0.25s;
}
.pb-toast a,
.pb-toast button,
.pb-toast input,
.pb-toast textarea,
.pb-toast select,
.pb-toast div
{
    -webkit-transition: ease 0.25s;
    -o-transition: ease 0.25s;
    transition: ease 0.25s;
}
.pb-backdrop
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 97;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
}
.pb-backdrop[data-show]
{
    opacity: 0.5;
}
#pb-container
{
    display: inline-block;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    margin-top: 15px;
    margin-left: 40px;
    margin-right: auto;
    padding: 1em;
    border-radius: 5px;
    background: #FFF;
    border-bottborder-bottom: 4px solid #CCC;
    z-index: 99;
}
#pb-container.absolute
{
    margin-top: 40vh;
}
#pb-container input
{
    display: block;
    width: 100%;
    padding: 0.5em;
    margin-bottom: 1em;
    border: 1px solid #EEE;
    font-size: 1em;
    border-radius: 2px;
}
#pb-container input:focus,
#pb-container input:active
{
    border: 1px solid #66AFE9;
    border-color: #66AFE9;
}
#pb-container[data-show]
{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.pb-toast
{
    display: inline-block;
    position: fixed;
    left: 0;
    right: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding: 1em;
    color: #FFF;
    border-radius: 2px;
    text-align: center;
    z-index: 98;
}
.pb-toast.top
{
    top: 0.25em;
}
.pb-toast.bottom
{
    bottom: 0.25em;
}
.pb-toast.success
{
    background: #4591bf;
}
.pb-toast.error
{
    background: #da4242;
}
.pb-toast.info
{
    color: #252525;
    background: #EEE;
}
.pb-toast.show
{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.pb-toast.gone
{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.pb-toast[data-close="true"]
{
    padding-right: 3em;
}
.pb-toast .toast-close
{
    position: absolute;
    right: 0.75em;
    top: 50%;
    margin-top: -13.5px;
    text-decoration: none;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.5);
}
.pb-message
{
    font-size: 1.05em;
    margin: 0 0 0.75em;
}
#pb-container>.bolder
{
    font-weight: bolder;
}
.prompt-boxes-button
{
    margin: 10px 5px;
    padding: 5px 20px;
    width: 100px;
    margin-bottom: -5px;
}
#pb-container>input
{
    margin: 0px 5px;
    padding: 5px;
    width: 60px;
}
#pb-container
{
    cursor: move;
}
#prompt_spinner
{
    padding: 5px;
    position: absolute;
    border: 1px solid white;
    background-color: white;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -ms-transform-origin: 20% 40%;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari 3-8 */
    -webkit-transform-origin: 20% 40%;
    /* Safari 3-8 */
    transform: rotate(45deg);
    transform-origin: 20% 40%;
    margin-top: -20px;
    margin-left: 15%;
}

.hours_sequence_input
{
    display: flex;
}
.hours_sequence_input>span.hoursCls
{
    margin: 5px;
}
.hours_sequence_input>span.sequenceCls
{
    margin: 5px 5px 5px 20px;
}
.hours_sequence_input>.estimateHoursCls,
.hours_sequence_input>.estimateSequenceCls
{
    max-width: 50px;
}