﻿.floated
{
    float:left;
}
.clear
{
    clear:both;
}
.mbn-backgroundWrapper
{
    background-color: rgba(255,255,255,0.75);
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: fixed;
    top:0;
    left:0;
    height:100%;
    width: 100%;
    z-index: 1000;
}

@media screen and (max-height: 800px), screen and (max-width: 1024px) {
	body .mbn-ModalPanel{
		width:85%;
		max-height:90%;
		left:5.5%;
		padding:20px;
	}
	.mbn-ModalPanel .licenseDesriptionColumn{
		padding:5px;
	}

}

.mbn-ModalPanel
{
    position:fixed;
    z-index: 10000;
    top: 5%;
    left: 20%;
    right:20%;
	max-height:95%;
    background-color:#FDFDFE;
    border:1px solid #979797;
    box-shadow:0px 0px 4px 0px rgba(0,0,0,50);
    padding:30px 10px 10px 46px;
	overflow-y:auto;
}

.mbn-ModalPanel-Header
{
    padding: 5px 5px 5px 5px;
    position:relative;   
}

.selectLicenseText
{
    font-family: 'OpenSansSemibold' !important;
    font-size:18px;
}

.leftPartHeader
{
    min-width: 95%;
    position:relative;
}

.rightPartHeader
{
    position:relative;
}

.mbn-IconClose
{
    display:block;
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    top: -10px;
    left: 5px;
}
.mbn-ModalPanel-middleSection
{
    position:relative;
    max-width:100%;
    overflow:auto;
}
.licenseContainer
{
    width:65%; 
	overflow:auto;
    margin-bottom:20px;
}

div.licenseContainer table.licenseTable
{
    border: 1px solid #ECECEC;
    border-collapse:collapse;
    width:100%;
    vertical-align: top;
}

div.licenseContainer table.licenseTable td
{
    border: 1px solid #ECECEC;
    vertical-align: top;
}

div.licenseContainer table.licenseTable tr.licenseRaw 
{
    cursor:pointer;
}

div.licenseContainer table.licenseTable tr.evenRaw
{
    background: #eaf6f9;
}
div.licenseContainer table.licenseTable tr.quantityRow
{

    background: #DBEAF5;
}

.quantityCell
{
    padding:10px 10px 10px 50px;
}

.quantity
{
   border: 1px solid #ECECEC;
   width:50px; 
}

.radioButtonColumn
{
    width: 16%;
    padding: 18px 0px 0px 33px;
}


.licenseDesriptionColumn
{
    min-width:200px;
    padding:8px;
    color:#333333;
}

tr.selectedRow td.licenseDesriptionColumn
{
    color:#333333 !important;
}

tr.licenseRaw:hover .licenseDesriptionColumn
{
    color:#9B9B9B;
}

.licenseName
{
    font-family: 'OpenSansSemibold' !important;
    font-size:14px;
    line-height:19px;
}


.licenseDescription
{
    font-family: 'OpenSansRegular' !important;
    font-size:11px;
    line-height:15px;
}
.priceColumn
{
    font-family: 'OpenSansRegular' !important;
    font-size:14px;
    line-height:19px;
    padding: 10px 10px 10px 15px;
    color:#333333;
    min-width:60px;
}
.priceColumn .priceContainer {white-space:nowrap;}
tr.selectedRow td.priceColumn
{
    color:#333333 !important;
}

tr.licenseRaw:hover .priceColumn
{
    color:#9B9B9B;
}

.quantityLabel
{
    font-family: 'OpenSansSemibold' !important;
    font-size:14px;
    line-height:19px;
    color:#333333;
    margin-right:10px
}
.quantityInputContainer
{
    margin-right:10px;
}

.inputValidator
{
    color: red;
    font-size: 12px;
    font-family: 'OpenSansSemibold' !important;
}

.licenseContainer .seatlicenseTable
{
  font-family: 'OpenSansRegular' !important;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  padding: 0px 0px 0px 5px;
  min-height:170px;
}

.seatlicenseTable .specialLicenseDescriptionHeader
{
  
}

.seatlicenseTable .specialLicenseDescriptionHeader .productNameContainer
{
    padding: 5px 20px 5px 0px;
    font-size: 18px;
    max-width: 550px;
}

.seatlicenseTable .specialLicenseDescriptionHeader .startsAtContainer
{
    padding: 5px 0px 0px 5px;
}

.startsAtContainer .startsAtLabel {
    font-size: 15px;
    margin-right: 2px;
}

.startsAtContainer .startsAtPrice {
    font-size: 18px;
    white-space:nowrap;
}

.seatlicenseTable .specialLicenseDescription
{   
    font-size: 14px;
    margin-top:10px;
}
.seatlicenseTable .labelDiv {
  text-align: center;
}

.seatlicenseTable .tierInput {
  width: 35px;
  height: 25px;
  text-align: center;
  margin-top: 5px;
}
.seatlicenseTable .licenseSelectionRight {
  padding: 28px 0px 0px 15px;
}

.bottomContainer
{
  margin:20px 0px 0px 50px; 
}
.productDetails
{
    width:30%;
    float:right;
}
.detailsHeaderContainer
{
    font-family: 'OpenSansRegular' !important;
    font-size:16px;
    line-height:24px;
    color:#333333;
}

ul.detailsList
{
    margin:10px 0px 10px 15px;
}

ul.detailsList li.detailsListItem
{
    font-family: 'OpenSansRegular' !important;
    font-size:12px;
    line-height:17px;
    color:#333333;
    list-style-type: disc;
    margin-bottom: 10px;
}

ul.detailsList li.detailsListItem a.detailsLink, ul.detailsList li.detailsListItem a.detailsLink:hover, ul.detailsList li.detailsListItem a.detailsLink:visited
{
    font-family: 'OpenSansBold' !important;
    font-size:12px;
    line-height:17px;
    color:#32ABCC;
    text-decoration:none !important;
}
.mbn-ModalPanel-maxLicensePurchase
{
    font-size:12px;
    line-height:17px;
    font-family: 'OpenSansRegular' !important;
    color:#333333;
    width:100%;
}

div.mbn-ModalPanel-maxLicensePurchase.selectedMaxSection
{
    color:#9B9B9B;
}

.mbn-ModalPanel-maxLicensePurchase a,.mbn-ModalPanel-maxLicensePurchase a:hover,.mbn-ModalPanel-maxLicensePurchase a:visited
{
    font-family: 'OpenSansBold' !important;
    color:#32ABCC;
    text-decoration:none !important;
    font-size:12px;
    line-height:17px;
}

.mbn-ModalPanel-maxLicensePurchase span[data-buynow-contact-phone]
{
    font-family: 'OpenSansBold' !important;
}

div.mbn-ModalPanel-buttonSection
{
    width:100%;
    position:relative;
}
div.mbn-ModalPanel-addButtonContainer
{
    margin: 28px auto 37px 185px;
    width:175px;
    text-align:center;
}

div.mbn-ModalPanel-addButtonContainer a.mbn-ModalPanel-addButton
{
    color: white;
    background: #32A8CC;
    background-image: none;
    padding-left: 0px;
    padding-right: 0px;
    padding:8px 0px 8px 0px;
    min-width: 160px;
    width:auto;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'OpenSansSemibold' !important;
    font-size:15px;
}


div.mbn-ModalPanel-addButtonContainer a.mbn-ModalPanel-addButton[href='']
{
    background: #ECECEC !important;
    cursor:text;
}
