CSS Document html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/
}

HTML5 display-role reset for older browsers article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    /*border: 1px solid black;*/
}

/* ===== CUSTOM RESET =====*/ object {
    outline: none;
    display: block;
    overflow: hidden
}
/*force redraw on IE8, fix outline/scroll bug on Firefox 3.6, remove unnecessary margin (copied from swffit)*/
textarea {
    overflow: auto
}

fix IE iframe {
    border: 0
}
/*fix line-height [https://gist.github.com/413930] sup, */
sub {
    line-height: 0;
    font-size: .75em;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}
/*========================= GENERAL TAGS ======================== */
h1, h2, h3, h4, h5, h6 {
    /*margin: 1.5em 0 .833em;*/
}

h1, .h1 {
    font-size: 2em
}

h2, .h2 {
    font-size: 1.6em
}

h3, .h3 {
    font-size: 1.4em
}

h4, .h4 {
    font-size: 1.2em
}

h5, .h5 {
    font-size: 1.1em
}

h6, .h6 {
    font-size: 1em
}

small {
    font-size: .833em
}

em, i {
    font-style: italic
}

strong, b {
    font-weight: bold
}

code, pre {
    font-family: monospace
}

hr {
    background-color: #fff;
    border: 1px solid #fff;
    border-top: 1px solid #aaa;
    clear: both;
    margin: 2em 0
}

blockquote {
    padding: 0.2em 1em 0.2em 2em;
    border-left: 3px solid #eee
}
/*======================= GENERIC CLASSES =======================  ===== FRAMEWORK =====
clearfix hack [http://j.mp/bestclearfix]*/

.clearfix:before, .clearfix:after, .clear fix > .lastcol:after, .ffluid:after, br.cb {
    display: block;
    height: 0 !important;
    line-height: 0;
    overflow: hidden;
    visibility: hidden
}

.clearfix:before, .clearfix:after {
    content: "."
}

.clearfix:after {
    clear: both
}
/*----------------------styles---------------------------  */

/*header_section*/






.header {
    background-image: url( ../images/hearderbg.svg);
    background-repeat: no-repeat;
    padding: 0 20px 0px 30px;
    min-height: 62px;
}

.span_12 {
    padding: 0px;
    margin: 0px
}

.logo {
    float: left;
    /* width: 232px; */
    padding: 10px;
    padding-bottom: 0 !important;
}

.main_bg {
    background: url(../../images/indexbg.jpg) no-repeat right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: 40px 80px;*/
}
/*middle_section*/



.form_style {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: solid 1px #E9E9E9;
    background: #F2F3F3;
    width: 455px;
    height: 50px;
    color: #040C41;
    padding-left: 15px;
    font-family: 'Nunito';
    font-size: 13px;
    font-weight: 100;
    transition: border-color 0.5s ease;
}

    .form_style:hover {
        border: solid 1px #1B64A8;
    }

.blank_div {
    height: 150px;
}

.login_setcion_main {
    margin-left: 79px;
    float: left;
    width: 455px;
}

.user_name_heading {
    margin-bottom: 20px;
}

.user_name_form {
    margin-bottom: 20px;
}

.eMsg {
    font-size: 12px;
    color: red;
}

.user_name_heading h1 {
    font-family: 'Nunito';
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.drop_down_form_style {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: solid 1px #E9E9E9;
    background-color: #F2F3F3;
    width: 455px;
    height: 50px;
    color: #040C41;
    padding-left: 15px;
    font-family: 'Nunito';
    font-size: 13px;
    font-weight: 100;
    transition: border-color 0.5s ease;
}

    .drop_down_form_style:hover {
        border: solid 1px #040C41;
    }

.drop_down_form {
    margin-top: 35px;
    position: relative;
}

    .drop_down_form img {
        top: 15px;
        position: absolute;
        right: 20px;
        z-index: 1111;
        width: 16px;
        height: 16px;
    }

.login_bt {
    margin-top: 25px;
    width: 467px;
}

.button_style {
    -webkit-border-radius: 360px;
    -moz-border-radius: 360px;
    border-radius: 360px;
    background-color: #040C41;
    width: 167px;
    height: 58px;
    color: #fff;
    font-family: 'Nunito';
    font-size: 18px;
    font-weight: 100;
    transition: border-color 0.5s ease;
    transition: background-color 0.5s ease;
    border: none;
    float: right;
    margin: 20px 10px 0 0;
}

    .button_style:hover {
        border: solid 1px #040C41;
        background-color: #fff;
        color: #040C41
    }

.blank_div2 {
    height: 90px;
}

.blank_div10 {
    height: 10px;
}

.blank_divN10 {
    height: -10px;
}

.blank_div50 {
    height: 50px;
}

.blank_div80 {
    height: 80px;
}

.blank_div100 {
    height: 100px;
}

.client_logo {
    float: left;
    width: 200px
}

.weather {
    float: right;
}
/*footer_section*/
.foot_blank_div2 {
    height: 250px;
}

.foot_blank_div230 {
    height: 230px;
}

.foot_blank_div225 {
    height: 225px;
}

.footer1 {
    position: absolute;
    bottom: 0;
}

.footer {
    position: fixed;
    z-index: 1111;
    bottom: 5px;
    width: 100%;
}

.copyright {
    padding-left: 68px;
    margin-top: 0px;
}

.copyright {
    color: #989B9F;
    font-family: 'Nunito';
    font-size: 13px;
    font-weight: 100;
}

.powered_by {
    width: 501px;
    height: 15px;
    float: right;
    padding-right: 5px;
}

    .powered_by img {
        float: right;
        width: 250px;
    }


/*Header_menu*/


.userNot h1 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #363C67;
}


/*.welcome {
    padding-top: 19px;
}
.welcome h2 {
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	float: right;
	line-height: 0px;

}*/

. /*welcome {
    padding-top: 15px;
}

    .welcome h2 {
        font-family: 'Nunito', sans-serif;
        font-weight: bold;
        color: #fff;
        font-size: 15px;
        float: right;
        line-height: 0px;
    }*/
.navi {
    float: right;
    /*margin-top: 20px;*/ /*	Added 6/3/2020*/
}

.navi ul li {
    float: left;
    padding: 0px 3px 0 3px;
    color: #fff;
    line-height: 19px;
}

    .navi ul li img {
        padding-right: 10px;
        padding-top: 0px;
        width: 25px;
        z-index: 99;
        /*top: 3px;*/
        position: relative;
    }

    .navi ul li a {
        font-family: 'Nunito', sans-serif;
        font-weight: 200;
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        line-height: 16px
    }
/*Edited_24062019
*/

.navi ul {
    padding: 0;
    margin: 0; /*	background: #203956;*/
    padding-top: 6px;
}

    .navi ul li a span {
        color: #2583E9;
    }





/*Landing Page*/

.menu_bg {
    background: #fff;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(50, 50, 60, 0.35);
    -moz-box-shadow: 0px 2px 7px 0px rgba(50, 50, 60, 0.35);
    box-shadow: 0px 2px 7px 0px rgba(50, 50, 60, 0.35);
    z-index: 1; /*	Added 6/3/2020*/
    position: relative; /*	Added 6/3/2020*/
}



.nav_menu {
    /*margin: 0 0 0 70px;*/ /*	Added 6/3/2020*/
    margin: 0 0 0 25px; /*	Added 6/3/2020*/
}

    .nav_menu ul {
        padding: 0;
        margin: 0;
    }

        .nav_menu ul li {
            padding: 10px 10px 4px 10px;
            float: left;
        }

            .nav_menu ul li a {
                color: #89898D;
                font-family: 'Nunito';
                font-size: 18px;
                font-weight: 600;
                text-decoration: none;
                cursor: pointer;
                transition: 0.5s ease;
                outline: none;
            }

                .nav_menu ul li a:hover {
                    color: #040C41
                }

                .nav_menu ul li a img {
                    float: left;
                    padding-right: 10px;
                    position: relative;
                    z-index: 111;
                    top: -2px;
                }



/*middle section*/

.foot_blank_div3 {
    height: 85px;
}

.blank1 {
    height: 75px;
}

.blank2 {
    height: 60px;
}

.blank3 {
    height: 50px;
}

.blank10 {
    height: 10px;
}

.blank25 {
    height: 25px;
}

.TFproduct_logos {
    padding-left: 25px;
}

    .TFproduct_logos ul {
        margin: 0;
        padding: 0;
    }

        .TFproduct_logos ul li {
            padding: 5px 15px 15px;
            cursor: pointer;
        }

}

.TFproduct_logos img {
    cursor: pointer;
}

.server {
    margin: 24px 0;
    float: right;
    color: #6CE638;
    font-family: 'Nunito';
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.event_name {
    background: #fff;
    border-bottom: 1px solid #E7E5E5;
    border-right: 1px solid #E7E5E5;
    float: left;
    width: 50%;
    padding: 18px 0 18px 24px;
}


    .event_name h1 {
        font-family: 'Nunito';
        color: #363C67;
        font-size: 17px;
        font-weight: bold;
    }


.date {
    background: #fff;
    border-bottom: 1px solid #E7E5E5;
    border-right: 1px solid #E7E5E5;
    float: right;
    width: 50%;
    padding: 18px 0 18px 24px
}



    .date h1 {
        font-family: 'Nunito';
        color: #363C67;
        font-size: 17px;
        font-weight: bold;
    }



.event_details {
    background: #F1F1F1;
    border-bottom: 1px solid #E7E5E5;
}

.event_details2 {
    background: #fff;
    border-bottom: 1px solid #E7E5E5;
}


.event {
    border-right: 1px solid #E7E5E5;
    float: left;
    width: 50%;
    padding: 18px 0 18px 24px;
}

    .event h2 {
        font-family: 'Nunito';
        color: #363C67;
        font-size: 14px;
        font-weight: 100;
    }


.event_date {
    border-right: 1px solid #E7E5E5;
    float: left;
    width: 50%;
    padding: 18px 0 18px 24px;
}


    .event_date p {
        font-family: 'Nunito';
        color: #363C67;
        font-size: 14px;
        font-weight: 100;
    }
/*UserNotificationDiv*/

.UserNotificationDiv {
    padding-left: 25px;
}

    .UserNotificationDiv ul {
        margin: 0;
        padding: 0;
    }

        /*.UserNotificationDiv ul li {
            padding: 26px;
            font-size: 18px;
            height: 25px;
        }*/
        .UserNotificationDiv ul li a {
            padding: 26px;
            font-size: 18px;
            height: 25px;
            text-decoration: underline;
        }

/*.server {
    float: right;
    color: #6CE638;
    font-family: 'Nunito';
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}*/

table1 {
    border-collapse: collapse;
    border: 2px solid black;
    border-spacing: 5px;
}

table1, tr, td {
    /*border: 1px solid black;*/
    font-family: 'Nunito';
    color: #767E8C;
    font-size: 12px;
    font-weight: bold;
    /*padding: 15px;*/
    border-spacing: 5px;
    border-bottom: none !important;
}


.k-grid-header .k-header, .k-grid-header th.k-header {
    border-top: 1px none #2c4182;
    background: #1A3553;
    color: #fff;
    vertical-align: middle;
}


/*--------------------------user_login___________________*/



.user_product_main {
    width: 400px;
    background: #fff;
    border: 1px solid #F1EFEF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 20px;
}

.TFproduct_logos2 {
    padding-left: 25px;
}

    .TFproduct_logos2 ul {
        margin: 0;
        padding: 0;
    }

        .TFproduct_logos2 ul li {
            padding: 26px 0;
        }


.user_notification_title {
    background: #fff;
    border: 1px solid #E7E5E5;
    border-radius: 5px;
    line-height: 18px;
    padding: 6px 0 6px 10px;
    margin-top: 4px;
}

    .user_notification_title h1 {
        font-family: 'Nunito';
        color: #363C67;
        font-size: 22px;
        font-weight: bold;
        margin: .5em 0 .5em;
    }

.user_notification_accord {
    background: #fff;
    padding: 0;
    margin-top: 20px;
    border: 1px solid #E7E5E5;
    border-radius: 5px;
}


.due_title {
    background: #F9F9F9;
    border-bottom: 1px solid #E7E5E5;
    line-height: 16px;
    padding: 10px;
    border-radius: 5px 0px 0px 5px;
}

.hasData {
    border-left: 10px solid green !important;
}

.hasDataRight {
    border-left: 5px solid green;
    border-radius: 5px 0px 0px 5px;
}

.due_title h1 {
    font-family: 'Nunito';
    color: #363C67;
    font-size: 16px;
    font-weight: bold;
    margin: .25em 0 .25em;
}



.highcharts-subtitle {
    font-family: Tahoma,Arial,Sans-serif;
}

.Userdiv {
    padding: 0px 10px !important;
}
