body {
    font-size: 12px;
    padding: 0;
    margin: 80px 0 0 0;
    padding-bottom: 40px;
}

a {
    outline: none;
}

.contBox {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 20px 0;
    padding: 20px;
    border-color: #eee;
}
.contBox.contBox-red {
    border-left-color: #d9534f;
}
.contBox.contBox-half {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#alertContainer {
    width: 700px;
    position: fixed;
    top: 0;
    z-index: 10031;
}

.ui-front {
    z-index: 10032;
}

.alertBox {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 10px 35px 10px 20px;
    width: 700px;
    margin: 0 auto 0 auto;
    background-image: linear-gradient(to bottom, #dff0d8 0px, #c8e5bc 100%);
    background-repeat: repeat-x;
    border-color: #b2dba1;
    color: #3c763d;
}
.alertBox.alertBox-error {
    background-image: linear-gradient(to bottom, #f2dede 0px, #e7c3c3 100%);
    background-repeat: repeat-x;
    border-color: #dca7a7;
    color: #a94442;
    color: #419641;
}


#ask
{
    position:fixed;
    width:370px;
    padding:0 10px;
    background-color:#FFFFFF;
    z-index:9998;
    border-radius: 6px 6px 6px 6px;
    border:1px #000000 solid;

}
#ask p, #ask div
{
    padding:15px 0;
    text-align:center;
}
#ask button
{
    width:100px;
}
#ask button:first-child
{
    margin-right:30px;
}

#blackout
{
    position:fixed;
    top:0px;
    min-height:100px;
    width: 100%;
    background-color:#CCCCCC;
    opacity:0.50; filter: alpha(opacity=50); -moz-opacity: 0.5;
    z-index:9011;
}

table.orderTab {
    width: 100%;
}

#orderColAddr, #orderColProd {
    width: 50%;
    min-height: 200px;
    padding: 15px;
    vertical-align: top;
}

#orderColAddr {
    border-right: 1px #ccc solid;
}

.order_name input {
    border: 0;
    font-size: 24px;
    margin-bottom: 15px;
    padding-left: 7px;
    width: 100%;

}

#validateNotice h1 {
    text-align: center;
}


/*********** FIXES ***************/

.form-control[readonly] {
    background-color: #eee;
    cursor: pointer;
    opacity: 1;
}

.panel-footer.panel-error, .panel-body.panel-error {
    background-image: linear-gradient(to bottom, #f2dede 0px, #ebcccc 100%);
    background-repeat: repeat-x;

    padding: 5px 15px;
}

.table.table-vmiddle > tbody > tr > td,
.table.table-vmiddle > thead > tr > th {
    vertical-align: middle;
}

td.middle, th.middle {
    vertical-align: middle;
}


.col3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;

    webkit-column-gap: 15px; /* Chrome, Safari, Opera */
    -moz-column-gap: 15px; /* Firefox */
    column-gap: 15px;


    -webkit-column-rule: 1px solid lightblue;
    -moz-column-rule: 1px solid lightblue;
    column-rule: 1px solid lightblue;
}

.img-not-valid img {
    border: 3px red solid;
}



/* CALENDAR */

#calendar
{
    position:absolute;
    top:0;
    left:0;
    width:260px;
    background-color:#FFFFFF;
    border:3px #eee solid;
    border-radius: 6px 6px 6px 6px;
    z-index:11000;
}
#calendar_clear
{
    text-align:center;
    cursor:pointer;
    background-color:#eee;
    padding:1px 0;
    margin-top:2px;

    border:1px white solid;
}
#calendar_head_month
{
    text-align:center;
    color:#000000;
    line-height:25px;
}
#calendar_head_month a
{
    cursor:pointer;
    text-decoration: none;
}
#calendar_head_days div,
#calendar_cont div
{
    width:35px;
    float:left;
    text-align:center;
    background-color:#eee;
    border:1px white solid;
}
#calendar_head_days div
{
    font-weight:bold;
}
#calendar_cont div
{
    cursor:pointer;
}
#calendar_cont div:hover
{
    font-weight:bold;
}
#calendar_cont div.calendar_old,
#calendar_cont div.calendar_free
{
    color:#bbb;
    cursor:default;
}


.transtab input[type="text"].form-control {
    padding: 0 4px;
}



.dots {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow:hidden;
}
.dots_stage {

    border: 1px #000000 solid;
    min-width: 100px;
    min-height: 100px;
    align-items: stretch;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    margin: 0 0px;
    position: relative;
    margin-top: 20px;
    padding: 5px;

}
.dots_box {
    margin: 1px;
    float: left;
}
.dots_boxes {
    overflow: hidden;
    float: none;
}


.dots_stage label {
    text-align: center;
    display: block;
    width: 90%;
    max-width: 150px;
    position: relative;
    top: -15px;
    z-index: 100;
    background-color: white;
    margin: 0 auto;
}

.dots_stage label.inline {
    clear: both;
    position: static;
    top:0;
    z-index: 1;
    background-color: #eee;
    width: auto;
    margin: 15px 0;
    padding:2px 0;
}

footer {
    line-height: 12px;
    display: block;
    width: 100%;
    padding: 10px;
    position: fixed;
    bottom: 0px;
    text-align: right;
    background-color: #fff;
    vertical-align: bottom;
    overflow: hidden;
}
footer a {
    outline: none;
}

.badge-error {
    background-color: #b94a48;
}
.badge-error:hover {
    background-color: #953b39;
}

.blink {
    animation: blinker 2s forwards infinite;
}

@keyframes blinker {
    50% { opacity: 0; }
}

div.track {
    border-top: 1px black solid;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 20px;
    min-height: 250px;
    display: inline-block;
    width: 100%;
}

div.track label.track {
    display: inline-block;
    background: white;
    position: relative;
    top: -25px;
    padding: 0 7px;
    margin-bottom: -25px;
    float: left;
}

div.track .track_addr {

    width: 200px;
    min-height: 150px;
    float: left;
    margin: 10px 15px 0 0;
    border: 1px black solid;
    border-radius: 3px;
    padding: 5px;
    overflow: hidden;
}
div.track span.addr {
    display: inline-block;
    float: left;
    font-weight: bold;
    position: relative;
    top: -18px;
}

div.track span.weight {
    display: inline-block;
    float: right;
    font-size: 15px;
}

div.track .track_addr input {
    margin: 20px 0 10px 0;
    text-align: center;
}

div.track .colors {
    overflow: hidden;
    text-align: right;
}

div.track .colors a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 1px;
    border: 1px black solid;
}

div.track .colors a.rt_c1 {
    background-color: #286090;
}
div.track .colors a.rt_c2 {
    background-color: #449d44;
}
div.track .colors a.rt_c3 {
    background-color: #c9302c;
}

div.track div.rt_c0 {
    box-shadow: none;
    border-color: black;
}
div.track div.rt_c1 {
    box-shadow: 0 0 10px #286090;
    border-color: #286090;
}
div.track div.rt_c2 {
    box-shadow: 0 0 10px #449d44;
    border-color: #449d44;
}
div.track div.rt_c3 {
    box-shadow: 0 0 10px #c9302c;
    border-color: #c9302c;
}

/******************************************************************************/
#loading {
    position: fixed;
    z-index: 1500;
    top: 0;
    left: -6px;
    width: 1%;
    height: 3px;
    background-color: #ce0000;

    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;

    -moz-transition: width 600ms ease-out, opacity 500ms linear;
    -o-transition: width 600ms ease-out, opacity 500ms linear;
    -webkit-transition: width 600ms ease-out, opacity 500ms linear;
    transition: width 1000ms ease-out, opacity 500ms linear;
}

#loading b,  #loading i {
    position: absolute;
    top: 0;
    height: 3px;

    -moz-box-shadow: #777777 1px 0 6px 1px;
    -webkit-box-shadow: #777777 1px 0 6px 1px;
    box-shadow: #777777 1px 0 6px 1px;

    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

#loading b {
    clip: rect(-6px, 22px, 14px, 10px);
    opacity: .6;
    width: 20px;
    right: 0;
}

#loading i {
    clip: rect(-6px, 90px, 14px, -6px);
    opacity: .6;
    width: 180px;
    right: -80px;
}
/******************************************************************************/


