@font-face {
	font-family: icomoon;
	src: url('fonts/IcoMoon.ttf');
}
* {
    font-size : 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.date-sel {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #000;
    cursor: pointer;
    outline: 0;
    box-shadow: none;
    border: 1px solid #DADADA !important;
    border-radius : 5px;
    background: #fff;
    background-image: none;
    display: block;
    opacity: 0 !important;
    position: relative;
    z-index: 51 !important;
}
.centerSpan {
    z-index: 50 !important;
    position: relative;
    width: 100%;
    height: 50px;
    text-align: left;
    padding-left: 20px;
    cursor: pointer;
    margin-top: -45px;
    font-size: 16px;
    border: 1px solid #DADADA !important;
    border-radius : 3px;
    padding-top: 13px;
    padding-right: 20px;
}
.centerSpan::after {
    width: 45px;
    font-family: 'icomoon';
    content: '\ea50';
    transform: rotate(180deg);
    font-size: 22px;
    font-weight: bold;
    color: #002364;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 12px;
    background: #fff;
    pointer-events: none;
}
.sharesInput, .investInput {
    width: 160px;
    height: 50px;;
    border-radius : 3px;
    padding-left: 15px;
}
.sharesRow {
    padding : 10px;
}
.investRow {
    padding : 10px;
    margin-bottom : 15px;
}
.dateEndRow {
    margin-bottom : 25px;
}
.sharesLeft, .investLeft {
    margin-top : 10px;
}
label {
    cursor : pointer;
}
.evenRow , .oddRow {
    height : 60px;
    padding-top: 20px;
}
.oddRow {
    background-color: #F5F5F5;
}
.startDateStr, .endDateStr {
    color : #002364;
    white-space: nowrap;
}
.positiveP {
    color : #00b4aa;
}
.negativeP {
    color : #d70064;
}
.rightPlaced {
    text-align : right;
    margin-left: -20px;
}
.inlineDate {
    display : none;
}
.positiveP::before {
    content: '+';
    color : #00b4aa;
}
.positivePlus::before {
    content: '+';
}
.titleRow {
    padding-left: 35px !important;
}
.dateStartRow {
    margin-bottom: 25px !important;
}
@media screen and (max-width: 768px) {
    .evenRow , .oddRow {
        height : auto;
    }
    .rightPlaced {
        text-align : left;
        margin-left: 0px;
        padding : 20px 0px;
    }
    .titleRow, .valueRow {
        margin-left : 25px;
        padding-left: 15px !important;
    }
    .startDateDiv, .endDateDiv {
        display: none;
    }
    .inlineDate {
        display : inline-block;
        float: right;
        cursor : pointer;
        margin-right: 20px;
        color : #5A88D8;
        font-weight: bold;
    }
    .dateStartRow{
        margin-bottom : 10px;
        padding-bottom : 10px;
        border-bottom : 1px solid #ccc;
    }
    .inlineDateStart::after, .inlineDateEnd::after {
        font-family: 'icomoon';
        content: '\ea50';
        transform: rotate(90deg);
        position: absolute;
        font-size: 18px;
    }
    .titleRow::after {
        content: ' :';
    }
}