﻿@import url(fonts/fonts.css);
@import url(lc_switch.css);

body
{
    font-family: Segoe UI, Tahoma, Verdana;
    font-size: 10pt;
    color: #444444;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; 
}
.container
{
    width: 952px;
    height: 155px;
    background-repeat: no-repeat;
    padding-top: 11px;
}
a:active, a:focus 
{ 
    outline-style: none; 
}
.proBgNoTabs
{
    background-image: url(Images/calc_bg_notabs.png);
}
.proBg
{
    background-image: url(Images/calc_bg.png);
}
.smartBg
{
    background-image: url(Images/calc_bg_smart.png);
}
.leftPaddedExternal
{
    padding-left: 6px;
}
.leftPaddedThin
{
    padding-left: 4px;
}
.column1
{
    width: 158px;
    padding-left: 15px;
}
.column1b
{
    width: 411px;
    padding-left: 15px;
    height: 24px;
}
.column2
{
    width: 236px;
    padding-left: 15px;
}
.column3
{
    text-align: center;
    width: 85px;
}
.column4
{
    text-align: center;
    width: 88px;
}
.column5
{
    text-align: center;
    width: 106px;
}
.column6
{
    text-align: center;
    width: 100px;
}
.column6b
{
    text-align: center;
    width: 210px;
}
.column7
{
    text-align: center;
    width: 135px;
}
.btnUp:active
{
    font-size: 17px;
}
.btnUp
{
    width: 47px;
    height: 24px;
    color: White;
    font-weight: bold;
    font-size: 18px;
    background-image: url(Images/plus_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    padding-top: -5px;
}
.btnDown:active
{
    font-size: 17px;
}
.btnDown
{
    margin-top: -9px;
    padding-bottom: 4px;
    width: 47px;
    height: 24px;
    color: White;
    font-weight: bold;
    font-size: 19px;
    background-image: url(Images/less_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    cursor: pointer;
}
.lblResource
{
    font-size: 14px;
}

.lblResourceValue
{
    font-size: 14pt;
    color: Black;
    font-weight: bold;
}
.lblResourceValueMed
{
    font-size: 11pt;
    color: Black;
    font-weight: bold;
}
.lblCaption
{
    font-size: 8pt;
    color: Gray;
}
/*.lblResourceNet
{
    font-size: 14px;
    color: Black;
}*/
.lblResourceCostTitle
{
    font-size: 15px;
    color: Black;
}
.lblResourceCostTitle.cerulean 
{
    color: #0099cc;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 30px;
}

.grandTotalRow { border-bottom: 1px solid #0099cc !important; }
.grandTotalRow .lblCostTotal { font-weight: bold; color: #0099CC; font-family: Lato; font-size: 25px; }
.grandTotalRow .lblCostTotalDigits { font-weight: bold; color: #0099CC; font-family: Lato; font-size: 15px; }
.grandTotalRow .lblResourceCostTitle { box-sizing: border-box; line-height: 37px; height: 37px; }

.lblLicenseCostTitle
{
    font-size: 12px;
    color: Black;
    display: block;
}
.lblResourceNetSmall
{
    font-size: 13px;
    color: Black;
}
.lblResourceValueNet {
    font-size: 18px;
    color: #0099cc;
    font-weight: bold;
}
.moreInfos
{
    color: White;
    font-size: 12px;
}
.link
{
    text-decoration: underline;
    cursor: pointer;
}
.lblResourceCostBig
{
    font-size: 27pt;
    font-weight: bold;
    color: Black;
}
.lblResourceCostSmall
{
    font-size: 16pt;
    font-weight: bold;
    color: Black;
}
.vSpacer
{
    padding-top: 6px;
}
.resourceUnit
{
    color: Black;
    font-size: 15px;
}
.pillLeft
{
    background-image: url(Images/pill_left.png);
    background-repeat: no-repeat;
    width: 6px;
    height: 17px;
}
.pillRight
{
    background-image: url(Images/pill_right.png);
    background-repeat: no-repeat;
    width: 6px;
    height: 17px;
}
.pillCenter
{
    background-image: url(Images/pill_center.png);
    background-repeat: repeat-x;
    height: 17px;
}
.btnPreconf:hover
{
    color: #fdce90;
}
.centered
{
    margin-left: auto;
    margin-right: auto;
}
.unselectable 
{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
.serverTab
{
    width: 176px;
    text-align: center;
    float: left;
}
.mLeftThin
{
    margin-left: 4px;
}
.unselected
{
    cursor: pointer;
}
.unselected:hover
{
    text-shadow: 0 3px 3px #5F7078;
}
.tabTitle {
    color: #797979;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
    .tabTitle.subTitle { font-size: 12px }

.notVisible {
    visibility: hidden;
}

/* collapsible panel*/
.collapse-toggle {
  text-decoration:none !important;  
}

.collapse-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.collapse-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.totalsBG {
    background-color: #f4f9fd;
    padding-bottom: 60px;
}

/* Hypervisor Buttons*/
.btnHypervisor {
    float: right;
    display: inline-block;
    box-sizing: border-box;
    width: 78px;
    height: 35px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 10px;
    border: 1px solid #d1d1d1;

}

    .btnHypervisor .text {
        display: none;
    }

    .btnHypervisor.selected {
        background-color: #0099cc;
        cursor: default;
        border-color: #0099cc;
    }

    .btnHypervisor.noBorder {
        border: none !important;
    }

    .btnHypervisor.lowcosthyper-v { display: none; }

    .btnHypervisor.vmware {
        background-image: url(Images/hv-vmware.png);
        background-size: 69px 10px;
    }

        .btnHypervisor.vmware.selected {
            background-image: url(Images/hv-vmware-w.png);
        }

    .btnHypervisor.hyper-v {
        background-image: url(Images/hv-hyperV.png);
        background-size: 59px 25px;
    }

        .btnHypervisor.hyper-v.selected {
            background-image: url(Images/hv-hyperV-w.png);
        }
.btnTemplateType {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    padding: 5px 23px;
    font-family: Lato;
    font-size: 12px;
    line-height: 12px;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #d1d1d1;
    cursor: pointer;
    margin-left: 10px;
}

    .btnTemplateType.selected {
        background-color: #0099cc;
        border-color: #0099cc;
        color: #fff;
    }

    .btnTemplateType.disabled {
        color: #dfdfdf;
        border-color:#dfdfdf;
        cursor: default;
    }

.btnDataCenter {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    width: 44px;
    font-family: Lato;
    font-size: 12px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    position: relative;
}
    .btnDataCenter.disabled {
        opacity: 0.4;
    }
    
    .btnDataCenter.selected { background-color: #dfdfdf; }

    .btnDataCenter span {
        display: block;
        position:absolute;
    }

        .btnDataCenter span.dcFlag {
            background-color: #0099cc;
            background-position: center center;
            background-repeat: no-repeat;
            width: 18px;
            height: 10px;
            top: 4px;
            left: 2px;
            margin-right: 4px;
        }

        .btnDataCenter.it span.dcFlag{ background-color: transparent; background-image: url(./Images/flags/it.png); }
        .btnDataCenter.cz span.dcFlag{ background-color: transparent; background-image: url(./Images/flags/cz.png); }
        .btnDataCenter.de span.dcFlag{ background-color: transparent; background-image: url(./Images/flags/de.png); }
        .btnDataCenter.fr span.dcFlag{ background-color: transparent; background-image: url(./Images/flags/fr.png); }
        .btnDataCenter.pl span.dcFlag{ background-color: transparent; background-image: url(./Images/flags/pl.png); }
        .btnDataCenter.uk span.dcFlag{ background-color: transparent; background-image: url(./Images/flags/uk.png); }

        .btnDataCenter span.text { top: 0px; left: 23px; font-weight: bold; letter-spacing:normal; color: #333; }

.licensesContainer {
    font-size: 13px;
    font-family: Lato;
    margin: 0 5px;

}
    .licensesContainer .license {
        margin-top: 10px;
        display: block;
        height: 25px;
        line-height: 25px;
        position: relative;
        text-align:right;
    }

        .licensesContainer .license > span {
            display: inline-block;
            vertical-align: middle;
        }

        .licensesContainer .license .quantity {
            font-size: 18px;
            font-weight: bold;
            margin-left: 10px;
            width: 20px;
        }

#LuckySmartContainer {
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}

#lblRandomAllocation {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: Lato;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    letter-spacing: normal;
    padding-top: 2px;
    margin-right: 5px;
}