﻿
#forecast #head {
    height: 190px;
    min-width: 950px;
    border-bottom: 1px solid #d7d5e3;
}

#forecast #lineCon {
    height: 30px;
    border-bottom: 1px solid #d7d5e3;
}

    #forecast #lineCon > div {
        float: left;
    }

    #forecast #lineCon #ledg {
        float: right;
    }

    #forecast #lineCon i {
        width: 30px;
        height: 29px;
        text-align: center;
        line-height: 30px;
        font-size: 20px;
        border-right: 1px solid #ddd;
        float: left;
        cursor: pointer;
    }

        #forecast #lineCon i:hover {
            background-color: #fbf8fc;
        }

    #forecast #lineCon #addLine {
        color: #00c019;
    }

    #forecast #lineCon #splitLine {
        color: #428bca;
    }

    #forecast #lineCon #displayDirt {
        color: #906ab6;
    }

    /*#forecast #Save[disabled]{
        cursor:not-allowed;
    }*/

    #forecast #lineCon a[disabled] i {
        color: #9e9e9e;
        cursor: not-allowed;
    }

    #forecast #lineCon #ledg {
        padding: 5px;
    }

        #forecast #lineCon #ledg > span {
            display: inline-block;
            height: 20px;
            float: left;
        }

        #forecast #lineCon #ledg .l {
            width: 35px;
            border: 1px solid #d7d5e3;
            margin-right: 5px;
        }

        #forecast #lineCon #ledg .t {
            margin-right: 20px;
        }

#forecast .l-com {
    background-color: lemonchiffon !important;
}

#forecast .l-comb {
    background-color: aquamarine !important;
}

#forecast .l-dead {
    background-color: lavenderblush !important;
}

#forecast .l-err {
    background-color: #ffdbd6 !important;
}

#forecast #sch {
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 950px;
    border-top: 1px solid #d0d0d0;
}

#forecast .h-group {
    width: 182px;
    float: left;
    border-left: 1px solid #d7d5e3;
    height: 180px;
    margin: 5px 0 3px 0;
}

    #forecast .h-group:first-child {
        /*margin-left:10px;*/
        border: none;
    }

    #forecast .h-group.med {
        width: 250px;
    }


    #forecast .h-group.large {
        width: 340px;
    }

#forecast .it-cont .bg {
    height: 25px;
    background: #edeff5;
}


#forecast .it-cont .it-head {
    height: 25px;
}

    #forecast .it-cont .it-head > div label {
        height: 24px;
        line-height: 26px;
    }

#forecast .it-cont .it-body {
    top: 25px;
}


#forecast .it-head .fm, .it-head .fmb {
    background: #357ebd;
    color: #fff;
}

#forecast #sch tr:nth-child(odd) td {
    border-bottom: 2px solid #d7d5e3;
}

#forecast #sch tr:nth-child(odd) {
    /*background-color: #f6f3f8;*/
    background-color: #fbf8fc;
}

#forecast #sch tr:hover {
    background-color: aliceblue;
}

#forecast #sch td .form-control, #forecast #sch td input {
    margin: 0;
    border: none;
    width: 100%;
    background: none;
    padding-right: 5px;
}

#forecast #sch td.fm .month-details > div {
    height: 22px;
}

    /*    #forecast #sch td.fm .month-details > div:hover input[type=text] {
        display: block;
    }*/

    #forecast #sch td.fm .month-details > div > span {
        text-align: right;
        display:block;
    }

#forecast #sch td.fm input[type=text] {
    text-align: right;
    /*display: none;*/
}

    #forecast #sch td.fm input[type=text]:hover {
        text-align: right;
    }

#forecast #sch td input[type=text]:hover {
    background-color: #e7efff;
}

#forecast #sch td input[type=text]:focus {
    background-color: #fff5e9;
}


#forecast #sch td .cb {
    text-align: center;
}

#forecast #sch.dis-dirt td .dirty,
#forecast #sch.dis-dirt td.dirty,
#forecast #sch.dis-dirt td.dirty input {
    /*border: 1px solid red !important;*/
    background-color: #906ab6 !important;
    color: white;
}

#forecast #sch tr .fmf {
    border-left: 2px solid #9e9e9e;
    /*background-color:rebeccapurple;*/
}

#forecast #sch tr .fmbl {
    border-right: 2px solid #9e9e9e;
}

#forecast .h-group .gf select {
    min-width: 42px;
}


#forecast .h-group .gf {
    margin-top: 20px;
    margin-left: 5px;
}

#forecast .h-group .cs {
    margin-top: 10px;
    margin-left: 5px;
}

#forecast .h-group .ps {
    margin-top: 30px;
}

#forecast #filter, #forecast #export {
    width: 170px;
}

#forecast .ops {
    margin-top: 10px;
    padding-left: 10px;
}

    #forecast .ops input {
        float: left;
        margin-top: 2px;
        cursor: pointer;
    }

    #forecast .ops label {
        font-size: 12px;
        margin: 0;
        font-weight: normal;
        float: left;
        margin-left: 3px;
        cursor: pointer;
    }

#forecast .condensed-lookup .lookup-button {
    height: 24px;
    right: 0px;
    top: -1px;
}

#forecast .month-details .lookup-button {
    font-size: 18px;
    padding: 5px 5px;
    width: 25px;
}


#forecast #sch input {
    padding-left: 5px;
}

#forecast #tjpTable {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    top: 145px;
}

#forecast .fakeInfoTable td span.link {
    width: 100%;
    border: none;
    padding-top: 1px;
}

#forecast .radio-label {
    font-weight: normal;
}

#forecast .input-error {
    border: 1px solid red;
}
