﻿#signTitle {
    padding: 20px 50px;
    font-weight: bolder;
}
#menuContainer {
    margin: 0 auto;
    display: table;
}

#ContentMain_menuOPtions ul {
    list-style: none;
    border-right: 1px solid #ccc;
    padding-left:0px;
}

.success{
    width: 600px;
    background-color: #00b9f2;
    border-radius:25px;
    padding:30px;
    box-shadow:5px 5px 5px #969CCD;
    color:white;
}

#ContentMain_menuOPtions span.stepsItem {
    width: 200px;
    height: 150px; /*border:1px solid #ccc;*/
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 0px 20px 0px 50px;
    white-space: normal;
    background-image: url('../Images/allgray.png');
    background-position:center left;
    background-size:100%;
    color: #ccc;
    font-size: 18px;
}
#ContentMain_menuOPtions span.stepsItem.selected {
    background-image: url('../Images/centerblue.png');
    font-weight: bold;
    color: White;
}
#ContentMain_menuOPtions span.stepsItem.first {
    background-image: url('../Images/totalgray.png');
}
#ContentMain_menuOPtions span.stepsItem.selected.first {
    background-image: url('../Images/allblue.png');
}
#ContentMain_menuOPtions span.stepsItem.next {
    background-image: url('../Images/arrowblue.png');
}

#BodyContent_pnlCustomerInfo .row div {
    padding-bottom:3px;
}
    #BodyContent_pnlCustomerInfo .row div.labels {
        padding-top:8px;
        padding-right:8px;
        text-align:right
    }
#BodyContent_pnlShop {
    width:500px;
    margin:0 auto;
}
    #BodyContent_pnlShop .total {
        font-weight:bolder;
        font-size:25px;
    }
.btn.aspNetDisabled {
    color: #ddd!important;
    border-color: #aaa;
    cursor: not-allowed;
}
.error {
    color:red;
}
.product {
    border: 1px solid #ccc;
    padding: 30px;
}
.product:hover {
    cursor: pointer;
    background-color: #ffffe6;
}
.product.selected {
    border: 5px solid #00b9f2;
    background-color: #e6f9ff;
}
.product.selected div.ok {
    background-color: #00b9f2;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 2px 10px;
    font-weight: bold;
    color: #fff;
}
.product .title {
    font-weight: bold;
    font-size: x-large;
}
.product .price {
    font-weight: bolder;
    font-size: xx-large;
}
    .product .per-minute {
        font-size:15px;
    }
.product .description {
    font-size: large;
}
.headerdescription {
    font-size: large;
}
.product .lines {
    font-size: small;
}
.product .notes {
    font-size: small;
}
.pnlNumbers .btnAddPhone {
    margin-top: 30px;
}
.txtPhoneToAdd {
    margin-top: 6px;
}
.pnlPhoneList {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #ccc;
    background-color: #ffffe6;
    padding: 5px 0px;
    margin-top: 26px;
}
.pnlPhoneList .row {
    padding: 10px 20px;
}
.pnlPhoneList .row.title {
    padding: 2px 0px;
}
.pnlPhoneList .title {
    font-weight: bold;
}
.pnlPhoneList .row:hover a.icon-remove {
    color: #f00;
}
.pnlPhoneList a.icon-remove {
    color: #ccc;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
}
.pnlPhoneList a.icon-remove:hover {
    color: #990000;
}

.pnlPromoList {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #ccc;
    background-color: #ffffe6;
    padding: 5px 0px;
    margin-top: 0px;
}

.pnlPromoList .row {
    padding: 10px 20px;
}
.pnlPromoList .row.title {
    padding: 2px 0px;
}
.pnlPromoList .title {
    font-weight: bold;
}

.pnlPromoList .row:hover a.icon-remove {
    color: #f00;
}
.pnlPromoList a.icon-remove {
    color: #ccc;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
}
.pnlPromoList a.icon-remove:hover {
    color: #990000;
}

#ContentMain_pnlShop {
    max-width: 500px;
    margin: 0 auto;
}
#ContentMain_pnlShop .plan {
    font-weight: bold;
    font-size: large;
}
#ContentMain_pnlShop .extraline {
    font-size: small;
    margin-left: 5px;
}
#ContentMain_pnlShop .free {
    color: #fff;
    font-weight: bold;
    background-color: #00b9f2;
    display: inline-block;
    padding: 5px;
}
#ContentMain_pnlShop .free .icon-warning {
    font-size: 25px;
    margin-right:5px;    
}
#ContentMain_pnlShop .total {
    font-weight: bolder;
    font-size: xx-large;
}
#ContentMain_pnlShop .notes {
    margin:30px 0px 20px 0px;
    font-size: small;
    padding:10px 10px
}

.infoBox .logo {
    font-size: 80px;
}
.infoBox .icon-cancel-circle {
    color: #f00;
}
.infoBox .icon-info {
    color: #003399;
}

.footer {
    display: none;
}
.failValidation {
    border: 2px solid red;
}
div.validators {
    padding-left: 5px !important;
    padding-top: 10px;
    color: #f00;
}
div.error {
    color: #f00;
}

.chosen-container-single, .chosen-container-single a {
    height: 40px !important;
}
#loading {
    display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0px;
    z-index: 99999;
    padding-top: 250px;
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/*  RESPONSIVE STYLES */
@media screen and (max-width: 1119px) { /*.col-lg-*/
    #ContentMain_menuOPtions span.stepsItem {
          width:180px;
          height:135px;
    }
}
@media screen and (max-width: 991px) { /*.col-md-*/
    #ContentMain_menuOPtions span.stepsItem {
        width:145px;
        height:108px;
        font-size:15px;
        padding:0px 10px 0px 30px;
    }
    h2 {
        font-size:1.8rem;
    }
    h3 {
        font-size:1.5rem;    
    }
    .product {
        padding:25px;
    }
    .product .title, .product .price {
        font-size:x-large;    
    }
    .product .description {
        font-size:medium;   
    }
    .headerdescription {
        font-size: medium;
    }
}
@media screen and (max-width: 767px) { /*.col-sm-*/
    #ContentMain_menuOPtions ul {
        border:0px;
    }
    #ContentMain_menuOPtions span.stepsItem {
        display:none;
    }                          
    #ContentMain_menuOPtions span.stepsItem.selected {
        display:table-cell;
        height: 40px;
        padding: 0px;
        background-image: none !important;
        color: #00b9f2;
        border-bottom: 5px solid;
        border-left: 0px;
    }
    h2 {
        font-size:1.4rem;
        font-weight:bold;
    }
    h3 {
        font-size:1.2rem;
        font-weight:bold;    
    }
    .product {
        padding:20px;
    }
    .product .title, .product .price {
        font-size:large;    
    }
    .product .description {
        font-size:small;   
    }
    .headerdescription {
        font-size:small;   
    }
}
@media screen and (max-width: 575px) { /*.col-*/
    #menuBtn {
        display:none;    
    }
    #content {
        margin-top:30px;    
    }
    h1#signTitle {
        font-size:1.5rem;
        font-weight:bold;  
        padding-top:80px; 
        display:block;
        text-align:center; 
    }
    h2 {
        font-size:1rem;
        
    }  
    h3 {
        font-size:0.9rem;    
    } 
    .product {
        padding:15px;    
    }
    .product .title, .product .price {
        font-size:medium;    
    }                          
}