*{
    margin: 0;
    padding: 0;
}
/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article {
    display: block;
}

html, body{
	background:#e9e9e9;
}

.logo_wrapper{
    float:none;
    margin:0 auto;
}

.header_logo {
    height:40px;
    float:none;
    margin:auto;
}
/*** ORDER SINGLE PRODUCT STYLE	***/

.prod_name {text-align:left;  padding-top: 10px; font-size:120%; }
.prod_name b { color:#000000;}
.settings {text-align:right;}
img.product_pic {max-height:200px; width:auto;  text-align:center; }
.pic_container {
	background:#ffffff;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width:90%;
	text-align:center;
	margin:10px;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
li.prod_details  {height:100%;  }
li.prod_details  p strong{ float:none; display:block;  }
li.prod_details  a {float:none; display:block;}
 strong {color:#777777;}
 .label {padding:10px;}
/*** END ORDER SINGLE PRODUCT STYLE	***/

/**
 *    FRONT CSS ORDER LIST
 */

#header-front{
    display:block;
    clear:both;
}

#wrapper {
    clear:both;
    display:block;
    margin: 5px auto;
    width:100%;
    float:none;
    position: relative;
    background:#fff;
    padding:10px;
}

#wrapper h1{
    text-transform:uppercase;
}

#headerFrontBox{
    float:right;
    width:40%;
}
.release-orders-btn{
    height:60px; text-transform:uppercase; padding-top: 20px; margin-bottom: 10px;
}

@media (min-width: 980px) and (max-width: 1199px){
    #headerFrontBox{
        width: 60%;
    }

    .pricing-table .bullet-item{
        padding: 5px 0px !important;
    }
}

#search{
    margin-top:20px;
    float:left;
    width:70%;
}
#search input.searchtxt{
    width:70%;
    float: left;
}

#search input.submit{
    width:25%;
    float:left;
}


#filters, #list {
    display:block;
    float:none;
    position:relative;
    clear:both;
    width:100%;
    margin:5px auto;
}

table#table-list, table#table-list-product{
    width:100%;
    text-align:center;
    display:table;

}

::selection{
    background: #ef0000;
}

table#table-list tr:not(:first-child):nth-child(odd){
	background:#CCCCCC;
    background: rgba(183,183,183,0.1);
    cursor: pointer;
}
table#table-list-product tr:not(:first-child):nth-child(odd){
	background:#CCCCCC;
    background: rgba(183,183,183,0.1);
}
table#table-list tr:not(:first-child):nth-child(even){
	background:#fff;
    background: rgba(0,149,252,0.2);
    cursor: pointer;
}

table#table-list-product tr:not(:first-child):nth-child(even){
	background:#fff;
    background: rgba(0,149,252,0.2);
}


table#table-list tr td,
table#table-list-product tr td{
     display:table-cell;
     vertical-align:middle;
     padding:3%!important;
     text-align:center;
     text-transform: uppercase;
}

@media (min-width: 980px) and (max-width: 1199px){
    table#table-list tr td,
    table#table-list-product tr td{
        display:table-cell;
        vertical-align:middle;
        padding:14px!important;
        text-align:center;
        text-transform: uppercase;
    }
}

table#table-list tr td.header-first,
table#table-list-product tr td.header-first{
    text-align:center;

}

table#table-list tr td.header-second,
table#table-list-product tr td.header-second{
    background-color:#122b41;
    text-align:center;
    color:#fff;

}

table#table-list tr td.header-third,
table#table-list-product tr td.header-third{
    background-color:#245581;
    text-align:center;
    color:#fff;
}

table#table-list tr td.header-four,
table#table-list-product tr td.header-four{
    background-color:#1a81c8;
    text-align:center;
    color:#fff;
}

table#table-list tr td.header-five,
table#table-list-product tr td.header-five{
    background-color:#2198ea;
    text-align:center;
    color:#fff;
}

table#table-list tr td.header-six,
table#table-list-product tr td.header-six{
    color:#333;
    text-align:center;

}

table#table-list tr td.amount, table#table-list tr td.user,
table#table-list-product tr td.amount, table#table-list-product tr td.user{
    color:#122b41;
}

.product_min_pic{
    width:150px; margin:0 auto; text-align: center; height: auto;
}

@media (min-width: 980px) and (max-width: 1199px) {
    .product_min_pic{
        width: 120px!important;
    }
}

.app-type-pic{
    position:relative;
    display:block;
    clear:both;
    margin: 0 auto;
    height:300px;
    text-align:center;
    width:100%;

}

#front-computer-option{
    display:none;
}

.app-type-pic h1{
    position: relative;
    width:100%;
    height:100%;
    text-align:center;
    font-size:160px;
    color:#fff;
    display:inline-block;
    margin:38px auto;
    z-index:1000;
    text-shadow: 5px 5px 20px #182019;
    cursor: pointer;
}

.app-type-pic:hover{
-moz-box-shadow:inset -4px 2px 35px #5e5e5e;
-webkit-box-shadow:inset -4px 2px 35px #5e5e5e;
box-shadow:inset -4px 2px 35px #5e5e5e;
}

.app-type-pic.selected {
-moz-box-shadow:inset -1px 3px 26px #afb3b2;
-webkit-box-shadow:inset -1px 3px 26px #afb3b2;
box-shadow:inset -1px 3px 26px #afb3b2;
}

.app-type-pic.selected h1{
text-shadow: 0px 0px 10px #0ccc5f;
        filter: dropshadow(color=#0ccc5f, offx=0, offy=0);
}

.app-type-pic img{
    display:block;
    position:absolute;
    width:256px;
    height:256px;
    z-index: 1;
    top:5px;
    left:25%;
}

#order_id_header, #pick_date_header{
    cursor:pointer;
}
/**
 *     END FRONT CSS ORDER LIST
 */

/**
 *     FRONT SPECIFIC ORDER
 */
#order-btn-actions {
    float:right;
}
#order-btn-actions li span{
    padding-top:30px;
    font-size:350%;
    font-weight:bold;
}

#order-btn-actions li input{
    height: 140px;
    padding:40px 90px 30px;
    margin-left:20px;
}


#order-btn-actions li a {
    height: 140px;
    padding:62px 30px 10px;
    margin-left:20px;
}

#cancel-order-btn{
    margin-right:193px;
}

#reveal-actions-btn li {
    float:none;
    margin:0;
    text-align:center;
}

#reveal-actions-btn li a{
    height: 60px;
    width:80%;
    padding-top:20px;
    margin:10px auto;
    text-align:center;
}

.text-center{
    text-align: center;
    margin: auto;
}

#reveal-actions-btn a{
    height: 70px;
    width:70%;
    padding-top:25px;
    margin:15px auto;
    text-align:center;
}


@media (min-width: 980px) and (max-width: 1199px) {
    #order-btn-actions li input{
        height: 100px;
        padding:10px 50px 10px;
        margin-left:14px;
    }

    #order-btn-actions li a {
        height: 100px;
        padding:38px 20px 5px;
        margin-left:14px;
    }

}

.reveal-modal{
    padding:0!important;
    z-index: 410!important;
}
.reveal-modal-bg{
    background:#fff!important;
    z-index:400!important;
    background: rgba(255,255,255,0.9)!important;
}
.ui-spinner {position: relative; border: 0px solid white; }
.ui-spinner-buttons {position: absolute}
.ui-spinner-button {overflow: hidden}
/**
 *     END FRONT SPECIFIC ORDER
 */

#order-status-ids {
    position:relative;
}
#order-status-ids label {
    display:block;
}

#loadingBg{
    width:100%;
    height:100%;
    display:none;
    position:absolute;
    z-index: 1000;
    top:0;
    left:0;
    overflow: hidden;
    background: rgba(255,255,255, 0.8);
    text-align:center;
}

#loadingBg img {
    position:fixed;
    /*margin: 10% auto 0 auto;*/
    top: 50%;
    left: 50%;
    margin-top: -32px; /* half of the img height  */
    margin-left:-32px;
    z-index: 1111;
    width: 64px;
    height:64px;
}


#user-keyboard {
    display:block;
}


#computer_selection_buttons, #user_selection_buttons, #user-keyboard, #user_selection_buttons_front{
    display:none;
}

/**
* Fonts
**/
.font-order-product-attribute{
    font-size:180%;
}
.font-order-quantity-txt{
    font-size:450%;
}

.font-order-loc-btn{
    font-size:160%;
}

.font-auth-computer-btn{
    height:300px; font-size:160%!important; padding-top:120px!important;
}

@media (min-width: 980px) and (max-width: 1199px){

    .font-order-product-attribute{
        font-size:120%;
    }
    .font-order-quantity-txt{
        font-size:250%;
    }


    .font-order-loc-btn{
        font-size:120%;
    }


    .font-auth-computer-btn{
        height:200px; font-size:140%!important; padding-top:80px!important;
    }
}
/**
* fonts end
**/

.btn-xlarge{
    height: 80px!important; padding-top:24px!important;
}

.iframe-container {
    position: relative;
    padding-bottom: 56.25%; /*16:9*/
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
