﻿* {
    margin: 0px;
    padding: 0px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h4, h3, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    background: #f5f5f5;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


a {
    color: #175994;
    text-decoration: none;
}

    a:hover {
        color: #525252;
    }


iframe {
    overflow-x: hidden;
}

label {
    float: left;
    padding: 0px 0 5px 0;
}

INPUT[type='text'], INPUT[type='password'] {
    float: left;
    width: 200px;
    height: 20px;
    padding: 0px;
    border: 1px solid #d1d1d1;
    background: url(../images/txtbox-bg.png) repeat-x #ffffff;
}

    INPUT[type='text']:focus, INPUT[type='password']:focus, select:focus, textarea:focus {
        background: #fcf8cd;
    }

INPUT[type='button'], INPUT[type='submit'] {
    border: 1px solid #06ACD5;
    background-position: 0% 0%;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 5px;
    padding: 6px 10px;
    border-radius: 1px;
    border: 1px solid #15aeec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    background-color: #49c0f0;
    text-shadow: none !important;
    background-image: linear-gradient(to bottom, #49c0f0, #2CAFE3);
    background-repeat: repeat;
    background-attachment: scroll;
}



    INPUT[type='button']:hover, INPUT[type='submit']:hover {
        border: 1px solid #0493b6;
    }

select {
    float: left;
    width: 205px;
    height: 23px;
    padding: 1px 2px 2px 0;
    border: 1px solid #d1d1d1;
    background: url(../images/txtbox-bg.png) repeat-x #ffffff;
    -webkit-appearance: none;
    font: 12px/16px "segoe ui",arial,sans-serif;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    -o-appearance: menulist !important;
}

textarea {
    float: left;
    width: 225px;
    height: 42px;
    padding: 2px;
    border: 1px solid #d1d1d1;
    background: url(../images/txtbox-bg.png) repeat-x #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    resize: none;
}


a {
    color: #175994;
    text-decoration: none;
    /*transition: all 0.5s ease;*/
}

.clr {
    clear: both;
}

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

/*DEFAULT FONTS*/
@font-face {
    font-family: 'segoe_uiregular';
    src: url('fonts/segoeui-webfont.eot');
    src: url('fonts/segoeui-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/segoeui-webfont.woff') format('woff'), url('fonts/segoeui-webfont.ttf') format('truetype'), url('fonts/segoeui-webfont.svg#segoe_uiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.header {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}

#logologin {
    float: left;
    width: 173px;
    height: 78px;
    overflow: hidden;
    margin: 15px 0 0 10px;
}

#loginpanel {
    float: left;
    width: 400px;
    background: url(../images/login-bg.png) no-repeat transparent;
    padding: 110px 0 0 35px;
    height: 260px;
    margin: 0px 30px 0 0px;
    color: #fff;
}


    #loginpanel .login_innerdiv {
        float: left;
        width: 360px;
        padding: 0;
        height: auto;
        margin: 13px;
    }

    #loginpanel label {
        width: 70px;
        float: left;
        font-size: 13px;
        padding-top: 8px; /*text-shadow: 1px 1px 0 #3360a4;*/
    }

    #loginpanel .txtbox {
        float: left;
        background: #178bc1;
        border: 1px solid #b8b8b8;
        color: #fff;
        float: left;
        font-size: 12px;
        outline: medium none;
        padding: 5px 27px 5px 5px;
        width: 190px;
        border-radius: 4px;
    }

    #loginpanel a {
        color: #fff;
        margin-left: 100px;
        text-shadow: 1px 1px 0 #3360a4;
        background: #0b7cac;
        padding: 5px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

        #loginpanel a:hover {
            background: #0f88bb;
        }

.loginchkbox {
    padding: 10px 0 10px 80px;
    width: 260px;
    float: left;
    text-shadow: 1px 1px 0 #0b387c;
}

    .loginchkbox input {
        float: left;
    }

    .loginchkbox label {
        width: 90px !important;
        position: absolute;
        margin: -9px 0 0 3px;
    }
/*DASHBOARD STYLES STARTS*/
#container {
    margin: 0px auto;
    padding: 0px;
    height: auto;
    background: url(../images/body-bg.png) repeat-x scroll center top;
    width: 100%;
}

#headerwrapper {
    width: 1200px;
    padding: 0px 0px;
    height: 100px;
    margin: 0px auto;
    background: url(../images/header-bg1.jpg) no-repeat scroll 50% 31px transparent;
}

#logo {
    position: relative;
    display: block;
    float: left;
    width: 212px;
    height: 67px;
    overflow: hidden;
    margin: 35px 0 0 10px;
}

.loginDisplay {
    width: 440px;
    float: right;
    height: 30px;
}


#menunew {
    width: 960px;
    float: right;
    padding-top: 38px;
    margin-right: 9px;
}

    #menunew ul {
        float: right;
        margin: 1px 2px 0px 0;
        height: 30px;
    }

        #menunew ul li {
            float: left;
            padding: 5px 0 0 0;
            list-style-type: none;
        }

            #menunew ul li a {
                color: #fff;
                text-shadow: none;
                padding: 8px 14px;
                font-size: 13px;
                background: #00508C;
                border-radius: 6px 6px 0 0;
                -webkit-border-radius: 6px 6px 0 0;
                margin: 0px 0 0 6px;
                border-radius: 6px 6px 0 0;
            }

                #menunew ul li a:hover {
                    background: #EFEFEF;
                    color: #00508C;
                }

                #menunew ul li a.createevprm {
                    background: #f27300;
                    color: #fff;
                    font-weight: bold;
                }

                #menunew ul li a.currentmain {
                    background: #ffffff;
                    border: 1px solid #ccc;
                    border-bottom: none;
                    color: #3ca9dd;
                }

.Contentwraper {
    width: 1160px;
    margin: 10px auto;
    padding: 10px;
    /*min-height: 418px;*/
    min-height: 441px;
    box-shadow: 0px 0px 1px #eee;
    height: auto !important;
    background: #fff;
    max-height: 100%;
}

.container_wrapper {
    min-height: 300px;
}

.Updpnlcustomercontact {
    min-height: 345px;
}

.device_status {
    min-height: 310px;
    margin-bottom: 10px;
}

.rgMasterTable {
    margin-bottom: 20px;
}

#divcommertialDist {
    margin: 0 auto;
    width: 450px;
}

.container {
    background: transparent;
    float: left;
    width: 90%;
    margin: 0px;
}

.welcometxt {
    color: #FFFFFF;
    float: left;
    height: 29px;
    line-height: 20px;
    position: relative;
    text-align: left;
    top: 0;
    width: 220px;
}


    .welcometxt b {
        font-size: 13px;
        padding: 2px;
    }

.logoutbtn {
    color: white;
    float: right;
    height: auto;
    margin: 6px 0px 0px 0px;
    outline: 0 none;
    width: 190px;
}

.logoutlink {
    background: None !important;
    border: none !important;
    color: #fff !important;
    font-weight: bold;
    padding: 0px 5px !important;
    width: 83px;
    font-weight: bold !important;
    text-shadow: None !important;
    cursor: pointer;
}

    .logoutlink a {
        color: #fff;
    }

    .logoutlink:hover {
        color: #fff;
        text-decoration: underline;
    }

.logintime {
    color: #96CCE6;
    font-size: 10px;
    margin: 0 -11px 0 0;
    line-height: 4px;
}

    .logintime p {
        line-height: 0px;
        padding: 0px !important;
    }
/*FOTTER STYLES STARTS*/
.footerwraper {
    background: url(../images/footerbg.png) repeat-x #ccc;
    height: 40px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    clear: both;
}

.footer {
    width: 400px;
    margin: 12px 504px;
    padding-top: 0px;
    opacity: 0.7;
    color: #bababa;
    text-align: center;
}

.ftlogo {
    float: left;
}

.copyright {
    float: left;
}

.lisStl {
    float: left;
    width: 425px;
    text-align: left;
    margin-left: 10px;
    /*margin-top: 5px;*/
}

.lisStl_center {
    float: left;
    width: 425px;
    text-align: left;
    margin-left: 10px;
    margin-top: 5px;
    margin-left: 20%;
}

.lisStl_wrap {
    width: 100%;
    text-align: right;
    margin-top: 5px;
    margin-right: 15%;
}

.lisStl label {
    width: 190px;
    color: #62646a;
    float: left;
    font-size: 13px;
    line-height: 20px;
}

.lisSt2 {
    float: left;
    width: 98%;
    text-align: left;
    margin-left: 20px;
    margin-top: 5px;
}

    .lisSt2 label {
        width: 230px;
    }

.RadGrid_Default .rgCommandCell {
    width: 100%;
    height: 30px;
    background: #f1f1f1;
     border:0 !important;
}

.RadGrid_Default .rgCommandTable {
    border: 0 !important;
}

.RadGrid_Default {
    background: #f5f5f5 !important;
    width: 100%;
    margin: 0;
    border: 1px solid #cccccc !important;
    border-top: 1px solid #60B1ED !important;
}

    .RadGrid_Default .rgAltRow, .RadGrid_Default .rgRow {
        margin-left: 5px;
        background: #fff !important;
        transition: all 0.5s ease;
    }

    .RadGrid_Default .rgAltRow {
        background: #f0f0f0 !important;
    }

        .RadGrid_Default .rgRow td, .RadGrid_Default .rgAltRow td {
            border-bottom: 1px solid #ccc !important;
        }

    .RadGrid_Default tr:hover {
        transition: all 0.5s ease;
    }

.rgRow:hover, .rgAltRow:hover {
    background-color: #f9f9f9 !important;
    color: #414141 !important;
}

.RadGrid_Default .rgHeader {
    text-align: left !important;
    font-weight: bold !important;
    font-size: 12px !important;
    background: url(images/table-headeer-bg.png) repeat-x scroll 0 0 #BAD7EA !important;
    border: none !important;
    height: 27px !important;
}

.RadTabStrip .rtsLink {
    font-weight: bold;
}

.btn_inner, .ack_wrap .ruButton, .spnumber .rgEditForm a:first-child {
    padding: 1px 10px !important;
    vertical-align: top;
    background: #f5f6f6 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(21%,#dbdce2), color-stop(49%,#b8bac6), color-stop(80%,#dddfe3), color-stop(100%,#f5f6f6)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ) !important; /* IE6-9 */
    border-radius: 3px !important;
    border: 1px solid #ccc !important;
    color: #175994 !important;
}

.btn_cancel {
    background: none !important;
    border: 0 !important;
    color: #175994 !important;
    line-height: 5px;
    text-decoration: underline;
}

.rad_heading {
    margin: 5px 0;
}

.rad_wrapper {
}

.rtsIn {
    padding: 0 !important;
}

.enablefilter {
    position: absolute;
    margin: 8px 0 0 980px;
}

.enablefilter2 {
    background: none repeat scroll 0 0 #177eb9;
    border: 1px solid #fff;
    border-bottom: 0;
    line-height: 30px;
    text-align: right;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
}
.enablefilter2 .showitemcheckbox{padding-right: 10px !important; 
}
    .enablefilter2 label {
        float: none;
        margin-left: 2px;
    }

.showitemcheckbox {
    padding-right: 10px;
}

    .showitemcheckbox > span {
        border-radius: 3px;
        color: lightgreen;
        margin-bottom: 0;
        margin-right: 34%;
        margin-top: 0;
        padding: 5px;
    }

.rtsSelected {
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 0 0;
    border-bottom: none;
    background: #eee;
    padding: 3px 0;
}



.RadTabStripTop_Default .rtsLevel .rtsLink, .RadTabStripTop_Default .rtsLevel .rtsOut, .RadTabStripBottom_Default .rtsLevel .rtsLink, .RadTabStripBottom_Default .rtsLevel .rtsOut, .RadTabStripTop_Default_Baseline .rtsLevel, .RadTabStripBottom_Default_Baseline .rtsLevel {
    background: none !important;
}

.formdisplay {
    background: #f5f5f5;
    display: inline-table;
    width: 100%;
    border: 1px solid #ccc;
}

    .formdisplay .lisStl {
        margin-top: 10px;
    }

#divcommertialDist .lisStl {
    margin-top: 5px;
}

.radiolistgroup {
    float: left;
}

    .radiolistgroup label {
        width: 90px !important;
    }

    .radiolistgroup label {
        float: right;
        line-height: 14px;
        margin-left: 3px;
        margin-right: 11px;
        width: auto !important;
    }

#divDeviceINdentifier h3 {
    padding: 20px 10px;
    font-size: 16px;
}

h2 {
    color: #396cb3;
    font-size: 18px;
    padding-top: 13px;
}

h3.newuserheading {
    padding: 10px;
}

h3 {
    color: #396cb3;
    padding: 20px 10px;
    padding-bottom: 5px;
    font-size: 16px;
}

.device_status h3 {
    padding-top: 5px;
}

h4 {
    color: #396cb3;
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
    margin-top: 10px !important;
}

.lisStl_full {
    width: 100%;
    display: block;
    text-align: center;
}

.directmarketing {
    min-height: 320px;
    margin-bottom: 10px;
}

.small_gride h4 {
    margin-top: 0;
}
/*log In page
     background: url("../images/login-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    overflow: hidden;*/
.loginleftcol {
    clear: both;
}

.signupwraper {
    height: auto;
    margin: 50px auto;
    min-height: 560px;
    width: 1002px;
}

.main_wrapper {
    height: 450px;
    margin: 0 auto;
    padding: 0;
    width: 650px;
    display: block;
}

.login_main {
    margin: 107px 0px 0px 50px;
    width: 350px;
    height: 350px;
    padding: 0px;
}

.email_lbl {
    float: left;
    font-family: Tahoma;
    font-size: 12px;
    padding-top: 10px;
    text-shadow: 1px 1px 0 #3360a4;
    color: #FFFFFF;
}

.email {
    width: 300px;
    height: 40px;
    margin: 0px 20px;
    padding: 0px;
    text-align: left;
}

.txtbox {
    border: 1px solid #b8b8b8;
    color: #fff;
    font-size: 12px;
    float: left;
    padding: 5px 27px 5px 5px;
    width: 190px;
    float: right;
    outline: none;
}

.password {
    width: 300px;
    height: 40px;
    margin: 20px;
    padding: 0px;
}

    .password .text_box1 {
        border: 1px solid #b8b8b8;
        color: #fff;
        float: left;
        padding: 5px 27px 5px 5px;
        width: 190px;
        float: right;
        font-size: 12px;
        outline: none;
    }

.check_box {
    width: 335px;
    height: 30px;
    margin: 0px;
    padding: 0px;
}

    .check_box p {
        padding: 5px 0px 0px 93px;
        vertical-align: middle;
        color: #ffffff;
        font-size: 12px;
        float: left;
    }

    .check_box a {
        color: #fff;
        float: right;
        padding-bottom: -8px;
        text-shadow: 1px 1px 0 #3360a4;
        font-size: 12px;
        background: #0b7cac;
        padding: 5px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        margin-top: -22px;
    }

        .check_box a:hover {
            text-decoration: none;
            color: #FFFFFF;
        }

.loginerror {
    background: #e73d3d;
    border-radius: 2px;
    color: #fff !important;
    float: right;
    font-family: "Myriad Pro";
    font-size: 11px;
    margin: -25px 11px 0 -48px;
    padding: 1px 5px;
    position: absolute;
    text-align: center;
}

    .loginerror:after {
        position: absolute;
        display: block;
        content: "";
        border-color: #e73d3d transparent transparent transparent;
        border-style: solid;
        border-width: 10px;
        height: 0;
        width: 0;
        position: absolute;
        bottom: -19px;
        left: 1em;
    }

.loginbtnclass {
    margin-left: 145px;
    margin-top: 20px;
    background: url("../images/login-btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    color: #fff !important;
    font-size: 18px !important;
    height: 44px !important;
    text-shadow: 1px 1px 0 #075c8c !important;
    width: 105px !important;
}
/*end login */

.crumbs {
    text-align: center;
    display: block;
    margin: auto !important;
    text-align: center;
    width: 1132px;
}

    .crumbs ul {
        list-style: none;
        display: inline-table;
        width: 100%;
    }

        .crumbs ul li {
            display: inline;
        }

            .crumbs ul li a {
                background-image: url("../images/arrow_bg.png");
                background-color: #E7E7EF;
                background-clip: border-box;
                background-origin: padding-box;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: 100% 100%;
                color: #62646a;
                display: block;
                float: left;
                height: 29px;
                line-height: 29px;
                padding: 2px 0;
                position: relative;
                text-align: center;
                text-decoration: none;
                width: 100%;
                outline: 0 !important;
                border: 0 !important;
            }

            .crumbs ul li .crumbs_samll {
                background-image: url("../images/arrow_bg2.png") !important;
                background-color: #fff !important;
            }

            .crumbs ul li .crumbs_tabs {
                width: 97% !important;
                background-image: url("../images/arrow_bg_lastchild.png") !important;
                background-color: #fff !important;
            }

            .crumbs ul li:first-child a.rtsSelected {
                background-image: url("../images/arrow_bg_active2.png") !important;
            }

            .crumbs ul li a.rtsSelected {
                background-image: url("../images/arrow_bg_lastchild_active.png") !important;
            }

            .crumbs ul li a.rtsSelected {
                background-image: url("../images/arrow_bg_active.png");
                background-color: none;
                background-clip: border-box;
                background-origin: padding-box;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: 100% 100%;
                color: #fff;
                display: block;
                float: left;
                height: 29px;
                line-height: 29px;
                padding: 2px 0;
                position: relative;
                text-align: center;
                text-decoration: none;
                width: 100%;
                outline: 0 !important;
                border: 0 !important;
                z-index: 9999;
            }

.RadTabStrip .rtsLink, .RadTabStripVertical .rtsLink {
    padding-left: 12px !important;
}
/*.crumbs ul li a {
                background:url(../images/arrow_bg.png);
                color: #62646a;
                display: block;
                float: left;
                height: 15px;
                line-height: 15px;
                /*margin: 0 23px 0 0;
                padding: 7px 0;
                position: relative;
                text-align: center;
                text-decoration: none;
                width: 98%;
                background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
-o-background-size: 100% 100%, auto;
-moz-background-size: 100% 100%, auto;
-webkit-background-size: 100% 100%, auto;
background-size: 100% 100%, auto;
            }*/

/*.crumbs ul li a:after {
                    border-bottom: 17px solid transparent;
                    border-left: 10px solid #E7E6E8;
                    border-top: 15px solid transparent;
                    content: "" !important;
                    position: absolute;
                    right: -9px;
                    top: 0;
                    z-index: 1;
                }

                .crumbs ul li a:before {
                    border-bottom: 15px solid transparent;
                    border-left: 7px solid #fff;
                    border-top: 15px solid transparent;
                    content: "";
                    left: 0;
                    position: absolute;
                    top: 0;
                }*/

/*.crumbs ul li a.rtsClicked:after {
                    border-bottom: 17px solid transparent;
                    border-left: 10px solid #E7E6E8;
                    border-top: 15px solid transparent;
                    content: "" !important;
                    position: absolute;
                    right: -9px;
                    top: 0;
                    z-index: 1;
                }

                .crumbs ul li a.rtsClicked::after {
                    border-bottom: 17px solid transparent;
                    border-left: 10px solid #E7E6E8;
                    border-top: 15px solid transparent;
                    content: "" !important;
                    position: absolute;
                    right: -9px;
                    top: 0;
                    z-index: 1;
                }

                .crumbs ul li a.rtsSelected {
                    background: none repeat scroll 0 0 #184787;
                    color: #fff;
                    display: block;
                    float: left;
                    height: 15px;
                    line-height: 15px;
                    position: relative;
                    text-align: center;
                    text-decoration: none;
                    border: 0;
                    width: 98%;
                }

                    .crumbs ul li a.rtsSelected:after {
                        border-bottom: 17px solid transparent;
                        border-left: 10px solid #184787;
                        border-top: 15px solid transparent;
                        content: "" !important;
                        position: absolute;
                        right: -9px;
                        top: 0;
                        z-index: 1;
                    }

                    .crumbs ul li a.rtsSelected:before {
                        border-bottom: 15px solid transparent;
                        border-left: 7px solid #fff;
                        border-top: 15px solid transparent;
                        content: "" !important;
                        left: 0;
                        position: absolute;
                        top: 0;
                    }*/

.RadTabStrip .rtsLI, .RadTabStripVertical .rtsLI {
    overflow: visible !important;
}


.checkbox {
    color: Black;
    display: inline-block;
    width: 20px;
    outline: 0;
    border: 0;
    line-height: 30px !important;
    font-weight: bold;
    background: none;
    height: 20px;
    background-repeat: no-repeat;
    float: left !important;
    margin-top: 5px;
    margin-right: 2px !important;
}

    .checkbox.rbDisabled {
        border: 0 !important;
    }

#divPriscriptionStatus .checkbox, #divLatexInfo .checkbox {
    margin-top: 0px !important;
}

#divProductIdentifier > .small_gride {
    width: 300px !important;
}

.checkbox:active, .checkbox:hover {
    outline: 0 !important;
    border: 0 !important;
    background: #fff;
}

.RadButton .RadButton_Metro:active {
    outline: 0 !important;
    border: 0 !important;
    background: #fff !important;
}

#LoginUser_divfailure {
    background: url("../images/button_cancel.png") no-repeat scroll 6px 7px #fee4e4;
    border: 1px solid #f58f92;
    border-radius: 4px;
    color: #e44a53;
    float: left;
    height: 22px;
    line-height: 20px;
    margin: 0;
    margin-left: 12px;
    padding: 5px 0 5px 30px;
    text-align: left;
    width: 385px;
}

.required {
    color: #fb0404;
    font: inherit;
}

.semi {
    padding-right: 5px;
    float: right;
}

.div_wrap {
    border: 1px solid #eee;
    display: inline-block;
    width: 75%;
    padding: 8px 0;
    margin-top: 9px;
}

.tabs_wraper {
    min-height: 343px;
}

.bot_btn {
    float: right;
    margin-top: 20px;
}

.newuserheading {
    margin: -36px 0 10px 10px;
}

.addnewuserpopup {
    padding: 10px;
    float: left;
}

.newuserdiv label {
    float: left;
    width: 120px;
}

.newuserdiv {
    width: 100%;
    padding: 5px;
    float: left;
}

.label220 {
    width: 220px !important;
    line-height: 25px !important;
}

.addnewuserbtns {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
}

.tooltip_wrap {
    display: none;
    font-size: 10pt;
    position: absolute;
    border: 1px solid #000000;
    background-color: #184787;
    padding: 2px 6px;
    color: Green;
    font-weight: bold;
    margin-top: 0px;
    color: #fff;
    font: inherit;
}

#divcommertialDist .lisStl label {
    width: 226px;
}

#divcommertialDist .lisStl {
    width: 455px;
}

.fl-left .lisStl label {
    color: #62646a;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    width: 337px;
}

.fl-left .lisStl {
    width: 625px;
    height: 28px;
}

.gride_header {
    display: block;
    /*float: right;*/
    text-align: right;
    width: 99%;
    background: #E7EAEF;
    padding-right: 1%;
    line-height: 20px;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.RadGrid_Default .rgHeader {
    background: none repeat scroll 0 0 #e5e8ed !important;
    color: #333;
}

#divPackageDI {
    margin-top: 10px;
}

.rgNoRecords div {
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    background: #f5f5f5;
}

.no_margin {
    margin: 0 !important;
}

.no_margin_left {
    margin-left: 0 !important;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

.no_padding {
    padding: 0 !important;
}

#divDM .RadGrid_Default {
    margin: 0;
}

.inner_btn_wrap {
    padding: 0 0 12px 0;
}

.formdisplay .lisStl label {
    line-height: 25px;
}

.label_human_wrap {
    width: 480px !important;
}

.label_human {
    width: 414px !important;
}

.label_kit {
    width: 30px !important;
}

.lisStl.label_kit_wrap {
    width: 96px !important;
}

.label_com_wrap {
    width: 214px !important;
}

.label_com {
    width: 148px !important;
}

.small_gride {
    float: left;
    width: 565px;
    margin-right: 28px;
}

.label_device_wrap {
    width: 364px !important;
}

.label_device {
    width: 298px !important;
    margin-top: 5px;
}

#divPackageDI .formdisplay, .small_gride .formdisplay {
    padding-bottom: 5px;
}

.samll_textbox {
    width: 98px !important;
}

.select_samll {
    width: 60px;
}

.small_label {
    width: 100px !important;
}

.addgdm .small_label {
    width: 73px !important;
}

.addgdm .lisStl_samll {
    width: 177px !important;
}

#divHTpKitCom {
    margin-top: 10px;
}

#divFDAListing, #divgmdn {
    margin-top: 10px !important;
}

#ctl00_ContentPlaceHolder1_RadAjaxPanel5 h3 {
    padding-bottom: 3px;
}

#divProductIdentifier .lisStl label {
    width: 210px;
}

#divPriscriptionStatus {
    width: 314px !important;
}

    #divPriscriptionStatus .lisStl label {
        width: 160px;
    }

#divLatexInfo {
    width: 528px !important;
}

    #divLatexInfo .lisStl {
        width: 493px !important;
    }

        #divLatexInfo .lisStl label {
            width: 366px;
        }

#divSingleUse {
    margin-top: 10px;
}

    #divSingleUse .lisStl {
        width: 215px;
        margin-top: 10px;
    }

        #divSingleUse .lisStl label {
            width: 90px;
        }

#divProductIdentifier h3 {
    padding-top: 0;
}

#divSterilization .lisStl label {
    width: 236px;
}

#divSterilizationMethod {
    margin-top: 10px;
}

#divProductIdentifier .lisStl {
    width: 336px !important;
}

.middle_label {
    width: 143px !important;
}

.middle_label_350 {
    width: 350px !important;
}

.lisStl_samll {
    width: 250px !important;
}

#divSterilization .lisStl {
    width: 400px;
}

#divFDAProductCode {
    margin-top: 36px !important;
}

#ctl00_ContentPlaceHolder1_RadAjaxPanel6 .small_gride {
    width: 340px !important;
}

#divStorageAndHandlingConditions.small_gride, #divSterilization.small_gride, #divSterilizationMethod.small_gride {
    width: 550px;
}

#divStorageAndHandlingConditions h3, #divSterilization h3 {
    padding-bottom: 5px;
}

#MriSafety .lisStl {
    width: 640px;
}

    #MriSafety .lisStl label {
        width: 365px;
    }

.S_Handling_wrap {
    width: 400px !important;
}

.float_right {
    float: right;
}

.S_Handling {
    width: 315px !important;
}

    .S_Handling label {
        width: 190px;
    }

.S_Handling2 {
    width: 200px !important;
}

    .S_Handling2 label {
        width: 82px !important;
    }

.S_Handling3 {
    width: 260px !important;
}

    .S_Handling3 label {
        width: 115px !important;
    }

.div_fdap .lisStl {
    width: 475px !important;
}

    .div_fdap .lisStl label {
        width: 241px !important;
    }

#divHTpKitCom .lisStl {
    float: left;
    margin-left: 10px;
    margin-top: 0px;
    text-align: left;
    width: 400px;
    height: 25px;
}

    #divHTpKitCom .lisStl label {
        line-height: 30px;
    }

.fl-left .lisStl .checkbox {
    float: left;
}

#ContentPlaceHolder1_pnlAddSecondariDIgrid {
    border-bottom: 0 none;
    padding-bottom: 5px;
}

hr {
    border: 0;
}
    /* For all HR tag */

    hr.boder_line {
        border: 0;
        height: 1px;
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
        background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
        background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
        background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    }

    hr.bottom_line {
        border: 0;
        height: 1px;
        background: #333;
        background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
        background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
        background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
        background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
    }

.tooltip_wrap {
    display: none;
    font-size: 10pt;
    position: absolute;
    border: 1px solid #444;
    background-color: #184787;
    padding: 2px 6px;
    color: Green;
    font-weight: bold;
    margin-top: 0px;
    color: #fff;
    font: inherit;
    z-index: 999999;
}

.tooltip {
    cursor: pointer;
    width: auto;
    display: inline;
}

    .tooltip > img {
        float: left;
        margin-left: 5px;
        padding-top: 2px;
    }

.help_img {
    position: relative !important;
}

    .help_img > img {
        position: relative !important;
        margin: 0 !important;
        padding: 0 !important;
    }

.xml_img {
    background: url(../images/xml_icon.png) no-repeat;
    height: 18px;
    width: 18px;
    display: inline-block;
}

.edit_icon {
    background: url(../images/edit_icon.png) no-repeat;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.edit_icon_disabled {
    background: url(../images/edit_icon.png) no-repeat;
    height: 15px;
    width: 15px;
    display: inline-block;
    opacity: 0.5;
    cursor: not-allowed;
}

.create_icon {
    background: url(../images/Create-a-new.png) no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
}

.copy_icon {
    background: url(../images/copy.png) no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
}

.view_icon {
    background: url(../images/view_icon.png) no-repeat;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.trace_icon {
    background: url(../images/trace_icon.png) no-repeat;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.approve_btn {
    background: url(../images/approve_icon.png) no-repeat;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.publish_btn {
    background: url(../images/publish.png) no-repeat;
    height: 25px;
    width: 74px;
    display: inline-block;
}

.submissions_wrap {
    margin-top: 10px !important;
    padding: 0;
}

    .submissions_wrap .rgRow, .submissions_wrap .rgAltRow, .submissions_wrap table tr th.rgHeader {
        text-align: center !important;
    }

#ContentPlaceHolder1_pnlAddSecondariDIgrid .lisStl label {
    width: 150px;
}

#ContentPlaceHolder1_pnlAddPackageDI .lisStl label {
    width: 139px;
}

#ContentPlaceHolder1_pnlAddPackageDI .lisStl {
    width: 375px;
}

#ContentPlaceHolder1_pnlAddSecondariDIgrid .lisStl {
    width: 384px;
}

#ContentPlaceHolder1_pnlAddCustomerContact .lisStl {
    width: 373px;
}

#ContentPlaceHolder1_ddlSizeType {
    width: 155px;
}

#ContentPlaceHolder1_pnlClinicalRelevantSize .lisStl {
    width: 170px;
}

    #ContentPlaceHolder1_pnlClinicalRelevantSize .lisStl label {
        width: 136px;
    }

.cr_label {
    width: 75px !important;
}

.cr_lisStl {
    width: 240px !important;
}

.cr_lisSt2 {
    width: 304px !important;
}

#ContentPlaceHolder1_pnlDeviceSizeType .lisStl {
    width: 345px;
}

#ContentPlaceHolder1_pnlSterilizationMethod .lisStl label {
    width: 128px;
}

#ContentPlaceHolder1_pnlSterilizationMethod .lisStl {
    width: 336px;
}

#divDeviceINdentifier .lisStl > span:last-child {
    margin-right: 11px;
}


.lisStl > span {
    margin-right: 9px;
    line-height: 18px;
    float: right;
}

#ContentPlaceHolder1_RadPageViewDevice .formdisplay {
    padding-bottom: 5px;
    border-bottom: 0;
}

.date_pack {
    width: 178px;
}

.date_pack_label {
    width: 175px !important;
}

.error {
    font-size: 11px;
    color: #e10707;
}

#ContentPlaceHolder1_pnlAddCustomerContact INPUT[type="text"] {
    width: 178px;
}

#ContentPlaceHolder1_pnlAddFDAPremarket .lisStl > span:last-child {
    margin-right: 40px;
    clear: left;
}

.small_label_45 {
    width: 45px !important;
}

#divDeviceINdentifier .error_msg, #ContentPlaceHolder1_RadPageViewAlterAndAddIdent .error_msg, #ContentPlaceHolder1_upnldevicestatus .error_msg {
    margin-right: 35px !important;
    font-size: 11px;
    color: #e10707;
}

#ContentPlaceHolder1_pnlGDMN .error_msg {
    margin-right: 30px !important;
    font-size: 11px;
    color: #e10707;
}

#ContentPlaceHolder1_upDeviceCharacteristics .error_msg {
    margin-right: 35px !important;
    font-size: 11px;
    color: #e10707;
}
/*for filter styles*/
#ctl00_ContentPlaceHolder1_RadGridSubmissions_ctl00 .RadGrid .rgClipCells .rgHeader, .RadGrid .rgClipCells .rgFilterRow > td, .RadGrid .rgClipCells .rgRow > td, .RadGrid .rgClipCells .rgAltRow > td, .RadGrid .rgClipCells .rgEditRow > td, .RadGrid .rgClipCells .rgFooter > td {
    overflow: visible !important;
}

.showitemcheckbox h3 {
    display: inline;
    float: left;
    font-size: 15px;
    margin: 0;
    padding: 0 0 0 10px;
    font-weight: normal;
    color: #fff;
}

.outerMultiPage {
    height: 100%;

}

    .outerMultiPage .MyImageButton {
        text-align: left;
    }

.newuserdiv span {
    color: #fb0303;
    margin-left: 5px;
}

.successfull {
    display: inline-block;
    line-height: 34px;
    position: absolute;
    text-align: center;
    margin-left: 38%; /*background:url(../images/yes_img.gif)  no-repeat;*/
}

    .successfull > span {
        line-height: 24px;
        padding-left: 25px;
        display: inline-block;
        color: lightgreen;
    }

.successfull {
    display: inline-block;
    line-height: 34px;
    position: absolute;
    text-align: center;
    margin-left: 38%;
}

.unsuccessfull > span {
    background: url("../images/error.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    line-height: 35px;
    padding-left: 32px;
    display: inline-block;
}

.edit_btn {
    display: block !important;
    width: 100px;
    color: #000;
}

.aspNetDisabled {
    background: #eee!important;
}

.tabs ul li {
    margin: 0 2px !important;
}

    .tabs ul li:first-child {
        margin-left: 0 !important;
    }

    .tabs ul li:last-child {
        margin-right: 0 !important;
    }

    .tabs ul li a {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #00508c;
        border-bottom: 0;
        border-width: 1px 1px 0;
        margin: 0px !important;
        padding: 6px !important;
        background: #00508c; /* Old browsers */
        color: #fff;
         transition-property: background;
         transition-property: font-size;
        transition:background 0.5s, font-size;
        transition-timing-function: linear;
    }
    .tabs ul li a:hover{
        background:#1980BB;
        border: 1px solid #1980BB;
        font-size:13px;
    }

        .tabs ul li a.rtsSelected {
            border: 1px solid #60B1ED;
            border-bottom: 0;
            background: #60B1ED;
            line-height: 19px;
        }

.aspNetDisabled {
    background: #eee!important;
}

.ack_wrap {
    width: 100%;
    display: inline-block;
    height: 20px;
}

.upload {
    background: #eee;
    border: 1px solid #ccc;
    float: left;
    line-height: 18px;
    
}

.ack_inner {
    float: left;
    width: 240px;
    margin-right: 5px;
}

.ack_wrap input[type='text'] {
    width: 150px;
}

#formLogin .login_wrap {
    margin-right: 166px !important;
}

#ctl00_ContentPlaceHolder1_addUsers_radGrdUsers_ctl00 .rgCommandRow, .rgCommandCell {
    background: #177EB9;
}


.copy_right {
    color: #bababa;
    text-align: center;
    line-height: 80px;
}
/*view_submission styles*/
.view_submission {
    width: 960px;
    margin: 10px auto;
}

.box_shadow {
    -moz-box-shadow: -4px 2px 5px #000000;
    -webkit-box-shadow: -4px 2px 5px #000000;
    box-shadow: -4px 2px 5px #000000;
    margin: 10px;
    padding: 5px 0;
}

.viewsub_divDevice .lisStl {
    height: 28px;
}

.view_submission fieldset {
    border: 1px solid #396cb3;
    padding: 5px 10px 8px;
    margin-top: 5px;
    border-radius: 3px;
    background: #fff;
    color: #393939;
}

.submission_page > .RadGrid .rgHeader, .RadGrid th.rgResizeCol {
    padding: 0 !important;
}

.submission_page .rgMasterTable {
    margin: 0 !important;
}

.view_submission h4 {
    margin-top: 5px !important;
}

.view_submission legend {
    font-size: 16px;
    font-weight: bold;
    padding: 0 2px;
    color: #396cb3;
}

.submission_page .rgHeader {
    color: #333;
    height: 15px !important;
}

.radiolistgroup .aspNetDisabled {
    background: none !important;
}

.lable_vewsub .lisStl label {
    width: 220px;
}

.RadWindow_Default .rwTopLeft, .RadWindow_Default .rwTopRight, .RadWindow_Default .rwTitlebar, .RadWindow_Default .rwFooterLeft, .RadWindow_Default .rwFooterRight, .RadWindow_Default .rwFooterCenter, .RadWindow_Default .rwTopResize, .RadWindow_Default .rwStatusbar div, .RadWindow_Default .rwStatusbar, .RadWindow_Default .rwPopupButton, .RadWindow_Default .rwPopupButton span, .RadWindow_Default.rwMinimizedWindow .rwCorner {
    background-image: url("../images/window-images.gif") !important;
}

.RadWindow_Default .rwBodyLeft, .RadWindow_Default .rwBodyRight, .RadWindow_Default .rwStatusbarRow .rwCorner {
    background-image: url("../images/window-sides.gif") !important;
}

.RadWindow_Default .rwControlButtons a {
    background-image: url("../images/window-navIcons.gif") !important;
}

.RadWindow .rwIcon {
    display: none !important;
}

.RadWindow_Default .rwTable .rwTitlebarControls em {
    color: #fff !important;
}

.err_msg {
    position: absolute;
    margin-top: -23px;
    z-index: 999;
    display: block;
}

    .err_msg label {
        position: relative;
        background-color: #e73d3d;
        margin: 0;
        color: #fff;
        padding: 2px;
        text-align: center;
        width: 150px;
        border: 1px solid #e73d3d;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
        box-shadow: 0px 0 3px rgba(0,0,0,0.25);
    }

        .err_msg label:after {
            position: absolute;
            display: block;
            content: "";
            border-color: #e73d3d transparent transparent transparent;
            border-style: solid;
            border-width: 10px;
            height: 0;
            width: 0;
            position: absolute;
            bottom: -19px;
            left: 1em;
        }

.Forgotpassword_div {
    text-align: center;
    margin-top: 5%;
}

.forgot-sucess {
    margin-top: 25% !important;
    text-align: center;
    color: #129729;
    font-size: 13px;
}

#progress_gif {
    display: none;
    line-height: 40px;
}

.login_span {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 5px 0;
}

.rwStatusbarRow {
    display: none;
}

.Ack_link a {
    text-decoration: underline;
    color: #177eb9 !important;
}

    .Ack_link a:hover {
        text-decoration: none;
        color: #177eb9 !important;
    }

.verstion {
    border: 1px solid #eee;
    border-radius: 3px;
    display: inline;
    float: none;
    font-size: 11px;
    margin-left: 10px;
    padding: 6px 10px 4px;
}

    .verstion .rednum {
        background: #757474;
        border-radius: 3px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(225, 225, 225, 0.3) inset;
        color: #fff;
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        margin-left: 5px;
        padding: 0px 5px;
        position: relative;
        top: 0px;
        z-index: 999999;
        float: none;
    }

.lblpassword {
    float: left;
    width: 120px;
  color:#000 !important;
}

.wrapper_login {
    height: 480px;
    left: 34%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 15%;
    vertical-align: middle;
    width: 440px;
}

#lblDMDInumError {
    float: left !important;
}

.spnumber .rgEditForm {
    text-align: center;
}

    .spnumber .rgEditForm a {
        margin-left: 20px;
        line-height: 40px;
    }

        .spnumber .rgEditForm a:first-child {
            margin-left: 175px;
        }

        .spnumber .rgEditForm a:last-child {
            text-decoration: underline;
            color: #396cb3 !important;
        }

.premarket_add .rgCommandTable td input[type='button'] {
    display: none;
}

.premarket_add {
    line-height: 20px;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .premarket_add tr td.rgCommandCell {
        height: 20px !important;
        background: #E7EAEF !important;
    }

    .premarket_add .rgCommandTable td {
        float: right;
        text-align: right;
    }

        .premarket_add .rgCommandTable td a {
            text-align: right;
            margin: 0 !important;
            padding: 0 !important;
            color: #396cb3 !important;
            text-decoration: none;
            font-size: 12px !important;
        }


.success_wrap {
    position: absolute;
    width: 100%;
    margin-top: 5px;
    z-index: 9999999;
}

.success_msg {
    margin: auto;
    max-width: 450px;
    height: 28px;
    line-height: 28px;
    text-align: left;
    background: #ecf7d9 url(../images/yes_img.gif) 2px 2px no-repeat;
    border-radius: 2px;
    color: green !important;
    font-size: 13px;
    padding-left: 28px;
}

.success_msg2 {
    max-width: 180px !important;
}

.premarket_view INPUT[type='button'], .premarket_view INPUT[type='button']:hover {
    background: url(../images/arrow-dark.png) center center no-repeat !important;
    cursor: inherit;
    display: inline;
    position: relative;
    border: 0 !important;
}

.spnumber label {
    margin-top: 10px !important;
}

#divPremarketSubmission .rgAdd {
    display: none;
}

.rgExpand, .rgExpand:hover {
    background: url(../images/grd_SinglePlus.gif) center center no-repeat !important;
    opacity: 0.8 !important;
    border: 0 !important;
}

.rgCollapse, .rgCollapse:hover {
    background: url(../images/grd_SingleMinus.gif) center center no-repeat !important;
    opacity: 0.8 !important;
    border: 0 !important;
}

.ack_inner {
    font-size: 12px !important;
}

.ack_wrap input[type="file"] {
    font-size: 12px;
}

    .ack_wrap input[type="file"]:hover {
        font-size: 12px !important;
    }

.Exportexcel {
    width: 500px;
    margin: 100px auto;
}

.Export_btn {
    float: right;
    margin-left: 1050px;
    position: absolute;
    margin-top: -30px;
    height: 25px;
}

    .Export_btn a {
        background: url(../images/export-excel.png) no-repeat;
        padding: 0 0 6px 25px;
        text-decoration: underline;
    }

.Exportexcel span {
    color: #ccc;
    width: 340px;
}

.exportexcelpop {
    float: left;
    margin: 25px 0 0 0;
    width: 100%;
}

    .exportexcelpop a {
        margin: 5px 10px;
        border: 1px solid #06ACD5;
        color: #FFFFFF;
        cursor: pointer;
        margin-right: 5px;
        padding: 6px 10px;
        border-radius: 1px;
        border: 1px solid #15aeec;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #49c0f0;
        text-shadow: none !important;
        background-image: linear-gradient(to bottom, #49c0f0, #2CAFE3);
    }

.displaynone {
    display: none;
}

.displaytrue {
    display: inline;
}

.error_icon {
    background: url(../images/error.png) 50% 5% no-repeat;
    padding-top: 25px;
    color: #F74D4D;
}

.erroralert .alertify-dialog {
    padding: 5px !important;
}

.err_msg_lbl {
    color: Red;
    display: inline-block;
    float: left;
    width: 100%;
}

.process_bar {
    margin-left: 40px;
    position: relative;
    z-index: 9999999999999999999;
}

.upload_wrap {
    margin-top: 25px !important;
    position: absolute;
    margin-left: 100px;
}

.color2 {
    background-image: none !important;
    background-color: Blue !important;
}

p.test {
    word-wrap: break-word;
}

.lblSuccessmsg_error {
    padding: 25px 0;
}

.texmode {
    mso-number-format: "\@";
}

.Reqvalpkg-error {
    line-height: 10px !important;
}

.Disabled_link {
    cursor: context-menu !important;
    color: #333 !important;
    text-decoration: none !important;
}
.showitemcheckbox {
padding-right: 0px !important;
color: #fff;
margin: 0px 0px 0 0;
}
.importenablefilter {
    position: absolute;
    width: 1080px;
    margin-top: 9px;
}
    .importenablefilter .showitemcheckbox {  float: right;
    }
.importenablefilter .RadGrid .rgGroupItem input, .RadGrid .rgCommandRow img, .RadGrid .rgCommandRow a, .RadGrid .rgHeader input {
    line-height: 20px;
}
.importenablefilter h3{
      width: 121px;
  margin-top: 19px;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  display:inline;
}
.showitemcheckbox input[type="checkbox"] { vertical-align:middle
}
.refeshicon .rgCommandRow{ 

  border-color: #177EB9;
 
   
  
}
.refeshicon .rgCommandCell {
     background: #60B1ED !important;

}
.refeshicon .rgCommandRow a { color:#fff !important
}
.refeshicon .upload { position:absolute;
}
#RadComboCountryList {
    float: left;
  margin-right: 10px;
}
#txtphone_wrapper {
     width: 130px !important;
  float: left;
}
#txtphone { width:80px !important;
}
.addnewuser_errormsg {
    float: left;
    clear: left;
    margin-left: 121px;
    padding:5px
}
    .addnewuser_errormsg span { width:100%; float:left
    }
.filterreaytopublish {  width: 145px;
}
.box {
  background: #2db34a;
 
}
.box:hover {
  background: #ff7b29;
}

#ctl00_ContentPlaceHolder1_addUsers_radGrdUsers_ctl00 .rgCommandTable td {
  border: 0;
  padding: 2px 7px;
  text-align: right;
  width: 83%;
}
.directmarketing .RadGrid_Default, .formdisplay .RadGrid_Default, .device_status .RadGrid_Default, #ContentPlaceHolder1_upDeviceCharacteristics .RadGrid_Default{border-top: 1px solid #cccccc !important
}
#ctl00_ContentPlaceHolder1_RadGridFDAPremarket_ctl00 .rgCommandTable {border-bottom: 1px solid #cccccc !important
}
/**/ 

/*UDI New CSS 23.05.2018*/

.data-controls {
    float: left;
    width: 98%;
    border: 1px solid #60b1ed;
    padding: 10px;
}

.udi-row {
    width: 100%;
    float: left;
    padding: 0 !important;
    border: none !important;
}
    .udi-row, .udi-row * {
            -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    .udi-row h4 {
        font-size: 15px;
        color: #175994;
        float: left;
        margin-bottom: 10px;
        padding: 0;
        margin-top: 3px !important;
    }
   
     .udi-row .col-1 {
            width: 8.33%;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
        }
    .udi-row .col-2 {
            width: 16.66%;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
        }
        .udi-row .col-3 {
            width: 25%;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
        }
    .udi-row .col-4 {
          width: 33.33333333%;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }
     .udi-row .col-6 {
       width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }
      .udi-row .col-8 {
       width: 66.66666667%;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }
      .udi-row .col-9 {
        width:75%;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }
        .udi-row .col-10 {
        width:83.33%;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }
      .udi-row .col-12 {
        width:100%;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }
.form-fields label {
    font-size:12px;
    font-weight:600;
    color:#333;
}
.form-fields input {
 width:100%;
 float:left;
 padding:5px;
}
.form-fields select {
    width:100%;
}
.form-fields textarea {
 width:100%;
 float:left;
 padding:5px;
 min-height:60px;
}
.btn-add-grid {
    padding: 0px 8px;
    background: #49c0f0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    border: none;
    font-weight: 600;
    border-radius: 3px;
    cursor:pointer;
}
    .btn-add-grid:hover {
        opacity:0.9;
        color:#fff;
    }
    .btn-add-grid span {
         font-size: 14px;
         line-height: 26px;
    }
.close.btn-add-grid{
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}
.btn-cancel-form {
padding: 0px 8px;
    background: #DDDDDD;
    color: #333333 !important;
    font-size: 12px !important;
    text-align: center;
    line-height: 22px;
    border: none;
    font-weight: 600 !important;
    border-radius: 3px;
    cursor: pointer;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}
.btn-edit-grid {
    background: url(../images/edit_icon.png) no-repeat;
    height: 15px;
    width: 15px;
    display: inline-block;
        z-index: 1;
    position: relative;
}
.btn-delete-grid {
    background: url(../images/griddelet.gif) no-repeat;
    height: 15px;
    width: 15px;
    display: inline-block;
        z-index: 1;
    position: relative;
}
.grid-subtitle {
       font-size: 12px;
    background: #7d7d7d;
    padding: 4px !important;
    color: #fff;
    font-weight: 600;
}
.success-delete {
    padding: 5px 10px;
    margin: -5px 45% 0;
    width: auto;
    color: #21b765;
    background: #dcefdc;
    float: left;
    white-space: nowrap;
    font-weight: 600;
    border: 1px solid #8ec58e;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.m-t-5 {
    margin-top:5px;
}
.m-t-10 {
    margin-top:10px;
}
.m-t-20{
    margin-top:20px;
}
.m-b-5 {
    margin-bottom:5px;
}
.m-b-10 {
    margin-bottom:10px;
}
.m-b-20 {
    margin-bottom:20px;
}
.m-l-5 {
    margin-left:5px !important;
}
.m-r-10 {
    margin-right:10px !important;
}
.p-t-40 {
    padding-top:40px
}
.p-l-0 {
    padding-left:0 !important;
}
.p-r-0 {
    padding-right:0 !important;
}
.udi-tabs > input,
.udi-tabs section > div {
  display: none;
}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3,
#tab4:checked ~ section .tab4 {
  display: block;
}

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3,
#tab4:checked ~ nav .tab4 {
  color: red;
}


.udi-tabs {
    width: 96%;
    margin: 5px 0;
    float: left;
}
.udi-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.udi-tabs ul li label {
    float: left;
    padding: 5px 12px;
    border: 1px solid #ddd;
    border-bottom: 0;
    background: #eeeeee;
    color: #444;
    cursor: pointer;
}
.udi-tabs ul li label:hover {
  background: #dddddd;
}
.udi-tabs ul li label:active {
  background: #ffffff;
}
.udi-tabs ul li:not(:last-child) label {
  border-right-width: 0;
}
.udi-tabs section {
  clear: both;
}
.udi-tabs section div {
  padding: 20px;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}
.udi-tabs section div h2 {
  margin: 0;
  letter-spacing: 1px;
  color: #34495e;
}

#tab1:checked ~ nav .tab1 label,
#tab2:checked ~ nav .tab2 label,
#tab3:checked ~ nav .tab3 label,
#tab4:checked ~ nav .tab4 label {
  background: white;
  color: #111;
  position: relative;
}
#tab1:checked ~ nav .tab1 label:after,
#tab2:checked ~ nav .tab2 label:after,
#tab3:checked ~ nav .tab3 label:after,
#tab4:checked ~ nav .tab4 label:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  left: 0;
  bottom: -1px;
}

/* Submission Tabs*/

.submission-row {
    width: 100%;
    float: left;
    padding: 0 !important;
    border: none !important;
}
   
    .submission-row h4 {
        font-size: 15px;
        color: #175994;
        float: left;
        margin-bottom: 10px;
        padding: 0;
        margin-top: 3px !important;
    }
    .submission-row .col-6 {
        width:50%;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }
.submission-tabs > input,
.submission-tabs section > div {
  display: none;
}
.submission-tabs {
    width: 97%;
    margin: 5px 0;
    float: left;
}
.submission-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.submission-tabs ul li label {
    float: left;
    padding: 5px 12px;
    border: 1px solid #ddd;
    border-bottom: 0;
    background: #eeeeee;
    color: #444;
    cursor: pointer;
}
.submission-tabs ul li label:hover {
  background: #dddddd;
}
.submission-tabs ul li label:active {
  background: #ffffff;
}
.submission-tabs ul li:not(:last-child) label {
  border-right-width: 0;
}
.submission-tabs > section {
  clear: both;
}
.submission-tabs > section > div {
  padding: 20px;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}
.submission-tabs section div h2 {
  margin: 0;
  letter-spacing: 1px;
  color: #34495e;
}

/* Table */
.uditable {
    border-collapse: collapse;
    width: 100%;
}

.uditable td, .uditable th {
    border: 1px solid #ddd;
    padding: 8px;
}

.uditable tr:nth-child(even){background-color: #f2f2f2;}

.uditable tr:hover {background-color: #ddd;}

.uditable th {
    padding: 6px;
    text-align: left;
    background-color: #60b1ed;
    color: white;
}
.text-alert {
     font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 10px 0 0 10px;
}
/*Modals*/


.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
  z-index:2
}
.overlay.light {
  background: rgba(255, 255, 255, 0.5);
}
.overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 75px auto;
  padding: 0;
  background: #fff;
  border: 1px solid #666;
  width: 600px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
}
.light .popup {
  border-color: #aaa;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.popup .popup-head {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    padding: 0;
    background:#00508C;
}

.popup h2 {
    margin: 5px 10px;
    color: #fff;
    padding: 0;
    line-height: 24px;
    display: inline-block;
    font-size:14px;
}
.popup .close {
    width: 20px;
    height: 20px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    float: right;
    margin-top: 8px;
    margin-right: 5px;
}
.popup .close:hover {
  opacity: 1;
}
.popup .popup-content {
    max-height: 400px;
    overflow: auto;
    padding:10px;
}
.popup .popup-footer {
    width:100%;
   display: inline-block;
    border-top:1px solid #eee;
}
.overlay.showpopup {
    visibility: visible;
    opacity: 1;
}
.btn-rad{
        padding: 4px 10px;
    background: #35b4e7;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    border: none;
    font-weight: 400;
    border-radius: 3px;
    cursor: pointer;
}
.btn-rad:hover {
    opacity: 0.9;
    color: #fff;
}
.hide-btn{
    display:none;
}
.rad-cancelbtn{
    padding:4px 10px;
    font-size:14px;
}
.form-fields input[type="checkbox"] {
    float: left;
    width: auto;
    margin: 3px 5px 0 0;
}
.Approve_btn_div {
float: right;
    margin-left: 800px;
    position: absolute;
    margin-top: -30px;
    height: 25px;
    width: auto;
}
.Approve_btn_div > div {
    float: left;
}
/*Ac Tabs*/

ul.css-actabs {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
      display: inline-block;
}
ul.css-actabs li {
    position: relative;
    padding: 2px 6px 0;
    margin: 0;
    border: 1px dotted #dddddd;
    background: #f2f2f2;
    margin-bottom: 4px;
}
.css-actabs h2 {
    font-size: 14px;
    letter-spacing: 0px !important;
    line-height: 24px;
    padding: 0;
}
ul.css-actabs li:nth-of-type(1) {
  animation-delay: 0.5s;
}
ul.css-actabs li:nth-of-type(2) {
  animation-delay: 0.75s;
}
ul.css-actabs li:nth-of-type(3) {
  animation-delay: 1s;
}
ul.css-actabs li:last-of-type {
  padding-bottom: 0;
}
ul.css-actabs li i {
  position: absolute;
  transform: translate(-6px, 0);
    margin-top: 10px;
    right: 9px;
}
ul.css-actabs li i:before, ul li i:after {
    content: "";
    position: absolute;
    background-color: #7d7d7d;
    width: 2px;
    height: 7px;
}
ul.css-actabs li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
ul.css-actabs li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
ul.css-actabs li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  
}
.css-actabs-content {
    display: inline-block;
    width: 101.4% !important;
    padding: 15px !important;
    margin: 3px -7px -6px;
}
ul.css-actabs li input[type=checkbox]:checked ~ .css-actabs-content {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
    padding: 0 !important;
    margin: 0;
    display: flex;
    overflow: hidden;
}
ul.css-actabs li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
ul.css-actabs li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

/*Wizard*/
.wizard a {
    padding: 8px 26px 8px;
    margin-right:-2px;
    background: #E7E7EF;
    position: relative;
    display: inline-block;
    letter-spacing:0;
    font-weight:600;
    color:#62646a;
}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 18px inset transparent;
    border-bottom: 18px inset transparent;
    border-left: 18px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 18px inset transparent;
    border-bottom: 16px inset transparent;
    border-left: 18px solid  #E7E7EF;
    position: absolute;
    content: "";
    top: 0;
    right: -18px;
    z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #184584;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #184584;
}
.wizard-content {
    display: inline-block;
    width:100%;
    height:auto;
}
/*End UDI New CSS 23.05.2018*/

h4.form-subtitle {
    font-size: 15px;
    color: #175994;
    float: left;
    margin-bottom: 10px;
    padding: 0;
    margin-top: 3px !important;
}
.msg-success {
        color: #3fd162;
    padding: 0.40rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin: 0 27% 0;
    display: block;
    position: absolute;
    z-index: 200;
    font-size: 14px;
    width: auto;
    top: 113px;
    font-weight: 600;
}