﻿/* INDEX */

.flagImage {
    height: 90px;
}

.leftCell {
    display: table-cell;
    width: 50%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
        
    
    -moz-border-radius-bottomleft:50px;
    -moz-border-radius-topleft:50px;

    background-color: #efefef;
    position: relative;
}

    .leftCell:hover {
        background-color: #cccccc;
    }

.rightCell {
    display: table-cell;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #efefef;
    width: 50%;
    position: relative;
}

    .rightCell:hover {
        background-color: #cccccc;
    }

.rightCellInactive {
    display: table-cell;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #efefef;
    width: 50%;
    position: relative;
}

.leftCellInactive {
    display: table-cell;
    width: 50%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #efefef;
    position: relative;
}

.flagContainerLeft {
    display: inline-block;
    position: relative;
    top: 0;
}

.regionNameContainerLeft {
    display: inline-block;
    font-size: 1.5em;
    position: absolute;
    top: 35%;
    padding-left: 10px;
    width: 60%;
    text-align: center;
}

.flagContainerRight {
    display: inline-block;
    position: relative;
    float: right;
}

.regionNameContainerRight {
    display: inline-block;
    font-size: 1.5em;
    padding-left: 10px;
    top: 35%;
    position: absolute;
    width: 60%;
    text-align: center;
}

/* FRAME WRAPPERS */

.iFrame {
    width: 100%;
    height: 380px;
}

.frameContainer {
    width: 53%;
    background-color: #ededed;
    min-height: 300px;
    margin: 0 auto;
    padding-top: 30px;
    border-style: solid;
    border-width: 2px;
    border-color: #ededed;
    -moz-box-shadow: rgba(0,0,0,.23) 0 10px 15px;
    -webkit-box-shadow: rgba(0,0,0,.23) 0 10px 15px;
    box-shadow: rgba(0,0,0,.23) 0 10px 15px;
}

#regionTitle {
    width: 100%;
   
}

.backToCentileIndex {
    background-color: #a3aeb9;
    border: 2px solid #a3aeb9;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    width: 13%;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
}

    .backToCentileIndex:hover {
        background-color: #b9c2ca;
        color: #fff;
        cursor: pointer;
    }

/* FRAME CONTENT */

.centileLabel {
    font-size: large;
    text-align: center;
    line-height: 1.5em;
    background-color: #ccc;
    width: 50px;
    display: block;
    margin: 0 auto;
    border: 1px solid #a3aeb9;
}
