﻿.basescreen 
{
}

.econtent 
{
    margin:0!important;
   padding:0 !important;
}

.strength 
{
    width: 100%;
    padding: 6px 0 4px;
}

.checkout 
{
    /*margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 98%;
	display: inline-block;
	position: absolute;
	left: 0px;
	bottom: 0px;*/
	display: inline-block;
	width: 98%;
	display: inline-block;
}

.checkout>.btn 
{
    float: none !important;
}

.product-selection 
{
    max-height: 590px;
}

.categories-panel
{
    width: 750px;
    width:100%!important;
    height: 100px;
}

.product-selection-name 
{
    text-align: left;
    margin-left: 10px;
}

.Subproducts 
{
    margin-top: 20px;
}

.addon-label
{
    font-weight: bold;
    font-size: large;
    padding: 10px;
    background-color: rgb(0, 170, 212);
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-selection-quantity.data
{
    width: 30%;
}

.basket.panel
{
    overflow: hidden;
    position: relative;
}

.basket.totals
{
  margin: 5px;
  margin-bottom: 5px;
  line-height: 30px;
  color: inherit;
  background-color: #ffffff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.basket.panel.panel-content 
{
    height: 90%;
}

.basket-buttons 
{
    position: absolute;
    bottom: 0;
}

.basket-elements 
{
    margin-top: 20px;
    height: 80%;
    overflow: auto;
}

.basket.total
{
    padding: 10px;
    font-size: 11px;
    color: #444444;
}

.basket.totallabel 
{
    font-weight: bold;
    margin-left: 10px;
    width: 40px;
    float: left;
    padding-top: 10px;
}

.basket.item
{
    padding-bottom: 20px;
    clear: both;
}

.basket.product-name
{
    font-size: 10px;
    margin-left: 50px;
    width: 200px;
}

.basket.price
{
    font-size: 10px;
    font-weight: bold;
    margin-left: 50px;
}

.basket.quantity
{
    font-size: 10px;
    float: left;
    width: 30px;
}

.wizard-header 
{
    position: relative;
    height: 60px;
}

.photo-user{
-webkit-border-radius: 30px;
border-radius: 30px ;
background-color:#bbb;
display: inline-block;
float:right;
width:30px;
height:30px;
position:absolute;
top:5%;
right:2.5%;
overflow:hidden;
}
.photo-user img{
width:36px;
height:auto;
margin:auto auto;
position:relative;
left:-5px;
}

.label-addon 
{
    width: 340px;
}

.required.empty {
  border-color: #ff3333;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 51, 51, .3);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 51, 51, .3);
}

.wizard-total 
{
    font-size: 1.1em;
    color: Red;
}

.wizard.product-select.price
{
    width: 50px;
}

.wizard.product-text
{
    padding:6px;
    border: 1px solid #ccc;
}

.ui-tabs-nav 
{
    display: none
}

.helperpage 
{
    display:none;
    width: 100%;
    height: 100%;
}

.helperpage > iframe 
{
    width: 100%;
    height: 100%;
}

.manage-buttons 
{
    -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
            border-radius: 6px;
}

.lock-icon
{
    background-image: url("../../images/o4it/Lock.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    height:130px;
}

.network-icon 
{
    background-image: url("../../images/o4it/network.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height:130px;
}

.provision-icon
{
    background-image: url("../../images/o4it/provision.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height:130px;
}

.deprovision-icon
{
    background-image: url("../../images/o4it/deprovision.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height:130px;
}
