﻿
ul {
    text-align: left;
    display: inline;
    margin: 0;
    padding: 15px 4px 17px 0;
    list-style: none;
    -webkit-box-shadow: 0 0 5px rgba(11, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(11, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    ul li {
        font: inherit!important;
        display: inline-block;
        height: 40px;
        width: 160px;
        margin-right: 2px;
        position: relative; /*padding: 15px 20px;*/ /*padding: 10px ;*/
        padding: 1.1em 0.3em;
        text-align: center; /*background: #fff;*/
        color: White;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        z-index: 100;
        -webkit-box-shadow: 1px 1px 0px 3px rgba(245,245,245,0.8);
        -moz-box-shadow: 1px 1px 0px 3px rgba(245,245,245,0.8);
        box-shadow: 0px 1px 5px 0px rgba(245,245,245,0.8);
        -webkit-border-top-right-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-topright: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

        ul li:hover {
            /*background: #555;   color: #fff;*/
            -webkit-stroke-width: 5.3px;
            -webkit-stroke-color: #FFFFFF;
            -webkit-fill-color: #FFFFFF;
            text-shadow: 1px 0px 20px White;
        }

        ul li ul {
            padding: 0;
            position: absolute;
            top: 40px;
            left: 0;
            width: 150px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            display: none;
            opacity: 0;
            visibility: hidden;
            -webkit-transiton: opacity 0.2s;
            -moz-transition: opacity 0.2s;
            -ms-transition: opacity 0.2s;
            -o-transition: opacity 0.2s;
            -transition: opacity 0.2s;
            z-index: 100;
        }

            ul li ul li {
                /* background: #113452;*/
                background: #2B3F57;
                font: inherit!important;
                /*display: inline-block;*/
                text-decoration: none;
                list-style-type: none;
                text-align: center;
                float: left;
                margin: 0px;
                /*padding: 0.8em 0.2em;   text-align: center;
vertical-align:auto;*/
                padding: 0.8em 0.2em;
                display: block;
                width: 160px;
                height: 40px;
                border-bottom: 1px solid white;
                display: block;
                color: #fff;
                text-shadow: 0 -1px 0 #000;
                -webkit-box-shadow: 1px 1px 0px 3px rgba(245,245,245,0.8);
                -moz-box-shadow: 1px 1px 0px 3px rgba(245,245,245,0.8);
                box-shadow: 0px 1px 5px 0px rgba(245,245,245,0.8);
                -webkit-border-top-right-radius: 20px;
                -webkit-border-bottom-left-radius: 20px;
                -moz-border-radius-topright: 20px;
                -moz-border-radius-bottomleft: 20px;
                border-top-right-radius: 10px;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
            }

                ul li ul li:hover {
                    /*Change Whole Background color on mouse over*/ /*background: #666;*/
                }

        ul li:hover ul {
            display: block;
            opacity: 1;
            visibility: visible;
        }


/********************************Table **************************/
.TFtable {
    width: 95%;
    border-collapse: collapse;
    color: White;
    margin: 10px;
}

    .TFtable td {
        padding: 7px;
        border: #4e95f4 1px solid;
        text-align: center;
        font-size: inherit;
    }

    .TFtable th {
        /*padding: 7px;
    border: #4e95f4 1px solid;*/
        text-align: center;
        font-size: inherit;
    }
    /* provide some minimal visual accomodation for IE8 and below */
    .TFtable tr {
        background: #b8d1f3;
        font-size: inherit;
    }
        /*  Define the background color for all the ODD background rows  */
        .TFtable tr:nth-child(odd) {
            background: #5AB0DB; /*#454664; 2B3F57*/
        }
        /*  Define the background color for all the EVEN background rows  */
        .TFtable tr:nth-child(even) {
            background: #b8d1f3;
        }
/********************************Pan Table **************************/
table tr td {
    padding-left: 5px;
    padding-top: 10px;
    color: black;
}

.divSegments td {
    margin: 2px;
    padding: 2px;
}

.pan {
    width: 100%;
    height: auto;
    /*border: 1px solid white;*/
    border-radius: 5px;
}

    .pan input[type="text"], input[type="password"], input[type="date"] {
        background-color: white;
        color: Black;
        width: 250px;
        border: 1px solid;
        /*margin: 2px;*/
        padding-left: 5px;
        border-radius: 5px;
        height: 25px;
        /*margin: 0;
  font: inherit;
  color: inherit;*/
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

        .pan input[type="text"]:focus:hover {
            outline: none;
            box-shadow: 0px 0px 5px #61C5FA;
            border: 1px solid #5AB0DB;
            border-radius: 0;
        }

    .pan textarea {
        background-color: white;
        color: Black;
        width: 250px;
        border: 1px solid;
        /*margin: 2px;*/
        border-radius: 5px;
        resize: none;
        height: 50px;
        /*margin: 0;
  font: inherit;
  color: inherit;*/
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

        .pan textarea:focus:hover {
            outline: none;
            box-shadow: 0px 0px 5px #61C5FA;
            border: 1px solid #5AB0DB;
            border-radius: 0;
        }

    .pan select {
        background-color: white;
        color: Black;
        width: 250px;
        border: 1px solid;
        /*margin: 2px;*/
        border-radius: 5px;
        height: 25px;
        /*margin: 0;
  font: inherit;
  color: inherit;*/
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }
/*************************Controls *******************************/
.txtBox {
    float: left;
    background-color: White;
    border: 2px solid pink; /*width:200px;*/
    height: 30px;
    padding: 1px;
    margin-left: 2px;
}


.btnSubmit {
    background: #0c4e7a;
    background-image: -webkit-linear-gradient(top, #0c4e7a, #2980b9);
    background-image: -moz-linear-gradient(top, #0c4e7a, #2980b9);
    background-image: -ms-linear-gradient(top, #0c4e7a, #2980b9);
    background-image: -o-linear-gradient(top, #0c4e7a, #2980b9);
    background-image: linear-gradient(to bottom, #0c4e7a, #2980b9);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: Arial;
    color: #ffffff;
    font-size: inherit;
    padding: 4px 8px 5px 9px;
    margin-left: 5px;
    text-decoration: none;
}

.bar:after {
    content: "Upload file";
    background-color: #5AB0DB;
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 4px 8px 5px 9px;
    margin-left: 5px;
    text-decoration: none;
}

.btnSubmit:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #294a61);
    background-image: -moz-linear-gradient(top, #3cb0fd, #294a61);
    background-image: -ms-linear-gradient(top, #3cb0fd, #294a61);
    background-image: -o-linear-gradient(top, #3cb0fd, #294a61);
    background-image: linear-gradient(to bottom, #3cb0fd, #294a61);
    text-decoration: none;
}

/*********************************Login *********************/
.logborder {
    width: 425px;
    height: auto;
    float: left;
    align-self: center; /*margin-left:300px; margin-top:100px;*/
    /*margin-left: auto;
    margin-right: auto;*/
    border: 2px solid #2b4570;
    padding: 5px; /*border-radius: 25px;*/
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    -moz-box-shadow: 6px 6px 4px #444;
    -webkit-box-shadow: 6px 6px 4px #444;
    box-shadow: 6px 6px 4px #444;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
}

.logleft {
    width: 200px;
    overflow: auto;
    height: 40px; /*border:1px solid red;*/
    color: black;
    float: left;
    margin: 2px;
    padding: 5px;
    padding-left: 10px;
    align-content: center;
}

.logright {
    width: 200px;
    overflow: auto;
    height: 40px; /*border:1px solid red;*/
    float: right;
    margin: 2px;
}
/*------------------------Divider------------------------------*/
.dividerMain {
    width: 100%;
    height: auto;
    /*border: 1px solid ;*/
    padding: 9px;
    /*margin-left: auto;
    margin-right: auto;*/
    margin-top: 30px;
    margin-bottom: 5px;
    float: left;
    /*margin-left: 50px;*/
    box-shadow: 1px 1px 5px #F8F8F8;
}

.divSegments {
    /*border: 1px solid black;*/
    box-shadow: 4px 4px 4px #1D505C;
    width: 100%;
    height: auto;
    float: left;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.dividerOne {
    width: 490px;
    height: auto;
    float: left;
    /*border: 1px solid ;*/
}

.dividerTwo {
    width: 490px;
    height: auto;
    float: right;
    /* border: 1px solid ;*/
}

.dividerLeft {
    width: 200px; /*overflow:auto;*/
    height: 40px;
    border: 1px solid red;
    color: white;
    float: left;
    margin: 2px;
    padding: 4px;
    padding-left: 6px;
    align-content: center;
}

.dividerRight {
    width: 200px; /*overflow:auto;*/
    height: 40px;
    border: 1px solid red;
    float: right;
    margin: 2px;
}

.dividerLeftL {
    width: 200px;
    overflow: auto;
    height: 80px;
    border: 1px solid red;
    color: white;
    float: left;
    margin: 2px;
    margin-bottom: 4px;
    padding: 5px;
    padding-left: 10px;
    align-content: center;
}

.dividerRightL {
    width: 200px;
    overflow: auto;
    height: 80px;
    border: 1px solid red;
    float: right;
    margin: 2px;
    margin-bottom: 4px;
}
