﻿/* This link was used for CSS3 compatibility: http://css3generator.com/  */

/* Contents			        Flag
----------------------------------------------------------------------------------
    Global Settings   		    =GST
    Wrapper                     =WPR
    Content Layout              =CLY
    Login Specific              =LGN
    Text                        =TXT
    Containers Layout           =CSP
    TMA Specific                =TMA
    Clasification Specific      =CLS
    Segmentation Specific       =SGS
    Location Specific           =LCS   
    Trade Marketing Specific    =TMS
    Customer Report Specific    =CRS
    Sales Specific              =SLS
    Top20 Specific              =T20
    Map Specific                =MAP
    SCM Specific                =SCM
    RMS Specific                =RMS
    Reports                     =RPT
    Custom Classes              =CCL
    404                         =404
    Checkbox                    =CKB
    Responsive                  =RPS
    Report Viewer               =RVW
    Show Modal                  =SHM
    Chart History               =CHS
    Circle                      =CRL
    Reps Panel                  =RPP
*/

/* Color Pallete
----------------------------------------------------------------------------------
    eXigo Black Light High      #484848     eXigo Gray Main Light High      #FFF
    eXigo Black Light Smooth    #2E2E2E     eXigo Gray Main Light Smooth    #F5F5F5
    eXigo Black                 #242424     eXigo Gray Main                 #D7D7D7
    eXigo Black Shadow Smooth   #1A1A1A     eXigo Gray Main Shadow Smooth   #BEBEBE
    eXigo Black Shadow High     #000        eXigo Gray Main Shadow High     #AFAFAF

    eXigo Gray Aux Light    #A8A8A8         eXigo Blue BI                  #0071BC
    eXigo Gray Aux          #808080
    eXigo Gray Aux Shadow   #585858
*/

/* Global Settings  =GST
----------------------------------------------------------------------------------*/
html {
	/*background-color: #242424;*/
	background-color: #000;
    height: 100%;
} 

body {
	/*background-color: #242424;*/
	background-color: #000;
    color: #d7d7d7;
    font-family: Verdana, Calibri, Arial, Helvetica, sans-serif;
    font-size: 62.5%;  
    height: 100%;
    margin: 0;
    padding: 0;
}

a
{
    color: #484848;
    text-decoration: none;
}

a:hover
{
    color: #D7D7D7;
    text-decoration: none;
}

input.file 
{
    font-Size:14pt;
}

::selection {
    background: #0071BC;
    color: #FFF;
    text-shadow: none;
}

/* Scrollbars Webkit*/
::-webkit-scrollbar
{
    background: #484848;
    border-left:1px solid #2E2E2E;
    border-top:1px solid #2E2E2E;
    width: 10px;
    height: 10px;
}

/*::-webkit-scrollbar:hover
{
    background: #808080;
    border-left:1px solid #2E2E2E;
}*/

::-webkit-scrollbar-thumb
{
    background: #D7D7D7;
    border-radius: 0px;
    border:1px solid #484848;
    /*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);*/
}

::-webkit-scrollbar-thumb:hover
{
    background: #FFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner
{
    background: #484848;
}


/* Wrapper  =WPR
----------------------------------------------------------------------------------*/
#_divPageWidth
{
    position:absolute;
    width:100%;
    height: 100%;
}

#_divWrapper
{
    /*min-height:639px;*/
    position:absolute;
        top:70px;
        left:50%;
   /*position: fixed;
        top:0px;
        right:0px;
        bottom:0px;
        left: 0px;*/
}

#_menuLine
{
    border-bottom: 1px solid #484848;
    height:20px;
    position: fixed;
        left: 259px;
        right: 36px;
    z-index:2;
}

#_divMainCol
{
    position: absolute;
        top:0px;
        right:0px;
        bottom:0px;
        left: 223px;
}

#_divTopRow
{
    margin: 2px;
    position: absolute;
        left: 0px;
    vertical-align: baseline;
    width:100%;
    z-index:2;
}

#_divContent
{
    overflow:auto;
    position: absolute;
        top: 64px;
        right:0px;
        bottom:0px;
        left:0px;
}

#_divLeftCol
{
    position: absolute; /*fixed;*/
        top:0px; /*32*/
        bottom:0px; /*32*/
    width: 182px;
    z-index:3;
}

#_divFooter
{
    clear: both;
    color: #808080;
    display: block;
    font-size:1em;
    overflow:hidden;
    position: absolute;
        left:4%;
        bottom:1%;
    width: 92%;
}
 
#_divMain
{
    background-color: #242424;
    position: absolute;
    width: 100%;
    height: 100%;
}

#LoginError
{
    color: Red;
}

#_skinSelector
{
    position: fixed;
        right: 36px;
        bottom: 5px;
    vertical-align:middle;
    width: 180px;
    z-index: 3;
}

.footer
{
    color:#808080;
    font-size:1.1em;
    position: absolute;
        top: 97%;
        left: 21%;
    width:75%;
}


/* Content Layout    =CLY
----------------------------------------------------------------------------------*/
.contentPanel
{
    position:absolute;
        top:113px;
        right:32px;
        bottom:32px;
        left:32px; 
}

#_pnlUpperToolbar
{
    background-color:#242424;
    position:fixed;
    width:100%;
    height:60px;
    z-index:2;
    /*height:6%;
    min-height:50px;*/
}

#_pnlUpperToolbar .mainButtons
{
    height:100%;
    position:absolute;
        left:0px;
}

#_pnlUpperToolbar .secondaryButtons
{
    margin-left:-181px;
    position:absolute;
        left:50%;
    width:386px;
    height:100%;
}

.languageCombo
{
    float: right;
    margin-top:-18px;
    margin-right: 328px;
    text-align: right;
    width: 100px;
    height: 22px;
}

.containerWithBorder
{
    background-color: #242424;
    border-color: Gray;
    border-radius: 40px;
    border-style: solid;
    border-width: 3px;
}

.containerWithSmallBorder
{
    background-color: #242424;
    border-color: Gray;
    border-radius: 10px;
    border-style: solid;
    border-width: 3px; 
}


/* Login Specific    =LGN
----------------------------------------------------------------------------------*/
.PageCenter
{
    margin-top:-300px;
    margin-left:-184px;
    position: absolute;
        top:50%;
        left:50%;
    text-align: center;
    width: 368px;
    height:400px;
}

.loginVersionLabel
{
    font-size:1.2em;
    margin-top: -10px;
    color:#484848;
}

.LoginFrameLines
{
    position: absolute;
    width: 368px;
    height: 0px;
    border-top:1px solid #000;
    border-bottom: 1px solid #363636;
}

.ContentLogin
{
    text-align: left;
    width:auto;
    height:auto;
}

.Welcome
{
    font-size:13px;
    color:#FFF;
    position:absolute;
        top:224px;
}

.Welcome2
{
    font-size:12px;
    color:#808080;
    position:absolute;
        top:242px;
}

.ButtonLogin
{
    position:absolute;
        top:324px;
        right:1px;
}

.FooterLogin
{
    background-color:#242424;
    color:#808080;
    font-size:11px;
    position:fixed;
        bottom:0px;
    text-align: center;
    width: 100%;
    height:20px;
}

.LoginUser
{
    height:18px;
    position:absolute;
        top:272px;
}

.LoginPassword 
{
    height:18px;
    position:absolute;
        top:298px;
}

.LoginUser .Label,
.LoginPassword .Label
{
    color:#FFF;
    display:inline-block;
    font-size:11px;
    padding-top:5px;
    width:70px;
}

.LoginUser .TextBox,
.LoginPassword .TextBox
{
    display:inline-block;
}

.LoginUser .TextBox .riTextBox[type="text"],
.LoginPassword .TextBox  .riTextBox[type="password"]
{    
    text-align: left;
    width:294px;
}

.LoginButton
{
    margin-right: 8px;
    margin-top: 10px;
}


/* Text    =TXT
----------------------------------------------------------------------------------*/
.topMenuTitle
{
    font-size:3.6em;
    line-height:1.2em;
}

.topMenuSubTitle
{
    color:#808080;
    font-size:1.2em;
}

.contentTitle
{
    font-size:2.2em;
}


.contentTitle.mainPosition
{
    position:absolute;
    top:3%;
    left:2%;
    width:90%;
}

.contentSubtitle
{
    font-size:1.8em;
}

.contentSubtitleBlack
{
    font-size:1.8em;
    color: black;
}


.contentSubtitle.mainPosition
{
    position:absolute;
        top:10%;
        left:6%;
}

.contentText
{
    font-size: 1.5em;
}

.contentSubtext
{
    font-size: 0.9em;
}

.contentLabelText
{
   color: #C0C0C0;
}
.contentLabelTextBlack
{
    color:black;
}

.contentLabelPercentage
{
   color: #808080;
   line-height: 1.4em;
}

.contentGridMainText
{
   display:block;
}

.contentTextButton
{
    font-family: Verdana, Calibri, Arial, Helvetica, sans-serif;
    font-size:1.1em;
    color:#BFBFBF;
    background-color: transparent !important;
    border: none;    
    display: table-cell;
    vertical-align: middle;
}

.contentPersHistGraphLeftLabels
{
    font-size: 1.4em;
    margin-bottom: 4%;
}
.contentPersHistGraphLeftValues
{
    font-size: 1.3em;
    color: #7F7F7F;
}
/*.title2
{
    font-size:1.8em;
}*/

/* Containers Specific    =CSP
----------------------------------------------------------------------------------*/
.contentBody
{
    position:absolute;
        top:10%;
        left:4%;
    width: 94%;
    height: 88%;
}

.contentBody > div
{
    position:absolute;
}

.contentDivider
{
    background-color: #404040;
    opacity:0.2;
    top:11%;
    width: 100%; 
    height: 2px;
}

.corporate.contentDivider
{
    margin-top:20%;
    margin-bottom:20%;
}

.contentVerticalDivider
{
    background-color: #404040;
    width: 1px; 
    height: 100%;
}

.contentGridSecondaryText
{
   color: #808080;
   display:block;
   font-size: 0.95em;
}

.locationButton
{
    background-color: Transparent;
    border: 0px;
    color: #D7D7D7;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.divLocationButton
{
    background-image:url(../../images/button_frame_bkg_on.png); 
    background-repeat:no-repeat; 
    background-size: 100% 100%;
    margin-bottom:3%;
    padding-bottom: 7%;
    padding-top: 7%;
    position:relative;
    text-align: center;
    width: 100%;
    height:100%;
}

.lblLocationButton
{
    color: #D7D7D7;
    font-family: Verdana;
    font-size: 1.4em;
}

.modal
{
    background-color:#242424;
    border: 0px solid #484848;
    border-radius: 3.5% / 8%;
    box-shadow: 2px 2px 10px #000;
        -moz-box-shadow: 2px 2px 10px #000;
        -webkit-box-shadow: 2px 2px 10px #000;  
	display:none;
	padding:1.5%;
	text-align:left;
}

.modalShow
{
    display:block;
}

.modalBackground
{
    background-color: #333;
    opacity: 0.9;
}


/* TMA Specific     =TMA
----------------------------------------------------------------------------------*/
.clasificSegmentacion .menuItem
{
    font-size: 1em; 
}

.menuItem
{
    background-color: Transparent;
    background-position: 5%;
    background-repeat: no-repeat;
    background-size:auto 80%;
    border: 0px;
    color: #D7D7D7;
    cursor: pointer;
    font-family: Verdana;
    font-size: 1.4em; 
    padding-bottom: 5px;
    padding-left: 26%;
    text-align: left;
    width: 100%;
    height: 100%;
}

.locationButton:hover:hover .lblLocationButton,
.menuItem:hover
{
    color:#242424;
}

#_divLeftMenu
{
    position:absolute;
        top: 12%;
        left:1%;
    width: 16.6%;
    height: 88%;
    z-index:1;
}

.divLeftMenuItem
{
    background-image: url(../../images/button_frame_bkg_on.png);
    background-repeat:no-repeat; 
    background-size: 100% 100%;
    margin-bottom:3%;
    position:relative;
    width: 100%;
    height: 7.7%;
}

.locationButton:hover .divLocationButton:hover,
.divLeftMenuItem:hover
{
    background-image: url(../../images/button_frame_bkg_press.png);
    color:#242424;
}

    .divLeftMenuItem .buttonContent
    {
        margin-top:-26%;
        padding:3%;
        width:100%;
        height:100%;
    }

    .divLeftMenuItem .buttonIcon
    {
        position:relative;
    }

    .divLeftMenuItem .buttonText
    {
        font-size: 1.6em;
        margin-top: -15%;
        margin-left: 23%;
        position:relative;
        width: 100px;
        z-index: 1;
    }

#_divContainer
{
    position:absolute;
        top:0%;
        left: 18%;
    width: 80%;
    height: 100%;
}

#_divTopMenu
{
    position:absolute;
        top:2%;
    width: 100%;
    height: 8%;
}

#_divContainerData
{
    background-color: #242424;
    border-radius: 2% / 3%;
    border: 2px solid #D7D7D7;
    display: inline-block;
    opacity: 1;
    position: absolute;
    top: 12%;
    width: 100%;
    height: 84%;
}

#_divMap
{
    background-color: Gray;
    display:inline-block;
    width: 100%;
    height: 93%;
}


.tmaNavigationButtons
{
    float: right;
    height: 100%;
    margin: 0 3%;
    position: relative;
    width: 15%;
}

.overrideLeftMenu
{
    background-color: #000;
    position: absolute;
        top:-1%;
        left: -27%;
    width: 26.5%;
    height:101.5%;
    z-index:2;
}

.menuSeparator
{
    background-image: url(../../images/navigate-right-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width:20px !important;
}

.menuText
{
    font-size: 1.8em;
}

/*TopMenu*/
.contentTopMenu
{
    height:3.5%;
    top: 7%;
}

.contentTopMenu ul.level1
{
    color: #808080;
    font-size: 1.5em;
    width:100%;
}

/*.contentTopMenu ul.level1 li
{
    padding-left: 5%;
    padding-right: 5%;
}*/

.contentTopMenu a.level1.static
{
    padding-right: 1em !important;
    padding-left: 1em !important;
    /*Se elimina el margin puesto que afecta el resto de los componentes de los divs,
    aunq no esten en en menu*/
}

.contentTopMenu a.selected
{
    color: #FFF;
}

.contentTopMenu li
{
    position: relative; 
    float: left;
    margin-right: 12px;
}

.gridHeight100 > div
{
    height:100%;
}


/* Clasification Specific    =CLS
----------------------------------------------------------------------------------*/
.divPyramid
{
    top: 11%;
    width:69%;
}

.pyramidSteps
{
    border-right: 7em solid transparent;
    border-bottom-style: solid;
    border-bottom-width: 10em;
    border-left: 7em solid transparent;
    height: 0;
    margin-bottom:0.75%;
    position: relative;
}

.pyramidStars
{
    position: absolute;
        left: 42%;
    width:14%
}

.pyramidData
{
    color: #000;
    font-family: Verdana;
    font-size: 2em;
    font-weight: bold;
    position: absolute;
        left: 30%;
    text-align: center;
    width: 37.5%;
}

.pyramyd25Label
{
    font-family: Verdana;
    font-size: 1.5em;
    position: absolute; 
}

.invertedPyramidSteps
{
    border-top: 10em solid #404040;
    border-right: 7em solid transparent;
    height: 0;
    margin-bottom:0.75%;
    position: relative;
        left: 0;
}

.invertedPyramidDataLeft
{
    position: absolute;
        left: 2%;
}

.invertedPyramidDataRight
{
    position: absolute;
        left: 20%;
    text-align: right;
    width: 20%;
}


/* Segmentation Specific       =SGS
----------------------------------------------------------------------------------*/
.divSegmentationCoverDataList
{
    left:20%;
    width:80%;
    height:90%;
}

.divSegmentationSalesCoverDataList
{
    left:36%;
    width:64%;
    height:100%;
}

.divSegmentationTop20CoverDataList
{
    height:32%;
}

.divSegmentationTop20CoverDataList td
{
    width:100%;
    height:33%;
}

.divSegmentationCoverDataList td,
.divSegmentationSalesCoverDataList td
{
    width:33%;
    height:100%;
}

.segmentationMenuDataList tr
{
    border-top:2px solid #000;
}

.segmentationMenuInnerDataList td:hover
{
    background-color:#242424;
}

.segmentationCoverButton
{
    border-radius: 5% / 3%;
    padding:5%;
    width: 90%;
    height:100%
}

.segmentationButton
{
    color: #D7D7D7;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    cursor:pointer;
    font-family: Arial;/*Verdana;*/
    padding-left: 21%;
    text-align: left;
    width: 100%;
    height: 100%;
}

.segmentationDetailLeftCol
{
    top:10%;
    width:40%;
    height:90%;
}

.segmentationDetailRightCol
{
    top:10%;
    left:40%;
    width:60%;
    height:90%
}

.segmentationDetailInfoIcon
{
    display:block;
    margin-right:auto;
    margin-left:auto;
    width:60%;
    height:35%;
}

.divSegmentationDetailSalesIcon
{
    margin-top:5%;
    margin-left:15%;
    width:70%;
    height:50.5%;
}

.segmentationDetailSalesIcon
{
    display:block;
    margin-right:auto;
    margin-left:auto;
    width:100%;
    height:100%;
}

.segmentationDetailSalesTextLine
{
    padding-bottom: 1%;
}

.segmentationDetailSalesTextLineWithPercentage
{
    padding-bottom: .04%;
}

.segmentationSalesCoverLabelLine
{
    padding-bottom:30%;
}

.segmentationSalesCoverDataLine
{
    padding-bottom:25%;
}

.segmentationTop20LeftPanel
{
    top:14%;
    width:20%;
    height:86%;
}

.segmentationTop20LeftPanel div
{
    width:100%;
}

.segmentationTop20RightPanel
{
    top:10%;
    left:21%;
    width:80%;
    height:90%;
}

.segmentationTop20CoverGrid
{
    display:inline-block;
    height: 100%;
    width:85%;
}

.segmentationTop20CoverMenu
{
    display:inline-block;
    margin-top:3%;
    margin-left:1%;
    height:100%;
    width:13%;
}

.segmentationLeftMenuSecondLevel
{
    background-color: #242424;
    cursor:pointer;
    overflow:hidden;
    text-align: center;
    width: 100%;
    height:100%;
    -webkit-transform: rotate(180deg);
    writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
}

.segmentationLeftMenuSecondLevel input[type=submit]
{
    background-color: transparent;
    border: 0;
    color:#D7D7D7;
    cursor:pointer;
    display: table-cell;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
}

.segmentationLeftMenuSecondLevel:hover
{
    background-color: #D7D7D7;
}

.segmentationLeftMenuSecondLevel:hover input[type=submit]
{
    color:#242424;
}


/* Location Specific    =LCS
----------------------------------------------------------------------------------*/
.locationSecondMargin
{
    left: 10%;
    top: 15%;
    width: 80%;
    height: 75%;
}

.divLocationDataList
{
    float: left;
    margin-top:2%;
    overflow-y: auto;
    width: 100%;
    height: 90%;
}

.locationItemRowEnabled
{
    background-image:url(../../images/combo_ico_215_on.png);
    background-position:left center;
    background-repeat:no-repeat;
}

.locationItemRowEnabled,
.locationItemRowDisabled
{
    float: left;
    padding-top:0.5%;
    padding-bottom:0.5%;
    width: 100%;
    height: 100%;
}

.locationItemRowEnabled:hover
{
    background-color:#484848;
}

.locationItemRowDisabled:hover
{
    background-color:#2E2E2E;
}

.locationBottomRow
{
    border-top: #484848 1px solid;
    padding-top:1%;
    top: 90%;
    width:100%;
}


/* Trade Marketing Specific    =TMS
----------------------------------------------------------------------------------*/
.divTMSectionTitle
{
    width: 100%;
    height: 10%;
}

.divTMSectionContent
{
    margin-top: 2%;
    overflow-y:auto;
    width: 100%;
    height: 88%;
}

.linkCard
{
    background-color: #D7D7D7;
    background-position: center left; 
    background-repeat: no-repeat;
    background-size:auto 70%;
    border-radius: 4% / 13%;
    box-shadow: 2px 2px 10px #000;
        -ms-box-shadow: 2px 2px 10px #000;
        -moz-box-shadow: 2px 2px 10px #000;
        -webkit-box-shadow: 2px 2px 10px #000;
    float: left;
    cursor: pointer;
    margin: 10px;
    position: relative;
    width: 43%;
    min-height: 20%;  
}

.linkCard:hover 
{
    background-color: #FFF;
}

.linkCardClickableItem
{
    padding: 3%;
    padding-bottom: 9%;
    width: 84%;
    height: 100%;
}

.linkCardAddClickableItem
{
    padding: 3%;
    padding-left: 19%;
    width: 80%;
    height: 100%;
}

.linkCardName
{
    color: #000;
}

.linkCardAddIcon
{
    position: absolute;
        top: 15%;
        left: 5%;
}

.linkCardDeleteIcon
{
    display:block !Important;
    position: absolute;
        top: 2%;
        right: 2%;
    width: 10%;
    height: auto;
}

.linkCardDate
{
    color:#808080;
    position: absolute;
        bottom: 2%;
        right: 0.5%;
}


/* Customer Report Specific   =CRS
----------------------------------------------------------------------------------*/
.divSegmentationSelectorsDataList td
{
    /*width:16.5%*/;
}

.segmentationSelectorImage
{
    background-color: transparent;
    border: 1px solid #242424;
    width:24px;
    height:24px;
    opacity: 0.7;
}

.segmentationSelectorImage:hover,
.segmentationSelectorImagePress
{
    width:24px;
    height:24px;
}

.divClasificationSelectorImage
{
    position:relative;
    width: 100%;
    height:4em;
}

.clasificationSelectorImage
{
    height:64%;
    border: 1px solid #242424;
    padding:4%;
    position:relative;
}

.clasificationSelectorImage:hover,
.clasificationSelectorImagePress
{
    height:64%;
    padding:4%;
    position:relative;
}

.segmentationSelectorImage:hover,
.clasificationSelectorImage:hover
{
    background-color: #484848;
    opacity:1;
}

.segmentationSelectorImagePress,
.clasificationSelectorImagePress
{
    background-color: #1A1A1A;
    border-style:solid;
    border-width: 1px;
    border-top-color:#000;
    border-right-color:#484848;
    border-bottom-color:#484848;
    border-left-color:#000;
    opacity:1;
}

.customerFiltersList
{
    padding: 5px
}

.customerFiltersList .title
{
    color: #242424;
    font-size: 0.9em;
    font-weight: bold;
}

.customerFiltersList .items
{
    color:#242424;
    display:block;
    font-size:0.8em;
}

.customerTableDimension
{
    height: 100%;
    width: 100%;
}

.customerTableDimension td.full
{
    height: 90%;
    position:relative;
}

.customerTableDimension span.contentSubtitle
{
    font-size: 1.4em;
}
/* Sales Specific   =SLS
----------------------------------------------------------------------------------*/
.divTMASalesLabel
{
    display: inline-block;
    top: 15%;
    vertical-align:bottom;
    z-index:2;
}

.gridTMASales
{
    top:15%;
    width: 100%;
    height: 82%;
}

.gridTMASales > div
{
    height: 100%;
    position: absolute;
}


/* Top20 Specific =T20
----------------------------------------------------------------------------------*/
.tmaTop20DataLabels
{
    display: inline-block;
    top: 15%;
    left:0;
    width: 42%;
    height: 82%;
}

.tmaTop20DivLabel
{
    margin-bottom: 10%;  
}

.tmaTop20Data
{
    margin-top: 2%;
    height: 90%;
    width: 100%;
}

.tmaTop20DataGrid
{
    top: 15%;
    left:21%;
    height: 82%;
    width: 79%;
}

/*.tmaTop20DataGrid > div
{
    height: 100%;
}*/

.tmaTop20GroupValues
{
    padding-top: 2%;
    text-indent: 6%;
    margin-top: 3%;
}

.tmaTop20GroupValues > span
{
    margin-right: 4%;   
}


/* Map Specific =MAP
----------------------------------------------------------------------------------*/
.tmaMapOption
{
    border-radius: 5% / 3%;
    box-shadow: 2px 2px 10px #000;
        -ms-box-shadow: 2px 2px 10px #000;
        -moz-box-shadow: 2px 2px 10px #000;
        -webkit-box-shadow: 2px 2px 10px #000;
    overflow: hidden;
    top:10%;
    width: 30%;
    height:70%
}

.tmaMapOption:hover
{
    background-color:#D7D7D7;
}

.tmaMapOption:hover .tmaMapImage
{
    opacity:0.8;
}

.tmaMapOption:hover .tmaMapLink
{
    color:#242424;
}

.tmaMapImage
{
    width: 100%;
    height: 90%;
}

.tmaMapImageSmall
{
    width: 100%;
    height: 80%;
}

.tmaMapLink
{
    margin-top: 2%;
    position:absolute;
        left:0;
    text-align: center;
    width:100%;
}


/* SCM Specific =SCM
----------------------------------------------------------------------------------*/
.corporateButton
{
    background-color:transparent;
    border:none;
    color:#D7D7D7;
    cursor: pointer;
    /*font-family: Verdana;
    font-size: 15pt;*/
    padding:0px;
    text-align:left;
}

.corporateKPIMenuItem
{
    display: inline-block;
    margin-top: 15%;
    padding:5% 1%;
    width: 100%;
}

.corporateKPIMenuItem:hover
{
    background-color:#484848;
}

.corporateKPIMenuItemLeft
{
    display: inline-block;
    width: 25%;
}

.corporateKPIMenuItemRight
{
    display: inline-block;
    width: 73%;
}

.corporateKPIMenuItemLeft > div
{
    display: inline-block;
    width: 100%;
}

.kpiMainPercentage
{
    font-size:3em;
}

.kpiMainSubPorcentage
{
    font-size: 2.5em;
    color:#595959;
    vertical-align: middle;
    /*margin-left: 10%;*/
}

.kpiMainIndicator {
    width: 116%;
    text-align: right;
    margin-top: -45%;
}

.kpiMainDivSubPorcentage
{
    margin-top: 35%;
    width: 100; 
    display: -webkit-box;
}

.kpiMainLabelPorcentage
{
    width: 92%; 
    text-align: center;
}

.kpiMainHistoryIco
{
    width: 22%; 
    text-align: right;
}

.kpiMainLabelScoreCard
{
    width: 100%; 
    text-align: center;
    margin-top: 5%;
}

.kpiMainContextScoreCard
{
    font-size: 1.3em;
}

.kpiMainDivPorcentageSeparator
{
    width: 100%;
    background-color: #404040;
    top: 11%;
    width: 136%;
    height: 1.5px;
    margin-left: -5%;
}

.kpiMainRightContainer
{
    width: 11%; 
    height: 70%; 
    display: inline-block; 
    text-align: center;
}

.kpiMainPercentageHistoryButton
{
    display:inline-block;
    position:relative;
    z-index:10;
}

.kpiMainPercentageHistoryButton:hover
{
    background-color:#484848;
}

.corporateSCMDiagramLabel
{
    color:#D7D7D7;
    display:inline-block;
    position: absolute;
    text-shadow: #000 0.1em 0.1em 0.4em;         
}

.corporateSCMDiagramLabel.button:hover
{
    background-color:#484848;
}

.corporateSCMDiagramLabel.big
{
    width:30%;
}

.corporateSCMDiagramLabel.small
{
    width:18%;
}

.corporateSCMDiagramLabel.bottom
{
    width:20%;
}

.corporateSCMDiagramLabel.warning
{
    width:22%;
}

.corporateSCMDiagramLabel .divIcon
{
    float:left;
    width:24%;
}

.corporateSCMDiagramLabel .divLabels
{
    float:left;
    width:76%;
}


.divHistoricalGraphic
{
    margin-top: 5%;
    margin-left: 5%;
    margin-bottom: 5%;
    margin-right: 5%;
    width: 90%;
    height: 90%;
}

.divHistoricalGraphic img
{
    width:100%;
    height:100%;
}

.leyendaVertical
{
    cursor:default; 
    display:inline-block; 
    width:3%; 
    height:92%; 
    position:absolute; 
    text-align:center;
    font-family:Verdana;
    font-size:10pt;
    -webkit-writing-mode: vertical-lr; 
    -webkit-transform: rotate(180deg);
}


/* RMS Specific =RMS
----------------------------------------------------------------------------------*/
#_divLeftRoutes
{
    width:20%; 
    height: 100%
}

#_divLeftRoutes > div
{
    position:absolute;
    width:100%;
}

#_divRightRoutes
{
        left: 24%;
    width: 76%;
    height: 100%;
}

.divRoutesSearchTextBox
{
    top:64px;
    height:26px;
}

.divRoutesSearchTextBox > span
{
    height:26px;
}

.routesSearchTextBox
{
    position:absolute;
        left:0;
        right:26px;
    /*width: 100% !important;*/
}    

.routesSearchTextBox .riLabel
{
    width: 30% !important;
}

span.routesSearchTextBox .riContentWrapper,
span.routesSearchTextBox.riContButton.riContSpinButtons .riContentWrapper
{
    padding-right: 0;
    padding-left: 0;
    width: 87% !important;
}

.routesSearchButton
{
    background-size: 100% 100%;
    position:absolute;
        top: 0;
        right:0;
    width:26px;
    height:26px;
}

/* Reports    =RPT
----------------------------------------------------------------------------------*/
.onscreenReport 
{
    table-layout: fixed
}

.onscreenReport td
{
    overflow: hidden;
}

.politicalDivisionReport
{
    table-layout: fixed;
    border-style: none;  
}

.politicalDivisionReport th
{
    border-top-style: none;
    border-right-style: none;
    border-bottom-color: #006699;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-style: none;
    padding-bottom: 30px;
    vertical-align: bottom;
}

.politicalDivisionReport tr
{
    border-style: none; 
}

.politicalDivisionReport td
{
    border-style: none;
    overflow: hidden;
    padding-top: 30px;
    padding-right: 5px;
    padding-left: 5px;
}

.politicalSubdivisionReport
{
    border-style: none;
    table-layout: fixed; 
}

.politicalSubdivisionReport tr
{
    border-style: none; 
}

.politicalSubdivisionReport td
{
    border-style: none;
    overflow: hidden;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.reportWithEditableLinks
{
    border-style: none;  
    table-layout: fixed;
}

.reportWithEditableLinks tr
{
    border-style: none; 
}

.reportWithEditableLinks td
{
    border-style: none;
    overflow: hidden;
}

.reportWithEditableLinks a
{
    color: #558ED5;
    font-size: 16pt;
}


/* Custom Classes    =CCL
----------------------------------------------------------------------------------*/
.imageButton
{
    border:0px;
    cursor:pointer;
}

.imageButton:hover 
{
    background-color:#484848;
}

.imageButtonWithText
{
    border-color: White;
    border-style: solid;
    border-width: 0px;
    padding: 1px;
}

.upperToolbarButton
{
    height:50px;
    padding:5px;
    position:relative;
}

.linkButtonAsLabel
{
    color: #D7D7D7;
    text-decoration: none;
}

.tooltipPanel
{
    background-color: #FFFF66;
    border: 2px solid Gray;
    border-radius: 5px;
    color: Black;
    font-family: Verdana;
    font-size: 11pt;
    padding: 4px;
    width: 300px;
    height: 114px;
}

.gridScreen
{
    font-size: 1.2em;
    outline: none;
}

.gridScreen a
{
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
}

.gridButtonsScreen
{
    height: 2.5em;
    vertical-align: top;
}

.gridButtonsScreen a
{
    line-height: 20px; /*2.1em;*/
    padding:10px 3px 5px 3px;
}

.gridButtonsScreen a:hover
{
    background-color:#484848;
}

.gridButtonsScreen a img
{
    margin-top: 3px;
}

.gridDataScreen
{
    border-collapse:collapse;
    border-spacing: 0 3px;
}

.gridRowScreen,
.gridAlternateRowScreen
{
    background-color: #D7D7D7;
    border-top:1px solid #242424;
    border-bottom:1px solid #242424;
    color: #242424;
    height: 35px;
}

.gridSummaryCustomer
{
    background-color: #D7D7D7;
}

.gridSummaryCustomer .gridAlternateRowScreen,
.gridSummaryCustomer .gridRowScreen
{
    border-top:0px;
    border-bottom:0px;
}

#_girdInferior .gridRowScreen:hover,
#_girdInferior .gridAlternateRowScreen:hover
{
    background-color: #FFF;
    cursor:pointer;
}

#_gridSuperior .gridRowScreen td:hover,
#_gridSuperior .gridAlternateRowScreen td:hover
{
    background-color: #FFF;
}

.gridSelectedRowScreen .lineIndicator
{
     background-color: #005EBC;
}

.gridAlternateRowScreen .imageIndicator img,
.gridRowScreen .imageIndicator img
{
    display:none;
}

.gridSelectedRowScreen .imageIndicator img
{
    display:inherit;
}



.gridSelectedRowScreen
{
    background-color: #FFF;
    color: #242424;
}

.gridHeaderScreen,
.gridRowScreen td,
.gridAlternateRowScreen td,
.gridSelectedRowScreen td
{
    padding: 1% 1%;
    vertical-align:middle;
}

.gridRowScreen td.textLine,
.gridAlternateRowScreen td.textLine,
.gridSelectedRowScreen td.textLine
{
    padding: 7% 4%;
}

.gridSelectedRowSummaryCustomer
{
    background-color: #FFF;
    color: #242424;
}

.tabLinksText
{
    font-family: Verdana;
    font-size: 16pt;
    text-decoration: none;
}

.calendar
{
    font-family: Verdana;
    font-size: 12pt;
}

.listBox
{
    background-color: #000;
    border-style: solid;
    border-width: 2px;
    color: #FFF;
    font-family: Verdana;
    font-size: 16pt;
}

.dropDownList
{
    background-color: #000;
    border-style: solid;
    border-width: 2px;
    color: #FFF;
    font-family: Verdana;
    font-size: 16pt;
}

/*.dropDownListSmall
{
    background-color: #000;
    border-style: solid;
    border-width: 2px;
    color: #FFF;
    font-family: Verdana;
    font-size: 10pt;
}*/

.reportViewerParameters
{
    font-family: Verdana;
    font-size: 10pt;
    margin: 6px;
}

.reportViewerParameters td
{
    width: 100px;
    padding: 5px;
    vertical-align: middle;
}

#ctl00_ctl00__cphContent__cphBody__rvwReportes_AsyncWait_Wait
{
    display: none;
}

#_divContentStartPage
{
    background-color: #242424;
    border-radius: 4% / 6%;
    border: 2px solid #D7D7D7;
    display:inline-block;
    opacity: 0.9;
    position:absolute;
        top:2%;
    width: 100%;
    height: 94%;
}

.sectionMainTitle
{
    font-size:4.8em;
    position:absolute;
}

    .sectionMainTitle.titleTMA
    {
        color:#ffc000;
    }
    
    .sectionMainTitle.titleSCM
    {
        color:#92d050;
    }

.sectionSubtitle
{
    color:#D7D7D7;
    font-size:1.4em;
    position:absolute; 
}

.sectionFooter
{
    color:#808080;
    font-size:1.2em;
    position:absolute;
}

.startPageButton
{
    border-radius: 4% / 6%;
    box-shadow:2px 2px 10px #000;
        -ms-box-shadow:2px 2px 10px #000;
        -moz-box-shadow:2px 2px 10px #000;
	    -webkit-box-shadow:2px 2px 10px #000;
    position:absolute;
        top:20%;
    width:46%;
    height:59%;
}

.startPageButtonFooter
{
    position:absolute;
        top:80%;
    width:46%;
    height:10%;
}

.navigationButtons
{
    position:absolute;
        right:0%;
        bottom:0%;
    width:25%;
    height:60%;
}

.scmNavigationButtons
{
    background-color:transparent;
    color:#808080;
    float:right;
    font-size:1.4em;
    position:relative;
    margin: 5% 3%;
    height:60%;
}

.personalKpiGridRow
{
    display:table;
    width:100%;
    height:24pt;
}

.kpiButtonGrid
{
    position:absolute;
        /*right:0;
        bottom:0;*/
    padding-top:1.4%;  
    margin-left:-1.6%;
    width:2.3%; 
    /*height:3.2%;*/
}

.customTabStrip
{
    position:absolute;
        top:0;
        left:0;
        width:100%;
}

a.rtsLink.SecondaryTab
{
    color:#484848;
    font-size:1.5em;
    line-height: 1.1;
}

a.rtsLink.SecondaryTab:hover
{
    color:#D7D7D7;
}

a.rtsLink.rtsSelected.SecondaryTab
{
    color:#D7D7D7;
}

/* 404 Page   =404
----------------------------------------------------------------------------------*/
.container
{
    font-size:1.2em;
    margin-top:-265px;
    margin-left:-184px;
    position: absolute;
        top:50%;
        left:50%;
    text-align:center;
    width:368px;
    height:530px;
}

.content
{
    position:relative;
    text-align:left;
    width:100%;
    margin-top:32px;
}

h1.page404 
{
    font-size:24px;
}

h3
{
    font-size:12px;
    font-weight:normal;
    margin:1.5em 0 0.5em;
}

/* google search */
#goog-fixurl ul
{
    list-style:none;
    margin:0;
    padding:0;
}
#goog-fixurl form
{
    margin: 0;
}

#goog-wm-qt,
#goog-wm-sb
{
    border: 0px;
    font-size:14px;
    line-height:normal;
    vertical-align:top;
}

#goog-wm-qt
{
    margin:5px 10px 0 -1px;
    padding:2px 5px;
    width:220px;
    height:20px;
}

#goog-wm-sb
{
    appearance:none;
        -webkit-appearance:none;
        -moz-appearance:none;
    cursor: pointer;
    display:inline-block;
    height:32px;
    margin:26px 0 0;
    padding:0 10px;
    white-space:nowrap;
    *overflow:visible;
    *display:inline;
    *zoom:1;
}

#goog-wm-qt:focus, #goog-wm-sb:focus
{
    outline: 0;
}

input::-moz-focus-inner
{
    border: 0;
    padding:0;
}

/* 404 Page (Color)
----------------------------------------------------------------------------------*/
h1.page404
{
    color: #0071BC;
    font-weight:normal;
}

/* google search */
#goog-wm-qt
{
    border:1px solid #242424;
    box-shadow: inset 0 1px 5px #808080;
    background-color:#D7D7D7;
    color:#242424;
}

#goog-wm-sb
{
    background-color: #585858;
    color:#808080;
}

#goog-wm-sb:hover,
#goog-wm-sb:focus
{
    background-color: #808080;
    color:#D7D7D7;
}

#goog-wm-qt:focus
{
    border-color:#F39433;
    color:#222;
}

.routesMultipage
{
    position:absolute;
        top:32px;
        bottom:-4.3%;
}

.LoginFrameLines
{
    border-top:1px solid #000;
    border-bottom: 1px solid #363636;
    position: absolute;
    width: 368px;
    height: 0px;
}

/* Checkbox   =CKB
----------------------------------------------------------------------------------*/
input[type='checkbox'] 
{
    opacity:0;
}

input[type='checkbox'] + label 
{
    margin-left:-22px;
    padding:4px 0 4px 27px;
    cursor:pointer;
    background:url(../../images/check_ico_on.png) left center no-repeat;
    background-size:contain;
}

.onlyCheck input[type='checkbox'] + label 
{
    padding-left:20px;
    color:transparent;
}

input[type='checkbox']:checked + label 
{
    background-image:url(../../images/check_ico_BI_press.png);
    background-size:contain;
}

/* Responsive    =RSP
----------------------------------------------------------------------------------*/
@media(max-width:1200px)
{
    #_pnlUpperToolbar .mainButtons
    {
        height:100%;
        position:absolute;
            left:0px;
    }

    #_pnlUpperToolbar .secondaryButtons
    {
        right:0px;
        left:auto;
    }
    
    .pyramidSteps
    {
        border-right: 7.4em solid transparent;
        border-left: 7.4em solid transparent;
    }

    .invertedPyramidSteps
    {
        border-right: 7.4em solid transparent;
    }
    
    /*.agregarEnTarjetaEnlace
    {
        color: Black;
        font-family: Verdana;
        font-size: 18pt;
        height: 60px;
        margin: auto;
        /*position: absolute;*/
        /*    top: 0px;
            right: 60px;
            bottom: 0px;
            left: 60px;
        text-align: center;
    }*/

    .linkCardAddIcon
    {
        /*position: absolute;*/
        top: 26px;
        left: 15px;
    }
}

@media(max-height:800px)
{   
    .menuSeparator
    {
        width:10px !important;
    }
}


/* SHOW MODAL    =SHM
----------------------------------------------------------------------------------*/
.simple_overlay a.close
{
    background-image: url(../../images/close_ico_36_on.png);
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 24px;
    height: 24px;
}

.simple_overlay a.close:hover
{
    background-image: url(../../images/close_ico_BI_press.png);
}

.modal
{
    display: none;
    padding: 25px;
    text-align: left;
    z-index: 4;
    box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
}

.modal .title
{
    font-size: 1.2em;
    padding: 0px 5px 5px 5px;
    text-align:left;
    margin-bottom: 10px;
    color: #0071BC;
}

.modal .second-title
{
    font-size: 1.3em;
    padding: 0px 5px 15px 5px;
    max-width:300px;
    line-height:1.3;
}

.modal .center {
    text-align:center;
    margin-bottom: 3px;
}

.modal .button
{
    display:inline-block;
}

.modal .second-title .items
{
    font-size: 0.9em;
    padding-top: 5px;
    margin-left: 30px;
    display:list-item;
}
    


.modal .tableOkCancel {
    width:100%;
    border-spacing: 0px;
}
    
.modal .tableOkCancel a {
    width:100%;
}
    
.modal .tableOkCancel input {
    width:100%;
}

.modal .tableOkCancel .ButtonCell {
    width:48%;
}
        
.modal .tableOkCancel .SpaceCell {
    width:4%;
}

.gridHeightFull > div
{
    height: 100%;
    position: absolute;
}

/* CHART HISTORY    =CHS
----------------------------------------------------------------------------------*/
.chart-history
{
    width: 100%;
    height: 92%;
    display:inline-block;
}

.content-dashboard-kpi 
{
    width: 100%;
    height: 40%;
    margin: 5% 0 0 0;
}

.item-dashboard-kpi 
{
    width: 47%;
    height: 100%;
    margin: 0 0 0 1%;
    display: inline-block;
    position: relative;
}

.tittle-dashboard-kpi 
{
    bottom: 1%;
    position: absolute;
    width: 100%;
    text-align: center;
}

.dashboard-kpi 
{
    height: 70%;
    width: 90%;
}

.visit-dashboard-kpi 
{
    text-align: center;
    border-radius: 49%; 
    border: 2px solid white; 
    width: 100%;
    height: 100%; 
    font-size: 3em; 
    line-height: 1.2em;
}

.visit-dashboard-kpi > span
{
    width: 100%;
    top: 15%;
    position: absolute;
    left: 0px;
}

.value-dashboard-kpi
{
    text-align: center;
}

.item-dashboard-kpi .history-buttom
{
    z-index: 1;
    position: absolute;
    top: 50%;
    right: -15%;
}

.serie-row-personal
{
    width: 94%; 
    height: 100%; 
    display: inline-block;
    padding-top: 10%;
}

.serie-row-personal .color-serie
{
    border-radius: 50%;
    height: 8px; 
    width: 8px; 
    display: inline-block; 
    margin-top: 1.7%;
}

.serie-row-personal .name-serie
{
    display: inline-block;
    width: 75%;
}

.serie-row-personal .name-serie
{
    display: inline-block;
    width: 75%;
}

.serie-row-personal .value-serie
{
    display: inline-block;
    width: 10%;
    text-align: right;
}

/* CIRCLE    =CRL
----------------------------------------------------------------------------------*/
.circle
{
    border: 2px solid #484848;
    border-radius: 50%;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.circle > div
{    
    vertical-align: middle;
    height: 100%;
    width: 100%;
    border: none;
    display: table;
}

.circle > div > div
{
    display: table-cell;
    vertical-align: middle;
}

/* KPI PERSONAL - ROLE
----------------------------------------------------------------------------------*/
.kpiIndicadorRole {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .kpiIndicadorRole .contentRole {
        width: 30%;
        margin-right: 3%;
        position: relative;
        height: 100%;
        display: inline-block;
    }

    .kpiIndicadorRole .tittle {
        width: 100%;
        height: 10%;
        margin-top: 5%;
        display: table;
        text-align: center;
    }

    .kpiIndicadorRole .contentCircle {
        width: 100%;
        height: 50%;
        font-size: 1.8em;
    }

    .kpiIndicadorRole .kpiRole {
        margin-top: 5%;
        width: 100%;
        height: 15%;
    }

    .kpiIndicadorRole .kpiRole > div {
        margin-top: 10%;
        width: 30%;
        display: table-cell;
        text-align: center;
    }

.porcentageKPI
{
    color: #484848;
    font-size: 1.6em;
    text-align: center;
}

.nameKPI
{

}

/* Reps Panel   =RPP
----------------------------------------------------------------------------------*/
.panel1
{position:absolute;}

.repsPanel
    {
        position:absolute;
        top:6%;/*margin-top:4%;*/
        left:4%;/*margin-left:4%;*/
        width:92%;
        height:88%;
    }

    .repsPanel div
    {
        display:inline-block;
    }

    .repsPanel .selected .corpIndicatorBackground
    {
        background-color:#000;
        opacity:0.2;
    }

    .repsPanel .firstRow
    {
        margin-bottom:2%;
        width:100%;
        height:75%;
    }
    
    .repsPanel .thinRow
    {
        border-radius:1em;
        margin-bottom:4%;
        /*padding:0.8em;*/
        position: relative;
        width:98%;
        height:7%;
    }
    
    .repsPanel .thinColumn
    {
        margin-right:3.4%;
        width:16%;
        height:100%;
    }

    .repsPanel .wideColumn
    {
        margin-right:3.4%;
        width:38%;
        height:100%;
    }
    
    .repsPanel .shortBox
    {
        margin-bottom:10%;
        border-radius:1em;
        padding:0.8em;
        position: relative;
        width:100%;
        height:44%;
    }

    .repsPanel .tallBox
    {
        border-radius:1em;
        padding:0.8em;
        position: relative;
        width:100%;
        height:96%;
    }

    .repsPanel .thinRowBox
    {
        width:100%;
        height:100%;
        position: relative;
    }

    .yellowBox
    {
        background-color:#F7B646;
    }
    
    .greenBox
    {
        background-color:#589863;
    }
    
    .creamBox
    {
        background-color:#FFE4A9;
    }
    
    .orangeBox
    {
        background-color:#C0682B;
    }
    
    .blueBox
    {
        background-color:#377D95;
    }
    
    .stepImage
    {
        height:1.6em;
        margin-right: 0.5em;
    }
    
    .stepName
    {
        color:#484848;
        font-size:1.7em;
    }
    
    .indicatorPercentage
    {
        font-size:2em;
    }
    
    .indicatorName
    {
        font-size:1.4em;
    }

    .indicatorImage
    {
        width: 2.2em;
        margin-right: 0.5em;
    }

    .pickingLoadProcessImg
    {
        margin-top: 4em;
        height: 50%;
        margin-bottom: 4em;
        margin-left: 5em;
    }

    .pickingLoadColumns
    {
        width: 46%;
        height: 102%;
        position: relative;
    }

    .repsBoxCorporateScreen
    {
        margin-top: 5em;
        margin-left: -0.8em;
        position: relative;
        width:110%;
    }

    .repsBoxThinRows
    {
        width: 19%;
        height: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .repsBox
    {
        display:inline-block;
        position:absolute;
            bottom:0.8em;
            left:0.8em;
        width:90%;
        height: 3.5em;
    }
    
    .corpIndicator
    {
        color:#484848;
        margin-top:2%;
        padding: 5% 0%;
        position:relative;
    }
    
    .corpIndicatorBackground
    {
        background-color:transparent;
        position:absolute;
            top:0;
            left:0;
        width:100%;
        height:100%;
    }
    
    .repsCount
    {
        font-size:2.5em;
        position: absolute;
            top: 13%;
            left: 40%;
    }
    
    .boxBackground
    {
        background-color:#000;
        border-radius:0.7em;
        opacity:0.2;
        position:absolute;
            left: 0;
        width:100%;
        height: 100%;
    }


.spaceAfterTitle
{
    margin-bottom: 3%;
    display: inline-block;
}