﻿@import "https://fonts.googleapis.com/css?family=Open+Sans";
@import "https://fonts.googleapis.com/css?family=Armata";
@import "https://fonts.googleapis.com/css?family=Oswald";

html, body {
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #6b6b6b;
}

a {
    outline: none;
}

#form1 {
    min-height: 100%;
    position: relative;
}

#wrapper {
    height: 100%;
} 

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #6b6b6b;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
}

h1 {
    background: url(../images/box_hdg_bg.gif) left top repeat-x;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    line-height: 26px;
    font-weight: 400;
    padding: 0 16px 0 6px;
}

h2 {
    color: #00264c;
    font-size: 22px;
    font-weight: 700;
}

    h2 span {
        color: #00264c;
        font-size: 22px;
        font-weight: 400;
    }

    h2 a {
        color: #acacac;
        font-size: 18px;
        font-weight: 400;
        text-decoration: none;
    }

.header {
    background: url(../images/header_bg.gif) repeat-x;
    height: 50px;
}

a.logo {
    background: url(../images/logo.png) no-repeat;
    width: 196px;
    height: 29px;
    display: block;
    margin: -3px 0 7px;
}

.header_right select {
    font-size: 11px;
    color: #00264c;
}

.welcome {
    color: #00264c;
    height: 22px;
}

#site-message .welcome span {
    color: #fff;
    display: inline;
}

#site-message .welcome em {
    color: #d9dee4;
    display: inline;
}

.hedarw {
    position: absolute;
    top: 0;
    right: 15px;
}

a.uparw {
    background: url(../images/uparow.gif) left top no-repeat;
    display: block;
    width: 22px;
    height: 16px;
}

a.downarw {
    background: url(../images/downarow.gif) left top no-repeat;
    display: block;
    width: 22px;
    height: 16px;
}

.nav {
    background: url(../images/nav_bg.gif) repeat-x;
    height: 50px;
    padding-top: 5px;
    position: relative;
}

    .nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .nav ul li {
            padding: 0;
            margin: 0 13px 0 0;
            float: left;
            display: block;
            height: 30px;
        }

            .nav ul li a {
                font-weight: 700;
                color: #fff;
                text-decoration: none;
                text-transform: uppercase;
                padding: 6px 8px 0 11px;
                float: left;
                display: block;
                height: 20px;
            }

            .nav ul li li a {
                float: none;
            }

            .nav ul li span {
                float: left;
                display: block;
                width: 6px;
            }

    .nav .paddltrt {
        padding: 0 10px;
    }

#site-message {
    width: 100%;
}

    #site-message span {
        display: block;
        padding: 0;
    }

div.site-message-fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.nav ul li.active {
    background: url(../images/hover_arrow.png) no-repeat center bottom;
}

    .nav ul li.active a {
        background: url(../images/navhvr_bg_lt.png) no-repeat;
    }

    .nav ul li.active span {
        background: url(../images/navhvr_bg_rt.png) no-repeat;
        height: 26px;
    }

.nav .nav_right {
    padding-top: 7px;
    padding-right: 60px;
}

    .nav .nav_right a {
        color: #f2f1f1;
        text-decoration: none;
        padding: 0 2px;
    }

        .nav .nav_right a:hover {
            color: #fff;
        }

.subnav {
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0%,#efefef 100%);
    background: -webkit-linear-gradient(top,#fff 0%,#efefef 100%);
    background: linear-gradient(to bottom,#fff 0%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#efefef',GradientType=0);
    border-bottom: solid 1px #c0c4c8;
    padding-top: 9px;
    height: 28px;
}

    .subnav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        padding: 0 0 0 20px;
    }

        .subnav ul li {
            padding: 0 1px 0 0;
            margin: 0 17px 0 0;
            float: left;
            display: block;
        }

            .subnav ul li a {
                color: #6b6b6b;
                text-decoration: none;
                height: 17px;
                float: left;
                display: block;
                padding: 2px 6px 0 7px;
            }

                .subnav ul li a:hover {
                    color: #00264c;
                }

            .subnav ul li.active {
                background: url(../images/subnav_hvr_rt.png) no-repeat right top;
            }

                .subnav ul li.active a {
                    background: url(../images/subnav_hvr_lt.png) no-repeat;
                    color: #00264c;
                    font-weight: 700;
                }

.content {
    background: url(../images/bg.gif) repeat-x;
    padding: 22px 0 15px;
}

.top_lt {
    background: url(../images/box_top_lt.png) left top no-repeat;
    width: 5px;
    height: 26px;
    float: left;
    font-size: 0;
    line-height: 0;
}

.top {
    background: url(../images/box_top.png) left top repeat-x;
    height: 26px;
    overflow: auto;
    font-size: 0;
    line-height: 0;
}

.top_rt {
    background: url(../images/box_top_rt.png) right top no-repeat;
    width: 5px;
    height: 26px;
    float: right;
    font-size: 0;
    line-height: 0;
}

.box_lt {
    background: #f1f0f0 url(../images/box_bg.gif) top left repeat-x;
}

.box_rt {
    background: #f1f0f0 url(../images/box_bg.gif) top left repeat-x;
}

.box_bg {
    background: #f1f0f0 url(../images/box_bg.gif) top left repeat-x;
    height: 240px;
    padding-top: 5px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    text-align: left;
}

.box_bgBig {
    background: #f1f0f0 url(../images/box_bg.gif) top left repeat-x;
    min-height: 210px;
    padding-top: 20px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    text-align: left;
}

.box_bg_min_height {
    background: #f1f0f0 url(../images/box_bg.gif) top left repeat-x;
    min-height: 50px;
    padding-top: 20px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    text-align: left;
    overflow: auto;
}

.box_bgheight {
    background: #f1f0f0 url(../images/box_bg.gif) top left repeat-x;
    min-height: 240px;
    padding-top: 20px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    text-align: left;
}

.divbox_bgheight_scroll {
    background: #f1f0f0 url(../images/box_bg.gif) top left repeat-x;
    min-height: 160px;
    height: 260px;
    padding-top: 20px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    text-align: left;
    overflow: auto;
}

.divbox_bg_scroll {
    background: #f1f0f0 url(../images/box_bg.gif) top left repeat-x;
    height: 240px;
    padding-top: 5px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    text-align: left;
    overflow: auto;
}

.divbox_bg_scroll_WithOutHeight {
    background: #f1f0f0 url(../images/box_bg.gif) top left repeat-x;
    padding-top: 5px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    text-align: left;
    overflow: auto;
}

.btm_lt {
    background: url(../images/box_btm_lt.png) left top no-repeat;
    width: 5px;
    height: 5px;
    float: left;
    font-size: 0;
    line-height: 0;
}

.btm {
    background: url(../images/box_btm.png) left top repeat-x;
    height: 5px;
    overflow: auto;
    font-size: 0;
    line-height: 0;
}

.btm_rt {
    background: url(../images/box_btm_rt.png) right top no-repeat;
    width: 5px;
    height: 5px;
    float: right;
    font-size: 0;
    line-height: 0;
}

.top span.box_rt {
    background: url(../images/box_hdg_rt.gif) no-repeat;
    width: 33px;
    height: 26px;
    float: left;
    display: block;
}

.line_graph_txt {
    color: #77878f;
    font-size: 10px;
    text-transform: uppercase;
}

.bluebg {
    background: url(../images/blue_strip.gif) no-repeat;
    width: 281px;
    height: 20px;
    padding: 2px 0 0 10px;
    text-align: center;
    color: #fff;
}

.graybg {
    background: url(../images/gray_strip.gif) no-repeat;
    width: 281px;
    height: 20px;
    padding: 2px 0 0 10px;
    text-align: center;
    color: #fff;
}

.footer {
    background: #00264c;
    height: 29px;
    color: #9aa6b4;
    width: 100%;
    bottom: -25px;
    float: left;
}

.inner_lt {
    background: url(../images/cnt_top_lt.png) left top no-repeat;
    width: 8px;
    height: 7px;
    float: left;
    font-size: 0;
    line-height: 0;
}

.inner_rt {
    background: url(../images/cnt_top_rt.png) right top no-repeat;
    width: 8px;
    height: 7px;
    float: right;
    font-size: 0;
    line-height: 0;
}

.inner_top {
    background: #fff;
    height: 7px;
    overflow: auto;
    font-size: 0;
    line-height: 0;
}

.profile {
    background: #fff;
}

    .profile h2 {
        background: url(../images/profile_icon.gif) no-repeat;
        padding-left: 40px;
        padding-bottom: 5px;
        border-bottom: 1px solid #d6e0ec;
        margin-top: 8px;
        float: left;
        width: 98%;
    }

.left_nav {
    background: url(../images/lt_step_shadow.gif) no-repeat top right;
    width: 140px;
}

    .left_nav a {
        background: url(../images/steps_spritebg.gif) left top no-repeat;
        display: block;
        width: 110px;
        height: 35px;
        margin-bottom: 6px;
        color: #c9c9c9;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        cursor: pointer;
    }

        .left_nav a p {
            padding: 8px 0 0 30px;
        }

        .left_nav a p, .left_nav a span {
            float: left;
        }

        .left_nav a span {
            font-size: 47px;
            display: block;
            line-height: 36px;
            color: #dbdbdb;
            padding-left: 8px;
        }

        .left_nav a.activestep {
            background-position: 0 -40px;
            color: #fff;
            cursor: pointer;
        }

            .left_nav a.activestep p {
                color: #fff;
            }

            .left_nav a.activestep span {
                color: #9eabb7;
            }

        .left_nav a.pendstep {
            background-position: 0 -80px;
            color: #fff;
            cursor: pointer;
        }

            .left_nav a.pendstep p {
                color: #fff;
            }

            .left_nav a.pendstep span {
                color: #cfd5dc;
            }

.left_nav_big {
    width: 195px;
}

    .left_nav_big a {
        background: url(../images/steps_spritebg.png) left top no-repeat;
        display: block;
        width: 170px;
        height: 35px;
        margin-bottom: 6px;
        color: #c9c9c9;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        cursor: pointer;
    }

.chain_line {
    border-bottom: 2px solid #0d2c4c;
    padding: 0;
}

    .chain_line h3 {
        background: url(../images/rt_title.gif) right top no-repeat #00264C !important;
        color: #fff;
        font-size: 15px;
        margin-left: 10px;
        float: left;
    }

        .chain_line h3 span {
            background: url(../images/lt_title.gif) left top no-repeat;
            display: block;
            float: left;
            padding: 5px 24px;
        }
                
.form {
    color: #000;
}

    .form td {
        padding: 5px 0;
        text-align: left;
    }

    .form span {
        color: #3f4142;
        padding-right: 3px;
        padding-top: 6px;
        display: inline-block;
        font-size: 12px;
        padding-left: 35px!important;
    }

        .form span input {
            margin-left: 20px;
        }

    .form label {
        color: #3f4142;
        padding-right: 15px;
        padding-top: 6px;
        display: inline-block;
    }

    .form .small {
        font-size: 11px;
        padding-right: 15px;
    }

input, textarea {
    padding: 3px;
}

select {
    border-top: 1px solid #7c7d7e;
    border-left: 1px solid #7c7d7e;
    border-bottom: 1px solid #dadbdb;
    border-right: 1px solid #dadbdb;
    color: #000;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}

.form span.nobrd {
    border: 0;
    padding-left: 0;
}

    .form span.nobrd input {
        border: 0;
        padding-left: 0;
    }

.form td.nopadd span {
    padding: 0;
    margin: 0;
}

.input60 {
    width: 60px;
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    font-size: 9pt;
    border-left: #000 1px solid;
    color: #000;
    border-bottom: #000 1px solid;
    font-family: Arial,Helvetica,sans-serif;
    padding: 1px 4px;
}

.input75 {
    width: 75px;
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    font-size: 9pt;
    border-left: #000 1px solid;
    color: #000;
    border-bottom: #000 1px solid;
    font-family: Arial,Helvetica,sans-serif;
    padding: 1px 4px;
}

.input85 {
    width: 85px;
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    font-size: 9pt;
    border-left: #000 1px solid;
    color: #000;
    border-bottom: #000 1px solid;
    font-family: Arial,Helvetica,sans-serif;
    padding: 1px 4px;
}

.input80 {
    width: 80px;
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    font-size: 9pt;
    border-left: #000 1px solid;
    color: #000;
    border-bottom: #000 1px solid;
    font-family: Arial,Helvetica,sans-serif;
    padding: 1px 4px;
}

.input100 {
    width: 100px;
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    font-size: 9pt;
    border-left: #000 1px solid;
    color: #000;
    border-bottom: #000 1px solid;
    font-family: Arial,Helvetica,sans-serif;
    padding: 1px 4px;
}

.input125 {
    width: 125px;
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    font-size: 9pt;
    border-left: #000 1px solid;
    color: #000;
    border-bottom: #000 1px solid;
    font-family: Arial,Helvetica,sans-serif;
    padding: 1px 4px;
}

.input150 {
    width: 150px;
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    font-size: 9pt;
    border-left: #000 1px solid;
    color: #000;
    border-bottom: #000 1px solid;
    font-family: Arial,Helvetica,sans-serif;
    padding: 1px 4px;
}

.input175 {
    width: 175px;
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    font-size: 9pt;
    border-left: #000 1px solid;
    color: #000;
    border-bottom: #000 1px solid;
    font-family: Arial,Helvetica,sans-serif;
    padding: 1px 4px;
}

.input180 {
    width: 180px;
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    font-size: 9pt;
    border-left: #000 1px solid;
    color: #000;
    border-bottom: #000 1px solid;
    font-family: Arial,Helvetica,sans-serif;
    padding: 1px 4px;
}

.input190 {
    width: 190px;
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    font-size: 9pt;
    border-left: #000 1px solid;
    color: #000;
    border-bottom: #000 1px solid;
    font-family: Arial,Helvetica,sans-serif;
    padding: 1px 4px;
}

.input200 {
    width: 200px;
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    font-size: 9pt;
    border-left: #000 1px solid;
    color: #000;
    border-bottom: #000 1px solid;
    font-family: Arial,Helvetica,sans-serif;
    padding: 1px 4px;
}

.input240 {
    width: 240px;
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    font-size: 9pt;
    border-left: #000 1px solid;
    color: #000;
    border-bottom: #000 1px solid;
    font-family: Arial,Helvetica,sans-serif;
    padding: 1px 4px;
}

.input300 {
    width: 300px;
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    font-size: 9pt;
    border-left: #000 1px solid;
    color: #000;
    border-bottom: #000 1px solid;
    font-family: Arial,Helvetica,sans-serif;
    padding: 1px 4px;
}

.input350 {
    width: 350px;
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    font-size: 9pt;
    border-left: #000 1px solid;
    color: #000;
    border-bottom: #000 1px solid;
    font-family: Arial,Helvetica,sans-serif;
    padding: 1px 4px;
}

.input400 {
    width: 400px;
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    font-size: 9pt;
    border-left: #000 1px solid;
    color: #000;
    border-bottom: #000 1px solid;
    font-family: Arial,Helvetica,sans-serif;
    padding: 1px 4px;
}

.input900 {
    width: 755px;
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    font-size: 9pt;
    border-left: #000 1px solid;
    color: #000;
    border-bottom: #000 1px solid;
    font-family: Arial,Helvetica,sans-serif;
    padding: 1px 4px;
}

.select50 {
    width: 60px;
}

.select75 {
    width: 85px;
}

.select85 {
    width: 95px;
}

.select80 {
    width: 90px;
}

.select100 {
    width: 110px;
}

.select125 {
    width: 135px;
}

.select150 {
    width: 160px;
}

.select175 {
    width: 185px;
}

.select180 {
    width: 195px;
}

.select191 {
    width: 191px;
}

.select200 {
    width: 200px;
}

.select400 {
    width: 410px;
}

.select162 {
    width: 162px;
}

.full_width_fields{width:90%;}
.btn {
    border: none;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    position: relative;
}

.gray {
    background-color: #BCC6CC;
}

input.button {
    border: none;
    background: url(../images/submit_btn_lt.gif) left top no-repeat;
    color: #fff;
    height: 30px;
    position: relative;
    left: 3px;
    padding: 0 0 5px;
    font-size: 15px;
    font-weight: 700;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}

.btn_rt {
    position: absolute;
    display: inline;
    width: 7px;
    height: 30px;
    background: url(../images/submit_btn_rt.gif) left top no-repeat;
}

input.button:focus {
    outline: none;
}

.popup {
    position: absolute;
    top: 170px;
    right: 0;
}

    .popup a.tasks {
        background: url(../images/tasks_tab.png) no-repeat;
        width: 23px;
        height: 83px;
        display: block;
    }

.pop_top_lt {
    background: url(../images/popup_top_lt.png) no-repeat;
    width: 7px;
    height: 7px;
}

.pop_top {
    background: url(../images/popup_top.png) repeat-x;
    height: 7px;
}

.pop_btm_lt {
    background: url(../images/popup_btm_lt.png) no-repeat;
    width: 7px;
    height: 7px;
}

.pop_btm {
    background: url(../images/popup_btm.png) repeat-x;
    height: 7px;
}

.pop_bg {
    background: url(../images/popup_bg.gif) repeat-x #e5ebf1;
    border-left: 5px solid #b1bac6;
}

    .pop_bg ul {
        padding: 10px 0 10px 10px;
        margin: 0;
        list-style: none;
    }

        .pop_bg ul li {
            padding: 0 0 10px;
            margin: 0;
            background: url(../images/popup_arrow.png) no-repeat 0 5px;
            padding-left: 7px;
        }

    .pop_bg a {
        font-size: 13px;
        color: #0d2c4c;
    }

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}

.rowcolor {
    background: #f5f6f8;
}

    .rowcolor td {
        border-bottom: 1px solid #e4e7ef;
    }

        .rowcolor td td {
            border: 0;
        }

input.button {
    border: none;
    background: url(../images/submit_btn_lt.gif) left no-repeat;
    color: #fff;
    height: 30px;
    position: relative;
    left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 4px;
}

.buttonEnding {
    position: absolute;
    display: inline;
    width: 10px;
    height: 30px;
    background: url(../images/submit_btn_rt.gif) left no-repeat;
}

.validation {
    color: Red;
}

.backgroundPopup {
    display: none;
    position: fixed;
    _position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    border: 1px solid #cecece;
    z-index: 1;
    opacity: .5;
}

.divForegroundPopUp {
    z-index: 101;
    display: none;
    background-color: #eee;
}

.grid {
    border: 1px solid #00264c;
    background: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: Arial,Helvetica,sans-serif;
    color: #5e5d5d;
}

    .grid td {
        height: 29px;
        padding-left: 10px;
        text-align: left;
    }

.heading {
    background: url(../images/grip_top_bg_edit.png) repeat-x #00264C;
    height: 29px;
    color: #fff;
    font-weight: 700;
}

.grid tr.heading td {
    border-left: 0;
}

    .grid tr.heading td span {
        color: #fff;
    }

.altcolor {
    background: #fafafa;
    text-align: left;
}

.grid .selection {
    background: #d9e0e7;
}

.heading a {
    color: #fff!important;
    text-decoration: none;
}

.grid th {
    text-align: left;
    padding-left: 10px;
}

.gridEmpty {
    border: 1px solid #00264c;
    background: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: Arial,Helvetica,sans-serif;
    color: #5e5d5d;
}

    .gridEmpty td {
        padding: 0;
        text-align: left;
    }

.gridnew {
    border: 1px solid #00264c;
    background: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: Arial,Helvetica,sans-serif;
    color: #5e5d5d;
}

    .gridnew td {
        height: 29px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .gridnew tr.heading td {
        border-left: 0;
    }

    .gridnew .selection {
        background: #d9e0e7;
    }

    .gridnew th {
        text-align: left;
        padding-left: 10px;
    }

#overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99;
    background-color: gray;
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
}

.PagerRowStyle {
    background-color: #00264C;
    text-align: right;
    font-size: 16px;
}

.PagerCurrentPage {
    background-color: #ff0;
    padding: 0 4px;
    margin: 0 5px;
}

.PagerOtherPage {
    padding: 2px;
}

    .PagerOtherPage a {
        color: #fff;
    }

html {
    height: 100%;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}

body.login_bg {
    background: #00264c url(../images/login_bg.gif) right bottom no-repeat;
}

.section_bg {
    background: url(../images/section_bg.png) right top repeat;
    height: 274px;
    margin-top: 160px;
    width: 100%;
}

.section_container {
    background: url(../images/shad_bg.png) center center no-repeat;
    height: 274px;
    width: 960px;
    margin: 0 auto;
    position:relative;
}

.login_logo {
    margin: 70px 0 0 30px;
    float: left;
}

    .login_logo a {
        background: url(../images/login_logo.png) left top no-repeat;
        display: block;
        width: 384px;
        height: 117px;
    }

.login_form {
    width: 422px;
    float: right;
    color: #fff;
    padding-top: 15px;
}

    .login_form label {
        font-size: 16px;
        font-weight: 700;
        float: left;
        padding: 10px 0 0;
    }

    .login_form input {
        border: none;
        width: 185px;
        height: 27px;
        line-height: 27px;
        margin: 5px 0 0 5px;
        padding: 0;
    }

    .login_form a {
        color: #fff;
        font-size: 11px;
    }

        .login_form a:hover {
            text-decoration: none;
        }

    .login_form input.btn {
        background: url(../images/login_btn.png) left top no-repeat;
        width: 95px;
        height: 53px;
        cursor: pointer;
    }

.warning_msg{position:absolute; top:-26px; right:0; background:red; color:#fff; padding:5px; border-radius:3px; }
.warning_msg2{ background:#f2dede; color:#e60000; border:solid 1px #ebccd1; padding:5px; border-radius:3px; margin-right:12px; width:75%; text-align:justify; font-weight:bold; margin-bottom:5px; float:right;}
.warning_para{text-align:center;}

input.btnsubmitforget {
    border: none;
    background: url(../images/submit_btn.png) left top no-repeat;
    color: #fff;
    width: 95px;
    height: 53px;
    cursor: pointer;
}

input.btncancelforget {
    border: none;
    background: url(../images/cancel_btn.png) left top no-repeat;
    color: #fff;
    width: 95px;
    height: 53px;
    cursor: pointer;
}

.footer_link {
    color: #fff;
    text-align: right;
    padding: 7px;
}

.errorMessage {
    color: #E60000;
    font-weight: 700;
}

.Divmessage {
    position: absolute;
    top: 20%;
    left: 35%;
    display: none;
}

.linkbtn {
    color: #5e5d5d;
    cursor: pointer;
    text-decoration: underline;
}

.menulnk {
    cursor: pointer;
}

.dhtmlwindow {
    position: absolute;
    border: 2px solid #000;
    visibility: hidden;
    background-color: #FFF;
}

.drag-handle {
    font: bold 14px Arial;
    background-color: #CA0000;
    color: #FFF;
    cursor: move;
    overflow: hidden;
    width: auto;
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    padding: 2px 10px 4px;
    text-align: left;
    font-size: 16px;
}

    .drag-handle .drag-controls {
        position: absolute;
        right: 1px;
        top: 2px;
        cursor: pointer;
    }

* html .drag-handle {
    width: 100%;
}

.drag-contentarea {
    color: #000;
    height: 150px;
    overflow: auto;
    padding: 0;
}

    .drag-contentarea iframe {
        border: 0;
    }

.drag-statusarea {
    border-top: 1px solid gray;
    background-color: #F8F8F8;
    height: 13px;
}

.drag-resizearea {
    float: right;
    width: 100%;
    height: 13px;
    cursor: nw-resize;
    font-size: 0;
}

.task_container {
    position: fixed;
    top: 170px;
    right: 0;
    width: auto;
}

.task_title {
    width: 30px;
    height: 96px;
    float: left;
}

    .task_title a {
        background: url(../images/rttitle.gif) left top no-repeat;
        display: block;
        width: 30px;
        height: 96px;
    }

.task_contenttp {
    background: url(../images/rttpbg.gif) left top no-repeat;
    padding-top: 11px;
    float: left;
}

.task_contentbt {
    background: url(../images/rtbtbg.gif) left bottom no-repeat;
    padding-bottom: 11px;
}

.task_contentmid {
    background: #f0f4f4 url(../images/rtmidbg.gif) left top repeat-x;
    border-left: 5px solid #59708c;
    padding: 7px 12px;
}

    .task_contentmid a {
        color: #0d2c4c;
        font-size: 13px;
    }

    .task_contentmid .arw {
        background: url(../images/rtarrow.gif) left 9px no-repeat;
        display: block;
        color: #0d2c4c;
        font-size: 13px;
        line-height: 25px;
        padding-left: 15px;
    }

.label_screenControls {
    padding: 0;
    margin: 0;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.td_screenControls {
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    background: gray;
    height: 21px;
}

.ErrorMsg {
    color: Red;
}

.graph_container {
    font-family: Arial,Helvetica,sans-serif;
    margin-top: 5px;
}

.graph_bg {
    background: url(../images/graph_bg.png) no-repeat;
    width: 248px;
    height: 245px;
    margin: 0 auto;
    position: relative;
}

    .graph_bg a {
        color: #fff;
        text-decoration: none;
        font-size: 11px;
        display: block;
        font-weight: 700;
    }

a.disbursement {
    position: absolute;
    left: 115px;
    top: 17px;
}

a.final {
    position: absolute;
    left: 29px;
    top: 69px;
    color: #00264c;
}

a.manager {
    position: absolute;
    left: 46px;
    top: 178px;
}

a.credit {
    position: absolute;
    left: 158px;
    top: 193px;
}

a.special {
    position: absolute;
    right: 19px;
    top: 98px;
}

.graph_bg span {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    display: block;
    font-weight: 700;
}

span.disbursement {
    position: absolute;
    left: 115px;
    top: 17px;
}

span.final {
    position: absolute;
    left: 29px;
    top: 69px;
    color: #00264c;
}

span.manager {
    position: absolute;
    left: 46px;
    top: 178px;
}

span.credit {
    position: absolute;
    left: 158px;
    top: 193px;
}

span.special {
    position: absolute;
    right: 19px;
    top: 98px;
}

.graph_bg.disbursement_red {
    background-position: 0 -254px;
}

.graph_bg.final_red {
    background-position: 0 -508px;
    color: #fff;
}

.graph_bg.manager_red {
    background-position: 0 -763px;
}

.graph_bg.credit_red {
    background-position: 0 -1020px;
}

.graph_bg.special_red {
    background-position: 0 -1274px;
}

.graph_bg.disbursement_red2 {
    background-position: 0 -254px;
}

.graph_bg.final_red2 {
    background-position: 0 -508px;
    color: #fff;
}

.graph_bg.manager_red2 {
    background-position: 0 -763px;
}

.graph_bg.credit_red2 {
    background-position: 0 -1020px;
}

.graph_bg.special_red2 {
    background-position: 0 -1274px;
}

.description {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #6f6f70;
}

    .description ul, .description ul li {
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

        .description ul li.disburs_title {
            left: 86px;
            top: -15px;
        }

        .description ul li.final_title {
            left: -22px;
            top: 68px;
        }

        .description ul li.manager_title {
            left: -15px;
            top: 200px;
        }

        .description ul li.credit_title {
            left: 190px;
            top: 220px;
        }

        .description ul li.special_title {
            left: 245px;
            top: 99px;
        }

.displaynone {
    position: absolute;
    top: -1200px;
}

@media print {
    .toprint {
        position: relative;
    }
}

#tooltip {
    display: none;
    position: absolute;
    border: solid 1px;
    background: #fff;
}

.hiddenGridViewColumn {
    display: none;
}

.btnstuff {
    float: left;
    background: url(../images/submit_btn_lt.gif) 0 0 no-repeat;
}

    .btnstuff input[type=submit] {
        float: left;
        background: url(../images/submit_btn_rt.gif) right 0 no-repeat;
        height: 30px;
        border: none;
        cursor: pointer;
        padding: 0 15px 1px 13px;
        color: #fff;
        text-transform: uppercase;
    }

    .btnstuff input[type=button] {
        float: left;
        background: url(../images/submit_btn_rt.gif) right 0 no-repeat;
        height: 30px;
        border: none;
        cursor: pointer;
        padding: 0 15px 1px 13px;
        color: #fff;
        text-transform: uppercase;
    }

.OFACNeggative .lableofaccheck {
    float: left;
    width: 98%;
    padding: 5px 1% 0;
    background: #fff;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}

.OFACNeggative .totalOfac {
    float: right;
    color: #29537d;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
}

.OFACNeggative #Loader {
    float: right;
    margin: 3px 15px 0 0;
}

.OFACNeggative #showingResult {
    float: left;
    color: #29537d;
    font-size: 15px;
    padding: 5px 10px;
    font-weight: 700;
    margin: -3px 15px 0 25px;
}

.OFACCheckList {
    border: 1px solid #000;
}

    .OFACCheckList span#lableofaccheck {
        float: left;
        text-align: left;
        color: #fff;
        padding: 5px 10px;
        font-size: 13px;
        background: #29537d;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
    }

    .OFACCheckList table td.addressblock {
        font-size: 10px;
    }

.NegativeCheckList {
    border: 1px solid #000;
}

    .NegativeCheckList span#LabelNegativeChecklist {
        float: left;
        color: #fff;
        padding: 5px 10px;
        font-size: 13px;
        background: #29537d;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
    }

    .NegativeCheckList table td.addressblock {
        font-size: 10px;
    }

#validateOfac {
    width: 96%;
    padding: 1% 2%;
    float: left;
    background: #fff;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}

    #validateOfac span#label_reason {
        float: left;
        width: 58px;
        text-align: left;
    }

    #validateOfac textarea {
        width: 585px;
        height: 45px;
        float: left;
    }

    #validateOfac .submitBtn {
        float: right;
        margin-top: 15px;
    }

#overlayOFAC {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
    background-color: gray;
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
}

.progressblocks {
    list-style: none;
    position: absolute;
    width: 100%;
    padding-left: 0;
    margin: 0;
}

    .progressblocks li {
        float: left;
        width: 49.5%;
        color: #fff;
        text-align: center;
    }

        .progressblocks li + li {
            border-left: 1px solid #fff;
            color: #000;
        }

.wrapper {
    width: 960px;
    margin: 0 auto;
}

.error_logo {
    background: url(../images/section_bg.png) repeat scroll right top rgba(0,0,0,0);
    margin: 60px auto;
    width: 390px;
}

    .error_logo a {
        background: url(../images/login_logo.png) left top no-repeat;
        display: block;
        width: 384px;
        height: 117px;
    }

.error_exclamation {
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: 400;
    font-family: 'Belgrano',serif;
    text-shadow: 0 5px 5px #000;
}

.text_center {
    text-align: center;
}

.error_message {
    text-align: center;
    font-size: 20px;
    width: 49%;
    margin: 60px auto;
    color: #fff;
    font-family: 'Roboto Slab',serif;
}

.error_button {
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    color: #00264c;
    font-family: 'Armata',sans-serif;
    background: url(../images/error_page_btnbg.png) repeat-x;
    text-shadow: 0 1px 1px #000;
    padding: 26px 20px;
    border-radius: 6px;
}

    .error_button:hover {
        color: #1a3c5e;
    }

.popupBody {
    border-radius: 10px;
    padding: 10px 0 10px 10px;
    background: #fff;
    box-shadow: 0 0 5px #333;
    border: solid 2px #333;
}

.close1 {
    cursor: pointer;
    display: block;
    background: #e6e6e6;
    margin-top: 0;
    color: #303133;
    padding: 3px;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}

.popupInner {
    max-height: 300px;
    overflow-x: auto;
    margin-top: 15px;
    clear: both;
    width: 100%;
}

.summeryDetails {
    padding: 15px 10px;
    display: block;
    background: #dcdcdc;
    border: gray solid 1px;
    margin: 5px 0 10px;
}

    .summeryDetails span {
        float: left;
    }

.button-end-style {
    position: relative;
}

.height45 {
    height: 45px;
    clear: both;
}

.top span.box_rt_red {
    background: url(../images/box_hdg_rt_red.gif) no-repeat;
    width: 33px;
    height: 26px;
    float: left;
    display: block;
}

.top_lt_red {
    background: url(../images/box_top_lt_red.png) left top no-repeat;
    width: 5px;
    height: 26px;
    float: left;
    font-size: 0;
    line-height: 0;
}

.top span.box_rt_red_red2 {
    background: url(../images/box_hdg_rt_red2.gif) no-repeat;
    width: 33px;
    height: 26px;
    float: left;
    display: block;
}

.top_lt_red2 {
    background: url(../images/box_top_lt_red2.png) left top no-repeat;
    width: 5px;
    height: 26px;
    float: left;
    font-size: 0;
    line-height: 0;
}

.label-style {
    width: 120px!important;
}

    .label-style span {
        font-weight: 400;
        padding-left: 10px!important;
        padding-top: 0!important;
        line-height: 19px;
    }

.updateTargets_btn {
    padding: 10px 0 0;
    text-align: center;
}

.marginLeft10 {
    margin-left: 10px;
}

.textarea-width {
    width: 152px;
    border: 1px solid #000;
}

.innerTable_userindividual {
    float: left;
    margin-left: 10px;
}

    .innerTable_userindividual ul li {
        border: 1px solid #ccc;
        border-radius: 3px;
        -webkit-border-radius: 3px!important;
        float: left;
        font-size: 14px;
        list-style-type: none;
        margin-right: 20px;
        width: auto;
        margin-bottom: 10px;
    }

.compensation-label {
    color: #3f4142;
    float: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    width: 120px;
}

.loan-form-setting {
    border-top: 2px solid #0d2c4c;
    margin-top: 20px;
    padding: 10px 0;
}

.top_search_pos {
    top: 15px;
}

.end_btn_height {
    height: 60px!important;
}

.colLeft, .colRight {
    float: left;
    padding: 20px;
}

.colRight {
    width: 20%;
    padding-top: 0!important;
}

.colLeft {
    width: 20%;
    min-height: 80px;
    background: #f1f0f0;
}

    .colLeft .form-group {
        margin: 10px 0;
        width: 50%;
        float: left;
    }

        .colLeft .form-group label {
            display: block;
        }

        .colLeft .form-group input {
            width: 80%;
        }

        .colLeft .form-group label span {
            padding: 0!important;
        }

.marginTop10 {
    margin-top: 10px;
    display: inline-block;
}

.status_icon {
    margin: 0 10px;
}

.warning_img {
    vertical-align: middle;
}

.warning_text {
    color: red!important;
    line-height: 50px;
    margin-left: 5px;
}

.warning_message_outer {
    background: #fbe8e8;
    border: solid 1px red;
    padding: 20px;
}

.asign_users {
    color: red;
    font-size: 18px;
}

#trHeader td {
    position: relative;
}

#trmainheading td {
    position: relative;
}

.asign_user_popup {
    position: absolute;
    top: 39px;
    right: 63px;
    width: 320px;
    background-color: #fff;
    border: 2px solid gray;
    position: absolute;
    top: 39px;
    right: 63px;
    width: 320px;
    background-color: #fff;
    border: 2px solid gray;
}

    .asign_user_popup .divinstallment_details {
        padding: 10px;
        color: red;
        line-height: 20px;
    }

.popup_style {
    float: right;
    margin-right: 60px;
}

.insight-sidecontainer {
    float: left;
    background: #fff;
    margin-left: 15px;
    margin-top: 17px;
    width: 44px!important;
}

.insight-sidebar {
    border-radius: 4px;
    margin: 0;
    padding: 0;
}

    .insight-sidebar li {
        list-style: none;
    }

        .insight-sidebar li.active img {
            border-left: 3px solid #5c9acf!important;
            margin-left: -3px;
            padding-left: 10px;
            background: #f2f6f9;
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            transform: scale(1.1);
        }

        .insight-sidebar li img {
            padding: 15px 10px;
            text-align: center;
            cursor: pointer;
            display: block;
            margin-bottom: 4px;
            background: #fff;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
        }

.insight-maincontainer {
    margin-left: 54px!important;
    margin-top: 0;
    min-height: 500px;
}

.insuranceAddon {
    background: #f5f5f5;
    float: left;
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .insuranceAddon .columns {
        width: 24%;
        margin: 10px 5px;
        float: left;
        box-shadow: 0 1px 10px #ddd;
        font-family: 'Open Sans',sans-serif;
        height: 313px;
        border: solid 5px transparent;
    }

.title-section {
    padding: 10px;
    position: relative;
}

    .title-section p {
        color: #fff;
        font-size: 16px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

.amount-section {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    height: 90px;
}

.insuranceAddonList {
    background: #fff;
    margin: 0;
    padding: 0;
}

    .insuranceAddonList li {
        list-style: none;
        border-bottom: solid 1px #ebe9e9;
        text-align: center;
        padding: 10px 0;
        color: #918876;
        font-size: 14px;
    }

.footer-section {
    color: #fff;
    text-align: center;
    padding: 30px 0;
    font-size: 16px;
    float: left;
    width: 100%;
    background: #fff;
}

.priority_1 .title-section {
    background: #283b4d;
}

.priority_1 .amount-section {
    background: #4897cc;
}

.priority_1 .footer-section .loan-calBtn, .priority_1 .footer-section-replaced .loan-calBtn {
    background: #4897cc;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_2 .title-section {
    background: #283b4d;
}

.priority_2 .amount-section {
    background: #2f9f9e;
}

.priority_2 .footer-section .loan-calBtn, .priority_2 .footer-section-replaced .loan-calBtn {
    background: #2f9f9e;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_3 .title-section {
    background: #283b4d;
}

.priority_3 .amount-section {
    background: #9c5d7a;
}

.priority_3 .footer-section .loan-calBtn, .priority_3 .footer-section-replaced .loan-calBtn {
    background: #9c5d7a;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_4 .title-section {
    background: #283b4d;
}

.priority_4 .amount-section {
    background: #f4b350;
}

.priority_4 .footer-section .loan-calBtn, .priority_4 .footer-section-replaced .loan-calBtn {
    background: #f4b350;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_5 .title-section {
    background: #283b4d;
}

.priority_5 .amount-section {
    background: #3ec6e0;
}

.priority_5 .footer-section .loan-calBtn, .priority_5 .footer-section-replaced .loan-calBtn {
    background: #3ec6e0;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_6 .title-section {
    background: #283b4d;
}

.priority_6 .amount-section {
    background: #e3536c;
}

.priority_6 .footer-section .loan-calBtn, .priority_6 .footer-section-replaced .loan-calBtn {
    background: #e3536c;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_7 .title-section {
    background: #283b4d;
}

.priority_7 .amount-section {
    background: #49a191;
}

.priority_7 .footer-section .loan-calBtn, .priority_7 .footer-section-replaced .loan-calBtn {
    background: #49a191;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_8 .title-section {
    background: #283b4d;
}

.priority_8 .amount-section {
    background: #f18538;
}

.priority_8 .footer-section .loan-calBtn, .priority_8 .footer-section-replaced .loan-calBtn {
    background: #f18538;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_9 .title-section {
    background: #283b4d;
}

.priority_9 .amount-section {
    background: #ec4580;
}

.priority_9 .footer-section .loan-calBtn, .priority_9 .footer-section-replaced .loan-calBtn {
    background: #ec4580;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_10 .title-section {
    background: #283b4d;
}

.priority_10 .amount-section {
    background: #5eb95e;
}

.priority_10 .footer-section .loan-calBtn, .priority_10 .footer-section-replaced .loan-calBtn {
    background: #5eb95e;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_11 .title-section {
    background: #283b4d;
}

.priority_11 .amount-section {
    background: #634976;
}

.priority_11 .footer-section .loan-calBtn, .priority_11 .footer-section-replaced .loan-calBtn {
    background: #634976;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_12 .title-section {
    background: #283b4d;
}

.priority_12 .amount-section {
    background: #2c3e50;
}

.priority_12 .footer-section .loan-calBtn, .priority_12 .footer-section-replaced .loan-calBtn {
    background: #2c3e50;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_13 .title-section {
    background: #283b4d;
}

.priority_13 .amount-section {
    background: #c0392b;
}

.priority_13 .footer-section .loan-calBtn, .priority_13 .footer-section-replaced .loan-calBtn {
    background: #c0392b;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_14 .title-section {
    background: #283b4d;
}

.priority_14 .amount-section {
    background: #976b3e;
}

.priority_14 .footer-section .loan-calBtn, .priority_14 .footer-section-replaced .loan-calBtn {
    background: #976b3e;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_15 .title-section {
    background: #283b4d;
}

.priority_15 .amount-section {
    background: #d0a844;
}

.priority_15 .footer-section .loan-calBtn, .priority_15 .footer-section-replaced .loan-calBtn {
    background: #d0a844;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_16 .title-section {
    background: #283b4d;
}

.priority_16 .amount-section {
    background: #325b87;
}

.priority_16 .footer-section .loan-calBtn, .priority_16 .footer-section-replaced .loan-calBtn {
    background: #325b87;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_17 .title-section {
    background: #283b4d;
}

.priority_17 .amount-section {
    background: #cadb35;
}

.priority_17 .footer-section .loan-calBtn, .priority_17 .footer-section-replaced .loan-calBtn {
    background: #cadb35;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_18 .title-section {
    background: #283b4d;
}

.priority_18 .amount-section {
    background: #ff0437;
}

.priority_18 .footer-section .loan-calBtn, .priority_18 .footer-section-replaced .loan-calBtn {
    background: #ff0437;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_19 .title-section {
    background: #283b4d;
}

.priority_19 .amount-section {
    background: #f28683;
}

.priority_19 .footer-section .loan-calBtn, .priority_19 .footer-section-replaced .loan-calBtn {
    background: #f28683;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_20 .title-section {
    background: #283b4d;
}

.priority_20 .amount-section {
    background: #019390;
}

.priority_20 .footer-section .loan-calBtn, .priority_20 .footer-section-replaced .loan-calBtn {
    background: #019390;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_21 .title-section {
    background: #283b4d;
}

.priority_21 .amount-section {
    background: #004b23;
}

.priority_21 .footer-section .loan-calBtn, .priority_21 .footer-section-replaced .loan-calBtn {
    background: #004b23;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_22 .title-section {
    background: #283b4d;
}

.priority_22 .amount-section {
    background: #ed5190;
}

.priority_22 .footer-section .loan-calBtn, .priority_22 .footer-section-replaced .loan-calBtn {
    background: #ed5190;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_23 .title-section {
    background: #283b4d;
}

.priority_23 .amount-section {
    background: #7b7c6a;
}

.priority_23 .footer-section .loan-calBtn, .priority_23 .footer-section-replaced .loan-calBtn {
    background: #7b7c6a;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_24 .title-section {
    background: #283b4d;
}

.priority_24 .amount-section {
    background: #ed0b6d;
}

.priority_24 .footer-section .loan-calBtn, .priority_24 .footer-section-replaced .loan-calBtn {
    background: #ed0b6d;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_25 .title-section {
    background: #283b4d;
}

.priority_25 .amount-section {
    background: #e1ad09;
}

.priority_25 .footer-section .loan-calBtn, .priority_25 .footer-section-replaced .loan-calBtn {
    background: #e1ad09;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_26 .title-section {
    background: #283b4d;
}

.priority_26 .amount-section {
    background: #264468;
}

.priority_26 .footer-section .loan-calBtn, .priority_26 .footer-section-replaced .loan-calBtn {
    background: #264468;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_27 .title-section {
    background: #283b4d;
}

.priority_27 .amount-section {
    background: #7accc0;
}

.priority_27 .footer-section .loan-calBtn, .priority_27 .footer-section-replaced .loan-calBtn {
    background: #7accc0;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_28 .title-section {
    background: #283b4d;
}

.priority_28 .amount-section {
    background: #620037;
}

.priority_28 .footer-section .loan-calBtn, .priority_28 .footer-section-replaced .loan-calBtn {
    background: #620037;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_29 .title-section {
    background: #283b4d;
}

.priority_29 .amount-section {
    background: #c51294;
}

.priority_29 .footer-section .loan-calBtn, .priority_29 .footer-section-replaced .loan-calBtn {
    background: #c51294;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_30 .title-section {
    background: #283b4d;
}

.priority_30 .amount-section {
    background: #f27a55;
}

.priority_30 .footer-section .loan-calBtn, .priority_30 .footer-section-replaced .loan-calBtn {
    background: #f27a55;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_31 .title-section {
    background: #283b4d;
}

.priority_31 .amount-section {
    background: #fcc350;
}

.priority_31 .footer-section .loan-calBtn, .priority_31 .footer-section-replaced .loan-calBtn {
    background: #fcc350;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_32 .title-section {
    background: #283b4d;
}

.priority_32 .amount-section {
    background: #b75240;
}

.priority_32 .footer-section .loan-calBtn, .priority_32 .footer-section-replaced .loan-calBtn {
    background: #b75240;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_33 .title-section {
    background: #283b4d;
}

.priority_33 .amount-section {
    background: #ff5539;
}

.priority_33 .footer-section .loan-calBtn, .priority_33 .footer-section-replaced .loan-calBtn {
    background: #ff5539;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_34 .title-section {
    background: #283b4d;
}

.priority_34 .amount-section {
    background: #5c969a;
}

.priority_34 .footer-section .loan-calBtn, .priority_34 .footer-section-replaced .loan-calBtn {
    background: #5c969a;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_35 .title-section {
    background: #283b4d;
}

.priority_35 .amount-section {
    background: #918670;
}

.priority_35 .footer-section .loan-calBtn, .priority_35 .footer-section-replaced .loan-calBtn {
    background: #918670;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_36 .title-section {
    background: #283b4d;
}

.priority_36 .amount-section {
    background: #76ca68;
}

.priority_36 .footer-section .loan-calBtn, .priority_36 .footer-section-replaced .loan-calBtn {
    background: #76ca68;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_37 .title-section {
    background: #283b4d;
}

.priority_37 .amount-section {
    background: #f97f74;
}

.priority_37 .footer-section .loan-calBtn, .priority_37 .footer-section-replaced .loan-calBtn {
    background: #f97f74;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_38 .title-section {
    background: #283b4d;
}

.priority_38 .amount-section {
    background: #699481;
}

.priority_38 .footer-section .loan-calBtn, .priority_38 .footer-section-replaced .loan-calBtn {
    background: #699481;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_39 .title-section {
    background: #283b4d;
}

.priority_39 .amount-section {
    background: #a61d49;
}

.priority_39 .footer-section .loan-calBtn, .priority_39 .footer-section-replaced .loan-calBtn {
    background: #a61d49;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.priority_40 .title-section {
    background: #283b4d;
}

.priority_40 .amount-section {
    background: #afad2f;
}

.priority_40 .footer-section .loan-calBtn, .priority_40 .footer-section-replaced .loan-calBtn {
    background: #afad2f;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.insuranceAddonTooltip {
    float: right;
    cursor: pointer;
    width: 26px;
    height: 26px;
    margin-top: -2px;
    background: url(../images/benefits-icon1.png) no-repeat;
}

    .insuranceAddonTooltip:hover {
        background: url(../images/benefits-icon.png) no-repeat;
    }

        .insuranceAddonTooltip:hover .tooltipContent {
            display: block!important;
        }

.tooltipContent {
    padding: 10px;
    font-size: 12px;
    background: #333;
    position: absolute;
    width: 87%;
    top: 40px;
    height: 155px;
    overflow-y: auto;
    border: solid 3px #fff;
    left: 7px;
    color: #fff;
    line-height: 17px;
}

.footer-section-replaced {
    background: #f4b350;
    display: none;
    color: #fff;
    text-align: center;
    padding: 21px 0;
    font-size: 16px;
    background: #fff;
}

.btn-blue {
    background: #4897cc;
    padding: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
    color: #fff;
}

.insuranceAddonNav {
    position: absolute;
    right: 1.5%;
    top: 32%;
}

    .insuranceAddonNav a {
        display: block;
        margin: 5px!important;
    }

.insuranceAddon .active {
    border: solid 5px #4eab61;
}

.payment-diff p {
    font-size: 12px;
    line-height: 28px;
}

    .payment-diff p span {
        font-size: 12px;
        font-weight: 700;
    }

#divCancellationReason {
    border: solid 3px #ddd;
    border-radius: 5px;
    color: #fff!important;
}

    #divCancellationReason span {
        padding-top: 0;
    }

.close-btn-addinsurance {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#widget_Loader {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 5;
    background-color: #eceff0!important;
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
}

#overlayWidget {
    background-color: #eceff0!important;
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
}

.documentCenterUL li {
    position: relative;
}

    .documentCenterUL li span {
        position: absolute;
        right: 8px;
        top: 5px;
        font-weight: 700;
        font-size: 11px;
    }

.user_defaultPic {
    border: solid 1px #ddd;
    background: #fff;
    padding: 5px;
    height: 200px;
    width: 100%;
}

    .user_defaultPic img {
        width: 100%;
        height: 100%;
    }

.btn-camera {
    padding: 5px 10px;
    background: #CA0000;
    color: #fff;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    font-weight: 700;
}

    .btn-camera em {
        position: relative;
        top: 5px;
        margin-right: 5px;
    }

.cameraIcon {
    position: absolute;
    top: 192px;
    right: 40px;
}

.photo_scan {
    float: left;
    width: 20%;
    margin: 0 5% 0 14%;
}

    .photo_scan h3 {
        padding: 10px;
        font-size: 22px;
    }

.greenBtn {
    background-color: #32c5d2;
    border-color: #32c5d2;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 16px;
}

    .greenBtn:hover {
        background-color: #26a1ab;
        border-color: #2499a3;
        color: #fff;
    }

.preview_default {
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.2);
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.4);
    padding: 6px;
    height: 240px;
    width: 320px;
}

    .preview_default img {
        width: 100%;
    }

.donotdown_thumb {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border: 1px solid;
}

.donotdown_container {
    position: relative;
    float: left;
    width: 3%;
}

.profile_medium {
    position: absolute;
    z-index: 9999;
    width: 250px;
    top: 0;
    left: 30%;
    background: #eee;
    border: solid 1px #ddd;
    padding: 10px;
    overflow: hidden;
    border-radius: 6px;
}

    .profile_medium img {
        width: 100%;
        height: 100%;
        border-radius: 6px;
    }

    .profile_medium button {
        margin-top: 10px;
        background: #00264c;
        color: #fff;
        border: none;
        padding: 5px;
    }

.sms-activation {
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.automate-updateDiv {
    background: #f4f3f3;
    border-left: 2px solid #0d2c4c;
    border-right: 2px solid #0d2c4c;
    border-bottom: 2px solid #0d2c4c;
    margin-bottom: 20px;
}

    .automate-updateDiv .label-automate {
        font-weight: 700;
        color: #0d2c4c;
    }

.m-t-20 {
    margin-top: 20px;
}

.para span {
    padding: 10px 0;
    display: block;
}

.greyBG {
    background: #eee;
    padding: 10px;
    display: block;
}

.blue-title {
    border-bottom: solid 2px #0d2c4c;
}

.site-message-placeholderhieght115 {
    min-height: 115px!important;
    margin-bottom: 10px!important;
}

.site-message-placeholderhieght135 {
    min-height: 135px !important;
    margin-bottom: 20px !important;
}

.widgetNotes {
    display: block;
    position: absolute;
    padding: 8px;
    background: #d9edf7;
    font-size: 15px;
    margin-top: 5px;
    border: solid 1px #bce8f1;
    border-radius: 4px;
    color: #31708f;
}

.BlackOverlay {
    display: none;
    position: fixed;
    _position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    border: 1px solid #cecece;
    z-index: 1;
    opacity: .5;
}

.main_excess_payment td span {
    float: left;
    margin: 10px 0;
    width: 200px;
}

    .main_excess_payment td span input {
        margin-right: 10px;
        vertical-align: middle;
    }

.Style_Excess_Payment .form .rowcolor span {
    padding-top: 0;
}

.Style_Excess_Payment .form .rowcolor td textarea {
    resize: none;
}

.Style_Excess_Payment .form .rowcolor td .button {
    margin-left: 30px;
}

.mt_right {
    margin-right: 35px;
}

.style_description strong span {
    vertical-align: top;
}

.style_description textarea {
    vertical-align: top;
    width: 85.6%!important;
    resize: none!important;
    height: 58px!important;
}

.popup_input td input {
    border-color: #abadb3;
    width: 171px;
    margin: 4px 0 3px 6px;
}

.popup_update_excess td span {
    vertical-align: top;
    font-weight: 700;
    padding-left: 10px!important;
}

.popup_update_excess td textarea {
    margin-top: 5px;
    resize: none;
    vertical-align: middle;
    width: 395px!important;
}

.refund_popup tr td {
    padding: 13px 0 10px;
}

    .refund_popup tr td span {
        margin-bottom: 3px;
    }

.dashboard_design {
    border-left: none;
    border-right: none;
    background: none;
    border: none;
    border-color: #ccc;
}

.dashboard_table tr td select {
    border-color: #ccc!important;
}

.dashboard_table tr td input {
    border-color: #ccc!important;
}

.dashboard_table tr td {
    padding: 8px 0;
}

    .dashboard_table tr td span {
        line-height: 0!important;
        background: none;
        padding-left: 12px!important;
        padding-top: 0;
    }

.dashboard_table {
    border: 1px solid #ccc;
}

.span_width {
    width: 110px;
}

.dashboard_design_inner li {
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    margin-right: 8px!important;
}

    .dashboard_design_inner li:last-child {
        margin-right: 0!important;
    }

.dashboard_design_inner .mmm {
    border-radius: 0;
    height: 16px;
    line-height: 18px;
    padding: 12px 8px;
}

.bg1 {
    background: #f6bb43!important;
}

.bg2 {
    background: #97CF50!important;
}

.bg3 {
    background: #3baeda!important;
}

.bg4 {
    background: #5B9DAA!important;
}

.bg5 {
    background: #B27AA0!important;
}

.dashboard_design_inner span {
    line-height: 14px;
    background: #fafafa;
    padding: 13px;
}

.dashboard_design_inner .yyy {
    color: #8e8b9d;
    border-radius: 4px;
}

.bg_border1 {
    border: 1px solid #f6bb43!important;
    margin-bottom: 10px;
}

.bg_border2 {
    border: 1px solid #97CF50!important;
    margin-bottom: 10px;
}

.bg_border3 {
    border: 1px solid #3baeda!important;
    margin-bottom: 10px;
}

.bg_border4 {
    border: 1px solid #5B9DAA!important;
    margin-bottom: 10px;
}

.bg_border5 {
    border: 1px solid #B27AA0!important;
    margin-bottom: 10px;
}

.payment_popup {
    font-weight: 700!important;
    width: 114px!important;
    color: #616161;
}

.info_text {
    font-weight: 700;
}

.confirmpayment #popup_panel #popup_ok {
    background: #fff;
    border: solid 1px #ccc;
    cursor: pointer;
}

.confirmpayment #popup_panel #popup_cancel {
    background: #fff;
    border: solid 1px #ccc;
    cursor: pointer;
}

.table_style {
    border: solid 1px #ccc;
}

    .table_style textarea {
        border: solid 1px #ccc;
        width: 300px;
        resize: none;
    }

    .table_style select {
        border: solid 1px #ccc;
        width: 200px;
        padding: 4px 0;
    }

    .table_style .inputwidth {
        border: solid 1px #ccc;
        width: 200px!important;
        padding: 4px 0;
    }

.alert_notes {
    background: #fff;
    border: solid 1px #f4ac19!important;
    color: #3c763d;
    border-radius: 4px;
    line-height: 37px;
    float: left;
    width: 49.5%;
}

.alert_scroll {
    border-radius: 0 4px 4px 0!important;
    background: #f4ac19 none repeat scroll 0 0!important;
    height: 25px!important;
    padding-top: 3px!important;
    overflow-y: scroll;
    width: 87.9%!important;
    word-wrap: break-word;
}

.alert_notes .yyy {
    width: 5%;
}

.AddExcessPaymentSave #trNotes {
    vertical-align: top;
}

    .AddExcessPaymentSave #trNotes textarea {
        vertical-align: top;
        resize: none;
        height: 86px!important;
        width: 445px!important;
    }

.payment_notes {
    vertical-align: top;
}

    .payment_notes textarea {
        vertical-align: top;
        height: 20px!important;
        resize: none;
    }

.drag-contentarea {
    height: 398px!important;
}

.table_aligntop tr td {
    vertical-align: top;
}

.Amt_width {
    width: 142px!important;
    border: solid 1px #ccc;
    padding: 4px 0;
}

#ExcessPaymentButton {
    padding-right: 14px;
}

.para_notes {
    background: #fafafa;
    float: left;
    margin-left: 10px;
    border: 1px solid #ccc;
    color: #db4453;
    margin-bottom: 6px;
    padding: 10px;
    text-align: justify;
    width: 431px;
}

.customized_input {
    border: solid 1px #ccc;
}

.PaymentSave_style table {
    border: solid 1px #ccc;
}

    .PaymentSave_style table .rowcolor td {
        border-top: solid 1px #e4e7ef;
    }

.customized_input2 {
    padding: 0;
    width: 160px;
    border: solid 1px #ccc;
}

.PaymentSave_style tr td span {
    padding-top: 2px;
    padding-bottom: 2px;
}

.PaymentSave_style textarea {
    float: left;
}

.refund_button {
    background: #10cfbd;
    border: medium none;
    border-radius: 3px;
    box-shadow: 3px 3px 2px #9f9f9f;
    color: #fff;
    cursor: pointer;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-left: 20px;
    padding: 5px 11px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
}

.questions_textarea tr td {
    height: 18px;
    resize: none;
}

.pending_amt {
    width: 300px;
    float: left;
}

.refund_amt {
    width: 329px;
    float: left;
}

    .refund_amt span {
        float: left;
        margin-right: 10px;
    }

    .refund_amt input {
        width: 185px;
    }

.width90 {
    width: 90%;
}

.refundPayment_Notes {
    border: 1px solid #ccc;
    height: 20px;
    margin-left: 5px;
    overflow-y: scroll;
    text-align: justify;
    width: 164px;
    word-wrap: break-word;
}

.save_refund_btn {
    width: 100%;
    float: left;
    margin: 10px 0;
}

    .save_refund_btn input.button {
        margin-left: -9px;
    }

#Fullpopup2 .request-details-main .buttons {
    margin-left: 0!important;
}

.bold {
font-weight: bold;}
.m-b-10 {
margin-bottom: 10px;}
.highLightSection {
 position: absolute; top: 68px; right: 50px;  font-size: 14px; color: #4897cc;}
    .highLightSection .value {
   background: #4897cc; padding: 10px; border-radius: 4px; display: block; font-size: 20px; text-align: center; color: #fff;}



    #overlayloanmaster {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99;
    background-color: gray;
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
}

.form_block{
    background: #f4f3f3;
    border: 2px solid #0d2c4c;
    margin-bottom: 20px;
    padding:10px;
}
.Keywords{padding:10px;}
.Keywords h3{border-bottom:1px solid #ccc; margin-bottom:5px; padding-bottom:5px;}
.Keywords ul{list-style:none;}
.Keywords ul li{cursor:pointer; padding:5px 0;}
.Keywords ul li:hover{background:#dcdcdc;}

/*Tooltip-css-starts-here*/
.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 84px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
    font-size: 11px;
    text-transform: none;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/*Mockup-styles*/
.wrapper_main{float:left; /*background:#edf1f5;*/}
.wrapper_outer{width:96.6%;float:left; border:solid 1px #ccc; margin:10px 0px; padding:20px;background:#fff;}

.top_header{position:relative; width: 96.6%;background:#fff;float: left;padding: 15px 20px;text-align: center;box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);}
.top_header h2{background: none !important;font-weight:normal;border: none !important;margin: 0px;padding: 0px;color:#4f6889; font-size:26px;}
.top_header h3{color:#9a9a9a;}

.Branch_name{background:#edf0f4; border:solid 1px #ccc;padding:10px;}
.Branch_name span{color:#a1a1a1; font-size:16px;}
.Branch_right{float: right;}

.panel{border:1px solid #ccc; background: #fff;float: left;width: 47%;margin: 20px 53px 20px 0px;border-radius: 4px;}
.panel-full{border:1px solid #ccc; background: #fff;float: left;width: 100%;margin: 20px 0px;border-radius: 4px;}
.panel-heading{padding: 10px 15px; border-bottom: 1px solid #ccc; background:#00c4bf;}
.panel-title{margin-top: 0;margin-bottom: 0;font-size: 16px;color:#fff; text-transform:uppercase;}
.panel-body{padding: 15px;}

.table{width: 100%; border: solid 1px #ccc;border-spacing: 0;border-collapse: collapse;}
.table > thead > tr > th{text-align: left;border: 1px solid #ccc; padding: 8px;text-transform: uppercase;font-weight: bold !important;font-size: 13px;}
.table > tbody > tr > td{text-align: left;border: 1px solid #ccc; padding: 8px;}
.total_color{background: #edf0f4;}
.total_color td {color: #757676; font-size: 14px;font-weight:bold; }

.red_text{color:#fa355f !important;}
.m-t-r{margin-right: 0px !important; float: right !important;}

.prepared_text{margin: 19px 10px 33px 5px;float: left;width: 100%;}
.prepared_text label{color: #757676;font-weight:bold;font-size: 14px;float: left;width:99px;line-height: 58px;}
.prepared_text span{background: #edf0f4;font-weight:bold;height: 25px;float: left;width: 63%;padding: 20px;}

.m-t-b{margin-bottom:46px;}

.notes{float:left;}
.notes p{text-transform:uppercase;font-size:14px; color:#757676;}
.notes p + p{text-transform:none !important;}

.btn_position{float:right; margin-bottom:10px;}
.btn_save{border-radius:4px; background:#00c4bf;display: inline-block; border:none; color:#fff;text-transform:uppercase; margin-left:6px;
padding: 6px 12px;font-size: 14px;font-weight: 400;text-align: center;cursor: pointer;}




.Collection_tab_popup > table >tbody > tr > td.profile > table {padding:10px;}
.Collection_tab_popup table tr td table h2{float: left;width: 99%;padding-bottom: 7px !important;}

    .Collection_tab_popup table tr td table h2 span { padding-left: 0px !important;}
    .Collection_tab_popup {padding:0 5px;}

    .footer_dashboard {width: 94%; }
    .footer_dashboard tr td{text-indent: 8px;line-height: 32px;border-radius: 2px;padding: 0px !important; }
    .footer_dashboard tr:nth-child(1) td {border: solid 1px #b27aa0; }
    .footer_dashboard tr:nth-child(1) td span {background: #b27aa0; }
    .footer_dashboard tr td span{padding: 1px 31px 2px 30px !important;float: right;line-height: 29px;text-align: center;color: #fff;
margin-left: 10px; }

    .footer_dashboard tr:nth-child(2) td {border: solid 1px #3baeda;}
    .footer_dashboard tr:nth-child(2) td span {background: #3baeda;}

    .footer_dashboard_total tr:nth-child(1) td  {border: solid 1px #5b9daa;}
    .footer_dashboard_total tr:nth-child(1) td span {background: #5b9daa;}

    .footer_dashboard_total {width: 100%; }
    .footer_dashboard_total tr td{text-indent: 8px;line-height: 32px;border-radius: 2px;padding: 0px !important; }
    
    .footer_dashboard_total tr td span{padding: 1px 13px 2px 7px !important;float: right;line-height: 29px;text-align: center;color: #fff;
margin-left: 10px; }
   .rowcolor_new{background:#a5edc9 !important;}
.contact_tab {
   border: solid 1px #d9cc7a;
margin-top: 10px;
background: #f6e99a !important;
}