﻿body {
    font-family: 'Roboto', serif;
    margin: 0;
}

.sideMenuUl {
    margin-left: 1em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
    .sideMenuUl li {
        list-style: none !important;
    }

    .sideMenuUl li::before {
        display: inline-block;
        height: 50px;
        padding-top: 8px;
        margin-left: -2.2em;
    }
    .sideMenuUl li#sideMenuTabMenu::before {
        content: url(../Images/ma-menu-ico.png);
    }
    .sideMenuUl li#sideMenuTabAds::before {
        content: url(../Images/ma-ads-ico.png);
    }
    .sideMenuUl li#sideMenuTabDetectReport::before {
        content: url(../Images/ma-detection-report-ico.png);
    }
    .sideMenuUl li#sideMenuTabInvoice::before {
        content: url(../Images/ma-invoice-ico.png);
    }
    .sideMenuUl li#sideMenuTabInfo::before {
        content: url(../Images/ma-info-ico.png);
    }
    .sideMenuUl li#sideMenuTabReport::before {
        content: url(../Images/ma-ad-report-ico.png);
    }
    .sideMenuUl li#sideMenuTabLogout::before {
        content: url(../Images/ma-logout-ico.png);
    }

        .sideMenuUl li a, .sideMenuUl li span {
            text-decoration: none;
            vertical-align: text-bottom;
            /*line-height: 35px;*/
            color: black;
            margin-left: 3px;
        }

        .sideMenuUl li.selectedSideMenuTab {
            background-color: #F0F0F0;
        }

            .sideMenuUl li.selectedSideMenuTab::before {
                background-color: #F0F0F0;
            }

            .sideMenuUl li.selectedSideMenuTab a {
                color: red;
                margin-left: 40px;
            }

            .sideMenuUl li.selectedSideMenuTab span {
                margin-left: -56px;
                background-color: red;
                padding-right: 7px;
                padding-top: 17px;
                padding-bottom: 22px;
                border-right: solid;
                border-right-width: 15px;
                border-right-color: #F0F0F0;
            }

#myAccountContent {
    width: 100%;
}

.MyAccountButton {
    font-size: Large;
    height: 34px;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.MyAccountButtonRed {
    background-color: Red;
    color: White;
}

.MyAccountButtonWhite {
    background-color: White;
    color: black;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.mainSection {
    position: relative;
    float: left;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #F0F0F0;
    min-height: 450px;
}

.sectionTitle {
    height: 58px;
    line-height: 58px;
    /*position: relative;*/
    vertical-align: middle;
    text-align: center;
    background-color: #F0F0F0;
}
.sectionContent {
    position: relative;
    vertical-align: middle;
    /*padding-top: 20px;
    padding-bottom: 20px;*/
    background-color: white;
}

.contactUs {
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    text-align: center;
    margin-top: 25px;
    background-color: #F0F0F0;
}

.align {
    text-align: center;
    vertical-align: middle;
}

.alignRight {
    text-align: right;
}

.alignFlex {
    align-items: center;
    display: flex;
}

.leftrightPadding5Percent {
    padding-left: 5%;
    padding-right: 5%;
}

.topPadding20px {
    padding-top: 20px;
}

.topbottomPadding50px {
    padding-top: 50px;
    padding-bottom: 50px;
}

.marginAuto {
    margin: auto;
}

.topbottomMargin20px {
    margin-top: 20px;
    margin-bottom: 20px;
}

.topbottomMargin50px {
    margin-top: 50px;
    margin-bottom: 50px;
}

.FullWidthAccount {
    width: 100%;
}

.FullHeight {
    height: 100%;
}

.width90Percent {
    width: 90%;
}

.width75Percent {
    width: 75%;
}

.width70Percent {
    width: 70%;
}

.width65Percent {
    width: 65%;
}

.width64Percent {
    width: 64%;
}

.width60Percent {
    width: 60%;
}

.width55Percent {
    width: 55%;
}

.width50Percent {
    width: 50%;
}

.width45Percent {
    width: 45%;
}

.width30Percent {
    width: 30%;
}

.width25Percent {
    width: 25%;
}

.width21Percent {
    width: 21%;
}

.width20Percent {
    width: 20%;
}

.width15Percent {
    width: 15%;
}

.width10Percent {
    width: 10%;
}

.width5Percent {
    width: 5%;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.buttonInAdvertisements {
    /*border: none;
    background-color: white;*/
    line-height: 25px;
    width: 275px;
}

.noBorder {
    border: none;
}

.uploadImg {
    max-width: 950px;
    width: 100%;
}

.stepClass {
    position: relative;
}

    .stepClass:not(.selectedStep) {
        display: none;
    }

.stepLabel {
    color: red;
    font-size: 28px;
}

.AdvertisementsLabel, .profileStepLabel {
    font-size: 28px;
    float: left;
}


/*// Style.css //////////////////////////////////////////////////////////////////*/

img[srclang="custom"] {
    /*visibility: hidden;*/
}


.width33px {
    width: 42px;
}

.width160px {
    width: 142px;
}

.width244px {
    width: 244px;
}

.width90px {
    width: 90px;
}

.width105px {
    width: 105px;
}

.width158px {
    width: 158px;
}

.width120px {
    width: 120px;
}

.traceTextarea {
    width: 500px;
    margin-left: 48px;
    background-color: #000000;
    border: 0px;
    color: #ffffff;
}

.traceTextarea2 {
    width: 244px;
    height: 200px;
}




.arialFont11px {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.arialFont11pxMT4px {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-top: 4px;
}


.WhiteBold {
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    color: White;
    font-weight: bold;
}

.WhiteBig {
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    color: White;
    font-weight: bold;
}

.WhiteUnderline {
    font-family: Arial;
    font-size: 11px;
    font-style: italic;
    font: bold;
    color: White;
}


.White {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    color: White;
    font: bold;
}


.WhiteBoldMid {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    color: White;
    font: bold;
}

.WhiteMid {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    color: white;
    font-weight: bold;
}


.WhiteMidItalic {
    font-family: Arial;
    font-size: 11px;
    font-style: italic;
    color: White;
    font: bold;
}


.BlackBold {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    color: #333333;
    font: bold;
}

.BlackBoldMid {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    color: #333333;
    font: bold;
}

.Black {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    color: #333333;
    font: rnormal;
}

.BlackMid {
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    color: #333333;
    font-weight: bold;
}

.BlackUnderline {
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
}

.BlackFootnote {
    font-family: Arial;
    font-size: 10px;
    color: #333333;
    font-weight: bold;
}

.BlackBig {
    font-family: Arial;
    font-size: 17px;
    font-style: normal;
    color: #333333;
    font-weight: bold;
}

.SilverBold {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    color: Silver;
    font: bold;
}

.GreyBold {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    color: Silver;
    font: bold;
}

.Gray {
    font-family: Arial;
    font-size: 11px;
    color: #cccccc;
    font: normal;
}

.Gray1 {
    font-family: Arial;
    font-size: 10px;
    color: #cccccc;
    font: normal;
}

.GrayBold {
    font-family: Arial;
    font-size: 11px;
    color: #cccccc;
    font-weight: bold;
    cursor: pointer;
}

.GreyBig {
    font-family: Arial;
    font-size: 17px;
    font-style: normal;
    color: Silver;
    font: bold;
}

.OrangeBig {
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    color: #FFA500;
    font-weight: bold;
}

.GreyBold {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    color: Orange;
    font: bold;
}

.RedBold {
    font-family: Arial;
    font-size: 10px;
    font-style: normal;
    color: #FF0000;
    font-weight: bold;
    visibility: visible;
}

.redBoldFont {
    color: #ef090c;
    font-weight: bold;
}

.redBoldFont18px {
    color: #ef090c;
    font-weight: bold;
    font-size: 18px;
}

.redFont {
    color: #ef090c;
}

.fontRed10px {
    font-size: 10px;
    color: #ef090c;
}

.redFont18px {
    font-size: 18px;
    color: #ef090c;
}

.redFont14px {
    font-size: 14px;
    font-weight: bold;
    color: #ef090c;
}

.font10px {
    font-size: 10px;
}



.footerWhite10px {
    font-size: 10px;
    color: #ffffff;
    padding-top: 5px;
}




.fontColorGrey11px {
    font-size: 11px;
    color: #666666;
}

.hrWhite1px {
    border: solid 1px #ffffff;
}

img {
    border: 0px;
}

.paddingLeft10px {
    padding-left: 10px;
}

.paddingLeft28px {
    padding-left: 28px;
}

.paddingLeft20px {
    padding-left: 20px;
}

.paddingTop9pxBottom22px {
    width: 675px;
    padding-top: 9px;
    padding-bottom: 22px;
}

.paddingTop5pxBottom5px {
    padding-top: 5px;
    padding-bottom: 5px;
}

.paddingLeftTopBottom3px {
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.paddingLeft30pxTopBottom10px {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}




.marginTop3px {
    margin-top: 3px;
}

.marginTop5px {
    margin-top: 5px;
}

.marginTop10px {
    margin-top: 10px;
}

.marginTop21px {
    margin-top: 21px;
}

.marginTop80px {
    margin-top: 80px;
}

.marginTop13px {
    margin-top: 13px;
}

.marginRight5px {
    margin-right: 5px;
}

.marginBottom82px {
    margin-bottom: 82px;
}

.marginBottom26px {
    margin-bottom: 26px;
}





.marginTop18px {
    margin-top: 18px;
}

.marginTop37px {
    margin-top: 37px;
}

.marginTop93px {
    margin-top: 93px;
}

.marginTop51px {
    margin-top: 51px;
}

.marginTop177px {
    margin-top: 177px;
}

.marginTop135px {
    margin-top: 135px;
}

.marginTop121px {
    margin-top: 121px;
}

.marginTop65px {
    margin-top: 65px;
}

.marginTop135px {
    margin-top: 135px;
}

.marginTop122px {
    margin-top: 122px;
}

.marginTop133px {
    margin-top: 133px;
}


.marginRight12px {
    margin-right: 12px;
}

.marginRight2px {
    margin-right: 2px;
    cursor: pointer;
}



.divMouseOver1 {
    width: 187px;
    height: 30px;
    background-color: #ffffff;
    padding: 5px 0px 5px 5px;
}

.divMouseOut {
    width: 187px;
    height: 35px;
    padding: 5px 0px 0px 5px;
    border-bottom: 1px solid #c2c2c2;
}



.speedCheck2 {
    text-align: left;
    margin: 15px 0px 0px 140px;
}

.speedCheck3 {
    text-align: left;
    margin: 5px 0px 0px 94px;
}

.divToolTipBG {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 151px;
    height: 70px;
    z-index: 1;
}

.divToolTipCORNER {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 131px;
    z-index: 2;
}

.divToolTipTXT {
    position: absolute;
    left: 0px;
    top: 11px;
    padding: 5px 10px 10px 15px;
    width: 131px;
    z-index: 3;
}







.greyAndMargin {
    margin-left: 74px;
    color: #999999;
}






a.grey:link {
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

a.grey:hover {
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

a.grey:visited {
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

a.grey:active {
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}




.grey2_text {
    color: #999999;
    font-size: 10px;
}

.grey1_text {
    color: #666666;
}

.grey1-2_text {
    color: #666666;
    font-size: 8px;
}




a.grey2:link {
    color: #999999;
    font-size: 10px;
    text-decoration: underline;
}

a.grey2:hover {
    color: #999999;
    font-size: 10px;
    text-decoration: underline;
}

a.grey2:visited {
    color: #999999;
    font-size: 10px;
    text-decoration: underline;
}

a.grey2:active {
    color: #999999;
    font-size: 10px;
    text-decoration: underline;
}












.grey4 {
    color: #adadad;
    font-size: 11px;
    text-decoration: none;
}

.grey5 {
    color: #000000;
    font-size: 11px;
}





a.grey6:link {
    color: #000000;
    font-size: 12px;
    text-decoration: underline;
}

a.grey6:hover {
    color: #000000;
    font-size: 12px;
    text-decoration: underline;
}

a.grey6:visited {
    color: #000000;
    font-size: 12px;
    text-decoration: underline;
}

a.grey6:active {
    color: #000000;
    font-size: 12px;
    text-decoration: underline;
}




.show {
    display: block;
}

.hide {
    display: none;
}



.Body_style {
    margin-top: 0;
    margin-left: 0;
}







.width33px {
    width: 42px;
}

.width160px {
    width: 142px;
}

.width244px {
    width: 244px;
}

.width90px {
    width: 90px;
}

.width105px {
    width: 105px;
}

.width158px {
    width: 158px;
}

.width120px {
    width: 120px;
}

.traceTextarea {
    width: 500px;
    margin-left: 48px;
    background-color: #000000;
    border: 0px;
    color: #ffffff;
}





.arialFont11px {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.arialFont12px {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.arialFont14px {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.arialFont11pxMT4px {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-top: 4px;
}





.redFont {
    color: #ef090c;
}

.fontRed10px {
    font-size: 10px;
    color: #ef090c;
}

.redFont18px {
    font-size: 18px;
    color: #ef090c;
}

.redFont14px {
    font-size: 14px;
    font-weight: bold;
    color: #ef090c;
}





a.grey:link {
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

a.grey:hover {
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}


#registerForm {
    position: absolute;
    z-index: 1;
    width: 676px;
    visibility: visible;
}

#errorRegistration {
    position: absolute;
    z-index: 4;
    visibility: hidden;
}

#successRegistration {
    position: absolute;
    z-index: 3;
    visibility: hidden;
}





#payment {
    position: absolute;
    z-index: 1;
    width: 676px;
    visibility: visible;
}

#semitransparent {
    position: absolute;
    z-index: 2;
    width: 600px;
    visibility: hidden;
}

#errorPayment {
    position: absolute;
    z-index: 4;
    visibility: hidden;
}

#successPayment {
    position: absolute;
    z-index: 3;
    visibility: hidden;
}



#faqDiv-01 {
    width: 725px;
    background-color: #67696d;
    position: relative;
    text-align: left;
    padding-left: 20px;
    padding-right: 21px;
}

#faqDiv-02 {
    width: 685px;
    background-color: #e6e6e6;
    position: relative;
    padding: 20px;
}

#topRoundCorners {
    width: 725px;
    height: 8px;
    background-image: url('../../images/topRoundCornners01.jpg');
}

#bottomRoundCorners {
    width: 725px;
    height: 8px;
    background-image: url('../../images/bottomRoundCornners01.jpg');
}

.faqSectionTitle {
    color: #ff0000;
    font-weight: bold;
    font-size: 12px;
    margin-left: 8px;
}




.itemPriceDivPromo {
    font-weight: bold;
    color: Red;
}


.BlackThrough {
    font-weight: bold;
    text-decoration: line-through;
}

.RedThrough {
    font-weight: bold;
    color: Red;
}


.headerTable01 {
    background-color: #666666;
    color: #ffffff;
    font-weight: bold;
}


.Grid {
    /*border-style:none;*/
    border-style: solid;
    border-bottom-color: rgb(230,230,230);
    border-top-color: rgb(230,230,230);
    border-left-color: rgb(230,230,230);
    border-right-color: rgb(230,230,230);
}

    .Grid th {
        border-bottom-color: Green;
        border: border-collapse:collapse;
        padding: 5px;
    }

    .Grid td {
        border-width: 2px;
        border-bottom-color: #cccccc;
    }


.GridSummary {
    border-style: solid;
    border-bottom-color: White;
    border-top-color: White;
    border-left-color: White;
    border-right-color: White;
}

    .GridSummary th {
    }

    .GridSummary td {
        border-width: 2px;
        border-bottom-color: Silver;
        border-top-color: Black;
        border-bottom-style: solid;
        border-top-style: solid;
    }

.toolTipFadeClass {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    width: 151px;
    text-align: left;
}

.ajax__tab_xp-theme .ajax__tab_header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    background: url(img/xp/tab-line.gif) repeat-x bottom;
}

    .ajax__tab_xp-theme .ajax__tab_header .ajax__tab_outer {
        padding-right: 0px;
        background: url(img/xp/tab-right.gif) no-repeat right;
        height: 26px;
    }

    .ajax__tab_xp-theme .ajax__tab_header .ajax__tab_inner {
        padding-left: 0px;
        background: url(img/xp/tab-left.gif) no-repeat;
    }

    .ajax__tab_xp-theme .ajax__tab_header .ajax__tab_tab {
        height: 26px;
        padding: 0px;
        margin: 0;
        background: url(img/xp/tab.gif) repeat-x;
    }

.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_outer {
    background: url(img/xp/tab-hover-right.gif) no-repeat right;
}

.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_inner {
    background: url(img/xp/tab-hover-left.gif) no-repeat;
}

.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_tab {
    background: url(img/xp/tab-hover.gif) repeat-x;
}

.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_outer {
    background: url(img/xp/tab-active-right.gif) no-repeat right;
}

.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_inner {
    background: url(img/xp/tab-active-left.gif) no-repeat;
}

.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_tab {
    background: url(img/xp/tab-active.gif) repeat-x;
}

.ajax__tab_xp-theme .ajax__tab_body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; /*border:0px solid #999999;*/
    text-align: left;
    border-top: 0;
    padding: 4px;
    background-color: #ffffff;
}



/*///////////////////////////////////////////////////////////////////*/

div.profileBoxView {
    display: inline-block;
    float: left;
    vertical-align: top;
    /*background:silver;*/
    margin-right: 10px;
    /*margin-left:220px;*/
    border-radius: 10px;
    padding: 0px;
}

div.profileAdsView {
    display: inline-block;
    width: 300px;
    float: left;
    padding: 0px;
    margin: 0px -100px 0px 0px;
    vertical-align: top;
    overflow: visible;
}

    div.profileAdsView table {
        padding: 0;
        margin: 0;
        border: 0;
    }
/*// Multi TAB //////////////////////////////////////////////////////////////////*/

td, th {
    padding: 0;
}

input.editableMed {
    /*padding-left: 5px;*/
    background-color: #e6e6e6;
    width: 232px;
    border-color: #E6E6E6;
    border-style: None;
    height: 25px;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: normal;
    Color: #808080;
}

input.editableBig {
    padding-left: 5px;
    background-color: #e6e6e6;
    width: 464px;
    border-color: #E6E6E6;
    border-style: None;
    height: 25px;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: normal;
    Color: #808080;
}

input.editableSmall {
    padding-left: 5px;
    background-color: #e6e6e6;
    width: 50px;
    border-color: #E6E6E6;
    border-style: None;
    height: 25px;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: normal;
    Color: #808080;
}

.ddlMed {
    Width: 227px;
    background-color: #e6e6e6;
    height: 25px;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: normal;
    Color: #808080;
    border-color: #E6E6E6;
    border-style: None;
}

span.Display {
    font-family: Tahoma;
    /*font-size: 10pt;*/
    font-weight: bold;
    padding-left: 5px;
}
/*// Multi TAB //////////////////////////////////////////////////////////////////*/

.arialFont11px, .arialFont11px table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#CancelBtn {
    border: none;
    background: none;
    text-decoration: underline;
}

    #CancelBtn:not(.imageUploaded), #fileUploadName:not(.imageUploaded) {
        display: none;
    }

    #CancelBtn:hover, #CancelBtn:focus {
        text-decoration: none;
        cursor: pointer;
        color: blue;
    }

#fileUploadName {
    margin-top: 25px;
}

.fileNameDescription {
    font-size: 12px;
    color: #bbb;
}

.uploadFileNameText {
    text-align: center;
    color: blue;
    width: 250px;
    height: 25px;
    line-height: 25px;
}

.tab {
    /*border-bottom-width: 2px;
    border-bottom-color: lightgray;
    border-bottom-style: solid;*/
}

.tablinks {
    border: solid;
    border-width: 1px;
    border-color: white;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 6px;
    /*opacity: 0.7;*/
    width: 150px;
    height: 35px;
    line-height: 35px;
    background-color: white;
}

    .tablinks:focus {
        outline: 0;
    }

    .tablinks:hover {
        /*opacity: 1;*/
    }

    .tablinks.active {
        /*border-bottom-width: 5px;
        border-bottom-color: red;
        border-bottom-style: solid;
        opacity: 1;*/
        /*background-color: #eeeeee;*/
    }

    .tablinks.searchTab {
        margin-right: 0px;
        width: calc(100% - 352px);
        display: inline-block;
        height: 33px;
    }

.tablinksSpacer {
    width: 150px;
    height: 6px;
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    background-color: #F0F0F0;
}

    .tablinksSpacer#RadioChannelsSpacer {
        left: 10px;
    }

    .tablinksSpacer#SearchChannelsSpacer {
        left: 20px;
        width: calc(100% - 326px);
    }

    .tablinksSpacer.active {
        background-color: white;
    }

.searchBar {
    width: calc(100% - 25px);
    border: none;
}

    .searchBar:focus {
        outline: 0;
    }

.tab, .tabcontent, .ordercontent {
    margin-top: 30px;
    max-width: 1400px;
    margin: auto;
}

.tabcontentlist, .ordercontentlist {
    max-height: 450px;
    overflow-y: auto;
}

.tabcontentlist {
    margin-bottom: 50px;
    padding-top: 50px;
    background-color: white;
}

/*.tabcontentlist img {
        width: 150px;
    }*/

.RowElement {
    float: left;
}

.selectionImg {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    margin: 16px 40px;
}

    .selectionImg.selectedImg {
        display: block;
    }

.selectedElem {
    background-color: #eeeeee;
}

.appColElem {
    text-align: center;
    padding-bottom: 10px;
}

.modalImg {
    position: relative;
    display: inline-block;
    padding: 2px 20px 20px 2px;
    height: 183px;
}

    .modalImg.channelFilteredOut {
        display: none;
    }

.ImageInTable {
}

.orderDetailsLabel {
    font-weight: bold;
    font-size: 28px;
}

.rowInOrderDetails {
    height: 183px;
    /*border-bottom: 2px solid #eeeeee;*/
}

.borderInOrderDetails {
    border-bottom: 2px solid #eeeeee;
}

.figureInOrderDetails {
    align-items: center;
    display: flex;
    margin-left: 0px;
}

.figCaptionInOrderDetails {
    padding-left: 15px;
}

.buttonInOrderDetails {
    width: 85px;
    background-color: white;
    height: 34px;
    border: 2px solid #eeeeee;
}

.subtotalButtonsInOrderDetails {
    /*height: 50px;*/
    padding-left: 25px;
    padding-right: 25px;
}

.subtotalInOrderDetails {
    overflow: auto;
    line-height: 28px;
    border-bottom: 2px solid #eeeeee;
}
