﻿/*ModuleNotificationData.length>0*/
/*@keyframes "wave" {
    0%,60%,100%{
    background: rgba(26, 145, 249, 0.25);
    transform: translateY(0);
    -moz-transform: translateY(0);
}

20% {
    background: rgba(26, 145, 249, 0.75);
    transform: translateY(13px);
    -moz-transform: translateY(13px);
}

    background: rgba(26, 145, 249, 0.75);
    transform: translateY(-13px);
    -moz-transform: translateY(-13px);
}

}

@-webkit-keyframes "wave" {
    0%,60%,100%{                                                                                                                               
    background: rgba(26, 145, 249, 0.25);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    }
    20% {
        background: rgba(26, 145, 249, 0.75);
        transform: translateY(13px);
        -webkit-transform: translateY(13px);
    }
    40% {
        background: rgba(26, 145, 249, 0.75);
        transform: translateY(-13px);
        -webkit-transform: translateY(-13px);
    }

}
    */
/* line 37, ../Sass/CustomCss.scss */
body {
    cursor: default !important;
}

*::-webkit-scrollbar {
    width: 7px; /* for vertical scrollbars */
    height: 7px; /* for horizontal scrollbars */
}

*::-webkit-scrollbar-track {
    background: rgba(0, 0, 0,0);
}

*::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
}
/* line 41, ../Sass/CustomCss.scss */
a:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

/* line 50, ../Sass/CustomCss.scss */
button:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

/* line 58, ../Sass/CustomCss.scss */
h1.page_title {
    margin: 0;
    font-size: 28px;
    color: #999;
    line-height: 48px;
    padding: 0 0 0 20px;
    font-weight: 500;
}

/* line 66, ../Sass/CustomCss.scss */
h2.idmp_name {
    width: 110px;
    padding: 13px 0px 12px 0px;
    font-size: 14px;
    color: #fbfbfb;
    font-weight: 600;
    margin: 0;
    display: inline;
    float: right;
    background: #00B1FC;
    text-align: center;
}

.k-ie h2.idmp_name {
    padding: 15px 0px 15px 0px;
}
/* line 75, ../Sass/CustomCss.scss */
h2.idmp_name a {
    font-size: 30px;
}

/* line 79, ../Sass/CustomCss.scss */
.btn {
    border: none !important;
}

/* line 86, ../Sass/CustomCss.scss */
.skin-blue .sidebar-menu > li.active > a {
    color: #6aa04e;
}

/* line 93, ../Sass/CustomCss.scss */
.sidebar-menu > li.active {
    border-top: 1px solid #272B2D;
}
    /* line 95, ../Sass/CustomCss.scss */
    .sidebar-menu > li.active > a > i {
        color: #6aa04e;
    }
    /* line 98, ../Sass/CustomCss.scss */
    .sidebar-menu > li.active > a > span {
        color: #6aa04e;
        font-weight: 600;
    }

/* line 107, ../Sass/CustomCss.scss */
.user-body > div {
    float: left;
    width: 100%;
    padding: 6px 20px;
    text-align: left;
    border-bottom: 1px solid #eee;
}
    /* line 113, ../Sass/CustomCss.scss */
    .user-body > div i {
        font-size: 12px;
        margin: 0 10px 0 6px;
    }
    /* line 117, ../Sass/CustomCss.scss */
    .user-body > div:hover {
        background: #F7F7F7;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        opacity: 0.8;
    }
    /* line 127, ../Sass/CustomCss.scss */
    .user-body > div.waves-float {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
/* line 133, ../Sass/CustomCss.scss */
.user-body a:hover {
    opacity: .9;
}

/* line 139, ../Sass/CustomCss.scss */
.user-menu.open .dropdown-menu {
    min-width: 125px;
}

/* line 144, ../Sass/CustomCss.scss */
.logo-lg img {
    width: 60px;
    margin: 0px 0 0 0;
}

/* line 150, ../Sass/CustomCss.scss */
.logo-mini img {
    width: 40px;
    margin: 0px 0 0 0;
}

/* line 156, ../Sass/CustomCss.scss */
.icon-breadcamp:before {
    margin: 0px 5px 0 0 !important;
    font-size: 16px !important;
    position: relative;
    top: 2px;
}

/* line 163, ../Sass/CustomCss.scss */
.side_child_menu {
    width: auto;
    min-width: 220px;
    background: #23292B;
    min-height: 84%;
    overflow: hidden;
    position: absolute;
    color: #fff;
    padding-right: 0px;
    max-height: 79%;
    overflow-y: auto;
    z-index: 10;
}

#DivDevices.side_child_menu {
    max-height: 89%;
}
/* line 175, ../Sass/CustomCss.scss */
.side_child_menu .form_menu_item {
    width: 100%;
    float: left;
    padding: 15px 5px 2px 15px;
    line-height: 24px;
    color: #b8c7ce;
    cursor: pointer;
    clear: left;
}
    /* line 184, ../Sass/CustomCss.scss */
    .side_child_menu .form_menu_item.active {
        color: #6aa04e;
        font-weight: 600;
    }
        /* line 187, ../Sass/CustomCss.scss */
        .side_child_menu .form_menu_item.active .icon_small {
            color: #6aa04e;
        }

/* line 192, ../Sass/CustomCss.scss */
.side_child_sub_menu {
    float: left;
    background: url(../images/tree_submenu_icon.png) repeat-y 4px -23px;
    color: #b8c7ce;
    clear: left;
    padding: 5px 5px 0 0;
}
    /* line 198, ../Sass/CustomCss.scss */
    .side_child_sub_menu > div {
        padding-left: 52px;
        float: left;
        width: auto;
        background: url(../images/tree_sub_icon.png) repeat-y 4px -14px;
        line-height: 26px;
        clear: left;
    }
        /* line 205, ../Sass/CustomCss.scss */
        .side_child_sub_menu > div:hover {
            cursor: pointer;
            color: #8E9EA5;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
        }
        /* line 215, ../Sass/CustomCss.scss */
        .side_child_sub_menu > div.active {
            background: url(../images/tree_sub_icon_active.png) repeat-y 4px -14px;
            color: #6aa04e;
            font-weight: 600;
        }
            /* line 219, ../Sass/CustomCss.scss */
            .side_child_sub_menu > div.active::before {
                width: 7px;
                height: 7px;
                position: absolute;
                background: transparent;
                content: "";
                border-radius: 50%;
                margin: 10px 0 0 -13px;
            }

/* line 230, ../Sass/CustomCss.scss */
.icon_small {
    float: left;
    color: #b8c7ce;
}
    /* line 233, ../Sass/CustomCss.scss */
    .icon_small:before {
        font-size: 15px;
        margin: 0 5px 0 0;
    }

/* line 239, ../Sass/CustomCss.scss */
[class^="manage-"].icon_small:before {
    font-size: 16px;
    margin: -2px 8px 0 0;
    float: left;
}

/* line 245, ../Sass/CustomCss.scss */
div#Formulation_scroll {
    float: left;
    width: 100%;
    height: 100%;
    clear: left;
}

/* line 253, ../Sass/CustomCss.scss */
.content-wrapper .products_content.Products_Right .Formulation_BDiv {
    margin-left: 170px;
}
/* line 256, ../Sass/CustomCss.scss */
.content-wrapper .products_content.Products_Right .Formulation_SDiv {
    margin-left: 220px;
}
/* line 261, ../Sass/CustomCss.scss */
.content-wrapper .products_content.Products_Right.push-body-toright .Formulation_BDiv {
    margin-left: 0px;
}

/* line 266, ../Sass/CustomCss.scss */
.Child_Toggle_Menu {
    width: 14px;
    text-align: center;
    line-height: 20px;
    border: none;
    background: #1399D4;
    color: #FFFFFF;
    height: 35px;
    padding: 0 2px 0 2px;
    border-radius: 0;
    font-size: 10px;
    position: fixed;
    margin: -10px 0 0 205px;
    z-index: 10;
    display: -moz-deck;
}
    /* line 281, ../Sass/CustomCss.scss */
    .Child_Toggle_Menu:before {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        content: "\e251";
    }

    /* line 293, ../Sass/CustomCss.scss */
    .Child_Toggle_Menu.menu-active {
        width: 14px;
        text-align: center;
        line-height: 20px;
        border: none;
        background: #1399D4;
        color: #FFFFFF;
        height: 35px;
        padding: 0 2px 0 2px;
        border-radius: 0;
        font-size: 10px;
        position: fixed;
        margin: -10px 0 0 -15px;
    }
        /* line 306, ../Sass/CustomCss.scss */
        .Child_Toggle_Menu.menu-active:before {
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            content: "\e250";
        }

    /* line 318, ../Sass/CustomCss.scss */
    .Child_Toggle_Menu.push-body {
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

/* line 323, ../Sass/CustomCss.scss */
.slimScrollDiv {
    float: left;
    height: 88vh !important;
}
    /* line 325, ../Sass/CustomCss.scss */
    .slimScrollDiv .FormInDiv {
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }
    /* line 328, ../Sass/CustomCss.scss */
    .slimScrollDiv .Formulation_SDiv {
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }
    /* line 331, ../Sass/CustomCss.scss */
    .slimScrollDiv .Formulation_BDiv {
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }
    /* line 334, ../Sass/CustomCss.scss */
    .slimScrollDiv .FormulationXLDiv {
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

/* line 338, ../Sass/CustomCss.scss */
div#DivFormScroll {
    padding-bottom: 20px;
}

/* line 341, ../Sass/CustomCss.scss */
.Formulation_SDiv {
    width: 975px;
    overflow-x: hidden;
    float: left;
    padding-right: 14px;
}

.Review_Meta_fix .Formulation_SDiv {
    width: 960px;
}
/* line 348, ../Sass/CustomCss.scss */
.Formulation_SDiv .Metadata_TableGrid .k-detail-row td.k-detail-cell {
    min-width: 941px;
    max-width: 96%;
    float: left;
    height: auto;
}

/* line 354, ../Sass/CustomCss.scss */
.Formulation_BDiv {
    width: 100%;
    overflow-x: hidden;
    float: left;
    padding-right: 14px;
}

.Review_Meta_fix .Formulation_BDiv {
    width: 1177px;
}
/* line 361, ../Sass/CustomCss.scss */
.Formulation_BDiv .Metadata_TableGrid .k-detail-row td.k-detail-cell {
    min-width: 1166px;
    max-width: 96%;
    float: left;
    height: auto;
}

.Formulation_BDiv .Metadata_TableGrid .k-detail-row td.k-detail-cell {
    min-width: 1199px;
}

/* line 367, ../Sass/CustomCss.scss */
.FormInDiv.Formulation_SDiv.Formulation_BDiv {
    width: 1083px;
}

.Review_Meta_fix .FormInDiv.Formulation_SDiv.Formulation_BDiv {
    width: 1063px;
}
/* line 370, ../Sass/CustomCss.scss */
.Formulation_BDiv.Formulation_XLDiv {
    width: 1286px;
}

/* line 373, ../Sass/CustomCss.scss */
.Formulation_XLDiv {
    width: 1286px;
}

.Review_Meta_fix .Formulation_XLDiv {
    width: 1260px;
}
/* line 377, ../Sass/CustomCss.scss */
.Formulation_XLDiv .Metadata_TableGrid .k-detail-row td.k-detail-cell {
    min-width: 1272px;
    max-width: 96%;
    float: left;
    height: auto;
}

/* line 383, ../Sass/CustomCss.scss */
.FormulationXLDiv.Formulation_XLDiv {
    width: 1286px;
}

/* line 386, ../Sass/CustomCss.scss */
.FormulationXLDiv {
    width: 100%;
}

/* line 389, ../Sass/CustomCss.scss */
.Common_Grid_Tab {
    width: 99%;
    margin-bottom: 20px;
    box-shadow: 0px 1px 2px 1px #ddd;
    background: #fff;
    float: left;
}

/* line 396, ../Sass/CustomCss.scss */
.ContainerGrid.GridContainer {
    padding: 0px 5px 0 0;
    float: left;
    width: 98%;
    border: 2px solid #eee;
    margin: 0px 10px 20px 24px;
    height: auto;
    padding-bottom: 70px;
}

/* line 405, ../Sass/CustomCss.scss */
.row.row_singletab {
    background: #EEEEEE;
    box-shadow: 15px -2px 0px 0px #eeeeee;
}

/* line 409, ../Sass/CustomCss.scss */
.GridTabName {
    padding: 6px 10px;
    color: #3D97CC;
    font-size: 12px;
    border: 1px solid #E5E5E5;
    background: #fff;
    border-bottom: 0px;
    font-weight: 400;
    margin: 4px 0 0px -1px;
    border-radius: 3px;
    border-bottom: 0px solid #3D97CC;
}

    /* line 421, ../Sass/CustomCss.scss */
    .GridTabName.FormulationMain {
        margin: 4px 0 0px -1px;
    }

/* line 424, ../Sass/CustomCss.scss */
.RowGridHeader {
    padding: 8px 0px;
    background: #FFFFFF;
    margin: 0 0px;
}

/* line 429, ../Sass/CustomCss.scss */
.GridBtnsFlat {
    float: right;
    margin: 0 0px 0 0;
}
    /* line 432, ../Sass/CustomCss.scss */
    .GridBtnsFlat button.btn {
        padding: 2px 8px;
        color: #666;
        border: none !important;
        margin: 0 6px 0 0;
    }
        /* line 437, ../Sass/CustomCss.scss */
        .GridBtnsFlat button.btn:hover {
            opacity: 1;
            background-color: #F0F0F0;
            border: 0px solid #ddd;
        }
        /* line 443, ../Sass/CustomCss.scss */
        .GridBtnsFlat button.btn.add {
            background-color: #FFFFFF;
            color: #3D97CC;
            border: 0px solid #ddd !important;
        }
            /* line 447, ../Sass/CustomCss.scss */
            .GridBtnsFlat button.btn.add:hover {
                background-color: #F0F0F0;
            }
            /* line 451, ../Sass/CustomCss.scss */
            .GridBtnsFlat button.btn.add + .btn-default.icon {
                color: #60A240;
            }
                /* line 454, ../Sass/CustomCss.scss */
                .GridBtnsFlat button.btn.add + .btn-default.icon + .btn-default.icon {
                    color: #C51B1B;
                }

                    .GridBtnsFlat button.btn.add + .btn-default.icon + .btn-default.icon.default {
                        color: #666;
                    }
                    /* line 457, ../Sass/CustomCss.scss */
                    .GridBtnsFlat button.btn.add + .btn-default.icon + .btn-default.icon[disabled] {
                        color: #b3b3b3;
                    }
                /* line 462, ../Sass/CustomCss.scss */
                .GridBtnsFlat button.btn.add + .btn-default.icon[disabled] {
                    color: #b3b3b3;
                }
    /* line 468, ../Sass/CustomCss.scss */
    .GridBtnsFlat button.icon span.glyphicon-pencil {
        color: #60A240;
    }
    /* line 471, ../Sass/CustomCss.scss */
    .GridBtnsFlat button.icon span.glyphicon-trash {
        color: #C51B1B;
    }
    /* line 476, ../Sass/CustomCss.scss */
    .GridBtnsFlat button.btn[disabled]:hover {
        background-color: #fff;
        border-color: #ccc;
    }
    /* line 480, ../Sass/CustomCss.scss */
    .GridBtnsFlat button.btn[disabled]:focus {
        background-color: #fff;
        border-color: #ccc;
    }
    /* line 486, ../Sass/CustomCss.scss */
    .GridBtnsFlat button.btn-default[disabled]:hover {
        background-color: #fff;
        border-color: #ccc;
        opacity: .65;
    }
    /* line 493, ../Sass/CustomCss.scss */
    .GridBtnsFlat button.btn-primary[disabled]:hover {
        background-color: #337ab7;
        border-color: transparent;
        opacity: .65;
    }
    /* line 500, ../Sass/CustomCss.scss */
    .GridBtnsFlat button.icon[disabled] span.glyphicon-trash {
        color: #b3b3b3;
    }
        /* line 502, ../Sass/CustomCss.scss */
        .GridBtnsFlat button.icon[disabled] span.glyphicon-trash:hover {
            color: #b3b3b3;
        }
    /* line 506, ../Sass/CustomCss.scss */
    .GridBtnsFlat button.icon[disabled] span.glyphicon-pencil {
        color: #b3b3b3;
    }
        /* line 508, ../Sass/CustomCss.scss */
        .GridBtnsFlat button.icon[disabled] span.glyphicon-pencil:hover {
            color: #b3b3b3;
        }

/* line 517, ../Sass/CustomCss.scss */
.grid_btns_center .btn + .btn {
    margin: 0 0px 0 6px;
}

/*.grid_btns_center .btn + .btn.waves-button {
        padding-right: 5px !important;
    }*/
/* line 524, ../Sass/CustomCss.scss */
.grid_btns_center input + input {
    margin: 0 0px 0 6px;
}
/* line 527, ../Sass/CustomCss.scss */
.grid_btns_center input + button {
    margin: 0 0px 0 6px;
}
/* line 534, ../Sass/CustomCss.scss */
.grid_btns_center button + button {
    margin: 0 0px 0 6px;
}

/* line 541, ../Sass/CustomCss.scss */
.btn.icon span {
    margin-right: 5px;
}
/* line 544, ../Sass/CustomCss.scss */
.btn.icon .glyphicon-pencil {
    color: #666;
}
/* line 547, ../Sass/CustomCss.scss */
.btn.icon .glyphicon-trash {
    color: #666;
}

/* line 551, ../Sass/CustomCss.scss */
.GridTdActive {
    background-color: #ECFAFF !important;
    background-color: #efefef !important;
}
    /* line 554, ../Sass/CustomCss.scss */
    .GridTdActive td {
        border-top: 1px solid #00c0f4;
        border-bottom: 1px solid #00c0f4;
        border-top: 1px solid #A5DEEF;
        border-bottom: 1px solid #A5DEEF;
    }
        /* line 559, ../Sass/CustomCss.scss */
        .GridTdActive td:last-child {
            border-right: 1px solid #00c0f4;
            border-right: 1px solid #D1EAC4;
        }

/* line 566, ../Sass/CustomCss.scss */
.Common_TableGrid td {
    line-height: 2.2em;
    line-height: 31px;
}
    /* line 569, ../Sass/CustomCss.scss */
    .Common_TableGrid td input[type=radio] {
        position: relative;
        top: 3px;
        left: 3px;
        position: relative;
        top: 6px;
        left: 6px;
    }
    /* line 577, ../Sass/CustomCss.scss */
    .Common_TableGrid td:first-child {
        display: inline-table;
        padding: 5px 5px 5px 8px;
        float: left;
        width: 17px;
        margin: 0px -13px 0 0;
        display: inline-table;
        padding: 0;
        float: left;
        width: 100%;
        margin: 0;
        height: 38px;
        border-width: 0px 1px 0px 0;
        display: inline-table;
        padding: 0;
        float: left;
        width: 100%;
        margin: 0;
        /*height: 45px !important;*/
        border-width: 0px 0px 0px 0;
    }
        /* line 600, ../Sass/CustomCss.scss */
        .Common_TableGrid td:first-child .lifile [type="radio"] + span {
            left: 12px;
            top: 10px;
        }

    /* line 608, ../Sass/CustomCss.scss */
    .Common_TableGrid td span {
    }
/* line 613, ../Sass/CustomCss.scss */
.Common_TableGrid .k-grid-header th.k-header {
    padding: 0.1em .6em 0em .6em;
    white-space: initial;
    padding: 0.3em .6em .3em .6em;
    white-space: initial;
    border-color: #F9F9F9;
    background-color: #F9F9F9;
}
    /* line 620, ../Sass/CustomCss.scss */
    .Common_TableGrid .k-grid-header th.k-header:first-child {
        padding: 0px 7px 0px 8px;
        padding: 0.1em .6em .1em .65em;
    }
    /* line 624, ../Sass/CustomCss.scss */
    .Common_TableGrid .k-grid-header th.k-header > .k-link {
        font-weight: 600;
        line-height: 17px;
    }
/* line 630, ../Sass/CustomCss.scss */
.Common_TableGrid td.no-data {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}
/* line 641, ../Sass/CustomCss.scss */
.Common_TableGrid tr:nth-child(odd) td.no-data:first-child {
    padding: 10px 0px;
    text-align: center;
    margin: 0 auto;
    float: none;
    display: table-cell;
    border-bottom: 1px solid #eee;
    color: #999;
}
/* line 651, ../Sass/CustomCss.scss */
.Common_TableGrid tr:nth-child(odd) td {
    border: 1px solid #ECECEC;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-top: 0px solid #ECECEC;
    height: 33px;
}
/* line 662, ../Sass/CustomCss.scss */
.Common_TableGrid tr:nth-child(even) td.no-data:first-child {
    padding: 10px 0px;
    text-align: center;
    margin: 0 auto;
    float: none;
    display: table-cell;
    border-bottom: 1px solid #eee;
    color: #999;
}
/* line 672, ../Sass/CustomCss.scss */
.Common_TableGrid tr:nth-child(even) td {
    border-top: 1px solid #F7F7F7;
    /*background: #FBFBFB;*/
    height: 34px;
    border-bottom: 1px solid #F7F7F7;
    border-left: 0px;
}
/* line 680, ../Sass/CustomCss.scss */
.Common_TableGrid tr td.no-data {
    padding: 10px 0px;
    text-align: center;
    margin: 0 auto;
    float: none;
    display: table-cell;
    border-bottom: 1px solid #eee;
    color: #999;
}
/* line 692, ../Sass/CustomCss.scss */
.Common_TableGrid tr.GridTdActive:nth-child(odd) td {
    background-color: #efefef;
    color: #777;
}
    /* line 695, ../Sass/CustomCss.scss */
    .Common_TableGrid tr.GridTdActive:nth-child(odd) td:last-child {
        border-right: 0px solid #D1EAC4;
    }
/* line 701, ../Sass/CustomCss.scss */
.Common_TableGrid tr.GridTdActive:nth-child(even) td {
    background-color: #efefef;
    color: #777;
}
/* line 709, ../Sass/CustomCss.scss */
.Common_TableGrid .GridTdActive td:first-child {
    padding: 0px;
    width: 100%;
    margin: 0;
    height: 44px;
    border-right: 0px solid #ECECEC !important;
}
/* line 718, ../Sass/CustomCss.scss */
.Common_TableGrid .k-grid-content {
    overflow-y: auto;
}
    /* line 721, ../Sass/CustomCss.scss */
    .Common_TableGrid .k-grid-content tr.kendo-data-row .no-data {
        border-bottom: 0px solid #DDDDDD;
    }
/* line 726, ../Sass/CustomCss.scss */
.Common_TableGrid .k-pager-wrap.k-grid-pager {
    background: #fff;
    border: 1px solid #eee;
    border-top: 0px;
}
/* line 733, ../Sass/CustomCss.scss */
.Common_TableGrid tbody tr td {
    vertical-align: top;
}

/* line 739, ../Sass/CustomCss.scss */
.row.row_multitabs {
    background: #EEEEEE;
    margin: 0px 0 0 0;
    box-shadow: 15px -2px 0px 0px #eeeeee;
}
    /* line 743, ../Sass/CustomCss.scss */
    .row.row_multitabs > div {
        padding-left: 0px;
    }

/* line 747, ../Sass/CustomCss.scss */
.page_flattabs {
    float: left;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
    /* line 752, ../Sass/CustomCss.scss */
    .page_flattabs li {
        color: #999;
        padding: 6px 10px;
        font-size: 14px;
        border: 1px solid #E5E5E5;
        background: #1399D4;
        font-weight: 400;
        margin: 4px 6px 0px -1px;
        border-radius: 3px;
        float: left;
        -webkit-box-shadow: inset 0px -3px 0px #eeeeee;
        box-shadow: inset 0px -3px 0px #eeeeee;
        -ms-box-shadow: inset 0px -3px 0px #eeeeee;
        -moz-box-shadow: inset 0px -3px 0px #eeeeee;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        cursor: pointer;
    }
        /* line 770, ../Sass/CustomCss.scss */
        .page_flattabs li a {
            color: #FBFBFB;
            font-size: 14px;
            font-weight: 400;
            transition: all .5s ease-in-out;
        }
        /* line 777, ../Sass/CustomCss.scss */
        .page_flattabs li.active {
            color: #00B0F0;
            border-bottom: 1px solid #FFFFFF;
            background: #fff;
            box-shadow: none;
            position: relative;
            z-index: 10;
        }
            /* line 784, ../Sass/CustomCss.scss */
            .page_flattabs li.active a {
                color: #3D97CC;
                transition: all .5s ease-in-out;
            }

/* line 791, ../Sass/CustomCss.scss */
.form-box h2 {
    margin-bottom: 25px;
    border-bottom: 1px dashed #ccc;
    font-weight: bold;
    text-align: left;
    font-size: 22px;
    padding: 0 0 10px 0;
    font-weight: 400;
}

/* line 801, ../Sass/CustomCss.scss */
.Products_Grid {
    background: #fff;
    width: 98%;
    margin: 6px 0 0 0;
    box-shadow: 0px 1px 2px 1px #ddd;
    float: right;
    max-height: 600px;
}
    /* line 808, ../Sass/CustomCss.scss */
    .Products_Grid .k-pager-wrap.k-grid-pager {
        background: #fff;
        border: 1px solid #eee;
        border-top: 0px;
    }

/* line 814, ../Sass/CustomCss.scss */
.Products_Grid_Title {
    padding: 0px 0px 0px 14px;
    color: #3D97CC;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    line-height: 42px;
}
    /* line 821, ../Sass/CustomCss.scss */
    .Products_Grid_Title i.icon {
        font-size: 24px;
        line-height: 30px;
        padding: 5px 8px 0 3px;
        float: left;
    }
    /* line 827, ../Sass/CustomCss.scss */
    .Products_Grid_Title i.icon-computer206 {
        font-size: 24px;
        padding: 6px 8px 0 3px;
    }
    /* line 831, ../Sass/CustomCss.scss */
    .Products_Grid_Title i.icon-pencil1 {
        font-size: 24px;
        padding: 6px 8px 0 3px;
    }
    /* line 835, ../Sass/CustomCss.scss */
    .Products_Grid_Title i.icon-documents1 {
        font-size: 24px;
        padding: 6px 8px 0 3px;
    }
    /* line 839, ../Sass/CustomCss.scss */
    .Products_Grid_Title i.icon-notebook83 {
        font-size: 24px;
        padding: 6px 8px 0 3px;
    }
    /* line 843, ../Sass/CustomCss.scss */
    .Products_Grid_Title i.icon-dashboard8 {
        font-size: 24px;
        padding: 6px 8px 0 3px;
    }

/* line 848, ../Sass/CustomCss.scss */
.ProductRowGridHeader {
    padding: 3px 0;
}

/* line 851, ../Sass/CustomCss.scss */
.ProductGridBtnsFlat {
    float: right;
    margin: 8px 13px 0px 0;
}
    /* line 854, ../Sass/CustomCss.scss */
    .ProductGridBtnsFlat button.btn-default {
        color: #666;
    }
        /* line 856, ../Sass/CustomCss.scss */
        .ProductGridBtnsFlat button.btn-default:hover {
            opacity: 1;
            background-color: #EDEDED;
            border-color: #ddd;
        }
    /* line 862, ../Sass/CustomCss.scss */
    .ProductGridBtnsFlat button.btn {
        padding: 2px 8px;
        padding: 5px 12px !important;
    }
    /* line 866, ../Sass/CustomCss.scss */
    .ProductGridBtnsFlat button.btn-primary {
        border: none;
    }
    /* line 869, ../Sass/CustomCss.scss */
    .ProductGridBtnsFlat button.btn.add {
        background-color: #FFFFFF;
        color: #3D97CC;
        padding: 3px 10px;
        border: 1px solid #DDDDDD;
    }
        /* line 870, ../Sass/CustomCss.scss */
        .ProductGridBtnsFlat button.btn.add:hover {
            opacity: 1;
            background-color: #EDEDED;
            border-color: #ddd;
        }
        /* line 881, ../Sass/CustomCss.scss */
        .ProductGridBtnsFlat button.btn.add + .btn-default.icon.editicon {
            color: #60A240;
        }
        /* line 884, ../Sass/CustomCss.scss */
        /*.ProductGridBtnsFlat button.btn.add + .btn-default.icon + .btn-default.icon {
            color: #C51B1B;
        }*/

        .ProductGridBtnsFlat button.btn.add + .btn-default.icon + .btn-default.icon.default {
            color: #666;
        }
        /* line 887, ../Sass/CustomCss.scss */
        .ProductGridBtnsFlat button.btn.add + .btn-default.icon + .btn-default.icon[disabled] {
            color: #b3b3b3;
        }
        /* line 892, ../Sass/CustomCss.scss */
        .ProductGridBtnsFlat button.btn.add + .btn-default.icon[disabled] {
            color: #b3b3b3;
        }
        /* line 897, ../Sass/CustomCss.scss */
        .ProductGridBtnsFlat button.btn.add[disabled] {
            color: #B3B3B3;
            background: transparent;
        }
            /* line 900, ../Sass/CustomCss.scss */
            .ProductGridBtnsFlat button.btn.add[disabled]:hover {
                background-color: #FFFFFF;
                cursor: no-drop;
            }
    /* line 905, ../Sass/CustomCss.scss */
    .ProductGridBtnsFlat button.btn-default[disabled]:hover {
        background-color: #fff;
        border-color: #ccc;
        opacity: .65;
        background: transparent;
    }
    /* line 913, ../Sass/CustomCss.scss */
    .ProductGridBtnsFlat button.btn-primary[disabled]:hover {
        background-color: #337ab7;
        border-color: #ddd;
        opacity: .65;
    }
    /* line 920, ../Sass/CustomCss.scss */
    .ProductGridBtnsFlat .btn.icon span {
        margin-right: 5px;
    }
    /* line 924, ../Sass/CustomCss.scss */
    .ProductGridBtnsFlat button.btn.btn-success {
        color: #fff;
    }

    /* line 930, ../Sass/CustomCss.scss */
    .ProductGridBtnsFlat button.btn.btn-danger {
        color: #fff !important;
    }
        /* line 932, ../Sass/CustomCss.scss */
        .ProductGridBtnsFlat button.btn.btn-danger span {
            color: #fff !important;
        }
    /* line 937, ../Sass/CustomCss.scss */
    .ProductGridBtnsFlat button.icon[disabled] span.glyphicon-pencil {
        color: #B3B3B3;
    }
        /* line 939, ../Sass/CustomCss.scss */
        .ProductGridBtnsFlat button.icon[disabled] span.glyphicon-pencil:hover {
            color: #B3B3B3;
        }
    /* line 943, ../Sass/CustomCss.scss */
    .ProductGridBtnsFlat button.icon[disabled] span.glyphicon-trash {
        color: #B3B3B3;
    }
        /* line 945, ../Sass/CustomCss.scss */
        .ProductGridBtnsFlat button.icon[disabled] span.glyphicon-trash:hover {
            color: #B3B3B3;
        }
    /* line 951, ../Sass/CustomCss.scss */
    .ProductGridBtnsFlat button.icon span.glyphicon-pencil {
        color: #60A240;
    }
    /* line 954, ../Sass/CustomCss.scss */
    .ProductGridBtnsFlat button.icon span.glyphicon-trash {
        color: #C51B1B;
    }
    /* line 958, ../Sass/CustomCss.scss */
    .ProductGridBtnsFlat .btn {
        margin: 0 6px 0 0;
    }

        .ProductGridBtnsFlat .btn .btn {
            margin: 0;
        }
    /* line 961, ../Sass/CustomCss.scss */
    .ProductGridBtnsFlat button.btn.delete {
        color: #C51B1B;
        color: #C51B1B !important;
    }
        /* line 965, ../Sass/CustomCss.scss */
        .ProductGridBtnsFlat button.btn.delete[disabled] {
            color: #b3b3b3 !important;
        }

/* line 971, ../Sass/CustomCss.scss */
.Product_TableGrid.k-grid .k-header .k-button.k-grid-add {
    float: right;
    background-color: #FFFFFF;
    color: #3D97CC;
    padding: 2px 8px;
    border: 1px solid #DDDDDD;
    font-weight: 400;
    line-height: 21px;
    margin: 0 0 10px 0;
}
    /* line 972, ../Sass/CustomCss.scss */
    .Product_TableGrid.k-grid .k-header .k-button.k-grid-add:hover {
        opacity: 1;
        background-color: #EDEDED;
        border-color: #ddd;
    }

/* line 991, ../Sass/CustomCss.scss */
.Product_TableGrid tr.GridTdActive:nth-child(odd) td {
    /*background-color: #EDFDE5 !important;*/
    color: #777;
}

    /* line 994, ../Sass/CustomCss.scss */
    .Product_TableGrid tr.GridTdActive:nth-child(odd) td:last-child {
        border-right: 1px solid #D1EAC4;
    }
/* line 1000, ../Sass/CustomCss.scss */
.Product_TableGrid tr.GridTdActive:nth-child(even) td {
    background-color: #efefef !important;
    color: #777;
}
/* line 1006, ../Sass/CustomCss.scss */
.Product_TableGrid td {
    line-height: 1.2em;
    color: #919191;
    height: 30px;
}
    /* line 1009, ../Sass/CustomCss.scss */
    .Product_TableGrid td span {
        color: #666;
    }
/* line 1016, ../Sass/CustomCss.scss */
.Product_TableGrid tr:nth-child(even) td {
    border-top: 0px solid #F7F7F7;
    background: #FBFBFB;
    border-bottom: 0px solid #F7F7F7;
    border-left: 0px;
}
/* line 1025, ../Sass/CustomCss.scss */
.Product_TableGrid tr:nth-child(odd) td {
    border: 0px solid #ECECEC;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 0px solid #ECECEC;
    /*text-align:left;*/
}
/* line 1035, ../Sass/CustomCss.scss */
.Product_TableGrid .k-grid-header th.k-header {
    padding: 0.1em .6em .1em .6em;
    white-space: initial;
    border-color: #F9F9F9;
    vertical-align: top;
    background: #f9f9f9;
}
    /* line 1041, ../Sass/CustomCss.scss */
    .Product_TableGrid .k-grid-header th.k-header > .k-link {
        font-weight: 600;
        line-height: 17px;
    }
/* line 1049, ../Sass/CustomCss.scss */
.Product_TableGrid .GridTdActive td:first-child {
    width: auto;
    margin: 0;
    height: 28px;
    border-right: 0px !important;
}
    /* line 1057, ../Sass/CustomCss.scss */
    .Product_TableGrid .GridTdActive td:first-child .lifile [type="radio"] + span {
        position: relative;
        top: .4px;
    }
/* line 1067, ../Sass/CustomCss.scss */
.Product_TableGrid td.no-data {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    border-bottom: 1px solid #d2d2d2 !important;
    color: #999;
}
/* line 1074, ../Sass/CustomCss.scss */
.Product_TableGrid .k-grid-content {
    overflow-y: auto;
    overflow-x: auto;
    max-height: 440px;
    border: 0px solid #eee;
    border-top: 0;
    border-bottom: 0;
    float: right;
}
/* line 1082, ../Sass/CustomCss.scss */
.Product_TableGrid .k-header.k-grid-toolbar {
    background: #fff;
    padding: 0;
}
/* line 1087, ../Sass/CustomCss.scss */
.Product_TableGrid tr.GridTdInactive:nth-child(odd) td {
    background-color: #fcf8e3 !important;
    background-color: #fcf8e3 !important;
}
/* line 1093, ../Sass/CustomCss.scss */
.Product_TableGrid tr.GridTdInactive:nth-child(even) td {
    background-color: #fcf8e3 !important;
    background-color: #fcf8e3 !important;
}
/* line 1101, ../Sass/CustomCss.scss */
.Product_TableGrid .popup_tooltip span:before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f067";
    font-size: 10px;
    float: right;
    line-height: 15px;
    font-weight: normal;
    width: 14px;
    color: #1399D4;
    border: 1px solid #1399D4;
    margin: 0px -15px 0 0px;
    height: 14px;
    position: relative;
    border-radius: 50%;
    text-align: center;
}

/* line 1123, ../Sass/CustomCss.scss */
.k-grid tr:nth-child(even) td {
    border-top: 0px solid #F7F7F7;
    /*background: #FBFBFB;*/
    height: 34px;
    border-bottom: 0px solid #F7F7F7;
    border-left: 0px;
}
/* line 1132, ../Sass/CustomCss.scss */
.k-grid table {
    width: 100%;
    margin: 0;
    max-width: none;
    border-collapse: inherit;
    border-spacing: 0px;
    empty-cells: hide;
    border-width: 0;
    outline: 0;
    table-layout: fixed;
    float: left;
}

/* line 1145, ../Sass/CustomCss.scss */
.k-grid-header {
    background-color: #FFFFFF;
    border: 1px solid #eee;
    border-bottom: 0;
    padding-right: 0px !important;
}
    /* line 1146, ../Sass/CustomCss.scss */
    .k-grid-header th.k-header {
        padding: 0.1em .6em .1em .6em;
        white-space: initial;
        border-color: #F9F9F9;
        vertical-align: top;
        background: #f9f9f9;
        position: relative;
    }

/* line 1160, ../Sass/CustomCss.scss */
.k-ie .Product_TableGrid .k-grid-content {
    overflow-x: hidden !important;
    width: 99.9%;
}
/* line 1165, ../Sass/CustomCss.scss */
.k-ie .Common_TableGrid .k-grid-content {
    overflow-x: hidden !important;
}
/* line 1169, ../Sass/CustomCss.scss */
/*.k-ie .k-grid-content {
    overflow-x: hidden !important;
}*/

.k-ie .Product_TableGrid .k-grid-content {
    overflow-x: auto !important;
}
/* line 1176, ../Sass/CustomCss.scss */
.k-link:not(.k-state-disabled):hover > .k-i-seek-e {
    background-position: 0 -80px;
}
/* line 1179, ../Sass/CustomCss.scss */
.k-link:not(.k-state-disabled):hover > .k-i-arrow-e {
    background-position: 0px -16px;
}
/* line 1182, ../Sass/CustomCss.scss */
.k-link:not(.k-state-disabled):hover > .k-i-arrow-w {
    background-position: 0px -48px;
}
/* line 1185, ../Sass/CustomCss.scss */
.k-link:not(.k-state-disabled):hover > .k-i-seek-w {
    background-position: 0px -112px;
}
/* line 1188, ../Sass/CustomCss.scss */
.k-link:not(.k-state-disabled):hover > .k-i-arrow-s {
    background-position: 0px -32px;
}

/* line 1195, ../Sass/CustomCss.scss */
.k-state-hover > .k-i-seek-e {
    background-position: 0 -80px;
}
/* line 1199, ../Sass/CustomCss.scss */
.k-state-hover > * > .k-i-seek-e {
    background-position: 0 -80px;
}
/* line 1202, ../Sass/CustomCss.scss */
.k-state-hover > * > .k-i-arrow-e {
    background-position: 0px -16px;
}
/* line 1205, ../Sass/CustomCss.scss */
.k-state-hover > * > .k-i-arrow-w {
    background-position: 0px -48px;
}
/* line 1208, ../Sass/CustomCss.scss */
.k-state-hover > * > .k-i-seek-w {
    background-position: 0px -112px;
}
/* line 1211, ../Sass/CustomCss.scss */
.k-state-hover > * > .k-i-arrow-s {
    background-position: 0px -32px;
}
/* line 1215, ../Sass/CustomCss.scss */
.k-state-hover > .k-i-arrow-e {
    background-position: 0px -16px;
}
/* line 1218, ../Sass/CustomCss.scss */
.k-state-hover > .k-i-arrow-w {
    background-position: 0px -48px;
}
/* line 1221, ../Sass/CustomCss.scss */
.k-state-hover > .k-i-seek-w {
    background-position: 0px -112px;
}
/* line 1224, ../Sass/CustomCss.scss */
.k-state-hover > .k-i-arrow-s {
    background-position: 0px -32px;
}

/* line 1231, ../Sass/CustomCss.scss */
.k-button:not(.k-state-disabled):hover .k-i-seek-e {
    background-position: 0 -80px;
}
/* line 1234, ../Sass/CustomCss.scss */
.k-button:not(.k-state-disabled):hover .k-i-arrow-e {
    background-position: 0px -16px;
}
/* line 1237, ../Sass/CustomCss.scss */
.k-button:not(.k-state-disabled):hover .k-i-arrow-w {
    background-position: 0px -48px;
}
/* line 1240, ../Sass/CustomCss.scss */
.k-button:not(.k-state-disabled):hover .k-i-seek-w {
    background-position: 0px -112px;
}
/* line 1243, ../Sass/CustomCss.scss */
.k-button:not(.k-state-disabled):hover .k-i-arrow-s {
    background-position: 0px -32px;
}
/* line 1249, ../Sass/CustomCss.scss */
.k-button:active .k-i-seek-e {
    background-position: 0 -80px;
}
/* line 1252, ../Sass/CustomCss.scss */
.k-button:active .k-i-arrow-e {
    background-position: 0px -16px;
}
/* line 1255, ../Sass/CustomCss.scss */
.k-button:active .k-i-arrow-w {
    background-position: 0px -48px;
}
/* line 1258, ../Sass/CustomCss.scss */
.k-button:active .k-i-seek-w {
    background-position: 0px -112px;
}
/* line 1261, ../Sass/CustomCss.scss */
.k-button:active .k-i-arrow-s {
    background-position: 0px -32px;
}

/* line 1268, ../Sass/CustomCss.scss */
.k-textbox:hover .k-i-seek-e {
    background-position: 0 -80px;
}
/* line 1271, ../Sass/CustomCss.scss */
.k-textbox:hover .k-i-arrow-e {
    background-position: 0px -16px;
}
/* line 1274, ../Sass/CustomCss.scss */
.k-textbox:hover .k-i-arrow-w {
    background-position: 0px -48px;
}
/* line 1277, ../Sass/CustomCss.scss */
.k-textbox:hover .k-i-seek-w {
    background-position: 0px -112px;
}
/* line 1280, ../Sass/CustomCss.scss */
.k-textbox:hover .k-i-arrow-s {
    background-position: 0px -32px;
}

/* line 1286, ../Sass/CustomCss.scss */
.k-dropdown .k-state-default {
    border: 1px solid #eee;
}
/* line 1290, ../Sass/CustomCss.scss */
.k-dropdown:hover .k-state-default {
    box-shadow: 0px 0px 0px 0px #eee;
}

/* line 1295, ../Sass/CustomCss.scss */
.k-dropdown-wrap.k-state-focused {
    box-shadow: 0px 0px 0px 0px #aaa !important;
}

/* line 1299, ../Sass/CustomCss.scss */
.ProductsSectionAdd::-webkit-scrollbar {
    height: 0em;
    width: .5em;
    -webkit-appearance: none;
}
/* line 1304, ../Sass/CustomCss.scss */
.ProductsSectionAdd::-webkit-scrollbar-thumb {
    background-color: #999999;
    box-sizing: content-box;
}

/* line 1309, ../Sass/CustomCss.scss */
.Product_AddEdit_Content {
    padding: 10px 0px 20px;
    background: #fff;
    margin: 5px 0px;
    border-radius: 0px;
    box-shadow: none;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
    /* line 1321, ../Sass/CustomCss.scss */
    .Product_AddEdit_Content .form_fields {
        margin: 0 0 20px 0;
        padding: 0px 10px 0 0px;
    }
        /* line 1324, ../Sass/CustomCss.scss */
        .Product_AddEdit_Content .form_fields:last-child {
            margin: 0 0 0px 0;
            padding: 0px 10px 0 0px;
        }
    /* line 1329, ../Sass/CustomCss.scss */
    .Product_AddEdit_Content .btn {
        display: inline-block;
        padding: 3px 12px;
    }

/* line 1334, ../Sass/CustomCss.scss */
.black_overlay {
    z-index: 999 !important;
}

/* line 1338, ../Sass/CustomCss.scss */
.content.products_content.Products_Right > div {
    padding: 0px;
}
    /* line 1341, ../Sass/CustomCss.scss */
    .content.products_content.Products_Right > div.ProdDeviceManage {
        overflow: hidden;
        padding: 10px 10px 0px 10px;
    }
        /* line 1342, ../Sass/CustomCss.scss */
        .content.products_content.Products_Right > div.ProdDeviceManage .EditFormContainer {
            margin-bottom: 2px;
        }

/* line 1351, ../Sass/CustomCss.scss */
.Product_TableGrid.FormulationGd td:first-child {
    width: 25px;
    margin: 0px -26px 0 0;
}
/* line 1358, ../Sass/CustomCss.scss */
.Product_TableGrid.FormulationGd .GridTdActive td:first-child {
    width: 25px;
    margin: 0px -26px 0 0;
}
/* line 1366, ../Sass/CustomCss.scss */
.Product_TableGrid.FormulationGd .k-grid-header th.k-header:first-child {
    padding: 0.1em .2em .1em .2em;
}

/* line 1372, ../Sass/CustomCss.scss */
.BtnTopStirp {
    float: right;
    margin-right: 22px;
    height: 20px;
    margin-top: 28px;
}

/* line 1376, ../Sass/CustomCss.scss */
.BtnTopBack {
    margin: 2px 0 0 0;
    background: transparent;
    border-color: transparent;
    padding: 3px 8px !important;
    color: #444;
    text-decoration: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 11px !important;
    line-height: 28px;
    display: none;
}

.review-page .BtnTopBack {
    line-height: 20px;
}
/* line 1386, ../Sass/CustomCss.scss */
.BtnTopBack:hover {
    background: none;
    border-color: transparent;
    color: #888;
    border: none;
}
/* line 1392, ../Sass/CustomCss.scss */
.BtnTopBack:focus {
    background: none;
    border-color: transparent;
    color: #888;
    border: none;
}
/* line 1398, ../Sass/CustomCss.scss */
.BtnTopBack:visited {
    background: none;
    border-color: transparent;
    color: #888;
    border: none;
}
/* line 1405, ../Sass/CustomCss.scss */
.BtnTopBack:active:focus {
    background: none;
    border-color: transparent;
    color: #888;
    border: none;
}
/* line 1411, ../Sass/CustomCss.scss */
.BtnTopBack:active:hover {
    background: none;
    border-color: transparent;
    color: #888;
    border: none;
}
/* line 1418, ../Sass/CustomCss.scss */
.BtnTopBack span {
    font-size: 11px;
    margin: 0 7px 0 0;
}

/* line 1424, ../Sass/CustomCss.scss */
body.skin-blue .btn.BtnTopBack.waves-float {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* line 1429, ../Sass/CustomCss.scss */
body.skin-blue .btn {
    padding: 5px 12px;
    font-size: 13px;
}

/* line 1435, ../Sass/CustomCss.scss */
button.icon span.glyphicon-pencil {
    color: #60A240;
}
/* line 1438, ../Sass/CustomCss.scss */
button.icon span.glyphicon-trash {
    color: #C51B1B;
}

/* line 1443, ../Sass/CustomCss.scss */
.login_body .btn {
    padding: 5px 12px;
    font-size: 15px;
}

/* line 1448, ../Sass/CustomCss.scss */
.Common_Grid_Tab_child {
    width: 100%;
    margin: 20px 0 0 0;
}

/* line 1452, ../Sass/CustomCss.scss */
.empty_tenh {
    width: 100%;
    float: left;
    height: 11px;
}

/* line 1457, ../Sass/CustomCss.scss */
.empty_sixten {
    width: 100%;
    float: left;
    height: 16px;
}

/* line 1462, ../Sass/CustomCss.scss */
.empty_threety {
    width: 100%;
    height: 30px;
}

/* line 1466, ../Sass/CustomCss.scss */
.lifile {
    margin: 0px;
    float: left;
}
    /* line 1469, ../Sass/CustomCss.scss */
    .lifile label {
        display: inline-block;
        cursor: pointer;
        line-height: 20px;
        font-size: 1.5em;
        float: left;
        width: auto;
        min-width: 10px;
        margin: 0;
    }
        /* line 1470, ../Sass/CustomCss.scss */
        .lifile label input[type=radio] {
            margin: 0px;
        }
        /* line 1481, ../Sass/CustomCss.scss */
        .lifile label span {
            font-size: 14px;
        }

            .lifile label span.lbl {
                font-weight: normal;
                line-height: 10px;
                display: inline-flex;
            }
            /* line 1483, ../Sass/CustomCss.scss */
            .lifile label span:before {
                font-size: 12px;
            }
    /* line 1488, ../Sass/CustomCss.scss */
    .lifile [type="radio"] {
        border: 0;
        clip: rect(0 0 0 0);
        height: 0px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
        /* line 1498, ../Sass/CustomCss.scss */
        .lifile [type="radio"] + span {
            display: inline-block;
            position: relative;
            left: 7px;
            top: 0px;
        }
            /* line 1503, ../Sass/CustomCss.scss */
            .lifile [type="radio"] + span:before {
                content: '';
                display: inline-block;
                width: .8em;
                height: .8em;
                vertical-align: -0.1em;
                border-radius: 1em;
                border: 0.125em solid #fff;
                box-shadow: 0 0 0 0.1em #B1B1B1;
                margin-right: 0.75em;
            }
        /* line 1519, ../Sass/CustomCss.scss */
        .lifile [type="radio"]:checked + span:before {
            background: #60A240;
            height: 0.8em;
        }

/* line 1528, ../Sass/CustomCss.scss */
.k-grid-header-wrap {
    border-width: 0px 0px;
    border-color: #F5F5F5;
    background: #f9f9f9;
}
    /* line 1529, ../Sass/CustomCss.scss */
    .k-grid-header-wrap > table {
        margin-bottom: -1px;
        table-layout: fixed;
    }

/* line 1538, ../Sass/CustomCss.scss */
.k-grid-header-locked > table {
    margin-bottom: -1px;
    table-layout: fixed;
}

/* line 1543, ../Sass/CustomCss.scss */
.form-control[readonly].datepicker {
    background: url(../images/icon-calendar.png) white no-repeat 99% 4px;
    cursor: pointer;
}

/* line 1547, ../Sass/CustomCss.scss */
.form-control.datepicker {
    background: url(../images/icon-calendar.png) white no-repeat 99% 4px;
    cursor: pointer;
}

/* line 1552, ../Sass/CustomCss.scss */
.k-grid-content table {
    border: 1px solid #eee;
    border-bottom: 0px;
    border-top: 0px;
}
/* line 1557, ../Sass/CustomCss.scss */
.k-grid-content .Metadata_TableGrid.k-grid {
    border: 1px solid #EDEDED;
    border-radius: 3px;
}

/* line 1562, ../Sass/CustomCss.scss */
span.k-pager-sizes.k-label {
    line-height: 30px;
    color: #a8a8a8;
}

/* line 1566, ../Sass/CustomCss.scss */
.k-popup.k-list-container {
    border-color: #ddd;
}

/* line 1570, ../Sass/CustomCss.scss */
.form_fields label {
    color: #666;
}

/* line 1574, ../Sass/CustomCss.scss */
label {
    color: #666;
}

/* line 1578, ../Sass/CustomCss.scss */
.checkbox.TermsChkBox label {
    font-size: 13px !important;
    margin: 5px 0 0 0;
    line-height: 18px;
    padding: 0px;
}
/* line 1584, ../Sass/CustomCss.scss */
.checkbox.TermsChkBox input[type="checkbox"] {
    position: relative;
    margin: 1px 6px 3px 0;
}

/* line 1589, ../Sass/CustomCss.scss */
.content.ProductsSection {
    padding-bottom: 30px;
    min-height: 90%;
    max-height: 100%;
    float: left;
    width: 100% !important;
    padding: 6px 0px 0 4px;
}

/* line 1596, ../Sass/CustomCss.scss */
.SessionExpiredIcon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background-image: url(../images/timer.png);
    background-size: 60px 60px;
}

/* line 1605, ../Sass/CustomCss.scss */
.session_expire_popup .pp_content p {
    font-size: 14px;
    color: #888;
}

/* line 1611, ../Sass/CustomCss.scss */
div.LoadingIcon {
    position: absolute;
    width: 400px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -200px;
    text-align: center;
}

/* line 1621, ../Sass/CustomCss.scss */
.LoadingIcon span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 145px 3px 0;
    background: rgba(26, 145, 249, 0.45);
    border-radius: 50%;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    animation: wave 2s infinite ease-in-out;
    -moz-animation: wave 2s infinite ease-in-out;
    -webkit-animation: wave 2s infinite ease-in-out;
}
    /* line 1634, ../Sass/CustomCss.scss */
    .LoadingIcon span:nth-child(1) {
        animation-delay: 0s;
        -moz-animation-delay: 0s;
        -webkit-animation-delay: 0s;
    }
    /* line 1639, ../Sass/CustomCss.scss */
    .LoadingIcon span:nth-child(2) {
        animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        -webkit-animation-delay: 0.1s;
    }
    /* line 1644, ../Sass/CustomCss.scss */
    .LoadingIcon span:nth-child(3) {
        animation-delay: 0.2s;
        -moz-animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
    }
    /* line 1649, ../Sass/CustomCss.scss */
    .LoadingIcon span:nth-child(4) {
        animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
    }
    /* line 1654, ../Sass/CustomCss.scss */
    .LoadingIcon span:nth-child(5) {
        animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        -webkit-animation-delay: 0.4s;
    }

/* line 1661, ../Sass/CustomCss.scss */
.CaptchaLetter {
    width: 19px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    float: left;
}

/* line 1669, ../Sass/CustomCss.scss */
img.captcha_img {
    float: left;
    margin: 4px 0 0 10px;
    cursor: pointer;
    width: 20px;
}
    /* line 1674, ../Sass/CustomCss.scss */
    img.captcha_img:hover {
        opacity: 0.8;
    }

/* line 1678, ../Sass/CustomCss.scss */
.GridSubTitle.AddProductTitle {
    margin: -16px 0px 25px 20px;
    float: left;
    border-width: 0px 0px 0px 0px;
    border-bottom: 2px solid #3D97D1;
    font-size: 18px;
    font-weight: 400;
}

/* line 1689, ../Sass/CustomCss.scss */
span.k-widget.form-control span:hover .k-i-calendar {
    background-position: -32px -176px;
}
/* line 1694, ../Sass/CustomCss.scss */
span.k-widget.form-control span.k-icon {
    opacity: 0.4;
    color: #fff;
}

/* line 1700, ../Sass/CustomCss.scss */
.k-datepicker.form-control .k-input {
    background-color: #fff !important;
    line-height: 31px;
    height: 30px;
}

/* line 1708, ../Sass/CustomCss.scss */
.forget_captcha .CaptchaLetter:nth-child(1) {
    color: #FB18DE;
}
/* line 1711, ../Sass/CustomCss.scss */
.forget_captcha .CaptchaLetter:nth-child(2) {
    color: #EE1515;
}
/* line 1714, ../Sass/CustomCss.scss */
.forget_captcha .CaptchaLetter:nth-child(3) {
    color: #02BF69;
}
/* line 1717, ../Sass/CustomCss.scss */
.forget_captcha .CaptchaLetter:nth-child(4) {
    color: #1983F3;
}
/* line 1720, ../Sass/CustomCss.scss */
.forget_captcha .CaptchaLetter:nth-child(5) {
    color: #D06100;
}

/* line 1725, ../Sass/CustomCss.scss */
.Product_TableGrid.k-grid.k-widget {
    margin: 0px 30px 30px;
    border: none;
    max-height: 600px;
}

/* line 1730, ../Sass/CustomCss.scss */
.Common_TableGrid.k-grid.k-widget {
    margin: 0px 30px 30px;
    border: none;
}

/* line 1734, ../Sass/CustomCss.scss */
.ProductFamilys {
    margin: 0 0 20px 0;
    padding: 0px;
}
    /* line 1735, ../Sass/CustomCss.scss */
    .ProductFamilys .Product_TableGrid.k-grid.k-widget {
        border: 1px solid #eee;
        margin: 0px 16px;
    }
        /* line 1739, ../Sass/CustomCss.scss */
        .ProductFamilys .Product_TableGrid.k-grid.k-widget tr.k-grid-edit-row td {
            vertical-align: top;
        }
    /* line 1746, ../Sass/CustomCss.scss */
    .ProductFamilys .Product_TableGrid.k-grid .k-header .k-button.k-grid-add {
        margin: 6px 4px 5px 0;
        background-color: #00B1FC;
        border-color: #00B1FC;
        color: #FBFBFB;
        -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
        border-radius: 3px;
    }
        /* line 1754, ../Sass/CustomCss.scss */
        .ProductFamilys .Product_TableGrid.k-grid .k-header .k-button.k-grid-add:hover {
            background-color: #009DDF;
            border-color: #009DDF;
        }

/* line 1766, ../Sass/CustomCss.scss */
.bootbox .modal-dialog .modal-footer {
    width: 100%;
    margin: 0 auto;
    display: table;
    float: none;
}
    /* line 1772, ../Sass/CustomCss.scss */
    .bootbox .modal-dialog .modal-footer button:first-child {
        float: right;
        margin: 0 0px 0 5px;
    }
    /* line 1777, ../Sass/CustomCss.scss */
    .bootbox .modal-dialog .modal-footer button.btn-primary {
        background-color: #3c8dbc;
        border-color: #367fa9;
    }

/* line 1784, ../Sass/CustomCss.scss */
.checkbox.GridCheckBox {
    display: inline;
    margin: 15px 15px 0 0;
    float: right;
    position: relative;
    z-index: 9;
}

/* line 1790, ../Sass/CustomCss.scss */
.k-button.k-button-icontext .k-icon {
    display: none;
}

/* line 1797, ../Sass/CustomCss.scss */
.ProductFamily_TableGrid tr.GridTdActive:nth-child(odd) td {
    background-color: #EDFDE5 !important;
    font-weight: 600;
    color: #777;
}
    /* line 1801, ../Sass/CustomCss.scss */
    .ProductFamily_TableGrid tr.GridTdActive:nth-child(odd) td:last-child {
        border-right: 1px solid #D1EAC4;
    }
/* line 1807, ../Sass/CustomCss.scss */
.ProductFamily_TableGrid tr.GridTdActive:nth-child(even) td {
    background-color: #EDFDE5 !important;
    font-weight: 600;
    color: #777;
}
/* line 1814, ../Sass/CustomCss.scss */
.ProductFamily_TableGrid td {
    line-height: 2.2em;
    color: #919191;
}
/* line 1820, ../Sass/CustomCss.scss */
.ProductFamily_TableGrid tr:nth-child(even) td {
    border-top: 1px solid #D8F0F9;
    background: #F3FCFF;
    height: 34px;
    border-bottom: 1px solid #D8F0F9;
    border-left: 0px;
}
/* line 1829, ../Sass/CustomCss.scss */
.ProductFamily_TableGrid tr:nth-child(odd) td {
    border: 0px solid #ECECEC;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 0px solid #ECECEC;
    height: 34px;
}
/* line 1839, ../Sass/CustomCss.scss */
.ProductFamily_TableGrid .k-grid-header th.k-header {
    padding: 0.1em .6em .1em .6em;
    white-space: initial;
    border-color: #C0E2EF;
    background-color: #D8F0F9;
    vertical-align: top;
}
    /* line 1845, ../Sass/CustomCss.scss */
    .ProductFamily_TableGrid .k-grid-header th.k-header > .k-link {
        color: #1399D4;
    }
/* line 1852, ../Sass/CustomCss.scss */
.ProductFamily_TableGrid .GridTdActive td:first-child {
    padding: 0;
    width: auto;
    margin: 0;
    height: 28px;
    border-right: 0px !important;
}
    /* line 1861, ../Sass/CustomCss.scss */
    .ProductFamily_TableGrid .GridTdActive td:first-child .lifile [type="radio"] + span {
        position: relative;
        top: .4px;
    }
/* line 1871, ../Sass/CustomCss.scss */
.ProductFamily_TableGrid td.no-data {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}
/* line 1876, ../Sass/CustomCss.scss */
.ProductFamily_TableGrid .k-grid-content {
    overflow-y: auto;
    overflow-x: hidden;
}
/* line 1880, ../Sass/CustomCss.scss */
.ProductFamily_TableGrid .k-header.k-grid-toolbar {
    background: #fff;
}

/* line 1886, ../Sass/CustomCss.scss */
.ProductFamily_TableGrid.FormulationGd td:first-child {
    width: 25px;
    margin: 0px -26px 0 0;
}
/* line 1893, ../Sass/CustomCss.scss */
.ProductFamily_TableGrid.FormulationGd .GridTdActive td:first-child {
    width: 25px;
    margin: 0px -26px 0 0;
}
/* line 1901, ../Sass/CustomCss.scss */
.ProductFamily_TableGrid.FormulationGd .k-grid-header th.k-header:first-child {
    padding: 0.1em .2em .1em .2em;
}

/* line 1909, ../Sass/CustomCss.scss */
.ProductFamily_TableGrid.k-grid .k-header .k-button.k-grid-add {
    float: right;
    background-color: #FFFFFF;
    color: #3D97CC;
    padding: 3px 8px;
    border: 1px solid #DDDDDD;
    font-weight: 400;
    line-height: 1.42857143;
}
/* line 1919, ../Sass/CustomCss.scss */
.ProductFamily_TableGrid.k-grid td {
    vertical-align: top;
}
    /* line 1921, ../Sass/CustomCss.scss */
    .ProductFamily_TableGrid.k-grid td .k-button.k-grid-edit {
        color: #fff;
        background-color: #3c8dbc;
        border-color: #367fa9;
        border-radius: 0px;
        padding: 1px 8px;
        min-width: auto;
    }
        /* line 1928, ../Sass/CustomCss.scss */
        .ProductFamily_TableGrid.k-grid td .k-button.k-grid-edit:visited {
            color: #fff;
            background-color: #3c8dbc;
            border-color: #367fa9;
            border-radius: 0px;
            padding: 1px 8px;
            min-width: auto;
        }
        /* line 1936, ../Sass/CustomCss.scss */
        .ProductFamily_TableGrid.k-grid td .k-button.k-grid-edit:active {
            color: #fff;
            background-color: #3c8dbc;
            border-color: #367fa9;
            border-radius: 0px;
            padding: 1px 8px;
            min-width: auto;
        }
        /* line 1944, ../Sass/CustomCss.scss */
        .ProductFamily_TableGrid.k-grid td .k-button.k-grid-edit:hover {
            color: #fff;
            background-color: #3c8dbc;
            border-color: #367fa9;
            border-radius: 0px;
            padding: 1px 8px;
            min-width: auto;
        }

/* line 1956, ../Sass/CustomCss.scss */

a.k-primary, a.k-grid-edit, a.k-grid-cancel, a.k-grid-Delete {
    border-radius: 2px;
    padding: 1px 6px;
    min-width: auto;
}

    a.k-primary:link {
        color: #fff;
        background-color: #3c8dbc;
        border-color: #367fa9;
    }
    /* line 1964, ../Sass/CustomCss.scss */
    a.k-primary:visited {
        color: #fff;
        background-color: #3c8dbc;
        border-color: #367fa9;
    }
    /* line 1972, ../Sass/CustomCss.scss */
    a.k-primary:active {
        color: #fff;
        background-color: #3c8dbc;
        border-color: #367fa9;
    }
    /* line 1980, ../Sass/CustomCss.scss */
    a.k-primary:hover {
        color: #fff;
        background-color: #3c8dbc;
        border-color: #367fa9;
    }

    /* line 1990, ../Sass/CustomCss.scss */
    a.k-grid-edit:link {
        color: #fff;
        background-color: #3c8dbc;
        border-color: #367fa9;
    }
    /* line 1998, ../Sass/CustomCss.scss */
    a.k-grid-edit:visited {
        color: #fff;
        background-color: #3c8dbc;
        border-color: #367fa9;
    }
    /* line 2006, ../Sass/CustomCss.scss */
    a.k-grid-edit:active {
        color: #fff;
        background-color: #3c8dbc;
        border-color: #367fa9;
    }
    /* line 2014, ../Sass/CustomCss.scss */
    a.k-grid-edit:hover {
        color: #fff;
        background-color: #3c8dbc;
        border-color: #367fa9;
    }
/* line 2045, ../Sass/CustomCss.scss */
.GridTdInactive {
    background-color: #fcf8e3 !important;
    background-color: #fcf8e3 !important;
    background-color: #fcf8e3 !important;
}

/* line 2051, ../Sass/CustomCss.scss */
.popup_tooltip span {
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 20px;
}

/* line 2061, ../Sass/CustomCss.scss */
.k-animation-container.PopupPFamily .k-tooltip-content ul {
    padding: 3px;
}
/* line 2065, ../Sass/CustomCss.scss */
.k-animation-container.PopupPFamily .k-tooltip.k-popup {
    position: relative;
}
    /* line 2068, ../Sass/CustomCss.scss */
    .k-animation-container.PopupPFamily .k-tooltip.k-popup .k-tooltip-content ul li {
        line-height: 28px;
        list-style-type: none;
        text-align: left;
        display: block;
        color: #919191;
    }
    /* line 2078, ../Sass/CustomCss.scss */
    .k-animation-container.PopupPFamily .k-tooltip.k-popup:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #1399D4;
        border-width: 6px;
        margin-top: -6px;
    }
    /* line 2092, ../Sass/CustomCss.scss */
    .k-animation-container.PopupPFamily .k-tooltip.k-popup:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(194, 225, 245, 0);
        border-right-color: #A5E3FF;
        border-width: 7px;
        margin-top: -7px;
    }
/* line 2107, ../Sass/CustomCss.scss */
.k-animation-container.PopupPFamily .k-widget.k-tooltip.k-popup {
    border-color: #ddd;
    color: #333;
    background: #ffffff;
}

/* line 2113, ../Sass/CustomCss.scss */
.ProductFamilyRowGridHeader {
    padding: 0 20px;
    position: relative;
    top: 32px;
    z-index: 1;
    max-width: 90%;
}
.basicInfo {
    top: 60px;
    position: relative;
    z-index: 9;
}

/* line 2121, ../Sass/CustomCss.scss */
.ProductsFamily_Grid_Title {
    padding: 0 10px;
    color: #3D97CC;
    font-size: 18px;
    border-bottom: 0px;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
    position: relative;
}

/* line 2132, ../Sass/CustomCss.scss */
.tooltip[role="tooltip"] {
    position: fixed !important;
}

/* line 2135, ../Sass/CustomCss.scss */
ul.searchfields {
    list-style-type: none;
    padding: 0;
}

/* line 2139, ../Sass/CustomCss.scss */
.RowSearch {
    margin: 0 0 8px 0;
}

/* line 2142, ../Sass/CustomCss.scss */
.btn.SearchActionBtn {
    margin: 5px 2px 0 0;
    border: 0;
    color: #1399D4;
    border-radius: 3px;
}

/* line 2148, ../Sass/CustomCss.scss */
.AnchorLink {
    float: right;
    background: #60A240;
    padding: 4px 10px;
    color: #FFFFFF !important;
    margin: -7px 11px 0 0;
}
    /* line 2154, ../Sass/CustomCss.scss */
    .AnchorLink:hover {
        color: #FFFFFF !important;
    }
    /* line 2157, ../Sass/CustomCss.scss */
    .AnchorLink:active {
        color: #FFFFFF !important;
    }
    /* line 2160, ../Sass/CustomCss.scss */
    .AnchorLink:focus {
        color: #FFFFFF !important;
    }

/* line 2164, ../Sass/CustomCss.scss */
.k-widget.k-tooltip-validation.k-invalid-msg {
    position: relative;
    font-size: 11px;
    padding: 4px 3px;
    width: auto;
    background: #FFD2D2;
    border-color: #EDB4B4;
    color: #666;
}

/* line 2174, ../Sass/CustomCss.scss */


.k-tooltip-validation .k-callout-n {
    border-bottom-color: #EDB4B4;
}

/* line 2178, ../Sass/CustomCss.scss */
.ProductsDevices_Grid {
    background: #FFFFFF;
    width: 99%;
    margin: 5px 0px;
    box-shadow: 0px 1px 2px 1px #ddd;
    float: left;
    padding-bottom: 15px;
}

/* line 2185, ../Sass/CustomCss.scss */
.ProductDevices_Tree {
    border: none;
}
    /* line 2187, ../Sass/CustomCss.scss */
    .ProductDevices_Tree .k-top input[type="checkbox"] {
        margin: 0;
        background: #fff;
        box-shadow: 0 0 0 0 #7c7c7c inset, 0 0 0 1px #7c7c7c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #0b0b0b;
        padding: 8px;
        padding: 0px\9;
        border-radius: 2px;
        display: block;
        transition: all 0.3s ease-in-out;
        zoom: 1.1;
    }
        /* line 2197, ../Sass/CustomCss.scss */
        .ProductDevices_Tree .k-top input[type="checkbox"]:checked {
            background: #fff;
            content: url(../images/checkbox-icon.png);
            box-shadow: 0 0 0 10px #5c5c5c inset, 0 0 0 1px #5c5c5c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #5c5c5c;
        }

        /* line 2202, ../Sass/CustomCss.scss */
        .ProductDevices_Tree .k-top input[type="checkbox"]:indeterminate {
            background: #fff;
            content: url(../images/checkbox-icon-off.png);
            box-shadow: 0 0 0 10px #5c5c5c inset, 0 0 0 1px #5c5c5c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #5c5c5c;
        }
    /* line 2209, ../Sass/CustomCss.scss */
    .ProductDevices_Tree .k-top .k-bot input[type="checkbox"] {
        margin: 0;
        background: #fff;
        box-shadow: 0 0 0 0 #7c7c7c inset, 0 0 0 1px #7c7c7c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #0b0b0b;
        padding: 8px;
        padding: 0px\9;
        border-radius: 2px;
        display: block;
        transition: all 0.3s ease-in-out;
        zoom: 1.1;
    }
        /* line 2219, ../Sass/CustomCss.scss */
        .ProductDevices_Tree .k-top .k-bot input[type="checkbox"]:checked {
            background: #fff;
            content: url(../images/checkbox-icon.png);
            box-shadow: 0 0 0 10px #5c5c5c inset, 0 0 0 1px #5c5c5c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #5c5c5c;
        }
    /* line 2228, ../Sass/CustomCss.scss */
    .ProductDevices_Tree .k-mid input[type="checkbox"] {
        margin: 0;
        background: #fff;
        box-shadow: 0 0 0 0 #7c7c7c inset, 0 0 0 1px #7c7c7c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #0b0b0b;
        padding: 8px;
        padding: 0px\9;
        border-radius: 2px;
        display: block;
        transition: all 0.3s ease-in-out;
        zoom: 1.1;
    }
        /* line 2238, ../Sass/CustomCss.scss */
        .ProductDevices_Tree .k-mid input[type="checkbox"]:checked {
            background: #fff;
            content: url(../images/checkbox-icon.png);
            box-shadow: 0 0 0 10px #5c5c5c inset, 0 0 0 1px #5c5c5c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #5c5c5c;
        }
        /* line 2243, ../Sass/CustomCss.scss */
        .ProductDevices_Tree .k-mid input[type="checkbox"]:indeterminate {
            background: #fff;
            content: url(../images/checkbox-icon-off.png);
            box-shadow: 0 0 0 10px #5c5c5c inset, 0 0 0 1px #5c5c5c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #5c5c5c;
        }
    /* line 2251, ../Sass/CustomCss.scss */
    .ProductDevices_Tree .k-bot input[type="checkbox"] {
        margin: 0;
        background: #fff;
        box-shadow: 0 0 0 0 #7c7c7c inset, 0 0 0 1px #7c7c7c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #0b0b0b;
        padding: 8px;
        padding: 0px\9;
        border-radius: 2px;
        display: block;
        transition: all 0.3s ease-in-out;
        zoom: 1.1;
    }
        /* line 2261, ../Sass/CustomCss.scss */
        .ProductDevices_Tree .k-bot input[type="checkbox"]:checked {
            background: #fff;
            content: url(../images/checkbox-icon.png);
            box-shadow: 0 0 0 10px #5c5c5c inset, 0 0 0 1px #5c5c5c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #5c5c5c;
        }
        /* line 2266, ../Sass/CustomCss.scss */
        .ProductDevices_Tree .k-bot input[type="checkbox"]:indeterminate {
            background: #fff;
            content: url(../images/checkbox-icon-off.png);
            box-shadow: 0 0 0 10px #5c5c5c inset, 0 0 0 1px #5c5c5c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #5c5c5c;
        }

    .ProductDevices_Tree input[type="checkbox"]:checked[disabled] {
        background: #fff;
        content: url(../images/checkbox-icon.png);
        box-shadow: 0 0 0 10px #cecece inset, 0 0 0 1px #cecece inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #cecece;
    }
    /* line 2273, ../Sass/CustomCss.scss */
    .ProductDevices_Tree ul.k-group {
        margin: 0 0 0 1em;
        padding: 0;
        list-style: none;
        color: #369;
        position: relative;
        margin-left: .5em;
    }
        /* line 2280, ../Sass/CustomCss.scss */
        .ProductDevices_Tree ul.k-group:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid #999;
        }
    /* line 2292, ../Sass/CustomCss.scss */
    .ProductDevices_Tree > ul.k-group:before {
        border-left: 0 !important;
        border-top: 0 !important;
    }
    /* line 2299, ../Sass/CustomCss.scss */
    .ProductDevices_Tree > .k-group > li:before {
        border-left: 0 !important;
        border-top: 0 !important;
    }
    /* line 2306, ../Sass/CustomCss.scss */
    .ProductDevices_Tree .k-group li {
        margin: 0;
        padding: 0 1.5em;
        line-height: 2em;
        font-weight: bold;
        position: relative;
    }
        /* line 2312, ../Sass/CustomCss.scss */
        .ProductDevices_Tree .k-group li:before {
            content: "";
            display: block;
            width: 10px;
            height: 0;
            border-top: 1px solid #999;
            margin-top: -1px;
            position: absolute;
            top: 1em;
            left: 0;
        }
        /* line 2324, ../Sass/CustomCss.scss */
        .ProductDevices_Tree .k-group li:last-child:before {
            /*background: white;*/
            height: auto;
            top: 1em;
            bottom: 0;
        }
    /* line 2334, ../Sass/CustomCss.scss */
    .ProductDevices_Tree .k-in:hover {
        background: transparent !important;
    }

    /* line 2341, ../Sass/CustomCss.scss */
    .ProductDevices_Tree.k-treeview .k-plus {
        margin-top: 5px;
        margin-left: -5px;
        cursor: pointer;
        margin-right: -2px;
    }
    /* line 2347, ../Sass/CustomCss.scss */
    .ProductDevices_Tree.k-treeview .k-minus {
        margin-top: 5px;
        margin-left: -5px;
        cursor: pointer;
        margin-right: -2px;
    }
    /* line 2353, ../Sass/CustomCss.scss */
    .ProductDevices_Tree.k-treeview .k-plus-disabled {
        margin-top: 5px;
        margin-left: -5px;
        cursor: pointer;
        margin-right: -2px;
    }
    /* line 2359, ../Sass/CustomCss.scss */
    .ProductDevices_Tree.k-treeview .k-minus-disabled {
        margin-top: 5px;
        margin-left: -5px;
        cursor: pointer;
        margin-right: -2px;
    }
    /* line 2366, ../Sass/CustomCss.scss */
    .ProductDevices_Tree.k-treeview .k-icon.k-minus:before {
        font-family: 'FontAwesome', sans-serif;
        content: "\f068";
        font-size: 10px;
        float: left;
        line-height: 11px;
        font-weight: normal;
        width: 11px;
        color: #1399D4;
        background: #fff;
        border: 1px solid #1399D4;
        margin: -2px 0px 0 -10px;
        height: 10px;
        position: absolute;
    }
    /* line 2383, ../Sass/CustomCss.scss */
    .ProductDevices_Tree.k-treeview .k-icon.k-plus:before {
        font-family: 'FontAwesome', sans-serif;
        content: "\f067";
        font-size: 10px;
        float: left;
        line-height: 11px;
        font-weight: normal;
        width: 11px;
        color: #1399D4;
        background: #fff;
        border: 1px solid #1399D4;
        margin: -2px 0px 0 -10px;
        height: 10px;
        position: absolute;
    }
    /* line 2402, ../Sass/CustomCss.scss */
    .ProductDevices_Tree.k-treeview .k-group .k-group .k-icon.k-minus:before {
        font-family: 'FontAwesome', sans-serif;
        content: "\f068";
        font-size: 10px;
        float: left;
        line-height: 11px;
        font-weight: normal;
        width: 11px;
        color: #1399D4;
        background: #fff;
        border: 1px solid #1399D4;
        margin: -2px 0px 0 -10px;
        height: 10px;
        position: absolute;
    }
    /* line 2419, ../Sass/CustomCss.scss */
    .ProductDevices_Tree.k-treeview .k-group .k-group .k-icon.k-plus:before {
        font-family: 'FontAwesome', sans-serif;
        content: "\f067";
        font-size: 10px;
        float: left;
        line-height: 11px;
        font-weight: normal;
        width: 11px;
        color: #1399D4;
        background: #fff;
        border: 1px solid #1399D4;
        margin: -3px 0px 0 -10px;
        height: 10px;
        position: absolute;
    }
    /* line 2436, ../Sass/CustomCss.scss */
    .ProductDevices_Tree.k-treeview .k-group:only-child {
        background: none;
    }
        /* line 2440, ../Sass/CustomCss.scss */
        .ProductDevices_Tree.k-treeview .k-group:only-child > .k-item:only-child > .k-top.k-bot input[type="checkbox"] {
            width: 16px;
            height: 16px;
            margin: 2px 0 0 0;
        }
    /* line 2454, ../Sass/CustomCss.scss */
    .ProductDevices_Tree.k-treeview > .k-group > li.k-item > div > .k-plus {
        margin-left: -18px;
    }
    /* line 2457, ../Sass/CustomCss.scss */
    .ProductDevices_Tree.k-treeview > .k-group > li.k-item > div > .k-minus {
        margin-left: -18px;
    }
    /* line 2460, ../Sass/CustomCss.scss */
    .ProductDevices_Tree.k-treeview > .k-group > li.k-item > div > .k-plus-disabled {
        margin-left: -18px;
    }
    /* line 2468, ../Sass/CustomCss.scss */
    .ProductDevices_Tree.k-treeview > .k-group > li.k-item > div > .k-minus-disabled .ProductDevices_Tree.k-treeview > .k-group > li.k-item > div > .k-checkbox {
        margin-left: -18px;
    }
    /* line 2479, ../Sass/CustomCss.scss */
    .ProductDevices_Tree.k-treeview .k-checkbox {
        margin-top: 5px;
    }

/* line 2483, ../Sass/CustomCss.scss */
input[type="checkbox"].Form_Custom {
    margin: 0;
    background: #fff;
    box-shadow: 0 0 0 0 #7c7c7c inset, 0 0 0 1px #7c7c7c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #0b0b0b;
    padding: 8px;
    padding: 0px\9;
    border-radius: 2px;
    display: block;
    zoom: 1.1;
    transition: all 0.3s ease-in-out;
}
    /* line 2493, ../Sass/CustomCss.scss */
    input[type="checkbox"].Form_Custom:checked {
        background: #fff;
        content: url(../images/checkbox-icon.png);
        box-shadow: 0 0 0 10px #5c5c5c inset, 0 0 0 1px #5c5c5c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #5c5c5c;
    }

    /* line 2499, ../Sass/CustomCss.scss */
    input[type="checkbox"].Form_Custom.Showinactive {
        float: left;
        margin: 2px 0px 0 -18px;
    }

/* line 2503, ../Sass/CustomCss.scss */
input[type="checkbox"].Form_Custom_Align {
    float: left;
    margin: 2px 0px 0 -18px;
}

/* line 2508, ../Sass/CustomCss.scss */
.Product_TableGrid.SearchDevices input[type="checkbox"] {
    margin: 0;
    background: #fff;
    box-shadow: 0 0 0 0 #7c7c7c inset, 0 0 0 1px #7c7c7c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #0b0b0b;
    padding: 8px;
    border-radius: 2px;
    display: block;
    transition: box-shadow .3s ease-in-out;
    zoom: 1.1;
}
    /* line 2517, ../Sass/CustomCss.scss */
    .Product_TableGrid.SearchDevices input[type="checkbox"]:checked {
        background: #fff;
        content: url(../images/checkbox-icon.png);
        box-shadow: 0 0 0 10px #5c5c5c inset, 0 0 0 1px #5c5c5c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #5c5c5c;
    }
/* line 2525, ../Sass/CustomCss.scss */
.Product_TableGrid.SearchDevices .GridTdActive td:first-child {
    padding: 0 0px 0 10px;
}
    /* line 2527, ../Sass/CustomCss.scss */
    .Product_TableGrid.SearchDevices .GridTdActive td:first-child input[type="checkbox"]:checked {
        margin-left: 3px;
        transition: box-shadow .3s ease-in-out;
    }
/* line 2538, ../Sass/CustomCss.scss */
.Product_TableGrid.SearchDevices tr td:first-child {
    padding: 0 0 0 13px;
}

/* line 2546, ../Sass/CustomCss.scss */
.ProductDevices_View .k-top input[type="checkbox"] {
    margin: 0;
    background: #fff;
    box-shadow: 0 0 0 0 #7c7c7c inset, 0 0 0 1px #7c7c7c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #0b0b0b;
    padding: 8px;
    border-radius: 2px;
    display: block;
    transition: all 0.3s ease-in-out;
    zoom: 1.3;
}
    /* line 2555, ../Sass/CustomCss.scss */
    .ProductDevices_View .k-top input[type="checkbox"]:checked {
        background: #fff;
        content: url(../images/checkbox-icon.png);
        box-shadow: 0 0 0 10px #5c5c5c inset, 0 0 0 1px #5c5c5c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #5c5c5c;
    }
    /* line 2560, ../Sass/CustomCss.scss */
    .ProductDevices_View .k-top input[type="checkbox"]:indeterminate {
        background: #fff;
        content: url(../images/checkbox-icon-off.png);
        box-shadow: 0 0 0 10px #5c5c5c inset, 0 0 0 1px #5c5c5c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #5c5c5c;
    }
/* line 2568, ../Sass/CustomCss.scss */
.ProductDevices_View .k-mid input[type="checkbox"] {
    margin: 0;
    background: #fff;
    box-shadow: 0 0 0 0 #7c7c7c inset, 0 0 0 1px #7c7c7c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #0b0b0b;
    padding: 8px;
    border-radius: 2px;
    display: block;
    transition: all 0.3s ease-in-out;
    zoom: 1.3;
}
    /* line 2577, ../Sass/CustomCss.scss */
    .ProductDevices_View .k-mid input[type="checkbox"]:checked {
        background: #fff;
        content: url(../images/checkbox-icon.png);
        box-shadow: 0 0 0 10px #5c5c5c inset, 0 0 0 1px #5c5c5c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #5c5c5c;
    }
    /* line 2582, ../Sass/CustomCss.scss */
    .ProductDevices_View .k-mid input[type="checkbox"]:indeterminate {
        background: #fff;
        content: url(../images/checkbox-icon-off.png);
        box-shadow: 0 0 0 10px #5c5c5c inset, 0 0 0 1px #5c5c5c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #5c5c5c;
    }
/* line 2590, ../Sass/CustomCss.scss */
.ProductDevices_View .k-bot input[type="checkbox"] {
    margin: 0;
    background: #fff;
    box-shadow: 0 0 0 0 #7c7c7c inset, 0 0 0 1px #7c7c7c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #0b0b0b;
    padding: 8px;
    border-radius: 2px;
    display: block;
    transition: all 0.3s ease-in-out;
    zoom: 1.3;
}
    /* line 2599, ../Sass/CustomCss.scss */
    .ProductDevices_View .k-bot input[type="checkbox"]:checked {
        background: #fff;
        content: url(../images/checkbox-icon.png);
        box-shadow: 0 0 0 10px #5c5c5c inset, 0 0 0 1px #5c5c5c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #5c5c5c;
    }
    /* line 2604, ../Sass/CustomCss.scss */
    .ProductDevices_View .k-bot input[type="checkbox"]:indeterminate {
        background: #fff;
        content: url(../images/checkbox-icon-off.png);
        box-shadow: 0 0 0 10px #5c5c5c inset, 0 0 0 1px #5c5c5c inset, 0 0 0 8px white inset, 0 0 0 0 white inset, 0 0 0 0px #5c5c5c;
    }
/* line 2612, ../Sass/CustomCss.scss */
.ProductDevices_View .k-in:hover {
    background: transparent !important;
}

/* line 2618, ../Sass/CustomCss.scss */
.ProductDevices_View.k-treeview .k-plus {
    margin-top: .25em;
    margin-left: -20px;
    cursor: pointer;
}
    /* line 2622, ../Sass/CustomCss.scss */
    .ProductDevices_View.k-treeview .k-plus:before {
        font-family: 'FontAwesome', sans-serif;
        content: "\f067";
        font-size: 10px;
        float: left;
        line-height: 11px;
        font-weight: normal;
        width: 11px;
        color: #1399D4;
        background: #fff;
        border: 1px solid #1399D4;
        margin: -2px 0px 0 -6px;
        height: 10px;
        position: absolute;
    }
/* line 2638, ../Sass/CustomCss.scss */
.ProductDevices_View.k-treeview .k-minus {
    margin-top: .25em;
    margin-left: -20px;
    cursor: pointer;
}
    /* line 2642, ../Sass/CustomCss.scss */
    .ProductDevices_View.k-treeview .k-minus:before {
        font-family: 'FontAwesome', sans-serif;
        content: "\f068";
        font-size: 10px;
        float: left;
        line-height: 11px;
        font-weight: normal;
        width: 11px;
        color: #1399D4;
        background: #fff;
        border: 1px solid #1399D4;
        margin: -2px 0px 0 -6px;
        height: 10px;
        position: absolute;
    }
/* line 2658, ../Sass/CustomCss.scss */
.ProductDevices_View.k-treeview .k-plus-disabled {
    margin-top: .25em;
    margin-left: -20px;
    cursor: pointer;
}
/* line 2663, ../Sass/CustomCss.scss */
.ProductDevices_View.k-treeview .k-minus-disabled {
    margin-top: .25em;
    margin-left: -20px;
    cursor: pointer;
}
/* line 2668, ../Sass/CustomCss.scss */
.ProductDevices_View.k-treeview .k-item {
    display: block;
    border-width: 0;
    margin: 0;
    padding: 0 0 0 21px;
}
    /* line 2673, ../Sass/CustomCss.scss */
    .ProductDevices_View.k-treeview .k-item > ul.k-group {
        margin-left: 10px;
    }
        /* line 2675, ../Sass/CustomCss.scss */
        .ProductDevices_View.k-treeview .k-item > ul.k-group li {
            background: url(../images/Devices_Tree_Icon_li.png) no-repeat -22px -11px !important;
            padding-left: 40px;
            margin-left: -20px;
        }
            /* line 2680, ../Sass/CustomCss.scss */
            .ProductDevices_View.k-treeview .k-item > ul.k-group li > ul.k-group li {
                padding-left: 40px;
                margin-left: 0px;
                background: url(../images/Devices_Tree_Icon_li.png) no-repeat -22px -11px !important;
            }
                /* line 2687, ../Sass/CustomCss.scss */
                .ProductDevices_View.k-treeview .k-item > ul.k-group li > ul.k-group li > ul.k-group li > ul.k-group li {
                    background: none !important;
                }
                /* line 2691, ../Sass/CustomCss.scss */
                .ProductDevices_View.k-treeview .k-item > ul.k-group li > ul.k-group li > ul.k-group li > ul.k-group > li:before {
                    content: "";
                    position: absolute;
                    background: url(../images/Devices_Tree_Icon_li.png) no-repeat -20px -14px;
                    margin: 3px 0 0px -38px;
                    padding: 0px 0 0px 0;
                    height: 30%;
                    width: 20px;
                }
                /* line 2702, ../Sass/CustomCss.scss */
                .ProductDevices_View.k-treeview .k-item > ul.k-group li > ul.k-group li > ul.k-group li > ul.k-group > li > ul.k-group > li:before {
                    content: "";
                    position: absolute;
                    background: url(../images/Devices_Tree_Icon_li.png) no-repeat 10px -14px;
                    margin: 3px 0 0px -30px;
                    padding: 0px 0 0px 0;
                    height: 20%;
                    width: 30px;
                }
        /* line 2720, ../Sass/CustomCss.scss */
        .ProductDevices_View.k-treeview .k-item > ul.k-group > li[aria-expanded="true"] {
            background: none !important;
        }
/* line 2725, ../Sass/CustomCss.scss */
.ProductDevices_View.k-treeview > .k-group {
    background: transparent !important;
}
    /* line 2728, ../Sass/CustomCss.scss */
    .ProductDevices_View.k-treeview > .k-group > .k-item[data-expanded="true"] > .k-top > .k-in {
        color: #059AD0 !important;
        font-weight: bolder;
    }
    /* line 2734, ../Sass/CustomCss.scss */
    .ProductDevices_View.k-treeview > .k-group > .k-item[data-expanded="true"] > .k-mid > .k-in {
        color: #059AD0 !important;
        font-weight: bolder;
    }
    /* line 2744, ../Sass/CustomCss.scss */
    .ProductDevices_View.k-treeview > .k-group > .k-item > .k-group > .k-item[data-expanded="true"] > .k-top > .k-in {
        color: #059AD0 !important;
        font-weight: bolder;
    }
    /* line 2750, ../Sass/CustomCss.scss */
    .ProductDevices_View.k-treeview > .k-group > .k-item > .k-group > .k-item[data-expanded="true"] > .k-mid > .k-in {
        color: #059AD0 !important;
        font-weight: bolder;
    }
    /* line 2760, ../Sass/CustomCss.scss */
    .ProductDevices_View.k-treeview > .k-group > .k-item > .k-group > .k-item > .k-group > .k-item[data-expanded="true"] > .k-top > .k-in {
        color: #059AD0 !important;
        font-weight: bolder;
    }
    /* line 2768, ../Sass/CustomCss.scss */
    .ProductDevices_View.k-treeview > .k-group > .k-item > .k-group:before {
        content: "";
        position: absolute;
        background: url(../images/Devices_Tree_Icon.png) repeat-y -20px -12px;
        margin: -10px 0 10px -20px;
        padding: 0px 0 0 0;
        height: 100%;
        width: 10px;
    }
    /* line 2783, ../Sass/CustomCss.scss */
    .ProductDevices_View.k-treeview > .k-group > .k-item.k-first.k-last > .k-top.k-bot .k-in:before {
        font-family: 'FontAwesome', sans-serif;
        content: "\f060";
        font-size: 3px;
        float: left;
        line-height: 6px;
        font-weight: normal;
        width: 8px;
        color: #1399D4;
        background: #1399D4;
        border: 1px solid #1399D4;
        margin: 1px 0px 0 -15px;
        height: 8px;
        position: absolute;
    }
    /* line 2802, ../Sass/CustomCss.scss */
    .ProductDevices_View.k-treeview > .k-group > .k-item.k-first.k-last > .k-top.k-bot .k-icon + .k-in:before {
        font-family: 'FontAwesome', sans-serif;
        content: "" !important;
        font-size: 2px;
        float: left;
        line-height: 6px;
        font-weight: normal;
        width: 2px;
        color: transparent;
        background: transparent;
        border: 1px solid transparent;
        margin: 4.3px 0px 0 -15px;
        height: 2px;
        position: absolute;
    }
/* line 2826, ../Sass/CustomCss.scss */
.ProductDevices_View.k-treeview .k-group .k-group .k-icon.k-minus:before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f068";
    font-size: 10px;
    float: left;
    line-height: 11px;
    font-weight: normal;
    width: 11px;
    color: #1399D4;
    background: #fff;
    border: 1px solid #1399D4;
    margin: -2px 0px 0 -10px;
    height: 10px;
    position: absolute;
}
/* line 2843, ../Sass/CustomCss.scss */
.ProductDevices_View.k-treeview .k-group .k-group .k-icon.k-plus:before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f067";
    font-size: 10px;
    float: left;
    line-height: 11px;
    font-weight: normal;
    width: 11px;
    color: #1399D4;
    background: #fff;
    border: 1px solid #1399D4;
    margin: -2px 0px 0 -10px;
    height: 10px;
    position: absolute;
}
/* line 2859, ../Sass/CustomCss.scss */
.ProductDevices_View.k-treeview .k-group .k-group .k-group {
    background: url(../images/Devices_Tree_Icon.png) repeat-y -20px -12px;
    margin: -7px 0 10px -14px;
    padding: 10px 0 0 0;
}
    /* line 2864, ../Sass/CustomCss.scss */
    .ProductDevices_View.k-treeview .k-group .k-group .k-group .k-group .k-group {
        margin: -7px 0 10px -14px;
        padding: 10px 0 0 18px;
    }
        /* line 2865, ../Sass/CustomCss.scss */
        .ProductDevices_View.k-treeview .k-group .k-group .k-group .k-group .k-group li {
            padding-left: 20px;
        }
            /* line 2867, ../Sass/CustomCss.scss */
            .ProductDevices_View.k-treeview .k-group .k-group .k-group .k-group .k-group li li {
                margin: 0px 0 0 -17px;
            }
        /* line 2871, ../Sass/CustomCss.scss */
        .ProductDevices_View.k-treeview .k-group .k-group .k-group .k-group .k-group .k-in {
            line-height: 1em;
        }
/* line 2881, ../Sass/CustomCss.scss */
.ProductDevices_View.k-treeview .k-group.k-treeview-lines {
    background: url(../images/Devices_Tree_Icon.png) repeat-y -9px 0px;
    margin-left: 10px;
}
/* line 2885, ../Sass/CustomCss.scss */
.ProductDevices_View.k-treeview .k-checkbox {
    margin-top: 0em;
}

/* line 2891, ../Sass/CustomCss.scss */
#DevicesTree_tv_active > .k-top > .k-in {
    color: #059AD0 !important;
    font-weight: bolder;
}
/* line 2897, ../Sass/CustomCss.scss */
#DevicesTree_tv_active > .k-mid > .k-in {
    color: #059AD0 !important;
    font-weight: bolder;
}
/* line 2903, ../Sass/CustomCss.scss */
#DevicesTree_tv_active > .k-bot > .k-in {
    color: #059AD0 !important;
    font-weight: bolder;
}

/* line 2909, ../Sass/CustomCss.scss */
.ProductDevicespp {
    background: #fff;
    padding: 15px 30px 10px;
}
    /* line 2912, ../Sass/CustomCss.scss */
    .ProductDevicespp h2 {
        font-size: 24px;
        margin: 0px 0 10px 0;
        color: #1399D4;
    }
    /* line 2918, ../Sass/CustomCss.scss */
    .ProductDevicespp .row > div.DeviceTreeSide {
        border: 1px solid #eee;
        height: 352px;
        padding: 0;
        overflow: auto;
    }
    /* line 2924, ../Sass/CustomCss.scss */
    .ProductDevicespp .row > div#DivLeft {
        padding-top: 10px !important;
    }

/* line 2930, ../Sass/CustomCss.scss */
div#divDisplayDeviceInfo .row {
    padding: 12px 0 12px 0;
    border-bottom: 1px solid #eee;
    margin: 0px;
}

/* line 2938, ../Sass/CustomCss.scss */
.k-treeview .k-group .k-in {
    line-height: 15px;
    height: 17px;
    font-weight: 500;
    font-size: 13px;
}

/* line 2946, ../Sass/CustomCss.scss */
.DevicesSearchResult {
    border: 1px solid #eee;
    margin: 20px 0 0 0;
    max-height: 2104px;
}
    /* line 2951, ../Sass/CustomCss.scss */
    .DevicesSearchResult .Product_TableGrid.SearchDevices .k-grid-content {
        max-height: 2000px;
    }

/* line 2956, ../Sass/CustomCss.scss */
.Product_TableGrid.k-grid.k-widget.SearchDevices {
    margin: 0px 18px 15px;
    max-height: 2000px;
}

/* line 2960, ../Sass/CustomCss.scss */
tr.GridTdDisabled {
    background: #f4f4f4;
}
    /* line 2962, ../Sass/CustomCss.scss */
    tr.GridTdDisabled span {
        color: #bbb;
    }
    /* line 2965, ../Sass/CustomCss.scss */
    tr.GridTdDisabled input[type=checkbox][disabled] {
        opacity: 0.5;
    }
    /* line 2969, ../Sass/CustomCss.scss */
    tr.GridTdDisabled:nth-child(even) td {
        background: #F4F4F4;
        border-top: 0px solid #EEEEEE;
        border-bottom: 0px solid #EEEEEE;
    }

/* line 2977, ../Sass/CustomCss.scss */
.DeviceRightInfoScroll::-webkit-scrollbar {
    height: 0em;
    width: .5em;
    -webkit-appearance: none;
}
/* line 2982, ../Sass/CustomCss.scss */
.DeviceRightInfoScroll::-webkit-scrollbar-thumb {
    background-color: #999999;
    box-sizing: content-box;
}

/* line 2987, ../Sass/CustomCss.scss */
.Metadata_CommonTabs {
    float: left;
    width: 100%;
}

/* line 2992, ../Sass/CustomCss.scss */
.panel-title > a {
    display: block;
}

/* line 2996, ../Sass/CustomCss.scss */
.RequiredStar {
    color: #D62800;
}

/* line 3002, ../Sass/CustomCss.scss */
.Metadata_TableGrid tr.GridTdActive:nth-child(odd) td {
    background-color: #EDFDE5 !important;
    font-weight: 600;
    color: #777;
}
    /* line 3006, ../Sass/CustomCss.scss */
    .Metadata_TableGrid tr.GridTdActive:nth-child(odd) td:last-child {
        border-right: 1px solid #D1EAC4;
    }
/* line 3012, ../Sass/CustomCss.scss */
.Metadata_TableGrid tr.GridTdActive:nth-child(even) td {
    background-color: #EDFDE5 !important;
    font-weight: 600;
    color: #777;
}
/* line 3021, ../Sass/CustomCss.scss */
.Metadata_TableGrid tr.k-alt.k-master-row.GridTdActive:nth-child(even) td {
    background-color: #EDFDE5 !important;
    font-weight: 600;
    color: #777;
}
/* line 3028, ../Sass/CustomCss.scss */
.Metadata_TableGrid td {
    line-height: 2.2em;
    color: #919191;
}
/* line 3032, ../Sass/CustomCss.scss */
.Metadata_TableGrid tr {
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    background-color: #f9f9f9;
}
    /* line 3034, ../Sass/CustomCss.scss */
    .Metadata_TableGrid tr:nth-child(even) td {
        border-top: 1px solid #EDEDED;
        background: #F9F9F9;
        height: 34px;
        border-bottom: 1px solid #EDEDED;
        border-left: 0px;
        overflow: hidden;
    }
    /* line 3043, ../Sass/CustomCss.scss */
    .Metadata_TableGrid tr:nth-child(odd) td {
        border: 0px solid #EDEDED;
        border-right: 0px;
        border-bottom: 0px;
        border-top: 0px solid #EDEDED;
        height: 34px;
        background: #fff;
    }
    /* line 3057, ../Sass/CustomCss.scss */
    .Metadata_TableGrid tr td {
        -webkit-transition: all 1.5s ease-in-out;
        -moz-transition: all 1.5s ease-in-out;
        -o-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out;
        background-color: #f9f9f9;
    }

    .Metadata_TableGrid tr[data-role="editable"] td[role="gridcell"] .k-invalid-msg {
        float: left;
        position: fixed;
    }
    /* line 3066, ../Sass/CustomCss.scss */
    .Metadata_TableGrid tr.k-alt.k-master-row td {
        border-top: 1px solid #EDEDED;
        background: #F9F9F9;
        height: 34px;
        border-bottom: 1px solid #EDEDED;
        border-left: 0px;
    }
    /* line 3075, ../Sass/CustomCss.scss */
    .Metadata_TableGrid tr.k-master-row td {
        border: 0px solid #EDEDED;
        border-right: 0px;
        border-bottom: 0px;
        border-top: 0px solid #EDEDED;
        height: 34px;
        background: #fff;
    }
    /* line 3083, ../Sass/CustomCss.scss */
    .Metadata_TableGrid tr.k-master-row > td[role="gridcell"] {
        cursor: pointer;
    }
    /* line 3086, ../Sass/CustomCss.scss */
    .Metadata_TableGrid tr.k-master-row > td.k-detail-cell {
        cursor: pointer;
    }
    /* line 3092, ../Sass/CustomCss.scss */
    .Metadata_TableGrid tr.k-detail-row tr.k-alt td {
        border-top: 1px solid #EDEDED;
        background: #F9F9F9;
        height: 34px;
        border-bottom: 1px solid #EDEDED;
        border-left: 0px;
    }
    /* line 3100, ../Sass/CustomCss.scss */
    .Metadata_TableGrid tr.k-detail-row > .k-hierarchy-cell {
        display: none;
    }
/* line 3105, ../Sass/CustomCss.scss */
.Metadata_TableGrid .k-grid-header th.k-header {
    padding: 0.1em .6em .1em .6em;
    white-space: initial;
    border-color: #d2d2d2;
    background-color: #f9f9f9;
    vertical-align: top;
}

.FormInDiv > div > .Metadata_TableGrid > .k-grid-header > .k-grid-header-wrap th.k-header {
    line-height: 32px;
    /* for clear hedings*/
    font-weight: 600 !important;
    color: #424242;
}

    .FormInDiv > div > .Metadata_TableGrid > .k-grid-header > .k-grid-header-wrap th.k-header > .k-grid-filter {
        padding: 0 !important;
    }
/* line 3111, ../Sass/CustomCss.scss */
.Metadata_TableGrid .k-grid-header th.k-header > .k-link {
    font-weight: 600;
    line-height: 22px;
}
/* line 3117, ../Sass/CustomCss.scss */
.Metadata_TableGrid tbody {
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}
/* line 3125, ../Sass/CustomCss.scss */
.Metadata_TableGrid .GridTdActive td:first-child {
    padding: 0;
    width: auto;
    margin: 0;
    height: 28px;
    border-right: 0px !important;
}
    /* line 3134, ../Sass/CustomCss.scss */
    .Metadata_TableGrid .GridTdActive td:first-child .lifile [type="radio"] + span {
        position: relative;
        top: .4px;
    }
/* line 3144, ../Sass/CustomCss.scss */
.Metadata_TableGrid td.no-data {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}
/* line 3149, ../Sass/CustomCss.scss */
.Admin_PageContainer .Metadata_TableGrid .k-grid-content {
    /*overflow-y: auto;
  overflow-x: hidden;*/
    max-height: inherit;
}
/* line 3153, ../Sass/CustomCss.scss */
.Metadata_TableGrid .k-grid-content .k-hierarchy-cell .k-icon {
    transition: all 0s ease-in-out;
}
    /* line 3156, ../Sass/CustomCss.scss */
    .Metadata_TableGrid .k-grid-content .k-hierarchy-cell .k-icon.k-minus {
        background-image: url(../images/arrow-close.png) !important;
        width: 20px;
        height: 20px;
        background-size: 16px 16px;
        background-position: 0px 0px !important;
        background-repeat: no-repeat;
    }
    /* line 3164, ../Sass/CustomCss.scss */
    .Metadata_TableGrid .k-grid-content .k-hierarchy-cell .k-icon.k-plus {
        background-image: url(../images/arrow-open.png);
        width: 20px;
        height: 20px;
        background-size: 16px 16px;
        background-position: 0px 0px !important;
        background-repeat: no-repeat;
    }
/* line 3174, ../Sass/CustomCss.scss */
.Metadata_TableGrid .k-header.k-grid-toolbar {
    background: #fff;
    padding: 6px 10px 6px 0;
}
/* line 3180, ../Sass/CustomCss.scss */
.Metadata_TableGrid tr.GridTdInactive:nth-child(odd) td {
    background-color: #fcf8e3 !important;
    background-color: #fcf8e3 !important;
}
/* line 3186, ../Sass/CustomCss.scss */
.Metadata_TableGrid tr.GridTdInactive:nth-child(even) td {
    background-color: #fcf8e3 !important;
    background-color: #fcf8e3 !important;
}
/* line 3192, ../Sass/CustomCss.scss */
.Metadata_TableGrid tr.k-detail-row.ng-scope {
    width: 100%;
    float: left;
}
/* line 3197, ../Sass/CustomCss.scss */
.Metadata_TableGrid .k-detail-row td.k-detail-cell {
    position: relative;
    background: #EEEEEE !important;
    left: -1px;
}
    /* line 3201, ../Sass/CustomCss.scss */
    .Metadata_TableGrid .k-detail-row td.k-detail-cell > div {
        float: left;
        margin: 1% 1%;
        width: 98%;
    }
/* line 3208, ../Sass/CustomCss.scss */
.Metadata_TableGrid .k-grid-header-wrap {
    border-width: 0px 0px 1px 0;
    border-color: #EDEDED;
    background-color: #f9f9f9;
}

/* line 3214, ../Sass/CustomCss.scss */
.Metadata_TableGrid.k-grid {
    border: 1px solid #EDEDED;
    border-radius: 3px;
}
    /* line 3216, ../Sass/CustomCss.scss */
    .Metadata_TableGrid.k-grid .k-header .k-button.k-grid-add {
        float: right;
        background-color: #FFFFFF;
        color: #3D97CC;
        padding: 3px 8px;
        border: 1px solid #e6e6e6;
        font-weight: 400;
        line-height: 1.2;
        margin-right: -9px;
        -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
        border-radius: 3px;
    }
    /* line 3232, ../Sass/CustomCss.scss */
    .Metadata_TableGrid.k-grid .k-grid-content .Metadata_TableGrid.k-grid {
        /*float: left;*/
        padding: 0px 20px 10px;
    }
        /* line 3235, ../Sass/CustomCss.scss */
        .Metadata_TableGrid.k-grid .k-grid-content .Metadata_TableGrid.k-grid .k-grid-header {
            border-width: 0 1px;
        }
            /* line 3237, ../Sass/CustomCss.scss */
            .Metadata_TableGrid.k-grid .k-grid-content .Metadata_TableGrid.k-grid .k-grid-header .k-grid-header-wrap {
                border-width: 0;
            }
                /* line 3239, ../Sass/CustomCss.scss */
                .Metadata_TableGrid.k-grid .k-grid-content .Metadata_TableGrid.k-grid .k-grid-header .k-grid-header-wrap table {
                    border-width: 0;
                }
            /* line 3243, ../Sass/CustomCss.scss */
            .Metadata_TableGrid.k-grid .k-grid-content .Metadata_TableGrid.k-grid .k-grid-header th.k-header {
                border-width: 0 1px 0 0;
                border-color: #d2d2d2;
            }
        /* line 3247, ../Sass/CustomCss.scss */
        .Metadata_TableGrid.k-grid .k-grid-content .Metadata_TableGrid.k-grid .k-grid-content {
            border: 1px solid #eee;
        }
        /* line 3250, ../Sass/CustomCss.scss */
        .Metadata_TableGrid.k-grid .k-grid-content .Metadata_TableGrid.k-grid .k-pager-wrap {
            border: 1px solid #eee;
        }

/* line 3256, ../Sass/CustomCss.scss */
.MetadataRowGridHeader {
    padding: 6px 0;
    background: #FBFBFB;
    border-bottom: 0px solid #BBE8F9;
    margin: 0px;
}

/* line 3262, ../Sass/CustomCss.scss */
.Metadata_Grid_Title {
    padding: 0px;
    color: #3D97CC;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    line-height: 26px;
}

/* line 3270, ../Sass/CustomCss.scss */
.Metadata_TableGrid.k-gridtable {
    border: 1px solid #e6e6e6;
    border-bottom: 0px;
    border-top: 0px;
}

/* line 3275, ../Sass/CustomCss.scss */
.DivMetaScroll {
    height: 550px;
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

/* line 3281, ../Sass/CustomCss.scss */
.MetaMaster.Metadata_TableGrid.k-grid {
    /*float: left;*/
    padding: 0px 20px 10px;
}
    /* line 3284, ../Sass/CustomCss.scss */
    .MetaMaster.Metadata_TableGrid.k-grid .k-grid-header {
        border: 0px solid #eee;
        border-bottom: 0;
        background-color: #f9f9f9;
    }

/* line 3291, ../Sass/CustomCss.scss */
.Metadata_TableGrid.MetaMaster .k-grid-header-wrap {
    border-width: 0px 1px 1px 1px;
    border-color: #EDEDED;
    background: #f9f9f9;
    width: 99.8%;
}

.Metadata_TableGrid.MetaMaster .k-widget.k-tooltip-validation.k-invalid-msg {
    position: fixed;
}

.Metadata_TableGrid.MetaMaster.Organisation .k-widget.k-tooltip-validation.k-invalid-msg {
    white-space: normal;
    padding: 5px;
    display: table !important;
    min-width: 86px;
    word-break: break-word;
    margin: 3px auto 0 !important;
}

.Metadata_TableGrid.MetaMaster.Organisation .k-grid-content {
    overflow-x: auto;
}
/* line 3297, ../Sass/CustomCss.scss */
.Metadata_TableGrid.MetaMaster .k-pager-wrap.k-grid-pager {
    border: 1px solid #eee !important;
}

/* line 3304, ../Sass/CustomCss.scss */
.Metadata_TableGrid.Organisation .k-grid-header th.k-header > .k-link {
    max-width: 76%;
}
/* line 3311, ../Sass/CustomCss.scss */
/*.Metadata_TableGrid.Organisation tr.k-grid-edit-row span.k-widget.form-control.k-dropdown span.k-dropdown-wrap {
    max-width: 67px !important;
}*/
/* line 3316, ../Sass/CustomCss.scss */
.Metadata_TableGrid.Organisation > div {
    border-width: 1px 1px 0px 1px;
    border-color: #eee;
    border-style: solid;
}
    /* line 3321, ../Sass/CustomCss.scss */
    .Metadata_TableGrid.Organisation > div.k-header {
        border-width: 0px 0 1px 0;
    }
/* line 3324, ../Sass/CustomCss.scss */
.Metadata_TableGrid.Organisation > table {
    border-width: 0px 1px 0px 1px;
    border-color: #eee;
    border-style: solid;
    background: #f9f9f9;
}

/* line 3335, ../Sass/CustomCss.scss */
.hidesubmenu .Metadata_TableGrid.Organisation tr.k-grid-edit-row span.k-widget.form-control.k-dropdown span.k-dropdown-wrap {
    max-width: 45px !important;
}

/* line 3345, ../Sass/CustomCss.scss */
.Formulation_XLDiv.Formulation_BDiv .Metadata_TableGrid .k-detail-row td.k-detail-cell {
    min-width: 1058px;
}

/* line 3351, ../Sass/CustomCss.scss */
.Content_Metadata {
    min-height: 540px;
    padding: 8px 0px 13px 6px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    width: 100%;
}
    /* line 3358, ../Sass/CustomCss.scss */
    .Content_Metadata .Child_Toggle_Menu.menu-active {
        margin: 0px 0 0 -6px;
    }
    /* line 3361, ../Sass/CustomCss.scss */
    .Content_Metadata .Child_Toggle_Menu {
        margin: 0px 0 0 195px;
    }

/* line 3365, ../Sass/CustomCss.scss */
.RegWizardHeading.row {
    margin: 0px;
    background: #FAFAFA;
}
    /* line 3368, ../Sass/CustomCss.scss */
    .RegWizardHeading.row h3 {
        color: #3C8DBC;
        text-align: center;
        font-weight: 300;
        margin: 0;
        padding: 20px 0;
        font-weight: 400;
    }

/* line 3377, ../Sass/CustomCss.scss */
.RegWizardSteps.row {
    margin: 0px;
    background: #FAFAFA;
}
    /* line 3380, ../Sass/CustomCss.scss */
    .RegWizardSteps.row h4 {
        color: #232729;
        text-align: center;
        font-weight: 400;
        line-height: 20px;
        font-size: 16px;
    }
    /* line 3388, ../Sass/CustomCss.scss */
    .RegWizardSteps.row .col-md-4.completed h4 {
        color: #60a240;
    }
        /* line 3390, ../Sass/CustomCss.scss */
        .RegWizardSteps.row .col-md-4.completed h4 span {
            color: #fff;
            background: #60a240;
            border: 1px solid #60a240;
        }
    /* line 3398, ../Sass/CustomCss.scss */
    .RegWizardSteps.row .col-md-6.completed h4 {
        color: #60a240;
    }
        /* line 3400, ../Sass/CustomCss.scss */
        .RegWizardSteps.row .col-md-6.completed h4 span {
            color: #fff;
            background: #60a240;
            border: 1px solid #60a240;
        }
    /* line 3409, ../Sass/CustomCss.scss */
    .RegWizardSteps.row .col-md-4 h4 span {
        width: 20px;
        height: 20px;
        color: #4995c0;
        border-radius: 50%;
        text-align: center;
        padding: 1px 7px;
        margin-right: 6px;
        border: 1px solid #4995c0;
    }
    /* line 3423, ../Sass/CustomCss.scss */
    .RegWizardSteps.row .col-md-6 h4 span {
        width: 20px;
        height: 20px;
        color: #4995c0;
        border-radius: 50%;
        text-align: center;
        padding: 1px 7px;
        margin-right: 6px;
        border: 1px solid #4995c0;
    }
    /* line 3437, ../Sass/CustomCss.scss */
    .RegWizardSteps.row .col-md-4.active h4 span {
        color: #fff;
        background: #4995c0;
        border: 1px solid #4995c0;
    }
    /* line 3446, ../Sass/CustomCss.scss */
    .RegWizardSteps.row .col-md-6.active h4 span {
        color: #fff;
        background: #4995c0;
        border: 1px solid #4995c0;
    }

/* line 3455, ../Sass/CustomCss.scss */
.col-md-4.active h4 {
    color: #3C8DBC;
}

/* line 3460, ../Sass/CustomCss.scss */
.col-md-6.active h4 {
    color: #3C8DBC;
}

/* line 3466, ../Sass/CustomCss.scss */
.RegWizardSteps .col-md-4:after {
    content: "";
    position: absolute;
    width: 47%;
    height: 32px;
    border-top: 2px dotted #dedede;
    margin-top: -19px;
    margin-left: 70%;
}
/* line 3476, ../Sass/CustomCss.scss */
.RegWizardSteps .col-md-4:nth-child(2):after {
    margin-left: 72%;
}
/* line 3481, ../Sass/CustomCss.scss */
.RegWizardSteps .col-md-4:nth-child(3):after {
    opacity: 0;
}
/* line 3487, ../Sass/CustomCss.scss */
.RegWizardSteps .col-md-6:after {
    content: "";
    position: absolute;
    width: 65%;
    height: 32px;
    border-top: 2px dotted #dedede;
    margin-top: -19px;
    margin-left: 63%;
}
/* line 3497, ../Sass/CustomCss.scss */
.RegWizardSteps .col-md-6:nth-child(2):after {
    display: none;
}

/* line 3503, ../Sass/CustomCss.scss */
.Reg_Grid_Title {
    padding: 0px 0px 16px 6px;
    color: #3D97CC;
    font-size: 18px;
    font-weight: 400;
    margin: 0px 0 0px 0;
    line-height: 5px;
}

/* line 3511, ../Sass/CustomCss.scss */
.Reg_Form_Title {
    color: #3D97CC;
    font-size: 18px;
    font-weight: 400;
    margin: 0px 0 0px 0;
    line-height: 5px;
    padding: 0px 0px 26px 0px;
}

/* line 3519, ../Sass/CustomCss.scss */
.RegCheckBox {
    margin: 0 5px 0 0;
}

/* line 3522, ../Sass/CustomCss.scss */
.RegWizardRegionDd {
    border: 2px solid #E9E9E9;
    height: 40px;
    margin: 0;
}
    /* line 3527, ../Sass/CustomCss.scss */
    .RegWizardRegionDd .mutliSelect span {
        cursor: pointer;
        display: inline-block;
        margin: 0px 0px 0px 8px;
        line-height: 30px;
        float: left;
    }
    /* line 3535, ../Sass/CustomCss.scss */
    .RegWizardRegionDd span.k-icon.k-i-arrow-s {
        float: right;
        opacity: 0.4;
        margin: -26px 6px 0 0px;
        position: relative;
        top: 0;
    }

/* line 3544, ../Sass/CustomCss.scss */
.dropdown.RegWizardRegionDd dd {
    margin: 0px;
    padding: 0px;
    position: relative;
}
    /* line 3548, ../Sass/CustomCss.scss */
    .dropdown.RegWizardRegionDd dd ul {
        background-color: #fff;
        border: 0;
        color: #000;
        display: none;
        left: 0px;
        padding: 2px 15px 2px 5px;
        position: absolute;
        top: 0px;
        width: 100%;
        list-style: none;
        height: 100px;
        overflow: auto;
        z-index: 2;
        border: 1px solid #E9E9E9;
    }
        /* line 3564, ../Sass/CustomCss.scss */
        .dropdown.RegWizardRegionDd dd ul li a {
            padding: 5px;
            display: block;
        }
            /* line 3567, ../Sass/CustomCss.scss */
            .dropdown.RegWizardRegionDd dd ul li a:hover {
                background-color: #fff;
            }
    /* line 3574, ../Sass/CustomCss.scss */
    .dropdown.RegWizardRegionDd dd .mutliSelect input.Form_Custom {
        display: inline-block;
        margin: 7px 4px 0px 0;
        float: left;
    }
    /* line 3579, ../Sass/CustomCss.scss */
    .dropdown.RegWizardRegionDd dd .mutliSelect li {
        float: left;
        width: 100%;
    }
/* line 3585, ../Sass/CustomCss.scss */
.dropdown.RegWizardRegionDd dt {
    margin: 0px;
    padding: 0px;
}
    /* line 3588, ../Sass/CustomCss.scss */
    .dropdown.RegWizardRegionDd dt a {
        background-color: transparent;
        display: block;
        min-height: 25px;
        line-height: 24px;
        overflow: hidden;
        border: 0;
        width: 100%;
        position: relative;
        z-index: 1000;
    }
        /* line 3598, ../Sass/CustomCss.scss */
        .dropdown.RegWizardRegionDd dt a span {
            cursor: pointer;
            display: inline-block;
            margin: 0px 0px 0px 8px;
            line-height: 30px;
            float: left;
        }
            /* line 3605, ../Sass/CustomCss.scss */
            .dropdown.RegWizardRegionDd dt a span[ng-model="CheckStatus"] {
                line-height: 38px;
                font-weight: normal;
            }
/* line 3611, ../Sass/CustomCss.scss */
.dropdown.RegWizardRegionDd ul {
    margin: -1px 0 0 0;
}
/* line 3614, ../Sass/CustomCss.scss */
.dropdown.RegWizardRegionDd a {
    color: #999;
    text-decoration: none;
    outline: none;
    font-size: 12px;
}
    /* line 3619, ../Sass/CustomCss.scss */
    .dropdown.RegWizardRegionDd a:visited {
        color: #999;
        text-decoration: none;
        outline: none;
        font-size: 12px;
    }
/* line 3626, ../Sass/CustomCss.scss */
.dropdown.RegWizardRegionDd span.value {
    display: none;
}

/* line 3630, ../Sass/CustomCss.scss */
.reg-dropdown-row {
    margin: 0 -10px 20px 0;
}

/* line 3633, ../Sass/CustomCss.scss */
i.title-icon {
    font-size: 30px;
    line-height: 30px;
    padding: 4px 8px 0 3px;
    float: left;
}

/* line 3639, ../Sass/CustomCss.scss */
div#myprofilediv.admin-userdetails {
    margin: 30px 15px 10px 20px;
    width: 97%;
}

/* line 3644, ../Sass/CustomCss.scss */
.col-md-12.form_btns > .btn {
    margin-right: 5px;
}

/* line 3649, ../Sass/CustomCss.scss */
.modal.RegWizardPopup .modal-dialog {
    width: 1080px;
    margin: 15px auto;
}
/* line 3653, ../Sass/CustomCss.scss */
.modal.RegWizardPopup .modal-body {
    padding: 0px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* line 3658, ../Sass/CustomCss.scss */
.modal.RegWizardPopup .RegWizardPpInner {
    overflow-x: hidden;
    padding: 0px;
    width: 100%;
}
/* line 3662, ../Sass/CustomCss.scss */
.modal.RegWizardPopup .RegWizardPpInnerContainer {
    padding: 20px 10px 0px;
    background: #fff;
    margin: 0;
    border-radius: 0px;
    box-shadow: 0px 1px 2px 1px #ddd;
    max-height: 510px;
    overflow-y: auto;
    overflow-x: hidden;
}
    /* line 3671, ../Sass/CustomCss.scss */
    .modal.RegWizardPopup .RegWizardPpInnerContainer .ProductRowGridHeader {
        padding: 0px 14px 0px 14px;
    }

/* line 3676, ../Sass/CustomCss.scss */
.RegWizardCountrys {
     border: 2px solid #E9E9E9;
    overflow: auto;
    /*padding: 10px 0 0 10px;*/
    min-height: 30px;
}
    /* line 3683, ../Sass/CustomCss.scss */
    .RegWizardCountrys > div > div {
        float: left;
        width: 98%;
        background: #eee;
        font-weight: bold;
        line-height: 15px;
        color: #666;
        padding: 8px;
        margin-bottom: 5px;
    }
    /* line 3693, ../Sass/CustomCss.scss */
    .RegWizardCountrys > div > span {
        float: left;
        margin: 4px 0 4px 0px;
    }
        /* line 3696, ../Sass/CustomCss.scss */
        .RegWizardCountrys > div > span > label {
            font-weight: normal;
        }
    /* line 3701, ../Sass/CustomCss.scss */
    .RegWizardCountrys input[type="checkbox"].Form_Custom {
        position: relative;
        float: left;
        margin: 1px 5px 5px 0;
    }

/* line 3707, ../Sass/CustomCss.scss */
.Admin_PageContainer {
    margin: 0;
    width: 99.7%;
}

    .Admin_PageContainer .Product_TableGrid .k-header.k-grid-toolbar {
        padding: 4px;
    }

.Admin_PageTabContainer {
    margin: 0;
    width: 102%;
}

    .Admin_PageTabContainer .Product_TableGrid .k-header.k-grid-toolbar {
        padding: 4px;
    }

    .Admin_PageTabContainer .k-grid-content {
        float: left;
        width: 100%;
        border-radius: 0px;
        margin: -5px 0 0 0;
        max-height: 370px;
    }

    .Admin_PageTabContainer .Common_Grid_Tab {
        margin-bottom: 0;
    }

.Meta_PageContainer {
    width: 102%;
    float: left;
    padding: 6px 6px 6px 15px;
}
/* line 3710, ../Sass/CustomCss.scss */
.RegStep3Tabs.row {
    padding: 10px;
    background: #fff;
    margin: 0px 0 20px 0;
    max-height: 500px;
}

/* line 3716, ../Sass/CustomCss.scss */
.RegStep3Tabs {
    padding: 10px;
    background: #fff;
    margin: 0px 0 20px 0;
    max-height: 500px;
}
    /* line 3721, ../Sass/CustomCss.scss */
    .RegStep3Tabs .row.row_multitabs {
        background: #fff;
        box-shadow: none;
    }
        /* line 3726, ../Sass/CustomCss.scss */
        .RegStep3Tabs .row.row_multitabs .page_flattabs li.active a {
            color: #3D97CC;
        }
    /* line 3733, ../Sass/CustomCss.scss */
    .RegStep3Tabs .page_flattabs li {
        border: 0px solid #E5E5E5;
        -webkit-box-shadow: inset 0px -3px 0px white;
        box-shadow: inset 0px -3px 0px white;
        -ms-box-shadow: inset 0px -3px 0px white;
        -moz-box-shadow: inset 0px -3px 0px white;
        margin: 4px 6px 0px 0px;
        transition: none;
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
    }
        /* line 3744, ../Sass/CustomCss.scss */
        .RegStep3Tabs .page_flattabs li a {
            transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
        }
        /* line 3751, ../Sass/CustomCss.scss */
        .RegStep3Tabs .page_flattabs li.active {
            border: 1px solid #EEEEEE;
            border-bottom: 0px;
            box-shadow: none;
        }
    /* line 3761, ../Sass/CustomCss.scss */
    .RegStep3Tabs .RegStep3TabOpened .row.row_multitabs .page_flattabs li a {
        font-size: 13px;
        color: #666;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }
    /* line 3771, ../Sass/CustomCss.scss */
    .RegStep3Tabs .RegStep3TabOpened .row.row_multitabs .page_flattabs li.active a {
        color: #3D97CC;
        border-bottom: 2px solid #3D97CC;
        padding-bottom: 2px;
    }

/* line 3781, ../Sass/CustomCss.scss */
.RegStep3TabOpened {
    border: 1px solid #E5E5E5;
}
    /* line 3783, ../Sass/CustomCss.scss */
    .RegStep3TabOpened .page_flattabs {
        background: #FFF;
        width: 101.3%;
        line-height: 30px;
        border: 0px;
    }
        /* line 3784, ../Sass/CustomCss.scss */
        .RegStep3TabOpened .page_flattabs li {
            color: #999;
            padding: 6px 12px 6px;
            font-size: 15px;
            border-right: 0px solid #E5E5E5;
            border-bottom: 0px solid #E5E5E5;
            border-left: 0px;
            background: transparent;
            font-weight: 400;
            margin: 0;
            border-radius: 0;
            float: left;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            box-shadow: none;
        }
            /* line 3802, ../Sass/CustomCss.scss */
            .RegStep3TabOpened .page_flattabs li.active {
                border: 0px;
            }
            /* line 3809, ../Sass/CustomCss.scss */
            .RegStep3TabOpened .page_flattabs li.disabled {
                opacity: 0.5;
                color: #000;
            }
                /* line 3812, ../Sass/CustomCss.scss */
                .RegStep3TabOpened .page_flattabs li.disabled a {
                    opacity: 0.5;
                    color: #000;
                }

/* line 3819, ../Sass/CustomCss.scss */
.row.RegAllTrees {
    margin: 0px;
    border: 1px solid #E5E5E5;
    height: 350px;
}

/* line 3824, ../Sass/CustomCss.scss */
.RegProdTree {
    overflow: auto;
    overflow-x: hidden;
    padding: 20px 10px 0;
    border-right: 0px solid #ddd;
    height: 300px;
    border-bottom: 1px solid #ddd;
}

    /* line 3831, ../Sass/CustomCss.scss */
    .RegProdTree div.k-treeview {
        overflow-x: hidden;
    }
    /* line 3840, ../Sass/CustomCss.scss */
    .RegProdTree .ProductDevices_Tree.k-treeview .k-group:only-child > .k-item:only-child > .k-top.k-bot input[type="checkbox"] {
        margin: 0;
        height: auto;
        width: auto;
    }

/* line 3852, ../Sass/CustomCss.scss */
.RegTreeNodeDetails {
    margin: 0 0 20px 0;
    padding: 0px 0px 0 0px;
}
    /* line 3855, ../Sass/CustomCss.scss */
    .RegTreeNodeDetails .col-md-6 {
        color: #666;
    }
    /* line 3858, ../Sass/CustomCss.scss */
    .RegTreeNodeDetails label {
        margin: 0px 0 4px 0;
        color: #333 !important;
    }



.noshow-arrow {
    display: none !important;
}

.k-ie .Common_TableGrid .k-grid-content {
    overflow-x: auto !important;
}

#DivMetadata.side_child_menu .form_menu_item i {
    display: none;
}

.user-dropdown.dropdown .dropdown-menu .dropdown-item {
    float: left;
    width: 100%;
    text-decoration: none;
}

    .user-dropdown.dropdown .dropdown-menu .dropdown-item:hover {
        background: #f8f8f8;
    }


.idfr-txt.idmp:before {
    content: 'I';
    font-size: 14px;
    font-weight: 800;
    margin-left: 5px;
}

.idfr-gridheader-txt.idmp:before {
    content: 'I';
    font-size: 14px;
    font-weight: 800;
    margin-left: 5px;
}

.idfr-txt.xvmpd:before {
    content: 'X';
    font-size: 14px;
    font-weight: 800;
    margin-left: 5px;
}

.idfr-gridheader-txt.xvmpd:before {
    content: 'X';
    font-size: 14px;
    font-weight: 800;
    margin-left: 5px;
}

.idfr-txt:after {
    position: absolute;
    top: -5px;
}

.idfr-gridheader-txt:after {
    position: absolute;
    top: 2px;
}

.idfr-txt.optional:after {
    content: 'o';
    position: absolute;
    top: -5px;
}

.idfr-txt.cond:after {
    content: 'c';
    position: absolute;
    top: -5px;
}

.idfr-gridheader-txt.cond:after {
    content: 'c';
    position: absolute;
    top: 2px;
}

.idfr-txt.man:after {
    content: '*';
    position: absolute;
    top: -5px;
}

.idfr-gridheader-txt.man:after {
    content: '*';
    position: absolute;
    top: 2px;
}

.idfr-txt.cond {
    color: blue;
}

.idfr-gridheader-txt.cond {
    color: blue;
}

.idfr-txt.man {
    color: red;
}

.idfr-gridheader-txt.man {
    color: red;
}

.idfr-txt.optional {
    color: green;
}

.idfr-txt {
    margin-right: 3px;
}

.ProductGridBtnsFlat .btn {
    cursor: pointer;
}

.Products_Grid_Title {
    white-space: nowrap;
}

.ProductGridBtnsFlat button.btn.min-btn {
    padding: 6px 6px !important;
    overflow: hidden;
    cursor: pointer;
}

    .ProductGridBtnsFlat button.btn.min-btn i {
        float: left;
        font-size: 15px;
    }

    .ProductGridBtnsFlat button.btn.min-btn.btn-default {
        background: #fff !important;
        color: #656565;
    }

        .ProductGridBtnsFlat button.btn.min-btn.btn-default:hover {
            background: #f5f5f5 !important;
            color: #333;
        }

    .ProductGridBtnsFlat button.btn.min-btn.icon[disabled] {
        cursor: no-drop;
    }


.cus-switch {
    display: inline;
    float: right;
}

    .cus-switch .switch {
        position: relative;
        display: inline-block;
        width: 115px;
        height: 10px;
        min-height: 16px;
        vertical-align: inherit;
    }

.dyn-switch {
    display: flex;
    float: right;
    right: -3px;
    top: 10px;
    width: 13px;
    position: relative;
}

    .dyn-switch .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .dyn-switch .switch {
        position: relative;
        display: inline-block;
        width: 115px;
        height: 10px;
        min-height: 16px;
        vertical-align: inherit;
    }

/* Hide default HTML checkbox */
.cus-switch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.cus-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .cus-switch .slider:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.cus-switch input:checked + .slider {
    background-color: #2196F3;
}

.cus-switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.cus-switch input:checked + .slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

/* Rounded sliders */
.cus-switch .slider.round {
    border-radius: 34px;
}

    .cus-switch .slider.round:before {
        border-radius: 50%;
    }

/* line 3863, ../Sass/CustomCss.scss */
.RegRightInfo {
    margin: 0px;
    padding: 0px;
    height: 350px;
    overflow: auto;
    border-left: 1px solid #ddd;
}
    /* line 3864, ../Sass/CustomCss.scss */
    .RegRightInfo .Products_Grid_Title {
        margin-bottom: 10px;
        font-size: 18px;
    }
    /* line 3873, ../Sass/CustomCss.scss */
    .RegRightInfo::-webkit-scrollbar {
        height: 0em;
        width: .5em;
        -webkit-appearance: none;
    }
    /* line 3878, ../Sass/CustomCss.scss */
    .RegRightInfo::-webkit-scrollbar-thumb {
        background-color: #999999;
        box-sizing: content-box;
    }
    /* line 3882, ../Sass/CustomCss.scss */
    .RegRightInfo .Product_TableGrid.k-grid.k-widget {
        width: 96%;
        margin: 10px auto;
    }
        /* line 3885, ../Sass/CustomCss.scss */
        .RegRightInfo .Product_TableGrid.k-grid.k-widget .k-grid-content {
            border: 1px solid #F9F9F9;
            border-top: 0px;
            max-width: 99.7%;
        }
        /* line 3890, ../Sass/CustomCss.scss */
        .RegRightInfo .Product_TableGrid.k-grid.k-widget .k-grid-pager {
            border: 1px solid #F9F9F9;
            border-top: 0px;
            width: 99%;
        }
        /* line 3895, ../Sass/CustomCss.scss */
        .RegRightInfo .Product_TableGrid.k-grid.k-widget .k-grid-header-wrap {
            border-width: 1px 1px 1px 0;
        }
            /* line 3897, ../Sass/CustomCss.scss */
            .RegRightInfo .Product_TableGrid.k-grid.k-widget .k-grid-header-wrap table {
                width: 100%;
                display: table-cell;
            }

/* line 3904, ../Sass/CustomCss.scss */
li.disabled {
    opacity: 0.5;
    color: #000;
}

/* line 3908, ../Sass/CustomCss.scss */
.divdisabled {
    width: 351px;
    height: 350px;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 10;
    margin: -20px -10px 0 -10px;
}

.divgriddisabled {
    /*width: 95%;
    height: 333px;
    float: left;*/
    background: rgba(0, 0, 0, 0.1);
    /*position: absolute;
    z-index: 10;
    top: 61%;
    bottom: 100%;*/
}

/* line 3917, ../Sass/CustomCss.scss */
.Docsdivdisabled {
    width: 856px;
    height: 320px;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 10;
    margin: -0px -15px 0 -20px;
}

/* line 3927, ../Sass/CustomCss.scss */
.RegWizardPpInnerContainer .Product_TableGrid.k-grid.k-widget {
    margin: 8px 15px 10px 15px;
    max-height: 370px;
}
/* line 3932, ../Sass/CustomCss.scss */
.RegWizardPpInnerContainer .Product_TableGrid .k-grid-content {
    overflow-y: auto;
    overflow-x: auto;
    max-height: 290px;
}

/* line 3939, ../Sass/CustomCss.scss */
input[type="checkbox"].Form_Custom[disabled="disabled"] {
    box-shadow: 0 0 0 0 #eeeeee inset, 0 0 0 1px #cccccc inset, 0 0 0 8px whitesmoke inset, 0 0 0 0 white inset, 0 0 0 0 #eeeeee;
}

/* line 3943, ../Sass/CustomCss.scss */
.checkbox-disabled .Form_Custom[disabled="disabled"] {
    box-shadow: 0 0 0 0 #eeeeee inset, 0 0 0 1px #cccccc inset, 0 0 0 8px whitesmoke inset, 0 0 0 0 white inset, 0 0 0 0 #eeeeee;
}
/* line 3946, ../Sass/CustomCss.scss */
.checkbox-disabled span[disabled="disabled"] {
    color: #aaa;
}

/* line 3950, ../Sass/CustomCss.scss */
.row.DocWizardUpload {
    padding: 10px 20px;
    margin: 0px;
}
    /* line 3953, ../Sass/CustomCss.scss */
    .row.DocWizardUpload .k-upload-files {
        border-color: #ddd;
    }

/* line 3957, ../Sass/CustomCss.scss */
.DocWizardForm {
    padding: 30px 20px 10px;
    border: 1px solid #DEDEDE;
    margin: -30px 30px 20px;
}
.Docsdivdisabled.primaryDocs {
    width: 996px;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: absolute;
    padding: 0;
    height: 290px;
}
.Docsdivdisabled.DocDet {
    width: 996px;
    height: 290px;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: absolute;
    padding: 0;
}
.Docsdivdisabled.commitmentDoc {
    width: 996px;
    height: 290px;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: absolute;
    padding: 0;
}
.Docsdivdisabled.DeviceDocs {
    width: 996px;
    height: 290px;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: absolute;
    padding: 0;
}
.Docsdivdisabled.DeviceRegistationDocs {
    width: 989px;
    height: 360px;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: absolute;
    padding: 0;
}
.Docsdivdisabled.RegistrationasssDoc {
    width: 990px;
    height: 360px;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: absolute;
    padding: 0;
}
.Docsdivdisabled.DMFApplicationDocs {
    width: 996px;
    height: 285px;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: absolute;
    padding: 0;
}
.Docsdivdisabled.masterfileDocs {
    width: 996px;
    height: 285px;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: absolute;
    padding: 0;
}                        
.Docsdivdisabled.GlobalDocs {
    width: 996px;
    height: 350px;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: absolute;
    padding: 0;
}
.Docsdivdisabled.LocalupdateDocs {
    width: 996px;
    height: 350px;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: absolute;
    padding: 0;
}
.Docsdivdisabled.ObligationDocs {
    width: 996px;
    height: 290px;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: absolute;
    padding: 0;
}
.Docsdivdisabled.ProtocolDocs {
    width: 996px;
    height: 290px;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: absolute;
    padding: 0;
}
.Docsdivdisabled.iMDocs {
    width: 996px;
    height: 265px;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: absolute;
    padding: 0;
}
    /* line 3963, ../Sass/CustomCss.scss */
    .DocWizardForm div[ng-form="formDocDetails"] .row.form_fields:last-child {
        margin-bottom: 0px;
    }

/* line 3969, ../Sass/CustomCss.scss */
.DocWizardTabs {
    margin: 10px 0 0 0;
}

/* line 3973, ../Sass/CustomCss.scss */
.DocWizardUpload button.k-button.k-upload-selected {
    background: #1399D4;
    border: 1px solid #0C91CC;
    padding: 6px;
    color: #fff;
}
/* line 3979, ../Sass/CustomCss.scss */
.DocWizardUpload span.k-icon.k-i-close.k-delete {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none;
    height: 30px;
}
    /* line 3991, ../Sass/CustomCss.scss */
    .DocWizardUpload span.k-icon.k-i-close.k-delete::before {
        color: #BB0C0C;
        content: "\e014";
        font-size: 13px;
        font-weight: 100;
        line-height: 30px;
    }
/* line 4000, ../Sass/CustomCss.scss */
.DocWizardUpload .k-file > .k-icon {
    background-image: url(../images/icon-file.png);
    background-position: -5px 0px;
    width: 32px;
    height: 32px;
}
    /* line 4006, ../Sass/CustomCss.scss */
    .DocWizardUpload .k-file > .k-icon.k-i-docx {
        background-image: url(../images/icon-doc.png);
        background-position: 0px 0px;
    }
    /* line 4010, ../Sass/CustomCss.scss */
    .DocWizardUpload .k-file > .k-icon.k-i-xlsx {
        background-image: url(../images/icon-xls.png);
        background-position: 0px 0px;
    }
    /* line 4014, ../Sass/CustomCss.scss */
    .DocWizardUpload .k-file > .k-icon.k-i-pptx {
        background-image: url(../images/icon-ppt.png);
        background-position: 0px 0px;
    }
    /* line 4018, ../Sass/CustomCss.scss */
    .DocWizardUpload .k-file > .k-icon.k-i-pdf {
        background-image: url(../images/icon-pdf.png);
        background-position: 0px 0px;
    }
    /* line 4022, ../Sass/CustomCss.scss */
    .DocWizardUpload .k-file > .k-icon.k-i-jpg {
        background-image: url(../images/icon-jpg.png);
        background-position: 0px 0px;
    }

/* line 4028, ../Sass/CustomCss.scss */
.AnchorUrl {
    cursor: pointer;
}

/* line 4031, ../Sass/CustomCss.scss */
.row.nomargin {
    margin: 0px;
}

/* line 4034, ../Sass/CustomCss.scss */
.fullwidth.waves-input-wrapper {
    width: 100%;
}

/* line 4037, ../Sass/CustomCss.scss */
.btn.waves-input-wrapper {
    padding: 0px !important;
}

/* line 4040, ../Sass/CustomCss.scss */
.k-pager-wrap.k-grid-pager {
    border: 1px solid #eee !important;
}

/* line 4043, ../Sass/CustomCss.scss */
#scrollbox4 {
    overflow: auto;
    width: 400px;
    height: 360px;
    padding: 0 5px;
    border: 1px solid #b7b7b7;
}

/* line 4050, ../Sass/CustomCss.scss */
.track4 {
    width: 10px;
    background-clip: padding-box;
    background: #fff;
    border-style: solid;
    border-color: transparent;
    border-width: 0;
    border-left-width: 1px;
}
    /* line 4058, ../Sass/CustomCss.scss */
    .track4:hover {
        background: #f2f2f2;
        background: rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
    }
    /* line 4064, ../Sass/CustomCss.scss */
    .track4:active {
        background: #f2f2f2;
        background: rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
        box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
    }

    /* line 4071, ../Sass/CustomCss.scss */
    .track4.dragging {
        background: #f2f2f2;
        background: rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
    }

/* line 4077, ../Sass/CustomCss.scss */
.handle4 {
    width: 10px;
    background-clip: padding-box;
    background: #ccc;
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
    /* line 4084, ../Sass/CustomCss.scss */
    .handle4:hover {
        background: #999;
        background: rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
        box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    }
    /* line 4090, ../Sass/CustomCss.scss */
    .handle4:active {
        background: gray;
        background: rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
        box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
    }

/* line 4098, ../Sass/CustomCss.scss */
.dragging .handle4 {
    background: gray;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}

/* line 4105, ../Sass/CustomCss.scss */
.row.AddPageRow {
    background: #fff;
    margin: -22px -8px 0px;
}
    /* line 4108, ../Sass/CustomCss.scss */
    .row.AddPageRow .GridSubTitle {
        background: transparent;
        color: #1399D4;
        padding: 20px 0 0px;
        line-height: 26px;
        margin: 0 0 15px 23px;
        border-bottom: 0;
        margin-bottom: 25px;
    }

/* line 4116, ../Sass/CustomCss.scss */
.row.AddInnerPageRow {
    background: #fff;
    margin: -22px -20px 20px;
}
    /* line 4119, ../Sass/CustomCss.scss */
    .row.AddInnerPageRow .GridSubTitle {
        background: transparent;
        color: #1399D4;
        padding: 20px 0 0;
        line-height: 30px;
        margin: 0 0 10px 23px;
    }

/* line 4127, ../Sass/CustomCss.scss */
button.NavigateDevices {
    float: right;
    background: #FFFFFF;
    padding: 4px 10px;
    color: #1399D4 !important;
    opacity: 1 !important;
    margin: 10px;
    border: none;
    cursor: pointer;
}

/* line 4137, ../Sass/CustomCss.scss */
.RegWizardPpInnerContainer.RegWizardGrid {
    overflow: auto;
    width: 1078px !important;
    height: 510px;
    padding-bottom: 0px;
}

/* line 4143, ../Sass/CustomCss.scss */
.vertical-track {
    width: 8px;
    background-color: #fff;
}

/* line 4147, ../Sass/CustomCss.scss */
.vertical-handle {
    width: 8px;
    background-color: #666666;
}

/* line 4151, ../Sass/CustomCss.scss */


.RegTreeFixedbtn {
    position: fixed;
    width: 95px;
    float: right;
    text-align: right;
    bottom: 78px;
    left: 273px;
}

.FormInDiv.Formulation_SDiv .RegTreeFixedbtn {
    bottom: 85px;
    left: 233px;
}

/* line 4159, ../Sass/CustomCss.scss */
.RegManageBody {
    overflow: hidden;
}

/* line 4162, ../Sass/CustomCss.scss */
.RegManageSidebar {
    width: 150px !important;
    max-height: 93%;
    padding: 40px 0 0 !Important;
}

/* line 4167, ../Sass/CustomCss.scss */
.RegManageCtrl .vertical-handle {
    width: 4px;
    background-color: #b8b8b8;
}
/* line 4171, ../Sass/CustomCss.scss */
.RegManageCtrl .vertical-track {
    width: 4px;
    background-color: #d1e6ef;
}
/* line 4175, ../Sass/CustomCss.scss */
.RegManageCtrl .EditFormContainer {
    padding-top: 30px !important;
}

/* line 4181, ../Sass/CustomCss.scss */
.main-sidebar.RegManageSidebar + div {
    z-index: 1000 !important;
}

/* line 4186, ../Sass/CustomCss.scss */
.row.FormTitleSub {
    margin: 0 12px;
    background: url(../images/form-border.png) repeat-x 0px 8px;
    margin-bottom: 10px;
}
    /* line 4190, ../Sass/CustomCss.scss */
    .row.FormTitleSub h4 {
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
        color: #888;
        background: #fff;
        width: auto;
        float: left;
        padding: 0px 4px 0 0;
        border-bottom: 2px solid #bfbfbf;
    }

.row.FormTitleSubSmall h4 {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    background: #fff;
    width: auto;
    float: left;
    padding: 0 16px;
}
/* line 4201, ../Sass/CustomCss.scss */
.CheckLbl {
    float: left;
    display: inline;
    padding: 33px 0 0 0;
}
    /* line 4205, ../Sass/CustomCss.scss */
    .CheckLbl label {
        font-size: 14px;
        font-weight: normal;
        margin-left: 6px !important;
    }
    /* line 4214, ../Sass/CustomCss.scss */
    .CheckLbl .lifile [type="radio"] + span:before {
        width: .9em;
        height: .9em;
    }

/* line 4223, ../Sass/CustomCss.scss */
.GridNoDataDisplay {
    width: 100%;
    text-align: center;
    font-weight: normal;
}
    /* line 4227, ../Sass/CustomCss.scss */
    .GridNoDataDisplay span {
        background: url(../images/no-data.png) no-repeat center;
        float: left;
        width: 100%;
        height: 40px;
    }

/* line 4236, ../Sass/CustomCss.scss */
.user-menu .dropdown-toggle i.icon-user-icon {
    font-size: 22px;
}

/* line 4241, ../Sass/CustomCss.scss */
.DivRightScroll {
    height: 550px;
    float: left;
    width: 100%;
}

/* line 4246, ../Sass/CustomCss.scss */
span.k-picker-wrap.k-state-default {
    height: 35px;
    padding: 0px 10px;
    background: #fff;
    border: none !important;
    border-radius: 3px;
}
    /* line 4252, ../Sass/CustomCss.scss */
    span.k-picker-wrap.k-state-default input.k-input {
        background: #fff;
        height: 91%;
    }

/* line 4258, ../Sass/CustomCss.scss */
.k-picker-wrap .k-icon {
    cursor: pointer;
    font-size: 1px;
    margin: 10px 7px 0 3px;
    float: right;
}

/* line 4266, ../Sass/CustomCss.scss */
.k-picker-wrap.k-state-default > .k-select {
    padding: 0px 1px 0 4px;
}

/* line 4270, ../Sass/CustomCss.scss */
.page-coming-soon {
    padding: 80px 0;
    min-height: 390px;
}
    /* line 4273, ../Sass/CustomCss.scss */
    .page-coming-soon h1 {
        font-weight: 600;
        color: #555;
    }
    /* line 4277, ../Sass/CustomCss.scss */
    .page-coming-soon p {
        font-size: 20px;
        color: #989898;
        font-weight: 100;
    }
    /* line 4282, ../Sass/CustomCss.scss */
    .page-coming-soon i.icon {
        font-size: 110px;
        color: #3DADDF;
    }

/* line 4287, ../Sass/CustomCss.scss */
.themeopener {
    float: left;
    font-size: 14px;
    padding: 13px 0 0 0;
    color: #91CB18;
    cursor: pointer;
}
    /* line 4293, ../Sass/CustomCss.scss */
    .themeopener:hover {
        color: #76A70F;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

/* line 4301, ../Sass/CustomCss.scss */
.themebtn {
    width: 15px;
    height: 15px;
    border: 0px;
    position: relative;
    float: left;
    margin: 4px 3px 0 0px;
    cursor: pointer;
}
    /* line 4310, ../Sass/CustomCss.scss */
    .themebtn + .themebtn {
        margin: 4px 8px 0 0px;
    }

/* line 4315, ../Sass/CustomCss.scss */
.Open-Themer {
    position: absolute;
    top: 54px;
    background: #fff;
    padding: 10px;
    margin-left: -55px;
    max-width: 190px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 3px rgba(0, 0, 0, 0.2);
}
    /* line 4327, ../Sass/CustomCss.scss */
    .Open-Themer ul {
        margin: 0px;
        float: left;
        padding: 0px;
    }
    /* line 4332, ../Sass/CustomCss.scss */
    .Open-Themer li {
        list-style-type: none;
        float: left;
        width: 100%;
        line-height: 24px;
        padding: 5px 0 0 0;
    }
        /* line 4338, ../Sass/CustomCss.scss */
        .Open-Themer li a {
            color: #666;
        }

/* line 4343, ../Sass/CustomCss.scss */
.themebtn.default {
    background: #3F1B07;
    background: #1399D4;
}

/* line 4347, ../Sass/CustomCss.scss */
.themebtn.red {
    background: #A52121;
}

/* line 4350, ../Sass/CustomCss.scss */
.themebtn.brown {
    background: #3F1B07;
}

/* line 4353, ../Sass/CustomCss.scss */
.themebtn.green {
    background: #91CB18;
}

/* line 4356, ../Sass/CustomCss.scss */
.themebtn.blue {
    background: #2A2D34;
}

/* line 4359, ../Sass/CustomCss.scss */
.themebtn.darkgreen {
    background: #00AA9A;
}

/* line 4362, ../Sass/CustomCss.scss */
.themebtn.darkblue {
    background: #2F353F;
}

/* line 4365, ../Sass/CustomCss.scss */
.themebtn.default1 {
    background: #272B2D;
}

/* line 4368, ../Sass/CustomCss.scss */
.themebtn.purple {
    background: #6164C1;
}

/* line 4371, ../Sass/CustomCss.scss */
.dashboard_page {
    background: none;
    width: 99%;
    margin: 0px 0px 0px 10px;
    box-shadow: none;
    float: left;
}
    /* line 4378, ../Sass/CustomCss.scss */
    .dashboard_page .Products_Grid_Title {
        /*padding: 0px;*/
    }

/* line 4382, ../Sass/CustomCss.scss */
.jvectormap-container {
    background-color: transparent !important;
    border: 0px solid #eee;
}
    /* line 4386, ../Sass/CustomCss.scss */
    .jvectormap-container svg:not(:root) {
        overflow: hidden;
        width: 100% !important;
        float: left;
        height: 360px;
        margin: 10px 0 0 0;
    }

/* line 4395, ../Sass/CustomCss.scss */
.dashboard-content {
    padding: 2px 20px 10px 10px;
    margin: 0px 0px 0px 0px;
    float: left;
    border: 0px solid #eee;
    background: none;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
    /* line 4402, ../Sass/CustomCss.scss */
    .dashboard-content .DataViewChartMainH3 {
        width: 105.4%;
        float: left;
        padding: 20px 0 0 10px;
        margin: 0;
        font-size: 14px;
        color: #9c9c9c;
    }

/* line 4411, ../Sass/CustomCss.scss */
.col-md-6.dashboard_map {
    margin: 0px 1% 2% 0.5%;
    background: #fff;
    width: 61%;
    height: 415px;
    border-radius: 0px;
    box-shadow: 0px 1px 2px 1px #ddd;
}

/* line 4419, ../Sass/CustomCss.scss */
.col-md-6.dashboard_chart {
    margin: 0px 0% 0 .4%;
    background: #fff;
    width: 36.5%;
    height: 415px;
    border-radius: 0px;
    box-shadow: 0px 1px 2px 1px #ddd;
}

/* line 4427, ../Sass/CustomCss.scss */
.password-strength {
    float: left;
    width: 30%;
    margin: 8% 0 0 0;
}

/* line 4433, ../Sass/CustomCss.scss */
.Product_TableGrid.users-grid .k-header.k-grid-toolbar {
    width: 30%;
    float: right;
    position: relative;
    top: -35px;
    text-align: right;
    border: none;
}
/* line 4441, ../Sass/CustomCss.scss */
.Product_TableGrid.users-grid .k-grid-header {
    border: none;
    position: relative;
    top: -28px;
    margin-bottom: 0px;
    background: none;
    height: 30px;
    width: 99.8%;
}

    .Product_TableGrid.users-grid .k-grid-header .k-grid-header-wrap {
        border-width: 1px;
        border-color: #d2d2d2;
        border-bottom-width: 0px;
    }
/* line 4445, ../Sass/CustomCss.scss */
.Product_TableGrid.users-grid .k-grid-content {
    clear: left;
    float: none;
}

/* line 4449, ../Sass/CustomCss.scss */
.k-button.btn.add {
    background-color: #FFFFFF;
    color: #3D97CC;
    padding: 3px 8px !important;
    border: 1px solid #DDDDDD;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
}
    /* line 4457, ../Sass/CustomCss.scss */
    .k-button.btn.add:hover {
        opacity: 1;
        background-color: #EDEDED;
        border-color: #ddd;
    }

/* line 4465, ../Sass/CustomCss.scss */
.AdminGridBtns button.btn.btn-default:hover {
    border: 1px solid #eee;
}
/* line 4469, ../Sass/CustomCss.scss */
.AdminGridBtns .tooltip {
    display: inline !important;
    position: absolute;
}
/* line 4473, ../Sass/CustomCss.scss */
.AdminGridBtns button.btn {
    padding: 3px 8px !important;
    margin: 0 2px !important;
    color: #888;
    height: 24px;
    border-radius: 2px !important;
}
    /* line 4480, ../Sass/CustomCss.scss */
    .AdminGridBtns button.btn + button.btn[aria-describedby] {
        border-left: 1px !important;
        border-right: 1px !important;
        margin: 0 3px 0 3px !important;
    }
    /* line 4487, ../Sass/CustomCss.scss */
    .AdminGridBtns button.btn[aria-describedby] {
        display: inline;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        -ms-transition: none;
        margin: 0 2px 0 2px !important;
    }
    /* line 4496, ../Sass/CustomCss.scss */
    .AdminGridBtns button.btn.icon-delete {
        color: #C81E1E;
    }
/* line 4499, ../Sass/CustomCss.scss */
.AdminGridBtns .icon-delete-button {
    color: #C81E1E;
}
    /* line 4501, ../Sass/CustomCss.scss */
    .AdminGridBtns .icon-delete-button:before {
        font-size: 17px;
        position: relative;
        top: 0px;
    }
/* line 4507, ../Sass/CustomCss.scss */
.AdminGridBtns .icon-draw {
    color: #6A9D1A;
}
    /* line 4509, ../Sass/CustomCss.scss */
    .AdminGridBtns .icon-draw:before {
        font-size: 15px;
        position: relative;
        top: 0px;
    }
/* line 4515, ../Sass/CustomCss.scss */
.AdminGridBtns button.btn.icon-draw-edit {
    color: #6A9D1A;
}
/* line 4518, ../Sass/CustomCss.scss */
.AdminGridBtns .icon-menu-button-of-three-horizontal-lines {
    color: #009BD4;
}
    /* line 4520, ../Sass/CustomCss.scss */
    .AdminGridBtns .icon-menu-button-of-three-horizontal-lines:before {
        font-size: 18px;
        position: relative;
        top: 0px;
        padding-bottom: 1px;
    }
/* line 4527, ../Sass/CustomCss.scss */
.AdminGridBtns button.btn.icon-details {
    color: #009BD4;
}

.AdminGridBtns .btn.btn-default.icon-Disable {
    color: #d00606;
}
/* line 4530, ../Sass/CustomCss.scss */
.AdminGridBtns .icon-padlock {
    color: #999;
}
    /* line 4532, ../Sass/CustomCss.scss */
    .AdminGridBtns .icon-padlock:before {
        font-size: 18px;
        position: relative;
        top: 0px;
    }
/* line 4538, ../Sass/CustomCss.scss */
.AdminGridBtns button.btn.icon-changepwd {
    color: #999;
}
/* line 4541, ../Sass/CustomCss.scss */
.AdminGridBtns .icon-seo47 {
    font-size: 18px;
    position: relative;
    top: 0px;
    padding-bottom: 1px;
}

/* line 4548, ../Sass/CustomCss.scss */
.MainPieChartEmpty {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    line-height: 360px;
}
    /* line 4553, ../Sass/CustomCss.scss */
    .MainPieChartEmpty label {
        color: #999;
    }

/* line 4557, ../Sass/CustomCss.scss */
.k-button.waves-button {
    border: none !important;
}

/* line 4560, ../Sass/CustomCss.scss */
.tg-list {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* line 4571, ../Sass/CustomCss.scss */
.tg-list-item {
    margin: 0 2em;
}

/* line 4574, ../Sass/CustomCss.scss */
.tgl {
    display: none;
    box-sizing: border-box;
}
    /* line 4577, ../Sass/CustomCss.scss */
    .tgl:after {
        box-sizing: border-box;
    }
        /* line 4579, ../Sass/CustomCss.scss */
        .tgl:after::-moz-selection {
            background: none;
        }
        /* line 4582, ../Sass/CustomCss.scss */
        .tgl:after::selection {
            background: none;
        }
    /* line 4586, ../Sass/CustomCss.scss */
    .tgl:before {
        box-sizing: border-box;
    }
        /* line 4588, ../Sass/CustomCss.scss */
        .tgl:before::-moz-selection {
            background: none;
        }
        /* line 4591, ../Sass/CustomCss.scss */
        .tgl:before::selection {
            background: none;
        }
    /* line 4595, ../Sass/CustomCss.scss */
    .tgl * {
        box-sizing: border-box;
    }
        /* line 4597, ../Sass/CustomCss.scss */
        .tgl *:after {
            box-sizing: border-box;
        }
            /* line 4599, ../Sass/CustomCss.scss */
            .tgl *:after::-moz-selection {
                background: none;
            }
            /* line 4602, ../Sass/CustomCss.scss */
            .tgl *:after::selection {
                background: none;
            }
        /* line 4606, ../Sass/CustomCss.scss */
        .tgl *:before {
            box-sizing: border-box;
        }
            /* line 4608, ../Sass/CustomCss.scss */
            .tgl *:before::-moz-selection {
                background: none;
            }
            /* line 4611, ../Sass/CustomCss.scss */
            .tgl *:before::selection {
                background: none;
            }
        /* line 4615, ../Sass/CustomCss.scss */
        .tgl *::-moz-selection {
            background: none;
        }
        /* line 4618, ../Sass/CustomCss.scss */
        .tgl *::selection {
            background: none;
        }
    /* line 4623, ../Sass/CustomCss.scss */
    .tgl + .tgl-btn {
        box-sizing: border-box;
        outline: 0;
        display: block;
        width: 3em;
        height: 1.5em;
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
        /* line 4635, ../Sass/CustomCss.scss */
        .tgl + .tgl-btn::-moz-selection {
            background: none;
        }
        /* line 4638, ../Sass/CustomCss.scss */
        .tgl + .tgl-btn::selection {
            background: none;
        }
        /* line 4641, ../Sass/CustomCss.scss */
        .tgl + .tgl-btn:after {
            position: relative;
            display: block;
            content: "";
            width: 50%;
            height: 100%;
            left: 0;
        }
        /* line 4649, ../Sass/CustomCss.scss */
        .tgl + .tgl-btn:before {
            position: relative;
            display: block;
            content: "";
            width: 50%;
            height: 100%;
            display: none;
        }
    /* line 4659, ../Sass/CustomCss.scss */
    .tgl::-moz-selection {
        background: none;
    }
    /* line 4662, ../Sass/CustomCss.scss */
    .tgl::selection {
        background: none;
    }
    /* line 4668, ../Sass/CustomCss.scss */
    .tgl:checked + .tgl-btn:after {
        left: 50%;
    }

/* line 4677, ../Sass/CustomCss.scss */
.tgl-skewed + .tgl-btn {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #888;
    margin: 1px 0 0 0;
}
    /* line 4685, ../Sass/CustomCss.scss */
    .tgl-skewed + .tgl-btn:after {
        display: inline-block;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        width: 100%;
        text-align: center;
        position: absolute;
        line-height: 1.5em;
        font-weight: bold;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
        left: 100%;
        content: attr(data-tg-on);
    }
    /* line 4699, ../Sass/CustomCss.scss */
    .tgl-skewed + .tgl-btn:before {
        display: inline-block;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        width: 100%;
        text-align: center;
        position: absolute;
        line-height: 1.5em;
        font-weight: bold;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
        left: 0;
        content: attr(data-tg-off);
    }
    /* line 4713, ../Sass/CustomCss.scss */
    .tgl-skewed + .tgl-btn:active {
        background: #888;
    }
        /* line 4715, ../Sass/CustomCss.scss */
        .tgl-skewed + .tgl-btn:active:before {
            left: -10%;
        }
/* line 4723, ../Sass/CustomCss.scss */
.tgl-skewed:checked + .tgl-btn {
    background: #86d993;
}
    /* line 4725, ../Sass/CustomCss.scss */
    .tgl-skewed:checked + .tgl-btn:before {
        left: -100%;
    }
    /* line 4728, ../Sass/CustomCss.scss */
    .tgl-skewed:checked + .tgl-btn:after {
        left: 0;
    }
    /* line 4732, ../Sass/CustomCss.scss */
    .tgl-skewed:checked + .tgl-btn:active:after {
        left: 10%;
    }

/* line 4740, ../Sass/CustomCss.scss */
.e-sign-popup {
    position: fixed;
    top: 24%;
    left: 35%;
    border: 0px;
    width: 500px;
    padding: 0;
    z-index: 1000100;
    background-color: white;
    overflow: auto;
}
    /* line 4750, ../Sass/CustomCss.scss */
    .e-sign-popup .pp_content {
        padding: 20px;
        float: left;
        width: 100%;
    }

/* line 4756, ../Sass/CustomCss.scss */
.e-sign-overlay {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000100;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=80);
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* line 4774, ../Sass/CustomCss.scss */
.lbl-display {
    font-weight: normal;
    color: #999;
}

/* line 4779, ../Sass/CustomCss.scss */
.ContainerGrid.RegWizardPpInner .e-sign-popup {
    left: 28%;
}

/* line 4783, ../Sass/CustomCss.scss */
.scroll_tabs_theme_light.single_doc {
    height: 50px;
    margin: 0px 15px 13px;
    list-style: none;
    padding: 0;
    float: left;
}
    /* line 4784, ../Sass/CustomCss.scss */
    .scroll_tabs_theme_light.single_doc li {
        padding-left: 20px;
        padding-right: 20px;
        line-height: 48px;
        font-size: 14px;
        color: #333333;
        cursor: pointer;
        background: #fff;
        border: 1px solid #DEDEDE;
        border-top: 3px solid #1399D4;
        cursor: default;
    }
        /* line 4795, ../Sass/CustomCss.scss */
        .scroll_tabs_theme_light.single_doc li a {
            cursor: default;
        }

/* line 4805, ../Sass/CustomCss.scss */
.login_error_display {
    height: 98px;
    float: left;
    width: 100%;
    text-align: right;
    margin: -20px 0 0px 0;
}
    /* line 4811, ../Sass/CustomCss.scss */
    .login_error_display span {
        float: right;
    }

/* line 4815, ../Sass/CustomCss.scss */
textarea.form-control {
    max-width: 100%;
}

/* line 4819, ../Sass/CustomCss.scss */
.bootbox.MetaBootbox .modal-dialog {
    /*margin-top: 11%;*/
    width: 500px;
}
    /* line 4822, ../Sass/CustomCss.scss */
    .bootbox.MetaBootbox .modal-dialog .modal-title {
        line-height: 18px;
        font-size: 17px;
        color: #159ED0;
        font-weight: 500;
    }
    /* line 4828, ../Sass/CustomCss.scss */
    .bootbox.MetaBootbox .modal-dialog .modal-footer {
        text-align: center;
        width: 196px;
        border-top: none;
        padding: 0 15px 15px 15px;
    }

/* line 4836, ../Sass/CustomCss.scss */
.Common_TableGrid.ScrollableGrid.k-grid.k-widget {
    overflow: auto;
}

/* line 4840, ../Sass/CustomCss.scss */
.Common_TableGrid.ScrollableGrid .k-grid-header-wrap {
    overflow: initial;
}
/* line 4843, ../Sass/CustomCss.scss */
.Common_TableGrid.ScrollableGrid .k-grid-footer-wrap {
    overflow: initial;
}
/* line 4846, ../Sass/CustomCss.scss */
.Common_TableGrid.ScrollableGrid .k-grid-header {
    display: inline-block;
}
/* line 4849, ../Sass/CustomCss.scss */
.Common_TableGrid.ScrollableGrid .k-grid-content {
    display: inline;
    top: -4px;
}
/* line 4853, ../Sass/CustomCss.scss */
.Common_TableGrid.ScrollableGrid::-webkit-scrollbar {
    height: 8px;
}
/* line 4856, ../Sass/CustomCss.scss */
.Common_TableGrid.ScrollableGrid::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
/* line 4859, ../Sass/CustomCss.scss */
.Common_TableGrid.ScrollableGrid::-webkit-scrollbar-thumb {
    background-color: #B8B8B8;
    outline: 1px solid #B8B8B8;
}

/* line 4865, ../Sass/CustomCss.scss */
.Common_TableGrid.ScrollableGrid.k-grid table {
    float: none;
}

/* line 4870, ../Sass/CustomCss.scss */
.Product_TableGrid.audit-grid .k-header.k-grid-toolbar {
    width: 50%;
    float: right;
    position: relative;
    top: -26px;
    text-align: right;
    border: none;
    height: 45px;
    background: none;
    margin: 0 -5px 0 0;
    padding: 0;
}
/* line 4881, ../Sass/CustomCss.scss */
.Product_TableGrid.audit-grid .k-grid-header {
    border: none;
    position: relative;
    top: 0;
    margin: 3px 0 0;
    background: none;
    height: 30px;
    width: 100%;
}

    .Product_TableGrid.audit-grid .k-grid-header .k-grid-header-wrap {
        border-width: 1px;
        border-color: #d2d2d2;
        border-bottom-width: 0px;
    }

    .Product_TableGrid.audit-grid .k-grid-header th.k-header {
        padding: 0px !important;
        height: 20px !important;
    }

        .Product_TableGrid.audit-grid .k-grid-header th.k-header.k-header > .k-grid-filter {
            margin-right: 5px;
        }

        .Product_TableGrid.audit-grid .k-grid-header th.k-header > .k-link {
            padding: 0 14px !important;
            line-height: 40px;
        }
/* line 4885, ../Sass/CustomCss.scss */
.Product_TableGrid.audit-grid .k-grid-content {
    clear: left;
    height: auto !important;
    min-height: 300px;
    max-height: 330px;
    width: 100%;
    float: left;
}
/* line 4889, ../Sass/CustomCss.scss */
.Product_TableGrid.audit-grid .k-header .k-button {
    background: #00B1FC !important;
    color: #FBFBFB !important;
    border: 1px solid #00B1FC !important;
    box-shadow: none;
    display: inline-block;
    font-weight: 400;
    line-height: 1.2em;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    z-index: 1111;
    padding: 4px 9px !important;
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
}
    /* line 4902, ../Sass/CustomCss.scss */
    .Product_TableGrid.audit-grid .k-header .k-button:hover {
        background-color: #009DDF !important;
        border-color: #009DDF !important;
    }
    /* line 4906, ../Sass/CustomCss.scss */
    .Product_TableGrid.audit-grid .k-header .k-button:before {
        content: "\e03f";
        display: inline-block;
        font-family: "idmp-icons" !important;
        font-size: 15px;
        width: auto;
        height: auto;
        margin: 0 5px 1px 0;
        float: left;
    }
    /* line 4918, ../Sass/CustomCss.scss */
    .Product_TableGrid.audit-grid .k-header .k-button.k-grid-excel:before {
        background: url(../images/icon-xls-export.png);
    }
    /* line 4923, ../Sass/CustomCss.scss */
    .Product_TableGrid.audit-grid .k-header .k-button.pdf-icon:before {
        /*background: url(../images/icon-pdf-export.png);*/
    }

/* line 4930, ../Sass/CustomCss.scss */
.checkbox.TermsChkBox.E-signcheck input[type="checkbox"] {
    float: left;
    margin-bottom: 30px;
}

/* line 4935, ../Sass/CustomCss.scss */
.MultiPopup.LoadingIcon {
    z-index: 999999;
}
    /* line 4937, ../Sass/CustomCss.scss */
    .MultiPopup.LoadingIcon .black_overlay {
        display: block;
    }

.tgl + .tgl-btn.users-block-btn {
    width: 4.5em;
}

#grdCommonMetaData.Metadata_TableGrid > div.k-grid-content {
    border: 0px solid #d2d2d2 !important;
}

/*Added for hide delete button*/
/*.k-grid-Delete, .AdminGridBtns button.btn.icon-delete,
.ProductGridBtnsFlat button.btn.add + .btn-default.icon + .btn-default.icon, .ProductGridBtnsFlat button.btn.delete,
  .GridBtnsFlat button.btn.add + .btn-default.icon + .btn-default.icon   {
display:none;
}*/
.k-grid-filter.k-state-active {
    background-color: transparent;
}

    .k-grid-filter.k-state-active .k-filter {
        opacity: 1;
    }


.content-header > .breadcrumb li {
    float: left;
    padding: 4px 2px 0 0;
    max-width: 170px;
    overflow: visible;
    text-overflow: ellipsis;
}

.content-header > .breadcrumb div {
    float: left;
}

.content-header > .breadcrumb i {
    float: left;
    line-height: 24px;
}
/*Work Flow Css*/
.k-multiselect.select-multiline {
    border: 2px solid #eee;
    background: #fff;
    border-radius: 3px;
    overflow-y: auto;
    height: 80px;
}

    .k-multiselect.select-multiline .k-multiselect-wrap {
        height: 70px;
        border: none !important;
        background: none;
    }

    .k-multiselect.select-multiline.k-state-focused {
        background: none;
        box-shadow: none;
    }

    .k-multiselect.select-multiline.height50 {
        height: 50px;
    }

        .k-multiselect.select-multiline.height50 .k-multiselect-wrap {
            height: 40px;
        }



.workflow-section {
    padding: 10px 10px 0px 10px;
    background: #fdfdfd;
    border: 1px solid #eee;
    margin: 0 0px 0px;
}

.workflow-comment {
    float: left;
    padding: 0;
    border: 1px solid #eee;
    margin: 10px 0 0;
    width: 49%;
    max-height: 526px;
}

h4.headtab {
    width: 100%;
    float: left;
    background: #f8f8f8;
    padding: 10px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #eee;
}

.row.row_multitabs.white-tabs {
    background: transparent;
    border-bottom: 1px solid #eee;
    box-shadow: none;
}

    .row.row_multitabs.white-tabs .page_flattabs li {
        background: transparent !important;
        border: none;
        padding: 6px 12px 2px;
        margin: 0;
        float: left;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        box-shadow: none;
    }

        .row.row_multitabs.white-tabs .page_flattabs li a {
            font-size: 14px;
            color: #666;
            -webkit-transition: all .1s ease-in-out;
            -moz-transition: all .1s ease-in-out;
            -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
        }

        .row.row_multitabs.white-tabs .page_flattabs li.active a {
            color: #3D97CC;
            border-bottom: 2px solid #3D97CC;
            padding-bottom: 6px;
        }

    .row.row_multitabs.white-tabs .page_flattabs {
        background: #FFF;
        width: 101.3%;
        line-height: 30px;
        border: 0px;
    }

.Workflow-page {
    float: right;
    width: 103%;
    height: 556px;
    overflow: auto;
    margin: 5px -15px 0 0px;
    padding: 20px 0px 0px;
}

    .Workflow-page .ContainerGrid {
        padding: 0 15px;
    }

    .Workflow-page .content-header {
        position: fixed;
        width: 90%;
        margin: -30px 0 0 0;
    }

.workflow-form {
    padding: 10px 10px 10px 20px;
    width: 50%;
    float: left;
}

.row.pagetitle {
    background: #fff;
    margin: 0;
    display: inline;
    padding: 10px 0 0 0;
}

    .row.pagetitle label {
        font-weight: 400;
        font-size: 24px;
        border-bottom: 2px solid #666;
        margin-bottom: 15px;
    }

.wf-tab {
    padding: 10px 20px;
    margin: 0px;
    max-height: 354px;
    overflow: auto;
}

.wf-tabcomments {
    padding: 5px 0;
    overflow-y: auto;
    margin: 5px -20px 0;
}

.wf-eachcomment {
    margin: 0px 10px 0px 10px;
    float: left;
    width: 98%;
    padding: 10px;
    background: #fff;
    box-shadow: none;
    border-bottom: 1px solid #eee;
}

.wf-cmnt-user label {
    color: #000;
}

.cycles {
    margin-bottom: 10px;
}

span.wf-date {
    color: #ccc;
    font-size: 10px;
    margin-left: 2px;
}

span.wf-role {
    color: #666;
    font-size: 12px;
    margin-left: 2px;
}

.wf-cmnt {
    color: #777;
}

.cycles label {
    font-weight: 600;
    border-left: 2px solid #00b1fc;
    color: #00b1fc;
    padding: 0 0 0 8px;
}

.select-multiline .k-multiselect-wrap > ul > .k-button.k-state-hover,
.select-multiline .k-multiselect-wrap > ul > .k-button.k-state-hover:hover {
    color: #444444;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    background-color: #ebebeb;
}

.select-multiline .k-state-hover > * > .k-i-close {
    background-position: -32px -16px !important;
}

.review-cmnt-user {
    float: left;
    padding: 0;
    margin: 0;
}

    .review-cmnt-user i {
        float: left;
        margin: 0 5px 0 0;
    }

    .review-cmnt-user label {
        color: #000;
        float: left;
        font-size: 13px;
        margin: 0;
    }

span.review-role {
    color: #666;
    font-size: 12px;
    margin-left: 2px;
    float: left;
}

span.review-date {
    color: #ccc;
    font-size: 10px;
    margin-left: 2px;
    width: 100%;
    float: left;
    text-align: left;
}
/* 
        Comments Css
    */
.Comments-filters {
    margin: -5px 0 0 0 !important;
    border-bottom: 1px solid #ccc !important;
}

    .Comments-filters .checkbox {
        float: left;
        display: inline-block;
        margin: 8px 7px;
    }

.chat-box, .enter-message {
    padding: 0 20px;
    color: #a1a1a1;
}

    .chat-box .message-box {
        padding: 10px;
        clear: both;
        margin: 10px 0;
        border-radius: 3px;
        box-shadow: none;
        border-bottom: 1px solid #eee;
    }

.chat-box {
    overflow-y: auto;
    overflow-x: hidden;
    height: 220px;
    border-bottom: 0px solid #ccc;
}

    .chat-box::-webkit-scrollbar {
        width: 8px; /* for vertical scrollbars */
        height: 8px; /* for horizontal scrollbars */
    }

    .chat-box::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.1);
    }

    .chat-box::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.5);
    }

    .chat-box.p-manage {
        height: 270px;
        padding: 0 10px;
    }

.comments-cycles {
    width: 110%;
    float: left;
    margin: -5px -10px 0px -10px;
}

.message-box .picture {
    float: left;
    width: 100%;
    display: block;
    padding-right: 10px;
    margin: 0 0 5px 0;
}

.picture img {
    width: 43px;
    height: 43px;
    border-radius: 5px;
    border-radius: 50%;
    float: left;
}

.picture span.user {
    font-weight: bold;
    font-size: 13px;
    color: #666;
}

.picture span {
    font-weight: normal;
    font-size: 12px;
    display: block;
    text-align: center;
    margin-top: 3px;
    float: left;
    padding: 0 5px;
}

    .picture span.time {
        width: 80%;
        display: inline-flex;
    }

.message {
    background: #fff;
    display: inline-block;
    padding: 6px 0;
    width: 99%;
    border-radius: 2px;
    position: relative;
    top: 6px;
    text-align: left;
}

    .message span {
        color: #555;
        font-weight: bold;
    }

    .message p {
        padding: 0;
        margin: 0;
        color: #666;
    }

.message-box.right-img .picture {
    float: right;
    padding: 0;
    padding-left: 10px;
}

    .message-box.right-img .picture img {
        float: right;
    }

.message-box.right-img .message:before {
    left: 100%;
    margin-right: 6px;
    margin-left: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.enter-message {
    padding: 10px 10px;
    float: left;
    width: 100%;
    background: transparent;
}

    .enter-message textarea {
        padding: 10px 12px;
        background: #ffffff;
        width: 100%;
        border-radius: 2px;
        margin: 5px 0 10px;
        resize: none;
    }

    .enter-message .send {
        padding: 10px 15px;
        background: #6294c2;
        border-radius: 2px;
        float: right;
        color: #fff;
    }

    .enter-message a.send {
        padding: 10px 15px;
        background: #6294c2;
        border-radius: 2px;
        float: right;
    }
/*
    Margins
*/
.nomargin {
    margin: 0 !important;
}

.margin-center {
    margin: 0 auto !important;
    float: none !important;
}

.margin-lr-35per {
    margin: 0 35% !important;
    float: none !important;
}

.mt-5 {
    margin-top: 5px;
}

.m-t-7 {
    margin-top: 7px !important;
}

.mt-8 {
    margin-top: 8px;
}
.mt-minus-10 {
    margin-top: -10px !important;
}
.margin15 {
    margin:15px !important;
}
.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px;
}
.mt-13 {
    margin-top: 13px !important;
}

.mt-16 {
    margin: -16px 0 0;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.m-b-7 {
    margin-bottom: 7px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.ml-10 {
    margin-left: 10px !important;
}

.margin-left-2per {
    margin-left: 2% !important;
}

.margin-left-1per {
    margin-left: 1% !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.margin-left-7 {
    margin-left: 7px !important;
}

.mr-10 {
    margin-right: 10px !important;
}
.mr-minus-10 {
    margin-right: -10px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-0 {
    margin-top:0px !important;
}

.no-bg {
    background: none !important;
}

.mt-Subsmall {
    margin: -5px 15px 8px;
}

.width250 {
    width: 250px !important;
}
/*
    Margins
*/


/*
    Side Comments Toggle Css
*/
.Right_Comments {
    position: fixed;
    z-index: 999;
}

.review-comments h2 {
    font-size: 16px;
    font-weight: normal !important;
    float: left;
    width: 100%;
    text-align: center !important;
    padding: 0px 10px 10px 10px !important;
}

#sectionRight:target > .menu-fixed {
    width: 120px;
    background: #111;
    transition: all 0.3s;
}

    #sectionRight:target > .menu-fixed > a .material-icons.back {
        display: none;
    }

    #sectionRight:target > .menu-fixed > .menu li {
        text-align: center;
        width: 40%;
    }

        #sectionRight:target > .menu-fixed > .menu li > p {
            display: none;
        }

#menu-fixed::-webkit-scrollbar {
    width: 8px;
    /* for vertical scrollbars */
    height: 8px;
    /* for horizontal scrollbars */
}

#menu-fixed::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

#menu-fixed::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
}

#menu-fixed {
    width: 0px;
    z-index: 97;
    height: calc(100vh - 40px) !important;
    background: none;
    position: fixed;
    transition: all 0.3s;
    /* box-shadow: 10px 0px 10px rgb(2 2 2 / 19%), 8px 0px 10px rgba(0, 0, 0, 0.23); */
    text-align: center;
    overflow: visible;
    right: 0px;
    top: 43px;
    box-shadow: 0 0 44px rgba(0,0,0,0.2) !important;
    margin-top: 0px !important;
}

    #menu-fixed .material-icons.back {
        display: none;
        color: white;
        position: absolute;
        left: 10px;
        top: 10px;
        font-size: 36px;
        cursor: pointer;
        transition: color 0.3s;
    }

        #menu-fixed .material-icons.back:hover {
            color: #009688;
            transition: color 0.3s;
        }

    #menu-fixed.openedcomments {
        width: 280px !important;
        transition: all 0.3s ease-out !important;
        overflow-y: auto;
        overflow-x: hidden !important;
        background: #fff !important;
    }

        #menu-fixed.openedcomments .review-comments {
            opacity: 1;
            transition: opacity .8s ease-in-out;
            -webkit-transition: opacity .8s ease-in-out;
            -moz-transition: opacity .8s ease-in-out;
            -o-transition: opacity .8s ease-in-out;
        }

        #menu-fixed.openedcomments .comments-btns {
            opacity: 1;
            transition: opacity .8s ease-in-out;
            -webkit-transition: opacity .8s ease-in-out;
            -moz-transition: opacity .8s ease-in-out;
            -o-transition: opacity .8s ease-in-out;
        }

        #menu-fixed.openedcomments > .notes {
            transition: all 0.2s;
            z-index: 0;
            opacity: 0;
        }

        #menu-fixed.openedcomments > a .material-icons.back {
            display: block;
        }

        #menu-fixed.openedcomments > a > .logo {
            width: 43% !important;
            height: 47px;
            margin: auto;
            display: none;
            width: 585px !important;
        }

            #menu-fixed.openedcomments > a > .logo.logoclose {
                display: flex !important;
                position: fixed !important;
                right: 0 !important;
                float: right !important;
            }

                #menu-fixed.openedcomments > a > .logo.logoclose > span {
                    display: block;
                    background: #000 !important;
                    border: solid 1px #e4e4e4 !important;
                }


                    #menu-fixed.openedcomments > a > .logo.logoclose > span i.fa-angle-right {
                        color: #fff !important;
                        line-height: 24px;
                    }

            #menu-fixed.openedcomments > a > .logo > span {
                display: none;
            }

            #menu-fixed.openedcomments > a > .logo > p {
                display: block;
            }

        #menu-fixed.openedcomments > .menu li {
            text-align: left;
            width: 60%;
        }

            #menu-fixed.openedcomments > .menu li:hover::after {
                content: '';
                display: block;
                position: absolute;
                background: rgba(38, 166, 154, 0.1);
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                border-radius: 4px;
            }

            #menu-fixed.openedcomments > .menu li:hover > p {
                color: white;
            }

            #menu-fixed.openedcomments > .menu li > p {
                display: inline-block;
            }

    #menu-fixed .logo {
        width: 100%;
        height: 70px;
        position: relative;
        cursor: pointer;
        margin-left: -25px !important;
        display: block;
        margin-top: -52px;
    }

        #menu-fixed .logo.logoclose {
            display: none;
        }

        #menu-fixed .logo p {
            display: none;
            color: #999;
            font-size: 23px;
            padding-bottom: 0;
            font-weight: 300;
        }

        #menu-fixed .logo span {
            width: 25px !important;
            height: 35px !important;
            background: #2f2f2f !important;
            position: absolute !important;
            margin: auto !important;
            left: 0px !important;
            right: 0 !important;
            top: 75px;
            border: 0px solid white !important;
            transition: all 0.2s !important;
            border-radius: 10px 0px 0px 10px !important;
            cursor: pointer;
        }


            #menu-fixed .logo span i {
                font-size: 27px !important;
                color: #fff !IMPORTANT;
                padding: 3px 0 0 2px;
                margin: 0 !important;
                float: none !important;
            }

        #menu-fixed .logo:hover ~ p {
            color: white;
            transition: all 0.3s;
        }

    #menu-fixed .pmenu {
        margin: 0;
        text-align: center;
        color: rgba(255, 255, 255, 0.4);
        font-size: 14px;
        font-weight: 300;
    }

    #menu-fixed hr {
        width: 75%;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    #menu-fixed .menu {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }


        #menu-fixed .menu li {
            padding: 15px;
            width: 40%;
            margin: auto;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            border-bottom-style: dotted;
            cursor: pointer;
            overflow: hidden;
            position: relative;
            transition: all 0.3s;
        }

            #menu-fixed .menu li:last-child {
                border: none;
            }

            #menu-fixed .menu li:hover {
                background: #000;
                transition: all 0.3s;
            }

                #menu-fixed .menu li:hover > .material-icons {
                    color: white;
                }

            #menu-fixed .menu li .material-icons {
                color: #999;
            }

            #menu-fixed .menu li p {
                display: none;
                margin: auto;
                color: #888;
                font-size: 14px;
                font-weight: 300;
                position: absolute;
                padding-left: 30px;
                line-height: 30px;
            }


.review-comments {
    opacity: 0;
}

input#btnAddComment {
    background: #337ab7;
    border-radius: 0;
    padding: 5px 12px;
    font-size: 13px;
    border-radius: 3px;
}

.review-status-icon {
    box-shadow: none;
    border: none;
    background: none;
    font-size: 18px;
}

    .review-status-icon:hover {
        background: none;
    }

    .review-status-icon i {
        font-size: 22px;
    }

.data-entry, .icon-textlines28, .icon-file242 {
    color: #2196F3;
}

.review, .icon-magnifier58, .icon-tool {
    color: #baca24;
}

.reviewed, .icon-file, .icon-sign {
    color: #8BC34A;
}

.in-progress, .icon-time-1 { /*.icon-hourglass*/
    color: #FF9800;
}

.approval, .icon-approve-invoice {
    color: #4CAF50;
}

.review-status-icon.icon-application-documents {
    color: #4CAF50;
}

.approved, .icon-file161 {
    color: #009688;
}

.red-error, .icon-warning-sign {
    color: #F44336;
}

.ProductGridBtnsFlat button.btn[disabled] {
    color: #B3B3B3 !important;
    background: transparent;
    border-color: #ddd;
}

.ProductGridBtnsFlat button.btn[disabled] {
    color: #B3B3B3;
    background: transparent;
}

.norecords-grid {
    margin: 0;
    border: 0px solid #ddd;
    border-top: 0;
}

    .norecords-grid.bordered {
        border: 1px solid #ddd;
    }

.width110p {
    width: 110%;
}

.manage-sbtns {
    margin: 2px 0 10px 0;
    border-top: 1px solid #ccc;
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
}

.Admin_PageContainer .k-grid-content {
    float: left;
    width: 100%;
    border-radius: 0px;
    margin: -5px 0 0 0;
    max-height: 400px;
}

.k-button.export-pdf {
    background: #00B1FC !important;
    color: #FBFBFB !important;
    border: 1px solid #00B1FC !important;
    box-shadow: none;
    display: inline-block;
    font-weight: 400;
    line-height: 1.2em;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: -15px 16px 10px 0;
}

    .k-button.export-pdf:before {
        content: "\e03f";
        display: inline-block;
        font-family: "idmp-icons" !important;
        font-size: 13px;
        width: auto;
        height: auto;
        margin: 0 5px 1px 0;
        float: left;
    }

.ContainerGrid.AddProductContainer {
    width: 100%;
    height: 94vh;
}

.ContainerGrid.system-settings {
    padding: 4px;
    width: 101%;
}

.edit-form-title-align {
    padding: 20px 10px 10px !important;
}

    .edit-form-title-align .row.AddInnerPageRow {
        background: none !important;
        margin: -22px -20px 10px;
    }

i.glyphicon.glyphicon-option-horizontal.icon {
    height: 36px;
}

    i.glyphicon.glyphicon-option-horizontal.icon + span {
        margin: 0 0 0 -2px;
    }

.panel-default > .panel-heading {
    cursor: pointer;
}

.Admin_PageTabContainer .ContainerGrid {
    width: 98.5%;
}

.width97 {
    width: 97%;
}

.k-grid .k-header .k-button.k-grid-excel {
    float: right;
    margin: 0 0 4px !important;
    background: #00B1FC !important;
    color: #FBFBFB !important;
    border: 1px solid #00B1FC !important;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
}

    .k-grid .k-header .k-button.k-grid-excel:hover {
        background-color: #009DDF !important;
        border-color: #009DDF !important;
    }

.k-grid-excel:before {
    content: "\e044" !important;
    display: inline-block;
    font-family: "idmp-icons" !important;
    font-size: 15px !important;
    width: auto;
    height: auto;
    margin: 0 5px 1px 0;
    float: left;
}


.k-grid .k-header .k-button.k-grid-pdf, .pdf-export-cutom {
    float: right;
    margin: 0 0 4px !important;
    background: #00B1FC !important;
    color: #FBFBFB !important;
    border: 1px solid #00B1FC !important;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
}

    .k-grid .k-header .k-button.k-grid-pdf:hover, .pdf-export-cutom:hover {
        background-color: #009DDF !important;
        border-color: #009DDF !important;
    }

    .k-grid-pdf:before, .pdf-export-cutom:before {
        content: "\e03f" !important;
        display: inline-block;
        font-family: "idmp-icons" !important;
        font-size: 15px !important;
        width: auto;
        height: auto;
        margin: 0 5px 1px 0;
        float: left;
    }

.p-relative {
    position: relative;
    z-index: 1000;
}

.pdf-export-cutom {
    margin: 0 20px 0 10px !important;
}

.k-autocomplete.form-control {
    background: #fff !important;
}


.k-grid .k-header .k-button + .k-button {
    margin-right: 5px !important;
}

.scrollable-addpage {
    overflow-y: auto !important;
    max-height: 590px !important;
}

.Products_Right {
    overflow-y: auto;
    max-height: 574px;
}

.btn-bordered {
}

/* Version 2 Css */
.gray-bg {
    background-color: #EEEEEE;
}

.content-wrapper.products_manage {
    margin-left: 0px;
    min-height: 100%;
    background-color: #EEEEEE;
    z-index: 800;
}

    .content-wrapper.products_manage .Child_Toggle_Menu.menu-active {
        margin: 4px 0 0 0px;
    }

    .content-wrapper.products_manage .cbp-spmenu-left {
        margin: 0px 0px 0 -20px;
    }

    .content-wrapper.products_manage .Child_Toggle_Menu {
        margin: 3px 0 0 220px !important;
    }

    .content-wrapper.products_manage .admincontent .cbp-spmenu-left {
        margin: 0px 0px 0 -20px;
    }

    .content-wrapper.products_manage .Child_Toggle_Menu.toggle-metadata {
        margin: 3px 0 0 224px;
    }

    .content-wrapper.products_manage .Child_Toggle_Menu.menu-active {
        margin: 4px 0 0 0px !important;
    }

    .content-wrapper.products_manage .side_child_menu {
        width: 225px;
    }

    /*.sidebar-collapse .content-wrapper.products_manage .Child_Toggle_Menu {
        margin:3px 0 0 242px !important;
    }*/

    .content-wrapper.products_manage .cbp-spmenu a {
        border: none;
        font-size: 13px;
    }

        .content-wrapper.products_manage .cbp-spmenu a:hover {
            background: none;
        }

    .content-wrapper.products_manage .side_child_menu {
        min-height: 97.2%;
        max-height: 99%;
        z-index: 100;
    }

        .content-wrapper.products_manage .side_child_menu.menu-open {
            z-index: -10;
        }

    .content-wrapper.products_manage .DivRightScroll {
        height: 545px;
    }

    .content-wrapper.products_manage .Right_Comments {
        position: static !important;
        z-index: 100;
        top: 70px;
    }

.admincontent {
    min-height: 520px;
    padding: 10px 0;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

    .admincontent.Products_Right {
        overflow-y: auto;
    }

.content-wrapper.userinfo {
    margin-left: 0px;
    min-height: 100%;
    background-color: #EEEEEE;
    z-index: 800;
    height: 602px;
}
/*margins*/
.mb-30 {
    margin-bottom: 30px !important;
}
/* Manage side menu fixing css*/

.FormInDiv {
    float: right !important;
    width: 100% !important;
    height: 86vh !important;
}

    .FormInDiv.Formulation_SDiv {
        float: right;
        width: 81% !important;
    }



    .FormInDiv.Formulation_BDiv {
        width: 100% !important;
    }

    .FormInDiv.Formulation_XLDiv {
        width: 100% !important;
    }

.manage-innerpage .FormInDiv.Formulation_SDiv {
    float: right !important;
    width: 81% !important;
}

.manage-innerpage .FormInDiv.Formulation_BDiv {
    width: 100% !important;
}

.manage-innerpage .FormInDiv.Formulation_XLDiv {
    width: 100% !important;
}

.sidebar-mini.sidebar-collapse .content-header {
    padding: 0px 15px 0 45px !important;
}

.FormInDiv.Formulation_SDiv.Formulation_BDiv {
    width: 81% !important;
}

.sidebar-mini.sidebar-collapse .products_manage.small-menu .Child_Toggle_Menu {
    margin: 3px 0 0 238px;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 1.8% !important;
        z-index: 840;
    }
}
/*Registrations*/

.Products_Right.manage-rightscroll {
    overflow: hidden !important;
    padding: 0px 0 15px 15px;
}

    .Products_Right.manage-rightscroll .DivRightScroll {
        /*height: 560px !important;*/
        margin-top: 10px;
        height: 84vh;
    }

/*Tooltips*/

[data-tip] {
    position: relative;
    overflow: visible !important;
}

    [data-tip]:before {
        content: '';
        /* hides the tooltip when not hovered */
        display: none;
        content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #1a1a1a;
        position: absolute;
        top: 30px;
        left: 35px;
        z-index: 8;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

    [data-tip]:after {
        display: none;
        content: attr(data-tip);
        position: absolute;
        top: 35px;
        left: 0px;
        background: #333;
        color: #ffffff;
        padding: 4px 6px;
        z-index: 9;
        font-size: 11px;
        height: auto;
        line-height: 1.42857143;
        white-space: nowrap;
        word-wrap: normal;
    }

.left-tip[data-tip]:after {
    top: 5px !important;
    right: 120% !important;
    left: auto !important;
}

.left-tip[data-tip]:before {
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    border-left: 5px solid #1a1a1a !important;
    border-right: none !important;
    top: 12px !important;
    right: 111% !important;
    left: auto !important;
}

[data-tip]:hover:before,
[data-tip]:hover:after {
    display: block;
}
/*Overflow*/
.hide-yscroll {
    overflow-y: hidden;
}
/*Fonts*/
.font8 {
    font-size: 8px !important;
}

.font10 {
    font-size: 10px !important;
}

.font11 {
    font-size: 11px !important;
}

.font12 {
    font-size: 12px !important;
}
/*Padding*/
.ptb5 {
    padding: 5px !important;
}

.p-20 {
    padding: 20px !important;
}
.p-15 {
    padding: 15px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.pad-btm-15 {
    padding-bottom: 15px;
}

.padlr-10 {
    padding: 0 10px !important;
}

.padleft-10 {
    padding-left: 10px !important;
}
.padleft-30 {
    padding-left: 30px !important;
}

.padright-0 {
    padding-right: 0px !important;
}

.padright-10 {
    padding-right: 10px !important;
}

.padright-5 {
    padding-right: 5px !important;
}

.padright-15 {
    padding-right: 15px !important;
}

.nopad-left {
    padding-left: 0px !important;
}

.nopad-bottom {
    padding-bottom: 0px !important;
}

.nopad-right {
    padding-right: 0px !important;
}

.nopad-top {
    padding-top: 0px !important;
}
/*Backgrounds*/
.bg-eee {
    background: #eee !important;
}
/*Positions*/
.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.fix-left {
    left: 0;
}

.fix-right {
    left: 0;
}

.text-gray {
    color: gray;
}
/*Admin*/
.admin-userdetails {
    min-height: 602px;
    padding: 20px 5px 10px 10px;
    /* max-width:75%;
    margin:0 auto;*/
}

    .admin-userdetails .EditFormContainer {
        box-shadow: none !important;
    }

    .admin-userdetails .AddPageRow {
        margin: -19px -8px 0px !important;
    }


/*Css April 2017*/
.max-height-92vh {
    max-height: 92vh !important;
}
/*Submissions buttons*/

.btn-icon-blank {
    box-shadow: none !important;
    margin: 0 auto;
    float: none;
    display: block !important;
    background: none !important;
}

    .btn-icon-blank i {
        font-size: 20px;
    }


.RegWizardSteps.submission-steps .col-md-4:after {
    content: "";
    position: absolute;
    width: 38%;
    height: 32px;
    border-top: 2px dotted #dedede;
    margin-top: -19px;
    margin-left: 70%;
}

.RegWizardSteps.submission-steps .col-md-4:nth-child(2):after {
    margin-left: 79%;
}

/* Health authority */
/*.ha-queries {
    height:85px !important;
}*/
.sidebar-mini.sidebar-collapse .ha-queries {
    height: 44px !important;
}

.highlighted-area {
    margin: 0 14px 20px;
    background: #e9f5fb;
    padding: 15px 0;
    border: 1px solid #d0e8f5;
}

    .highlighted-area span.k-widget.form-control.k-dropdown {
        background: none;
    }

span.k-widget.form-control span.k-dropdown-wrap {
    background: #fff;
}

.highlighted-area .row.form_fields {
    padding: 0;
}

.ha-queries-upload .k-upload-files {
    max-height: 100px;
    overflow-y: auto;
}

.highlighted-area-eee {
    margin: 0 14px 20px;
    background: #f9f9f9;
    padding: 15px 0;
    border: 1px solid #ecebeb;
}

.highlighted-area span.k-widget.form-control.k-dropdown {
    background: #fff;
}

.scrolly-120 {
    min-height: 50px;
    max-height: 180px;
    width: 96%;
    overflow-y: auto;
    border: 1px solid #f5f4f4;
    padding: 14px 0px;
    margin: 0 15px 10px;
    background: #fff;
}

.attachments-list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 6px 0;
    overflow-y: auto;
    height: 90px;
    border: 1px solid #eee;
    background: #fff;
}

    .attachments-list li {
        border-radius: 3px;
        /*      width: 100px;
    height: 100px;*/
        float: left;
        list-style-type: none;
        margin: 0px 5px 0px;
        background: #eee;
        padding: 1px 5px 1px 1px;
        word-break: break-all;
    }

        .attachments-list li a {
            color: #333;
        }
/* 08.08.2017 Audit & other design changes*/
.modal-dialog.modal-audit-history {
    width: 1020px;
}

    .modal-dialog.modal-audit-history .modal-body {
        max-height: 480px;
        min-height: 190px;
        overflow-y: scroll;
    }

.table-audit-history {
    border: 1px solid #e2e2e2;
    border-top-width: 2px;
    box-shadow: 1px 1px 1px #eee, 0px 1px 1px #eee, -1px 1px 0px #eee;
}

    .table-audit-history .table-head {
        color: #666;
        font-weight: 600;
    }

.ProductDocs_Tree .k-group li {
    padding: 0px 4px;
}

    .ProductDocs_Tree .k-group li:hover {
        background: #eee;
    }

        .ProductDocs_Tree .k-group li:hover span.k-in {
            color: #1399d4;
        }

        .ProductDocs_Tree .k-group li:hover::after {
            content: "\e092";
            position: absolute;
            top: 6px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            right: 4px;
            color: #1399d4;
        }

.Product_TableGrid .k-grid-header th.k-header[data-field="Select"] {
    padding: 0 0 0 10px;
    line-height: 30px;
}

.Common_scroll_x .k-grid-content {
    overflow-x: auto;
}

.fullwidth_div {
    width: 100%;
}

.product_docs_left {
    border: 1px solid #eee;
    height: 422px;
    padding: 0;
    overflow: hidden;
}

.product_docs_right {
    border: 1px solid #eee;
    height: 422px;
    padding: 0;
    overflow: auto;
}

.product_docs_left_tree {
    border: none;
    height: 90%;
    padding: 0;
    overflow-y: auto;
}
/*line heights*/
.line0 {
    line-height: 0px !important;
}

.line10 {
    line-height: 10px !important;
}

.line18 {
    line-height: 18px !important;
}

.line20 {
    line-height: 20px !important;
}

.line25 {
    line-height: 25px !important;
}

.line30 {
    line-height: 30px !important;
}

.line40 {
    line-height: 40px !important;
}
/* Heights */
.height89vh {
    height: 89vh;
}
/* Backgrounds */
.bg-gray-eee {
    background: #eee;
}

.showdeleted-checkbox {
    float: left;
}

    .showdeleted-checkbox.no-margin {
        margin: 0;
    }

    .showdeleted-checkbox.margin-top-8 label {
        margin: 8px 0 0 0;
    }

    .showdeleted-checkbox label {
        float: left;
        margin: 4px 0 0 0;
    }

    .showdeleted-checkbox span {
        font-weight: 500;
    }

.audit_header {
    padding: 25px 10px 0 0;
}

/*Registration Manage*/
.reg_manage_delete_btn {
    margin: 6px 0px 0 20px;
    padding: 4px 6px !important;
    text-align: center;
}

    .reg_manage_delete_btn span {
        margin: 0 !important;
    }

/* Deleted Records */
.deletedrecords_table.k-grid.k-widget .k-grid-content table td {
    background-color: #fbf0ee !important;
}

.deletedrecords_table.k-grid.k-widget .k-grid-content table tr:nth-child(odd) td {
    border-top: 1px solid #ffe6e0;
    border-bottom: 1px solid #ffe6e0;
}

.side_child_menu .form_menu_item.deleted {
    color: #e07461 !important;
}

    .side_child_menu .form_menu_item.deleted i {
        color: #e07461 !important;
    }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.prodcuct-btn-group .dropdown-menu {
    min-width: 160px;
    margin-right: 5px;
    border-radius: 0;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.06);
    margin-top: 0;
}

    .prodcuct-btn-group .dropdown-menu button.btn {
        background: none;
        box-shadow: none;
        margin: 0;
        width: 100%;
        text-align: left;
        padding: 5px 12px 5px 16px !important;
        float: left;
    }

        .prodcuct-btn-group .dropdown-menu button.btn:hover {
            background: #eee;
        }

        .prodcuct-btn-group .dropdown-menu button.btn i {
            margin-right: 5px;
        }

.btn-device-view {
    padding: 2px 10px 5px;
    margin: 0 -7px 0px 10px;
    position: relative;
    top: -4px;
    background: #fafafa;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
}

    .btn-device-view img {
        width: 14px;
        height: 14px;
    }

    .btn-device-view.active {
        border: 1px solid #757575;
        background: #fff;
    }

.devices_page {
    margin-top: 6px;
    margin-left: 0px;
}

/*Tree View*/

.regsubmission-treetotal {
    padding-top: 10px !important;
    padding-left: 15px !important;
}

.ProductDevices_Tree.submission-registration-treeview > .k-group > li {
    padding-left: 0 !important;
}

    .ProductDevices_Tree.submission-registration-treeview > .k-group > li > ul > li > div > .k-in {
        padding-left: 0px !important;
        margin-left: -6px;
        margin-top: -1px;
    }

    .ProductDevices_Tree.submission-registration-treeview > .k-group > li > ul > li > ul > li {
        padding-left: 20px !important;
        line-height: 20px;
        margin: 5px 0;
    }

.submission-registration-treeview > ul.k-group.k-treeview-lines {
    margin-left: 21px !important;
}

.ProductDevices_Tree.submission-registration-treeview .k-group li:last-child:before {
    background: none !important;
}

.submission-registration-treeview {
    width: 100%;
    height: calc(75vh );
    overflow-x: hidden !important;
    padding-left: 2px !important;
    margin: 0 !important;
}

    .submission-registration-treeview * {
        font-size: 13px !important;
    }

    .submission-registration-treeview .k-icon.k-minus:before {
        width: 10px !important;
        margin: 2px 0px 0 -6px !important;
        height: 10px !important;
        font-size: 8px !important;
    }

    .submission-registration-treeview .k-minus {
        margin-top: 0px !important;
        margin-left: 4px !important;
        margin-right: -12px !important;
    }

    .submission-registration-treeview ul .k-item .k-in {
        margin-left: 0;
        padding-left: 0;
        padding: 0;
        line-height: 23px;
        padding-right: 6px;
    }

        .submission-registration-treeview ul .k-item .k-in:hover .k-sprite {
            -webkit-animation: none;
            animation: none;
            -moz-animation: none;
            -o-animation: none;
        }

        .submission-registration-treeview ul .k-item .k-in:hover, .submission-registration-treeview ul .k-item .k-in:hover * {
            color: #333;
            font-weight: 600;
        }

        .submission-registration-treeview ul .k-item .k-in .node-text {
            white-space: pre-line;
            display: inline-block;
        }

        .submission-registration-treeview ul .k-item .k-in .k-sprite {
            position: relative;
            top: 2px;
        }

        .submission-registration-treeview ul .k-item .k-in.k-state-hover * {
            color: #333;
            font-weight: 500;
        }

        .submission-registration-treeview ul .k-item .k-in.k-state-selected {
            /*background: #2367AB;*/
            color: #2367AB !important;
            font-weight: 600 !important;
        }

            .submission-registration-treeview ul .k-item .k-in.k-state-selected > .k-sprite,
            .submission-registration-treeview ul .k-item .k-in.k-state-selected > .k-sprite:before {
                color: #2367AB !important;
            }
    /*.submission-registration-treeview ul .k-item .k-in.k-state-selected .k-sprite {
        filter: brightness(10); }
        .submission-registration-treeview ul .k-item .k-in.k-state-selected .k-sprite.folder {
          filter: brightness(1); }*/
    .submission-registration-treeview .k-icon.k-i-collapse + .k-in .k-sprite {
        /*background-image: url("../../../Images/submit-sprite.png") !important;*/
        width: 18px;
        height: 18px;
    }

        .submission-registration-treeview .k-icon.k-i-collapse + .k-in .k-sprite:before {
            font-family: "idmp-icons" !important;
            font-style: normal !important;
            font-weight: normal !important;
            font-variant: normal !important;
            text-transform: none !important;
            speak: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            background-image: none !important;
            font-size: 16px;
            background-image: none !important;
        }

    .submission-registration-treeview .k-icon {
        position: relative;
        left: -13px;
        margin-right: -11px !important;
    }


.submission-registration-treeview {
    float: left;
    padding: 0;
    margin: 5px 0 0 -5px;
}

    .submission-registration-treeview .k-icon.k-i-collapse + .k-in .k-sprite {
        background: none !important;
    }

    .submission-registration-treeview .k-icon.k-i-expand + .k-in .k-sprite {
        background: none !important;
    }

    .submission-registration-treeview .k-sprite {
        background: none !important;
        width: 22px !important;
        height: 22px !important;
        display: inline-block !important;
    }

        .submission-registration-treeview .k-sprite:before {
            font-family: "idmp-icons" !important;
            font-style: normal !important;
            font-weight: normal !important;
            font-variant: normal !important;
            text-transform: none !important;
            speak: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: relative;
            background-image: none !important;
            font-size: 16px;
            background-image: none !important;
        }

        .submission-registration-treeview .k-sprite.reg-submission:before {
            content: "\e032";
            color: #495057 !important;
            font-size: 20px !important;
            top: -2px;
        }

        .submission-registration-treeview .k-sprite.reg-subtype:before {
            content: "\e081";
            color: #495057 !important;
            font-size: 16px !important;
            top: 0;
        }

        .submission-registration-treeview .k-sprite.reg-sequence:before {
            content: "\e041";
            color: #495057 !important;
            font-size: 16px !important;
            top: 0;
        }

.dashboard_page {
    background: #fbfbfb;
    margin: 0 !important;
    padding: 0 10px;
    width: 100%;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}
.m-b-15 {
    margin-bottom: 15px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}

.db-widget {
    background: #fff;
    margin: 0 10px 0 7px;
    box-shadow: 1px 0px 2px 1px #eee;
    border-radius: 2px;
    padding: 10px 15px 10px 12px;
}

    .db-widget .card-title {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 0;
        padding-bottom: 5px;
        color: #009de0;
    }

.db-widget-data-scroll {
    max-height: 180px;
    overflow-y: auto;
}

.db-widget-data-number {
    line-height: 18px;
    font-size: 16px;
    font-weight: 600;
}

.display-flex {
    display: flex;
}
.display-none {
    display:none !important;
}
.db-widget-row {
    border-bottom: 1px solid #eee;
    margin-bottom: 8px !important;
}

.db-widget-status {
    float: right;
    width: 20%;
    font-size: 12px;
    line-height: 30px;
    color: #FF9800;
}

.db-widget-head {
    float: left;
    width: 80%;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.db-widget-subhead {
    float: left;
    width: 95%;
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 50px;
}

table.dynamic-add-list.table-list {
    float: left;
    width: 100%;
}

    table.dynamic-add-list.table-list th {
        background: #eee;
        padding: 4px;
    }

    table.dynamic-add-list.table-list td {
        padding: 8px 4px;
        border-bottom: 1px solid #eee;
    }

table.dynamic-add-list.table-list {
    border: 1px solid #eee;
}

.inline-table-delete {
    cursor: pointer;
    font-style: normal;
}

    .inline-table-delete:hover {
        cursor: pointer;
        opacity: 0.6;
    }

    .inline-table-delete .glyphicon {
        color: #C51B1B;
    }
/*Combobox css*/
.k-widget.k-combobox.form-control {
    border: none !important;
}

    .k-widget.k-combobox.form-control .k-input {
        height: 28px;
        padding: 2px;
    }

.mastergrid-btnalign {
    margin: 0px 30px 10px 0 !important;
}

.red-text {
    color: #f50000;
}

.zindex-1 {
    z-index: 1;
}

.overflowy-auto {
    overflow-y: auto !important;
}

.Common-gridtransparent .k-header {
    background: none !important;
}

.maingridscrollable .k-header.k-grid-toolbar {
    width: 30%;
    float: right;
    position: relative;
    top: -39px;
    text-align: right;
    border: none;
}

.maingridscrollable .k-grid-header {
    border: none;
    position: relative;
    top: -23px;
    margin-bottom: 0px;
    background: none;
    height: 40px;
    width: 99.8%;
}

    .maingridscrollable .k-grid-header .k-grid-header-wrap {
        border-width: 1px;
        border-color: #d2d2d2;
        border-bottom-width: 0px;
    }

.maingridscrollable .k-grid-content {
    clear: left;
    float: left;
    width: 100%;
    max-height: 58vh;
}

.k-grid.maingridscrollable table {
    display: table;
}


.row-separator {
    padding: 10px 0;
    background: #fafdff;
    border: 1px solid #e2ecf1;
}

    .row-separator h6 {
        font-size: 14px;
        color: #333;
        font-weight: 600;
        margin: 0 0 8px 0;
    }



/*15-10-2-19*/

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-30 {
    margin-right: 30px;
}
.margin-right-35 {
    margin-right: 35px;
}

.margin-right-3 {
    margin-right: 3px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-bottom-3 {
    margin-bottom: 3px;
}

.font15 {
    font-size: 15px;
}

.font24 {
    font-size: 24px;
}

.reviewtable.scrollable-table .columns > div {
    display: inline-flex;
    padding: 0px 0 0 4px;
    line-height: 30px;
    height: auto !important;
    min-height: 30px;
    white-space: normal;
}

.width170 {
    width: 170px;
}

.font14 {
    font-size: 14px !important;
}

.small-input {
    width: 33px;
    height: 18px;
}

.dashboard-default-input {
    width: 80px;
    height: 18px;
}

.small-input .k-state-default {
    width: 30px;
    padding-right: 3px;
    line-height: 8px;
    height: 17px;
}

    .small-input .k-state-default .k-select {
        width: 14px;
        height: 10px;
        line-height: 13px;
    }

    .small-input .k-state-default .k-input {
        line-height: 10px;
        font-size: 13px;
    }

.set-margn {
    margin: 0 5px !important;
}

.width50p {
    width: 50% !important;
}

.width55p {
    width: 55% !important;
}

.width80p {
    width: 80% !important;
}

.width75p {
    width: 75% !important;
}

.width25p {
    width: 25% !important;
}

.width20p {
    width: 20% !important;
}

.txt-wrap {
    white-space: normal !important;
}

.text-red-lite {
    color: #fc8803 !important;
}

/*css updates on 23-oct-2019*/

.reviewtable h4 {
    width: auto !important;
    font-size: 15px !important;
    font-weight: 600;
    margin-bottom: 5px;
    float: none !important;
}

.reviewtable .columns div {
    min-height: 30px;
}

.reviewtable.scrollable-table {
    overflow-x: auto;
    display: block;
    border: 1px solid #ddd;
    padding: 0;
    margin-bottom: 15px;
}

.tooltip.right .tooltip-arrow {
    left: 0;
}

.reviewtable.scrollable-table .headings {
    min-width: 100%;
}

.reviewtable.scrollable-table .reviewbody {
    width: auto;
    min-width: 100%;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.empty-record {
    text-align: center;
    padding: 60px !important;
    font-weight: 100;
}

    .empty-record span {
        font-size: 18px;
    }

.add-field {
    background: #fbfbfb;
    border: 1px solid #eee;
    padding: 20px;
}

.forget-menu-wrap {
    height: 100% !important;
    top: 15px !important;
}


input.btn.theme-bg {
    background: #00b1fc !important;
}

.k-header > .k-grid-filter, .k-header > .k-header-column-menu {
    max-width: 4%;
    margin: 0 !important;
}

.Product_AddEdit_Content {
    padding: 10px 0px 35px;
}

ul.worldmap-labels {
    width: 90% !important;
}

.content-header > .breadcrumb > li > a {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.k-grid-header th.k-header > .k-link {
    max-width: 78% !important;
}

.k-tooltip-content {
    max-height: calc(100vh - 150px) !important;
    overflow: auto !important;
}

#DocumentsTree.ProductDevices_Tree .k-group li:last-child:before {
    opacity: 0;
}

.Common_TableGrid .k-grid-header th.k-header > .k-link span.k-icon.k-i-arrow-n {
    float: right;
    position: absolute;
}

.Metadata_TableGrid tr[data-role="editable"] td[role="gridcell"] .k-invalid-msg {
    float: left;
    position: absolute;
}


.window-height {
    height: calc(100vh - 80px) !important;
}

.height-200 {
    height: 200px;
}

.k-grid-header th.k-header > .k-link {
    max-width: 90% !important;
}

.k-header > .k-grid-filter, .k-header > .k-header-column-menu {
    max-width: 4%;
}

#grdPrimaryComponentCharactersticsGrid .lifile {
    margin-left: -5px;
}

/*.Metadata_TableGrid tr td {
    overflow: visible;
}*/

.Metadata_TableGrid.MetaMaster .k-widget.k-tooltip-validation.k-invalid-msg {
    position: absolute;
}

.content-wrapper .products_content.Products_Right.push-body-toright .Formulation_BDiv {
    height: calc(100vh - 89px) !important;
}

.info-box-content {
    max-height: 150px !important;
    overflow: auto;
}


.Excipients-tbl {
}

.hidesubmenu .Excipients-tbl.Metadata_TableGrid.Organisation tr.k-grid-edit-row span.k-widget.form-control.k-dropdown span.k-dropdown-wrap {
    max-width: 100% !important;
}

.Excipients-tbl.Metadata_TableGrid .k-grid-header th:nth-child(9), .Excipients-tbl.Metadata_TableGrid .k-grid-header th:nth-child(12) {
    border: none;
}

.Excipients-tbl.Metadata_TableGrid.MetaMaster.Organisation .k-grid-content {
    min-height: 90px;
}

.Excipients-tbl.Metadata_TableGrid tr td .k-widget.k-multiselect.k-header.form-control.k-state-hover {
    border: 2px solid #eee;
}

.Excipients-tbl.Metadata_TableGrid tr td .k-widget.k-multiselect.k-header.form-control .k-multiselect-wrap {
    height: auto !important;
}

    .Excipients-tbl.Metadata_TableGrid tr td .k-widget.k-multiselect.k-header.form-control .k-multiselect-wrap input {
        display: none !important;
    }

    .Excipients-tbl.Metadata_TableGrid tr td .k-widget.k-multiselect.k-header.form-control .k-multiselect-wrap li.k-button {
        background: #eee;
        color: #555;
        border-color: #ccc;
    }

        .Excipients-tbl.Metadata_TableGrid tr td .k-widget.k-multiselect.k-header.form-control .k-multiselect-wrap li.k-button:before {
            display: none;
        }

.Excipients-tbl.Metadata_TableGrid tr td .k-widget.k-multiselect.k-header.form-control .k-multiselect-wrap {
    height: auto !important;
    max-height: 60px;
    overflow: auto;
}


.pos-check {
    position: absolute !important;
    right: 115px;
    top: 7px;
}

.pos-rel {
    position: relative;
}

.manual-search {
    position: absolute;
    left: 21px;
    top: 15px;
    z-index: 1;
}

    .manual-search input#txtExcipientGridSearch {
        border: 1px solid #cacaca;
        padding: 5px;
        width: 272px;
        border-radius: 3px;
        z-index: 1;
        background: #fff;
    }

.Metadata_TableGrid.k-grid {
    padding-top: 10px !important;
}


.manual-search input#txtExcipientGridSearch:focus + .clear-srch {
    opacity: 1;
}

.manual-search input#txtExcipientGridSearch:focus {
    outline: none;
    border-color: #afafaf !important;
}


.gridsearch input:focus::placeholder {
    opacity: 1 !important;
}

.manual-search button {
    position: absolute;
    right: 7px;
    top: 7px;
    font-style: normal;
    font-size: 11px;
    color: #ccc;
    cursor: pointer;
    opacity: 0;
    background: #fff;
    border: none;
    color: #555;
}


.Metadata_TableGrid.MetaMaster.Organisation .k-grid-content .k-grid {
    max-width: 100% !important;
    /*width: calc(100% - 106px) !important;*/
}

.Excipients-tbl.Metadata_TableGrid tr td .k-widget.k-multiselect.k-header.form-control.height50 .k-multiselect-wrap {
    max-height: none !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-left-20 {
    margin-left: 20px !important;
}
.margin-left-15 {
    margin-left: 15px !important;
}

.width100 {
    width: 100px !important;
}

.width25 {
    width: 25px !important;
}

.width120 {
    width: 120px !important;
}

.width130 {
    width: 130px !important;
}

.width180 {
    width: 180px !important;
}


/* CPP */

.inner-head {
    color: #3D97CC;
    font-size: 18px;
}

.full-width {
    width: 100% !important;
}

.kendo-text-fullwidth {
    width: 100% !important;
}

    .kendo-text-fullwidth.date-text {
        width: calc(100% - 10px) !important;
    }

/*.kendo-text-fullwidth.multiselect-text {
        width: calc(100% - 15px) !important;
    }*/

.multiselect-btnView {
    width: 100%;
    border: 2px solid #e4e4e4 !important;
    box-shadow: none !important;
    height: 40px;
    text-align: left;
}

.multiselect.multiselect-btnView .caret {
    text-align: right;
    float: right;
    margin-top: 10px;
    color: #999;
}

.multiselect-contentView {
    width: 100%;
    padding: 10px;
}

    .multiselect-contentView li {
        margin-bottom: 5px;
    }

        .multiselect-contentView li input {
            float: left;
            margin-right: 5px !important;
        }


.theme-form em {
    float: left;
    font-style: normal;
    width: 100%;
    color: #999;
}

.theme-form span.RequiredStar {
    float: none;
    width: auto;
}

.theme-accordian .collapsed h4 i {
    transform: rotate(-90deg);
    transition: 0.3s;
}

.theme-accordian .collapse-content {
    margin-left: 20px;
    background: #fbfbfb;
    padding: 10px;
}

.theme-accordian h4 {
    cursor: pointer;
}

    .theme-accordian h4 i {
        transform: rotate(0deg);
        transition: 0.3s;
    }



.country-block {
    width: 100%;
    float: left;
    border: 2px solid #eee;
    min-height: 40px;
    padding: 10px;
}

    .country-block a {
        cursor: pointer;
    }



.stage-tabs {
}

    .stage-tabs li a {
        background: #e6e6e6;
        padding: 5px 8px;
        font-size: 12px;
        color: #555;
        cursor: pointer;
    }

        .stage-tabs li a:hover {
            background: #eeeeee;
        }

        .stage-tabs li a em {
            float: left;
            width: auto;
            padding: 1px 5px;
            background: #98bbd4;
            color: #fff;
            margin-right: 5px;
            border-radius: 25px;
            display: block;
            font-size: 10px;
        }

    .stage-tabs li.nav-completed a i {
        display: block;
        float: right;
        margin-left: 5px;
        margin-top: 3px;
        color: #01cc01;
    }


    .stage-tabs li.nav-inProgress a {
        /* background: #fdff9a !important; */
        /* font-weight: bold; */
        /* padding: 8px 16px; */
        /* margin-top: -6px; */
        color: #ff9d24;
    }

    .stage-tabs li a i {
        display: none;
    }

.stage-tabs-content .tab-pane h3 {
    margin: 10px 0;
    font-size: 16px;
    margin-top: 20px;
    color: #5d5d5d;
    margin-left: 15px;
}

.stage-tabs li a {
    background: none;
}

.tab-content.stage-tabs-content {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border: 1px solid #ececec;
    border-width: 0 1px 1px 1px;
    background: #fff;
    padding: 20px;
}

.kendo-multiselect-autoheight .k-multiselect-wrap {
    height: auto !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.nomargin-top {
    margin-top: 0 !important;
}

.collapse-content-heading {
    font-size: 13px;
    margin-left: 15px;
    color: #8aabc7;
    margin-top: 30px;
    font-weight: 500;
    border-top: 1px solid #ccc;
    width: calc(100% - 2%);
    padding: 10px 5px;
    margin: 1%;
    float: left;
    margin-bottom: 10px;
}

/*multiselect */
button.multiselect.dropdown-toggle.btn.btn-default {
    width: 100%;
    border: 2px solid #eee !important;
    box-shadow: none;
    padding: 9px;
    text-align: left;
}

.multiselect-native-select .btn-group {
    width: 100%;
}

button.multiselect.dropdown-toggle.btn.btn-default b.caret {
    text-align: right;
    float: right;
    margin-top: 8px;
}

.multiselect-native-select .btn-group .multiselect-container {
    width: 100%;
}

.multiselect-container .dropdown-menu > .active > a {
    background-color: #e5f3ff !important;
}

.multiselect-native-select .dropdown-menu > .active > a, .multiselect-native-select .dropdown-menu > .active > a:focus, .multiselect-native-select .dropdown-menu > .active > a:hover {
    background-color: #eef7ff !important;
}

/*multiselect */

.onhold-resume:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 150px;
    background: red;
    top: 0;
    opacity: 0;
}

.onhold-resume {
    opacity: 0.5;
    position: relative;
}


.sub-grid-arrow .k-grid-content table tr td.k-hierarchy-cell .k-plus:after, .sub-grid-arrow .k-grid-content table tr td.k-hierarchy-cell .k-minus:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 8px solid #1c6baf;
    border-left: 8px solid transparent;
    margin-top: 5px;
}

.sub-grid-arrow .k-grid-content table tr td.k-hierarchy-cell .k-minus:after {
    transform: rotate(45deg);
}

.sub-grid-arrow .k-grid-content table tr td.k-hierarchy-cell .k-plus:after {
    transform: rotate(-45deg);
}





.bg-gray-flt {
    float: left;
    width: 100%;
    background: #f0f8ff;
    padding: 10px;
    margin-bottom: 10px;
}

    .bg-gray-flt .k-dropdown-wrap.k-state-default {
        background: #fff;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .bg-gray-flt label {
        margin-left: 20px;
    }

    .bg-gray-flt .k-dropdown-wrap.k-state-default .k-select {
        padding: 3px 0;
    }

    .bg-gray-flt select {
        padding: 3px;
        border-color: #eee;
    }



/*#SequencesDetailsGrid .k-grid-content {
    height: calc(100vh - 300px);
}*/


#grdAllApplications .k-grid-content .k-plus {
    margin-top: 12px;
}

#SequencesDetailsGrid .k-grid-content .k-plus {
    margin-top: 12px;
}

#SequencesDetailsGrid .k-grid-header th.k-header .k-filter, #grdAllDossiers .k-grid-header th.k-header .k-filter {
    position: absolute !important;
    right: -8px;
}

.custom-table .lifile [type="radio"] + span {
    left: 0;
}

.custom-table .lifile label {
    line-height: 9px !important;
}

.theme-color {
    color: #00B1FC;
}

.custom-table-theme th {
    background: #fbfbfb;
}



ul.submenu-view li {
    float: left;
    width: 100%;
    margin-left: 17px;
    color: #666;
}

    ul.submenu-view li a {
        color: #7b7b7b;
        padding: 5px;
    }


ul.submenu-view {
    padding: 0;
    padding-left: 20px;
}

    ul.submenu-view li span a {
        color: #6b6b6b;
        font-weight: 700;
        cursor: pointer;
    }

.submenu-view li ul {
    padding-left: 19px;
    list-style: none;
}

    .submenu-view li ul li a {
        color: #5984a0;
        position: relative;
        padding: 10px 15px;
        cursor: pointer;
    }

        .submenu-view li ul li a:hover {
            color: #555;
        }

        .submenu-view li ul li a i {
            position: absolute;
            left: 0px;
            font-size: 9px;
            top: 14px;
        }


.k-widget.k-datepicker.form-control {
    padding: 0 !important;
}

.submenu-view li ul li a.active {
    font-weight: 700;
    color: #134769;
}

#csstree ul.submenu-view li {
    margin-left: 0;
}

/*demo css*/
.white-content {
    background-color: #fff;
    height: calc(100vh - 62px);
    overflow: auto;
    padding: 15px;
}

    .white-content .inner-panel {
        padding: 15px;
    }

        .white-content .inner-panel h4 {
            margin-bottom: 15px;
            padding-bottom: 8px;
        }

.custom-date-kendo {
    width: 100% !important;
    padding: 0 !important;
    border: 2px solid #e9e9e9;
}

/*timeline*/

.timeline-one ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 50px;
    width: calc(100% - 50px);
    float: left;
}

    .timeline-one ul:before {
        content: '';
        height: calc(100% - 93px);
        width: 1px;
        background: #eaeaea;
        position: absolute;
        left: 32px;
        margin-top: 10px;
    }

    .timeline-one ul li {
        float: left;
        clear: both;
        width: auto;
        padding: 0px;
        border: 1px solid #efefef;
        margin-bottom: 12px;
        background: #fff;
        font-size: 12px;
        border-radius: 5px;
        position: relative;
        margin-top: 10px;
    }

        .timeline-one ul li .timeline-body {
            padding: 10px;
        }

            .timeline-one ul li .timeline-body .timeline-status {
                float: left;
                width: auto;
                border: 1px solid #e8e8e8;
                padding: 0 5px;
                font-size: 10px;
                background: #f8f8f8;
                position: relative;
                border-radius: 3px;
                text-transform: uppercase;
            }

                .timeline-one ul li .timeline-body .timeline-status.green {
                    background: #e4f8ed;
                    border-color: #49cc86;
                    color: #49cc86;
                }

                .timeline-one ul li .timeline-body .timeline-status.green {
                    background: #e4f0f8;
                    border-color: #57a6d4;
                    color: #49c0cc;
                }

                    .timeline-one ul li .timeline-body .timeline-status.green:before {
                        background: #49cc86;
                    }

                    .timeline-one ul li .timeline-body .timeline-status.green:before {
                        background: #5ab2fd;
                    }

                .timeline-one ul li .timeline-body .timeline-status.orange {
                    background: #fff5e5;
                    border-color: #feb952;
                    color: #feb952;
                }

                    .timeline-one ul li .timeline-body .timeline-status.orange:before {
                        background: #feb952;
                    }

                .timeline-one ul li .timeline-body .timeline-status.red {
                    background: #fdebeb;
                    border-color: #ed7777;
                    color: #ed7777;
                }

                    .timeline-one ul li .timeline-body .timeline-status.red:before {
                        background: #ed7777;
                    }

                .timeline-one ul li .timeline-body .timeline-status:before {
                    content: '';
                    width: 7px;
                    height: 7px;
                    position: absolute;
                    left: -48px;
                    top: 27px;
                    border-radius: 14px;
                }

            .timeline-one ul li .timeline-body .timeline-text {
                float: left;
                width: 100%;
                margin-top: 5px;
                font-size: 12px;
                margin-bottom: 0px;
                color: #949494;
            }

        .timeline-one ul li .timeline-footer {
            float: left;
            width: 100%;
            /* background: #f8f8f8; */
            padding: 0px 10px;
            /* border-top: 1px solid #eee; */
            font-size: 12px;
            color: #bfbfbf;
            margin-bottom: 5px;
        }



        .timeline-one ul li:after {
            content: '';
            width: 15px;
            height: 15px;
            background: white;
            left: -8px;
            position: absolute;
            top: 35px;
            transform: rotate(45deg);
            border-left: 1px solid #efefef;
            border-bottom: 1px solid #efefef;
        }

.chat-text-box .chat-send {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #5cb5fc;
    cursor: pointer;
}

.chat-text-box .chat-atch {
    position: absolute;
    right: 10px;
    top: 25px;
    color: #848484;
}

.chat-text-box {
    position: relative;
    float: left;
    /*margin-bottom:20px;*/
    width: 100%;
}

.timeline-content .timeline-one {
    overflow: auto;
    float: left;
    /*height: calc(100vh - 234px);*/
    height: calc(100vh - 210px);
    padding-right: 5px;
    width: calc(100% + 10px);
}

/*timeline end*/


.margin-top-10 {
    margin-top: 10px;
}

.bg-gray-flt {
    float: left;
    width: 100%;
    background: #f1f1f1;
    padding: 4px 10px;
    margin-bottom: 5px;
    font-size: 12px;
}

    .bg-gray-flt label {
        margin-left: 20px;
    }

    .bg-gray-flt select {
        padding: 3px;
        border-color: #eee;
    }

.round-btn {
    border: 1px solid #90c3e2;
    background: #fff;
    color: #468dbc;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 200;
    padding: 3px 7px;
}

    .round-btn i {
        margin-right: 2px;
        color: #468dbc;
    }


.empty-btn {
    border: 0px solid #d5dde2;
    background: #fff;
    color: #468dbc;
    border-radius: 5px;
    font-weight: 200;
}

    .empty-btn i {
        margin-right: 5px;
        color: #468dbc;
    }

.click-in {
    background: linear-gradient(-180deg, rgb(255, 255, 255), rgb(243, 243, 243));
    color: #000 !important;
    border: solid 1px #000 !important;
}

    .click-in i {
        color: #000;
    }



.stage-tabs {
}

    .stage-tabs li a {
        background: #e6e6e6;
        padding: 5px 12px;
        font-size: 12px;
        color: #555;
        cursor: pointer;
    }

        .stage-tabs li a:hover {
            background: #eeeeee;
        }

        .stage-tabs li a em {
            float: left;
            width: auto;
            padding: 1px 5px;
            background: #98bbd4;
            color: #fff;
            margin-right: 5px;
            border-radius: 25px;
            display: block;
            font-size: 10px;
        }

    .stage-tabs li.nav-completed a i {
        display: block;
        float: right;
        margin-left: 5px;
        margin-top: 3px;
        color: #01cc01;
    }


    .stage-tabs li.nav-inProgress a {
        /* background: #fdff9a !important; */
        /* font-weight: bold; */
        /* padding: 8px 16px; */
        /* margin-top: -6px; */
        color: #ff9d24;
    }

    .stage-tabs li a i {
        display: none;
    }

.stage-tabs-content .tab-pane h3 {
    margin: 10px 0;
    font-size: 16px;
    margin-top: 20px;
    color: #5d5d5d;
    margin-left: 15px;
}

.stage-tabs li a {
    background: none;
}

.tab-content.stage-tabs-content {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border: 1px solid #ececec;
    border-width: 0 1px 1px 1px;
    background: #fff;
    padding: 20px;
}

.default-navs {
    margin-top: 20px;
    height: 31px;
    border-bottom: 1px solid #ccc;
}

    .default-navs li a {
        background: #5ab2fd;
        color: #fff;
        padding: 4px 16px;
        font-size: 14px;
        border-radius: 5px 5px 0 0;
    }

    .default-navs li.active a {
        background: #fff !important;
        border: 1px solid #ccc !important;
        border-bottom: 0 !important;
        color: #555 !important;
        padding: 5px 16px;
    }

.table.table-bordered tr th {
    background: #f5f5f5;
    border-color: #e6e6e6;
}

.table.childtable .form-control {
    padding: 0;
    height: 25px;
}

.table-new-head tr th {
    background: #f5f5f5;
}

.auto-width-multi button.multiselect.dropdown-toggle.btn.btn-default {
    width: 140px;
    height: 30px;
    border-width: 1px !important;
    padding: 4px 7px;
}

    .auto-width-multi button.multiselect.dropdown-toggle.btn.btn-default .multiselect-selected-text {
        max-width: 90%;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.auto-width-multi .multiselect-native-select .btn-group .multiselect-container {
    width: auto;
}



.multiselect-width-set button.multiselect.dropdown-toggle.btn.btn-default {
    width: 100%;
}

    .multiselect-width-set button.multiselect.dropdown-toggle.btn.btn-default .multiselect-selected-text {
        max-width: 90%;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-3 {
    margin-top: 3px !important;
}

.lable-10.bg-gray-flt label {
    margin-left: 10px;
}

.dropdown-menu.table-dropdown {
    float: right;
    right: 0 !important;
    left: auto;
}

    .dropdown-menu.table-dropdown a {
        width: 100%;
        float: left;
        padding: 5px;
        font-size: 11px;
        color: #555;
    }

        .dropdown-menu.table-dropdown a:hover {
            color: #5ab2fd;
        }


.table-new-head tr td .lifile [type="radio"]:checked + span:before {
    height: 12px;
}

.table-new-head tr td .lifile [type="radio"] + span:before {
    width: 13px;
    height: 12px;
}

table.table.childtable.table-new-head tbody tr {
    background: #FBFBFB;
}

    table.table.childtable.table-new-head tbody tr:nth-child(odd) {
        background: #FCFDFD;
    }

table.table.childtable.table-new-head th {
    border: 1px solid #ddd !important;
}

.nill-row td {
    background: #eaeaea !important;
    opacity: 0.5;
}

.table-new-head .active-tr td {
    background: #EDFDE5;
}


tr.dis-done td {
    background: #eaffea !important;
    opacity: 0.8;
    cursor: no-drop;
}

tr.dis-pen td {
    /* background: #ececec; */
    opacity: 0.3;
    cursor: no-drop;
}

.small-window .side-window {
    width: calc(100% - 220px);
    float: right;
    transition: ease-in-out 0.5s;
}

.small-window .sub-menu-level2 {
    position: absolute;
    width: 220px;
    height: calc(100vh - 90px);
    background: #ebeff6;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.09);*/
    display: block !important;
    padding-left: 10px;
    transition: ease-in-out 0.5s;
}

.small-window #ToggleBtn {
    left: 370px;
    z-index: 1;
}

    .small-window #ToggleBtn:before {
        transform: rotate(180deg);
    }

.sub-menu-level2 ul {
    padding: 0;
    list-style: none;
    padding-left: 25px;
}

    .sub-menu-level2 ul li {
        padding: 7px 0px;
        font-weight: 500;
        list-style: circle;
        color: #4a7fad;
    }

        .sub-menu-level2 ul li strong {
            color: #16356d;
        }


#DivMetadata.side_child_menu .form_menu_item {
    padding: 15px 0px 2px 26px;
}

#DivMetadata.side_child_menu {
    min-width: 215px;
}

.tab-pane .tab-panel {
    padding: 20px;
}




/*timeline*/

.timeline-one ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 50px;
    width: calc(100% - 50px);
    float: left;
}

    .timeline-one ul:before {
        content: '';
        height: calc(100% - 93px);
        width: 1px;
        background: #eaeaea;
        position: absolute;
        left: 32px;
        margin-top: 10px;
    }

    .timeline-one ul li {
        float: left;
        clear: both;
        width: auto;
        padding: 0px;
        border: 1px solid #efefef;
        margin-bottom: 12px;
        background: #fff;
        font-size: 12px;
        border-radius: 5px;
        position: relative;
        margin-top: 10px;
    }

        .timeline-one ul li .timeline-body {
            padding: 10px;
        }

            .timeline-one ul li .timeline-body .timeline-status {
                float: left;
                width: auto;
                border: 1px solid #e8e8e8;
                padding: 0 5px;
                font-size: 10px;
                background: #f8f8f8;
                position: relative;
                border-radius: 3px;
                text-transform: uppercase;
            }

                .timeline-one ul li .timeline-body .timeline-status.green {
                    background: #e4f8ed;
                    border-color: #49cc86;
                    color: #49cc86;
                }

                .timeline-one ul li .timeline-body .timeline-status.green {
                    background: #e4f0f8;
                    border-color: #57a6d4;
                    color: #49c0cc;
                }

                    .timeline-one ul li .timeline-body .timeline-status.green:before {
                        background: #49cc86;
                    }

                    .timeline-one ul li .timeline-body .timeline-status.green:before {
                        background: #5ab2fd;
                    }

                .timeline-one ul li .timeline-body .timeline-status.orange {
                    background: #fff5e5;
                    border-color: #feb952;
                    color: #feb952;
                }

                    .timeline-one ul li .timeline-body .timeline-status.orange:before {
                        background: #feb952;
                    }

                .timeline-one ul li .timeline-body .timeline-status.red {
                    background: #fdebeb;
                    border-color: #ed7777;
                    color: #ed7777;
                }

                    .timeline-one ul li .timeline-body .timeline-status.red:before {
                        background: #ed7777;
                    }

                .timeline-one ul li .timeline-body .timeline-status:before {
                    content: '';
                    width: 7px;
                    height: 7px;
                    position: absolute;
                    left: -48px;
                    top: 27px;
                    border-radius: 14px;
                }

            .timeline-one ul li .timeline-body .timeline-text {
                float: left;
                width: 100%;
                margin-top: 5px;
                font-size: 12px;
                margin-bottom: 0px;
                color: #949494;
            }

        .timeline-one ul li .timeline-footer {
            float: left;
            width: 100%;
            /* background: #f8f8f8; */
            padding: 0px 10px;
            /* border-top: 1px solid #eee; */
            font-size: 12px;
            color: #bfbfbf;
            margin-bottom: 5px;
        }


.timeline-content {
    background: #f9f9f9;
    top: 62px;
    right: 14px !important;
    position: fixed !important;
    height: calc(100vh - 60px);
    padding: 15px;
    width: 300px;
}

.timeline-one ul li:after {
    content: '';
    width: 15px;
    height: 15px;
    background: white;
    left: -8px;
    position: absolute;
    top: 35px;
    transform: rotate(45deg);
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.chat-atch .k-upload-files {
    margin-bottom: 0px !important;
}

.chat-atch .k-filename {
    max-width: 11.667em;
    text-overflow: ellipsis;
}
/*end*/


.content.Products_Right {
    /*padding: 0 15px;*/
    /*max-height: calc(100vh - 300px);*/
}

.theme-head {
    color: #00B1FC;
    font-weight: 600;
    margin-bottom: 20px;
}

.internal-sub-head {
    margin-bottom: 20px;
    font-size: 18px;
    color: #458dbc;
    font-size: 14px;
    font-weight: 600;
    /* padding-bottom: 8px; */
    text-transform: uppercase;
    /* border-left: 3px solid; */
    /* padding: 4px; */
}

.internal-main-head {
    border-bottom: 2px solid #f7f7f7;
    font-size: 18px;
    padding-bottom: 10px;
    color: #6d6d6d;
    margin-bottom: 20px;
    /* text-transform: uppercase; */
    font-weight: 400;
}

    .internal-main-head .btn {
        padding: 2px 8px !important;
        margin-top: -5px;
    }

.filter-abs .k-grid-header th.k-header .k-filter {
    position: absolute;
    left: -2px;
}


.stage-tabs li {
    font-weight: 500;
}

    .stage-tabs li a {
        font-weight: 600;
        font-size: 12px;
    }

    .stage-tabs li.active a {
        color: #5ab2fd;
    }



.product_docs_left, .product_docs_right {
    height: calc(100vh - 280px) !important;
}


.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #4d9ad4;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Loader END*/

/*smallloader*/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #4d9ad4;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.loader-small {
    position: absolute;
    top: 26%;
    left: 46%;
    z-index: 9;
}
/*small loader end*/

.sidebar-menu li.disabled {
    position: relative;
}

    .sidebar-menu li.disabled:before {
        content: '';
        width: 143px;
        height: 100%;
        background: transparent;
        position: absolute;
        top: 0;
        z-index: 26;
        cursor: not-allowed;
    }


.static-subsidemenu {
    position: fixed !important;
    top: 67px;
    z-index: 0 !important;
    width: 230px !important;
}

.pos-rel {
    position: relative;
}

.text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

div#grdAllBrandName .k-header .k-button {
    float: right;
}

.sub-default-tabs .tab-content {
    border: 1px solid #ddd;
    border-top: 0;
    float: left;
    width: 100%;
    padding: 20px;
    padding-bottom: 30px;
}

    .sub-default-tabs .tab-content .checked {
        background: #f3fbff;
        padding: 10px 15px;
        box-shadow: 0 0 2px rgba(0,0,0,0.05) inset;
    }

.sub-default-tabs .nav-tabs li a {
    font-size: 12px !important;
    font-weight: 500;
    padding: 5px 11px;
    color: #fff;
    cursor: pointer;
}

.sub-default-tabs .nav-tabs li.active a {
    background: #fff;
    color: #555;
}

.check-field .Form_Custom_Align {
    margin: 0 !important;
    margin-right: 5px !important;
    margin-top: 2px !important;
}

.custom-multidropdown-kendo {
    border: 2px solid #ddd;
    min-height: 40px;
    background: transparent;
}

    .custom-multidropdown-kendo .k-multiselect-wrap ul li.k-state-hover {
        border: 1px solid #eee;
        background: #cacaca;
    }

.waves-effect .waves-ripple {
    background: rgba(0,0,0,0.2) !important;
}

.ProductGridBtnsFlat button.btn.add[disabled] {
    color: #B3B3B3;
    background: #f6f6f6 !important;
}

.ProductGridBtnsFlat button.btn {
    padding: 2px 8px;
    padding: 5px 12px !important;
    border-radius: 0;
    box-shadow: 0 0 0px 1px rgba(0,0,0,0.1) !important;
}

.prodcuct-btn-group ul.dropdown-menu li button {
    box-shadow: none !important;
}

    .prodcuct-btn-group ul.dropdown-menu li button.btn.add {
        background: none;
        color: #888;
    }

        .prodcuct-btn-group ul.dropdown-menu li button.btn.add[disabled] {
            opacity: 0.3;
            cursor: no-drop;
        }

.ProductGridBtnsFlat button.btn[disabled] {
    color: #B3B3B3;
    background: #f5f5f5 !important;
}

.custom-kendo-firstChild.Common_TableGrid td:first-child {
    padding: 5px;
}

.k-maximize {
    background-position: -32px -128px;
    height: 16px !important;
    width: 16px !important;
}

.k-restore {
    background-position: -31px -112px;
    height: 16px !important;
    width: 16px !important;
}

.modal.RegWizardPopup .RegWizardPpInnerContainer {
    max-height: calc(100vh - 140px);
}

.RegWizardPpInnerContainer .Product_TableGrid .k-grid-content {
    max-height: calc(100vh - 380px) !important;
}

.setp3 .ProductDevices_Tree {
    height: 285px;
    float: left;
    border-bottom: 1px solid #eee;
    width: 100%;
}

    .setp3 .ProductDevices_Tree.search {
        height: 250px;
    }

.setp3 .RegTreeFixedbtn {
    position: absolute;
    width: 95px;
    float: right;
    text-align: right;
    bottom: 5px;
    left: auto;
    right: 0;
}

.setp3 .divdisabled {
    height: 349px;
    position: absolute;
}

.setp3 .divgriddisabled {
    height: 349px;
    position: absolute;
}

#DivRight.RegRightInfo {
    width: 66.66666667% !important;
}


/*side menu*/
.sidebar-menu {
    height: calc(100vh - 60px);
}

.sidebar-collapse .dashboard_page {
    width: calc(100% - 25px) !important;
}

.sidebar-menu li em {
    display: none;
}

.sidebar-collapse .sidebar-menu li em {
    display: block;
}

.sidebar-collapse .sidebar-menu {
    overflow: visible !important;
}

.skin-blue .sidebar-menu > li:hover > a {
    background: #b3ceda;
}

.sidebar-menu > li > a {
    height: 65px;
}

#side-toggle-new {
    height: 15px;
    float: left;
    width: 100%;
    cursor: pointer;
}

    #side-toggle-new i.fa {
        font-size: 11px;
    }

.no-box-shadow {
    box-shadow: none !important;
}

.content-wrapper {
    clear: both;
}


#translationsub-list .modal-dialog {
    top: 20%;
}

.nomargin-right {
    margin-right: 0 !important;
}

.nomargin-left {
    margin-left: 0 !important;
}

.k-grid-content::-webkit-scrollbar-thumb {
    background-color: rgba(200, 200, 200,1);
}
 .p-l-7 {
    padding-left: 7px !important;
}
.p-l-10 {
    padding-left: 10px !important;
}
.p-l-15  {
    padding-left:15px !important;
}
.p-l-20  {
    padding-left:20px !important;
}
.pad-0-15 {
    padding: 0 15px !important;
}                                                                                                                                  

.pad-10-15 {
    padding: 10px 15px !important;
}

.pad-0-5 {
    padding: 0 5px !important;
}

.pad-2-5 {
    padding: 2px 5px !important;
}

.mrg-0-0-8-0 {
    margin: 0px 0px 8px 0px !important;
}

.pad_left_15_pad_rig_15 {
    padding: 0px 15px 0px 15px;
}

.bootbox.modal .modal-dialog {
    width: 40%;
    top: 20%;
}

    .bootbox.modal .modal-dialog .modal-body .bootbox-body {
        font-size: 16px !important;
        text-align: center;
        margin-top: 10px;
        padding: 8px;
        word-break: break-word;
    }

.grid-content-scroll .k-grid-content {
    max-height: calc(100vh - 225px) !important;
}

.grid-content-scroll.fltr-tab .k-grid-content {
    max-height: calc(100vh - 270px) !important;
}

.grid-content-scroll {
    margin-bottom: 5px !important;
}

.sidebar-menu .icon-two-cogs:before {
    font-size: 33px !important;
}

div#grdAllXEVMPD table {
    border: 1px solid #ddd;
}

    div#grdAllXEVMPD table .k-grid-header tr th {
        border-bottom: 1px solid #ddd;
    }

/**:hover::-webkit-scrollbar {
    height: 12px !important;

}*/

.k-grid-content::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    -webkit-appearance: none;
}


.MetaBootbox.bootbox.modal .modal-dialog {
    width: 50%;
    top: auto;
}

    .MetaBootbox.bootbox.modal .modal-dialog .modal-body .bootbox-body {
        font-size: 13px !important;
        text-align: left;
        margin-top: 0;
        padding: 0;
    }

.bootbox.MetaBootbox .modal-dialog .modal-footer {
    text-align: right;
    width: 100%;
    border-top: none;
    padding: 15px;
    border-top: 1px solid #eee;
}

.no-blue-head .k-grid-toolbar {
    background: none;
}

.sidebar-collapse .logo {
    padding-left: 0 !important;
}

.widget-tab {
    float: left;
    width: 100%;
    cursor: pointer !important;
    padding-top: 5px;
}

    .widget-tab:hover {
        background: #f9f9f9;
    }

a.help {
    color: #d8d8d8;
    margin-top: 0;
    float: right;
    background: #3c3c3c;
    height: 40px;
    padding: 11px 21px;
    margin-right: 11px;
    background: none;
}

    a.help i {
        margin-right: 5px;
        font-size: 18px;
        float: left;
        margin-top: 1px;
    }

    a.help b {
        margin-top: 4px;
        line-height: 10px;
        vertical-align: middle;
        float: left;
        font-weight: 500;
    }

    a.help:hover {
        background: #000;
        color: #adadad;
    }


.lib-window {
    height: calc(100vh - 120px) !important;
    background: #fff;
}

.lib-btn.k-grid tbody button.k-button {
    min-width: 20px !important;
    width: auto;
    border-radius: 2px;
}

.lib-btn.k-grid#grdOrganisationMetaData tbody button.k-button {
    padding: 0px 2px;
}

.roles-grid .k-grid-toolbar {
    display: none;
}

.k-hierarchy-cell {
    width: 10px !important;
    padding: 0 !important;
}


.prism-name, .dark-help {
    display: none;
}

.user-menu .role-user {
    display: none;
}


.theme-btn {
    float: right;
    color: #c3c3c3;
    background: #333;
    border-radius: 5px;
    padding: 3px 8px;
    margin-right: 5px;
    margin-top: 9px;
    cursor: pointer;
}

    .theme-btn:hover {
        color: #fff;
        background: #00B1FC;
    }

.sidebar-collapse #side-toggle-new-sub:before, .sidebar-collapse #side-toggle-new:before {
    left: 31px;
    transform: rotate(-45deg);
}

#side-toggle-new-sub:before, #side-toggle-new:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 5px solid #525c58;
    border-left: 5px solid transparent;
    margin-top: 5px;
    left: 64px;
    transform: rotate(134deg);
    top: 6px;
}

.main-header .logo {
    width: 120px;
}

.logo-lg img {
    width: 90px !important;
    height: auto !important;
}

.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 50px;
}


.theme-btn.new-theme {
    display: block !important;
}

.theme-btn.old-theme {
    display: none !important;
}

.k-link:not(.k-state-disabled):hover > .k-i-refresh, .k-state-hover > .k-i-refresh, .k-state-hover > * > .k-i-refresh, .k-button:not(.k-state-disabled):hover .k-i-refresh, .k-textbox:hover .k-i-refresh, .k-button:active .k-i-refresh {
    background-position: -32px -112px;
}

.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 50px !important;
}

.Excipients-tbl .k-grid-toolbar {
    margin-top: 0px;
    height: 25px;
}

.Custom-pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
}

    .Custom-pop .blk-pop-layr {
        background: rgba(0,0,0,0.7);
        width: 100%;
        height: 100vh;
        position: absolute;
    }

.pop-tab {
    width: 40%;
    padding-top: 5px;
    padding: 15px;
    position: absolute;
    background: #fff;
    margin: 6% 30%;
}

.show .pop-tab {
    margin: 10% 30%;
    transition: ease-in 0.3s !important;
}

.pop-tab h1 {
    font-size: 20px;
    margin: 0;
    color: #5e6d73;
    text-align: center;
}

    .pop-tab h1 i {
        color: #ccc;
        float: right;
        font-style: normal;
    }

.org-list {
    margin-top: 40px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    max-height: calc(100vh - 340px);
    overflow: auto;
}

.pop-body .org-list a {
    background: #fff;
    float: left;
    width: 40%;
    margin: 10px 5%;
    border: 2px solid #f8f8f8;
    cursor: pointer;
}

    .pop-body .org-list a:hover {
        background: #f9f9f9;
        border: 2px solid #eee;
    }

    .pop-body .org-list a em {
        float: left;
        width: 94%;
        text-align: center;
        margin: 3%;
        font-size: 14px;
        font-style: normal;
    }

    .pop-body .org-list a img {
        text-align: center;
        float: left;
        width: 60px;
        margin: 0 calc(50% - 30px);
    }

.org-head-view {
    float: left;
    color: #888;
    line-height: 31px;
    padding: 0px 10px;
    border-radius: 4px;
    margin-top: 4px;
    margin-left: 8px;
    background: #333333;
}

    .org-head-view img {
        vertical-align: middle;
        height: 30px;
    }

    .org-head-view a {
        margin-left: 4px;
        font-size: 13px;
        color: #bfc3c3;
    }

    .org-head-view.org-btn:hover {
        box-shadow: 0 0 10px rgba(0,0,0,0.09);
    }

    .org-head-view:hover a {
        text-shadow: 0 0 10px rgba(255,255,255,0.8);
    }

.user-menu.open .dropdown-menu {
    width: auto !important;
}

.prod-checkbox-grid input[type="checkbox"].Form_Custom {
    margin-left: 10px;
    /*margin-top: 10px;*/
    cursor: pointer;
}


.submenu-btn {
    position: absolute;
    left: 0px;
    background: #1399D4;
    color: #fff;
    height: 35px;
    width: 15px;
    z-index: 99;
    cursor: pointer;
}

    .submenu-btn i {
        left: 4px;
        position: absolute;
        font-size: 15px;
        top: 10px;
    }

.sub-active .submenu-btn i {
    transform: rotate(180deg);
}

.submenu-new {
    POSITION: absolute;
    left: -220px;
    height: 100vh;
    width: 220px;
    background: #EBEFF6;
    top: -6px;
}

    .submenu-new ul {
        margin: 0;
        padding: 0;
        margin-top: 15px;
    }

        .submenu-new ul li {
            list-style: none;
            margin: 0;
            padding: 5px 15px;
            color: #9c9c9c;
            cursor: pointer;
        }

            .submenu-new ul li.active {
                color: #25304e;
                font-weight: bold;
            }

.submenu-maincontent.sub-active {
    width: calc(100% - 220px);
    float: right;
    overflow: visible;
}

/*Dark-theme styles start*/

.dark-theme .submenu-btn {
    background: #4a639e;
}

.dark-theme .lds-ellipsis div {
    background: #27304d;
}

.dark-theme .org-head-view {
    background: #ffffff;
}

    .dark-theme .org-head-view a {
        color: #555;
    }

    .dark-theme .org-head-view.org-btn:hover {
        box-shadow: 0 0 10px rgba(0,0,0,0.09);
    }

.dark-theme .theme-btn.old-theme {
    display: block !important;
}

.dark-theme .theme-btn.new-theme {
    display: none !important;
}

.dark-theme .main-header .navbar {
    background-color: #f8f8f8 !important;
    border-bottom: 1px solid #e6e6e6 !important;
    box-shadow: 0 0 14px rgba(0,0,0,0.05) !important;
}

.dark-theme header.main-header {
    background: #27304d;
}

.dark-theme .main-header .logo {
    background: transparent !important;
}

.dark-theme .main-sidebar {
    background: #293454;
    background: -moz-linear-gradient(top, #293454 4%, #1b2441 100%);
    background: -webkit-linear-gradient(top, #293454 4%,#1b2441 100%);
    background: linear-gradient(to bottom, #293454 4%,#1b2441 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293454', endColorstr='#1b2441',GradientType=0 );
    height: 100vh;
}

.dark-theme .user-panel {
    background: transparent;
    border-top: 1px solid #404040;
    margin-top: 1px;
}

    .dark-theme .user-panel a {
        color: #929292 !important;
    }

.dark-theme .sidebar-menu li {
    border-bottom: none;
    float: left;
    width: 100%;
    margin: 1px 0;
}

    .dark-theme .sidebar-menu li a {
        padding: 10px 0 !important;
    }

.dark-theme .sidebar-menu > li > a {
    float: left;
    width: 100%;
    height: auto;
    color: #939393;
}

.dark-theme .sidebar-menu i.icon-dashboard8.icon {
    padding: 0;
    width: 30px;
    text-align: center;
}

.dark-theme .sidebar-menu > li > a i {
    float: left;
    width: 30px;
    margin-left: 5px;
}

    .dark-theme .sidebar-menu > li > a i:before {
        font-size: 17px;
        margin-left: 0;
        width: 100%;
        height: auto;
    }

.dark-theme .sidebar-menu .icon-two-cogs:before {
    font-size: 24px !important;
}

.dark-theme .dark-help {
    margin-left: auto;
    margin-top: auto;
    float: right;
    font-size: 13px;
    padding: 15px 10px 0 !important;
    color: #888;
    margin-right: 20px;
}

    .dark-theme .dark-help b {
        font-weight: 500;
    }


.dark-theme .sidebar-menu > li > a span {
    float: left;
    width: calc(100% - 50px);
    margin-left: 10px;
    margin-top: 5px;
    text-align: left;
    white-space: normal;
}

.dark-theme .sidebar-menu > li.active > a, .dark-theme .sidebar-menu > li.active > a > i, .dark-theme .sidebar-menu > li.active > a > span {
    color: #cdcdcb !important;
}





.dark-theme .main-sidebar {
    width: 170px !important;
}

.dark-theme .content-wrapper.product_manage {
    margin-left: 0 !important;
}

.dark-theme .content-wrapper, .dark-theme .right-side, .dark-theme .main-footer {
    margin-left: 170px !important;
}

.dark-theme .main-header > .navbar {
    margin-left: 170px;
}

.dark-theme .sidebar-menu > li:hover > a, .dark-theme .sidebar-menu > li.active > a {
    background: rgba(0,0,0,0.5) !important;
    border-left: 4px solid #bbb !important;
    color: #bbb !important;
}

.dark-theme.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .dark-theme.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    background: #1f2946;
    left: 49px;
    margin-top: 0;
    padding-bottom: 14px;
    white-space: nowrap;
}

.dark-theme.sidebar-mini.sidebar-collapse .content-wrapper, .dark-theme .sidebar-mini.sidebar-collapse .right-side, .dark-theme .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 50px !important;
}
/*.dark-theme .theme-btn {
    display:none !important;
}*/
.dark-theme .theme-btn-dark.theme-btn {
    display: block !important;
}

.dark-theme .content-header {
    background: transparent !important;
    box-shadow: 0px 0px 0px 0px #E6E6E6;
    border-bottom: 1px dotted #eee;
}

.dark-theme .review-page .content-header {
    background: #fff !important;
}

.dark-theme .content-header > .breadcrumb > li > a {
    color: #848484;
    font-size: 12px;
}



/*Step wizard*/
.dark-theme .new-theme .RegWizardSteps.row .col-md-4.active h4 span {
    color: #2f4280;
    background: #fff;
    border: 1px solid #2f4280;
    padding: 8px 14px;
}

.dark-theme .new-theme .RegWizardSteps.row .col-md-4.active h4 {
    color: #2f4280 !important;
}

.dark-theme .new-theme .RegWizardSteps.row .col-md-4 h4 span {
    width: 20px;
    height: 20px;
    color: #1a2340;
    border-radius: 50%;
    text-align: center;
    padding: 8px 14px;
    margin-right: 6px;
    border: 1px solid #1a2340;
}

.dark-theme .new-theme .RegWizardSteps.row {
    margin: 0px;
    background: #FAFAFA;
    padding: 15px;
}

    .dark-theme .new-theme .RegWizardSteps.row h4 {
        color: #afafaf;
        text-align: center;
        font-weight: 400;
        line-height: 20px;
        font-size: 16px;
    }

    .dark-theme .new-theme .RegWizardSteps.row .col-md-4 h4 span {
        width: 20px;
        height: 20px;
        color: #afafaf;
        border-radius: 50%;
        text-align: center;
        padding: 8px 14px;
        margin-right: 6px;
        border: 1px solid #afafaf;
    }

    .dark-theme .new-theme .RegWizardSteps.row .col-md-4.completed h4 span {
        color: #1a2340;
        background: #fff;
        border: 1px solid #1a2340;
        padding: 8px 10px;
    }

    .dark-theme .new-theme .RegWizardSteps.row .col-md-4.completed h4 {
        color: #1a2340;
    }

        .dark-theme .new-theme .RegWizardSteps.row .col-md-4.completed h4 span:first-child {
            display: none;
        }

        .dark-theme .new-theme .RegWizardSteps.row .col-md-4.completed h4 span:nth-child(2) {
            display: initial !important;
        }

        .dark-theme .new-theme .RegWizardSteps.row .col-md-4.completed h4 span:nth-child(3) {
            display: initial !important;
        }

/*dark-theme buttons*/
.dark-theme .ProductGridBtnsFlat button.btn.add, .dark-theme .GridBtnsFlat button.btn.add {
    background: #1e305a;
    color: #FBFBFB;
    border: 1px solid #00B1FC;
    border-radius: 3px;
    /*box-shadow: 2px 2px 6px rgba(0,0,0,0.15) !important;*/
}

    .dark-theme .ProductGridBtnsFlat button.btn.add:hover, .dark-theme .Product_TableGrid.k-grid .k-header .k-button.k-grid-add:hover, .dark-theme .GridBtnsFlat button.btn.add:hover {
        /* opacity: .65; */
        background-color: #55638c;
        border-color: #404c6f;
    }

.dark-theme .k-button.btn.add:hover {
    background-color: #55638c !important;
    border-color: #404c6f !important;
}

.dark-theme .dropdown-menu button.btn:hover {
    background: #ececec !important;
}

.dark-theme .page_flattabs li {
    background: #1e305a !important;
    box-shadow: none;
    border-radius: 3px 3px 0 0;
}

    .dark-theme .page_flattabs li a {
        font-size: 13px;
    }

    .dark-theme .page_flattabs li.active a {
        color: #1e305a;
        transition: all .5s ease-in-out;
        font-weight: 700;
    }

.dark-theme .GridTabName {
    color: #1e305a;
    font-size: 13px;
    font-weight: 600;
}

.dark-theme .Child_Toggle_Menu.menu-active, .dark-theme .Child_Toggle_Menu {
    background: #4a639e;
}

.dark-theme .side_child_menu .form_menu_item.active {
    color: #1e305a;
}


.dark-theme .BtnTopBack {
    background: none !important;
}

.dark-theme .k-grid .k-header .k-button, .dark-theme .k-scheduler .k-header .k-button, .dark-theme .k-scheduler .k-header li, .dark-theme .k-scheduler .k-header .k-link, .dark-theme .k-gantt > .k-header li, .dark-theme .k-gantt > .k-header .k-link, .dark-theme .k-gantt-toolbar .k-button, .km-pane-wrapper .k-header .k-button {
    background-color: #27304d;
    border-color: #27304d;
}

.dark-theme .ProductsFamily_Grid_Title {
    color: #3D97CC;
}


.dark-theme .btn.btn-default[value="Cancel"] {
    background-color: transparent;
    color: #313746;
    border-color: #ddd;
    border: 1px solid #bfbfbf !important;
    border-width: 1px !important;
}

.dark-theme .ProductDevicespp h2 {
    font-size: 17px;
    color: #60719e;
}


.dark-theme .Metadata_TableGrid.k-grid .k-header .k-button.k-grid-add {
    background: #283353 !important;
    color: #FBFBFB !important;
    border: 1px solid #283352 !important;
}

.dark-theme a.k-grid-edit:visited {
    color: #fff;
    background-color: #283353;
    border-color: #283353;
}

.dark-theme .round-btn i {
    margin-right: 2px;
    color: #20325c;
}

.dark-theme .click-in {
    background: #1e305a;
    color: #fff !important;
}

.dark-theme .round-btn {
    border: 1px solid #20325c;
    color: #20325c;
}


.dark-theme .stage-tabs li.active a {
    color: #4d6294;
}

.dark-theme .k-treeview .k-icon.k-minus:before, .dark-theme .k-treeview .k-icon.k-plus:before {
    color: #4d6294 !important;
    border: 1px solid #4d6294 !important;
}

.dark-theme .k-calendar td.k-state-selected {
    background-color: #4d6294;
}

.dark-theme .timeline-one ul li .timeline-body .timeline-status.green {
    background: #d3dbef;
    border-color: #a6b4d6;
    color: #1e305a;
}

    .dark-theme .timeline-one ul li .timeline-body .timeline-status.green:before {
        background: #798ab3;
    }



.dark-theme .idmp_name, .dark-theme .help {
    display: none;
}

.dark-theme .prism-name, .dark-theme .dark-help {
    display: block;
    margin-left: 12px;
    margin-top: -4px;
}

.dark-theme h2.prism-name i, .dark-theme h2.prism-name b {
    font-style: normal;
    font-size: 14px;
    color: #484848;
    text-shadow: 1px 0 10px rgba(0,0,0,0.1);
}

.dark-theme .content-wrapper.products_manage {
    margin-left: 0 !important;
}

.dark-theme.sidebar-mini.sidebar-collapse .content-wrapper.products_manage {
    margin-left: 0 !important;
}

.dark-theme .Products_Grid_Title {
    color: #384979;
}

.dark-theme .k-pager-numbers .k-state-selected {
    color: #ffffff;
    background-color: #283352;
}


.dark-theme .user-menu .user-space {
    background: rgba(0,0,0,0.02);
}

.dark-theme .user-menu a span i {
    display: block;
    font-size: 11px;
    font-style: normal;
    color: #8c8c8c !important;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dark-theme .user-details {
    margin-right: 0;
}

.dark-theme .user-menu {
    float: left;
}

    .dark-theme .user-menu .user-space {
        float: left;
    }

        .dark-theme .user-menu .user-space span {
            float: right;
            line-height: 13px;
            color: #555;
            min-width: 90px;
        }

        .dark-theme .user-menu .user-space:hover span, .dark-theme .user-menu .user-space:hover i {
            color: #555 !important;
        }

        .dark-theme .user-menu .user-space .icon-down-open-big {
            color: #555 !important;
        }

        .dark-theme .user-menu .user-space .icon-circle {
            color: #555 !important;
            margin-right: 12px;
            padding-left: 0 !important;
            background: #fff;
            border-radius: 62px;
            height: 24px;
        }

.dark-theme .theme-btn {
    background: #fff;
    color: #555;
    margin-right: 10px;
    cursor: pointer;
}

    .dark-theme .theme-btn:hover {
        color: #fff;
        background: #1e305a !important;
    }



.dark-theme footer.main-footer {
    padding: 0;
    height: 20px;
    background: #f5f5f5;
    font-size: 10px !important;
    padding: 2px;
}

    .dark-theme footer.main-footer p {
        font-size: 10px;
    }

.dark-theme .dashboard_page {
    padding: 0 20px;
}

.dark-theme .db-widget {
    margin: 9px 10px !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.07);
}

.dark-theme .dashboard_map {
    box-shadow: 0 0 10px rgba(0,0,0,0.07);
    margin: 10px;
}

.dark-theme .dashboard_chart.chart-h450 {
    margin: 10px;
    width: calc(36.5% - 15px);
    box-shadow: 0 0 10px rgba(0,0,0,0.07);
}

.dark-theme .row.dashboard-chartshalf .dashboard_chart {
    width: calc(50% - 23px);
    margin: 10px !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.07);
}

.dark-theme.sidebar-collapse .dashboard_page {
    width: calc(100% - 0px) !important;
}

.dark-theme aside#sectionLeft {
    width: 280px !important;
    background: #e6ecff;
}

.dark-theme .reviewtable.presentpage > h4 {
    color: #27304d !important;
}

    .dark-theme .reviewtable.presentpage > h4:after {
        color: #27304d !important;
    }

.dark-theme .csstree ul > li a.visited {
    background: #27304d !important;
}

.dark-theme .k-button.btn.add {
    background: #27304d !important;
    border: 1px solid #27304d !important;
}

.dark-theme #menu-fixed .logo span {
    background: #27304d;
}

.dark-theme .bg-gray-flt {
    background: #e9efff;
}

.dark-theme .lds-roller div:after {
    background: #27304d;
}

.dark-theme.sidebar-collapse .Products_Grid {
    width: 100%;
}

.dark-theme .row.AddInnerPageRow .GridSubTitle, .GridSubTitle {
    color: #25304f;
    border-bottom: 0;
}

.dark-theme.sidebar-collapse #side-toggle-new-sub:before, .dark-theme.sidebar-collapse #side-toggle-new:before {
    left: 31px;
}

.dark-theme #side-toggle-new-sub:before, .dark-theme #side-toggle-new:before {
    border-bottom: 5px solid #8b8b8e;
    border-left: 5px solid transparent;
    margin-top: 5px;
    left: 74px;
}

.dark-theme #pagin li a.current {
    background-color: #1e2740;
}

.dark-theme input.btn.theme-bg {
    background: #27304d !important;
}

.dark-theme .Formulation_SDiv .Metadata_TableGrid .k-detail-row td.k-detail-cell {
    min-width: 901px;
}

.dark-theme .Formulation_BDiv .Metadata_TableGrid .k-detail-row td.k-detail-cell {
    min-width: 1147px;
}

.dark-theme .db-widget .card-title {
    padding-bottom: 5px;
    color: #495c96;
    border-left: 5px solid #495c96;
    padding-left: 15px;
    padding-top: 5px;
    margin-left: -12px;
}

.dark-theme .db-widget-data-scroll::-webkit-scrollbar {
    width: 0px;
    color: rgba(0,0,0,0.01);
}

.dark-theme .db-widget-data-scroll:hover::-webkit-scrollbar {
    width: 5px;
    transition: ease-in .05s !important;
}

.dark-theme .k-grid .k-header .k-button.k-grid-excel {
    background: #283353 !important;
    border: 1px solid #293454 !important;
}

.dark-theme .k-grid .k-header .k-button.k-grid-pdf, .dark-theme .pdf-export-cutom {
    background: #293454 !important;
    border: 1px solid #293454 !important;
}

.dark-theme .pdf-export-cutom {
    margin: 2px 20px 0 10px !important;
}

.dark-theme ul.submenu-view li {
    margin-left: 5px !important;
}

.dark-theme .sub-default-tabs .nav-tabs li a {
    font-size: 13px !important;
    padding: 5px 17px;
    background: #28314e;
}

.dark-theme .sub-default-tabs .nav-tabs li.active a {
    background: #fff;
    color: #28314e;
    font-weight: 600;
}

.dark-theme .prism-name {
    margin-bottom: 0;
    margin-top: 0px;
}

    .dark-theme .prism-name img {
        width: 80px;
    }

.dark-theme .dark-help i {
    font-size: 17px;
    vertical-align: bottom;
    margin-right: 1px;
}

.sidebar-menu li span:hover em.cus-tooltip {
    display: block;
    position: fixed;
    left: 171px;
    z-index: 999;
    background: rgba(0,0,0,0.8);
    border-radius: 5px;
    width: 140px;
    top: 260px;
}

.sidebar-menu li em.cus-tooltip strong {
    float: left;
    width: 100%;
    padding: 5px;
    color: #fff;
    font-style: normal;
}

.sidebar-menu li em.cus-tooltip b {
    float: left;
    width: 100%;
    padding: 0 5px;
    font-style: normal;
}

.sidebar-collapse .sidebar-menu li em.cus-tooltip {
    display: none;
}

.sidebar-collapse .sidebar-menu li span:hover em.cus-tooltip {
    display: block;
    position: absolute;
    left: 97px;
    z-index: 999;
    top: 0;
}

.Custom-pop.show {
    display: block !important;
}

.open .dropdown-menu {
    display: block;
}

.row.row_multitabs {
    display: initial;
    width: 100%;
}

.header-main .theme-nav {
    margin-bottom: 0;
}

.Products_Grid {
    /*margin-top: 42px;*/
    margin-bottom: 0;
}


textarea {
    resize: none;
}

.content.Products_Right {
    /* margin-top: 42px; */
    float: left;
    width: 100%;
    height: calc(100vh - 62px);
    max-height: calc(100vh - 62px);
    margin-top: 0px !important;
}



/*.dashboard_page {
    margin-top:42px !important;
}*/

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}


.unfavourite, .favourite {
    visibility: initial;
    cursor: pointer;
    float: left;
    width: 22%;
    margin: 0;
    padding: 0;
    height: 10px;
    background: none;
    border: none;
    text-align: left;
    line-height: 10px;
    outline: none !important;
    font-size: 15px;
}

    .unfavourite::before,
    .unfavourite::after,
    .favourite::before,
    .favourite::after {
        position: absolute;
        font-family: "FontAwesome" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding: 0;
        border-radius: 3px;
    }

    .unfavourite::before {
        color: #999;
        content: "\f005";
        position: absolute;
        visibility: visible;
    }

    .favourite::before {
        color: #f9a80f;
        content: "\f005";
        visibility: visible;
        position: absolute;
    }

.Common_TableGrid .unfavourite, .Common_TableGrid .favourite {
    margin-top: -13px;
}

.Common_TableGrid td:first-child .unfavourite, .Common_TableGrid td:first-child .favourite {
    margin-top: 0px;
    margin-left: 9px;
}

/*.Common_TableGrid  .unfavourite,.Common_TableGrid .favourite {
    position: relative;
    top: 10px;
    left:13px;
}
div#grdAllRegistrations.Common_TableGrid  .unfavourite,.Common_TableGrid.favourite {
    position: relative;
    top: -7px;
    left: 5px;
} 
div#grdAllApplications.Common_TableGrid .unfavourite, .Common_TableGrid.favourite{
    position: relative;
    top: -7px;
    left: 5px;
}
div#SequencesDetailsGrid.Common_TableGrid .unfavourite, .Common_TableGrid.favourite{
    position: relative;
    top: -7px;
    left: 5px;
}
div#grdAllDossiers.Common_TableGrid .unfavourite, .Common_TableGrid.favourite{
    position: relative;
    top: -7px;
    left: 5px;
}*/
.Products_Grid_Title i {
    display: none;
}

.sidebar-collapse .dashboard_page {
    width: 100% !important;
}

.dashboard-content {
    padding: 0 !important;
    margin: 0px 0px 0px 0px;
    float: left;
    border: 0px solid #eee;
    background: none;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.main-footer {
    background: #f1f1f1 !important;
    padding: 2px !important;
    height: 22px !important;
    font-size: 11px !important;
}

.dashboard_page {
    background: #ffffff;
}


.prodcuct-btn-group ul.dropdown-menu li.btn-brk {
    border-bottom: 1px dashed #eee;
    float: left;
    width: 100%;
}

.prodcuct-btn-group ul.dropdown-menu li button {
    border-radius: 0 !important;
}

.ProductGridBtnsFlat button.btn {
    border-radius: 30px !important;
}

.prodcuct-btn-group ul.dropdown-menu li button:hover {
    /* background: #fbfbfb !important; */
    color: #3468ab !important;
    /* font-weight: 500; */
    text-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.content-area .content-header {
    position: fixed;
    width: calc(100% - 400px);
    top: 0;
    padding-left: 0 !important;
    z-index: 107;
    height: 45px;
    border-bottom: 0px dashed #d4d4d4;
    /* background: #fff; */
    overflow: visible !important;
}

    .content-area .content-header .breadcrumb {
        background: none;
        overflow: visible;
        height: 37px;
        display: inline-flex;
        margin-left: 5px;
        margin-bottom: 0;
        margin-top: 0px;
        width: 70%;
    }

.sidebar-mini.sidebar-collapse .content-header {
    padding: 0px 15px 0 10px !important;
    overflow: hidden;
    top: 0px;
}

em.head-bc {
    position: absolute;
    font-size: 18px;
    font-style: normal;
    color: #fff;
    margin-left: 7px;
    display: none;
}

    em.head-bc i {
        width: 7px;
        height: 7px;
        float: left;
        background: #fff;
        border-radius: 10px;
        margin-top: 9px;
        margin-right: 8px;
        opacity: 0.7;
        display: none;
    }

.content-area .content-header .BtnTopStirp {
    display: block;
}

.content-header > .breadcrumb li::before {
    display: none;
}

.content-header > .breadcrumb > li > a::before {
    /*content: '\e91a';*/
    content: '/';
    margin: 0 10px;
    font-family: 'icomoon' !important;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
}

.content-header > .breadcrumb li:last-child a {
    font-weight: 600;
    color: #ffffff;
}


.content-header > .breadcrumb > li > a {
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #c8e1ff;
    cursor: none;
    font-size: 12px;
    cursor: auto;
    float: left;
}

    .content-header > .breadcrumb > li > a:hover {
        text-decoration: none;
    }

    .content-header > .breadcrumb > li > a:link {
        cursor: pointer;
    }

        .content-header > .breadcrumb > li > a:link:hover {
            text-decoration: underline;
        }

.hover-menu .content-area .content-header {
    left: 220px !important;
    transition-delay: 0.3s;
}

.content-header > .breadcrumb > li:last-child > a:link {
    pointer-events: none;
}

.content-header > .breadcrumb i {
    float: left;
    line-height: 28px;
    font-size: 12px;
    color: #3469ab;
    cursor: pointer;
    display: none;
}

.breadcrumb > li:nth-child(2) a::before {
    display: none;
}

a, button {
    outline: none !important;
}

.content-submenu-btn {
    position: absolute !important;
    left: 50px;
    top: 70px;
    border-radius: 0px 10px 10px 0 !important;
    background: #3468ab !important;
    height: 30px !important;
    font-size: 13px !important;
    width: 15px !important;
    border: none;
    color: #fff;
    z-index: 1;
}

.side-inner .content-submenu-btn {
    left: 280px;
}

    .side-inner .content-submenu-btn i {
        transform: rotate(180deg);
    }

.side-inner .content-submenu section .side_child_menu {
    z-index: 9 !important;
    max-height: calc(100vh - 42px) !important;
    top: 1px;
    left: 20px;
    width: 230px !important;
    display: block;
}

.content-submenu section .side_child_menu {
    display: none;
}

    .content-submenu section .side_child_menu.default-sidemenu {
        display: block;
        position: absolute;
        /*left: 70px;*/
        top: 43px;
        width: 200px !important;
    }

        .content-submenu section .side_child_menu.default-sidemenu .submenu-view {
            list-style: none;
        }

.FormInDiv.Formulation_SDiv {
    width: 100% !important;
}

.side-inner .Formulation_BDiv, .side-inner .Formulation_SDiv {
    width: calc(100% - 230px) !important;
}


.admincontent .DivRightScroll {
    float: right;
}


.content-submenu .side_child_menu {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.side-inner:not(.fixed-menu) .content-submenu-btn {
    left: 450px;
}



.navbar {
    min-height: 42px !important;
}

.form-control {
    border-radius: 0px;
    box-shadow: none;
    border-color: #E9E9E9;
    height: 40px;
    border-width: 2px;
}

/*.Common_TableGrid .k-grid-header th.k-header {
    white-space:nowrap;
}*/

.content-area.content-wrapper {
    margin-top: 42px;
    min-height: calc(100vh - 42px) !important;
}

    .content-area .content-wrapper.products_manage {
        min-height: calc(100vh - 42px) !important;
    }

/*.Common_TableGrid td:first-child {
    float: none;
    padding: 12px;
    height: 0 !important;
    width: auto;
}*/

.form_fields label {
    font-weight: 500;
}


sup.idfr {
    border-radius: 10px;
    padding: 0px 3px;
    margin-right: 3px;
}

.idfr.mandatory {
    background: #ff4545;
    color: #fff;
}

.idfr.conditional {
    background: #5570d0;
    color: #fff;
}

.idfr.optional {
    background: #57ab57;
    color: #fff;
}



.noshow-arrow {
    display: none !important;
}

.k-ie .Common_TableGrid .k-grid-content {
    overflow-x: auto !important;
}

#DivMetadata.side_child_menu .form_menu_item i {
    display: none;
}

.user-dropdown.dropdown .dropdown-menu .dropdown-item {
    float: left;
    width: 100%;
    text-decoration: none;
}

    .user-dropdown.dropdown .dropdown-menu .dropdown-item:hover {
        background: #f8f8f8;
    }


.idfr-txt.idmp:before {
    content: 'I';
    font-size: 14px;
    font-weight: 800;
    margin-left: 5px;
}

.idfr-txt.xvmpd:before {
    content: 'X';
    font-size: 14px;
    font-weight: 800;
    margin-left: 5px;
}

.idfr-txt:after {
    position: absolute;
    top: -5px;
}

.idfr-txt.optional:after {
    content: 'o';
    position: absolute;
    top: -5px;
}

.idfr-txt.cond:after {
    content: 'c';
    position: absolute;
    top: -5px;
}

.idfr-txt.man:after {
    content: '*';
    position: absolute;
    top: -5px;
}

.idfr-txt.cond {
    color: blue;
}

.idfr-txt.man {
    color: red;
}

.idfr-txt.optional {
    color: green;
}

.idfr-txt {
    margin-right: 3px;
}

.ProductGridBtnsFlat .btn {
    cursor: pointer;
}

.Products_Grid_Title {
    white-space: nowrap;
}

.ProductGridBtnsFlat button.btn.min-btn {
    padding: 6px 6px !important;
}

    .ProductGridBtnsFlat button.btn.min-btn i {
        float: left;
        font-size: 15px;
    }

    .ProductGridBtnsFlat button.btn.min-btn em {
        /*display: none;*/
        margin-left: 3px;
        font-style: normal;
        font-size: 13px;
        line-height: 15px;
        float: left;
        width: 0;
    }

    .ProductGridBtnsFlat button.btn.min-btn:hover em {
        /*display:block;*/
        width: 60px;
        opacity: 1;
    }

.ProductGridBtnsFlat button.btn-med.btn.min-btn:hover em {
    width: 85px;
}

.ProductGridBtnsFlat button.btn-big.btn.min-btn:hover em {
    width: 100px;
}

.ProductGridBtnsFlat button.btn-xbig.btn.min-btn:hover em {
    width: 150px;
}

.ProductGridBtnsFlat button.btn-xxbig.btn.min-btn:hover em {
    width: 180px;
}

.ProductGridBtnsFlat button.btn-xxxbig.btn.min-btn:hover em {
    width: 230px;
}

.ProductGridBtnsFlat button.btn.min-btn em {
    /*display:none;*/
    margin-left: 3px;
    opacity: 0;
}

.ProductGridBtnsFlat button.btn.min-btn.btn-default {
    background: #fff !important;
    color: #656565;
}

    .ProductGridBtnsFlat button.btn.min-btn.btn-default:hover {
        background: #f5f5f5 !important;
        color: #333;
    }

.ProductGridBtnsFlat button.btn.min-btn.icon[disabled] {
    cursor: no-drop;
}

.k-detail-row .k-detail-cell .k-grid .checkbox_Registration.Form_Custom {
    margin-left: 10px !important;
    margin-top: 15px !important;
}
/*.k-detail-row .k-detail-cell .k-grid .checkbox_ActiveUsers.Form_Custom {
    margin-left: 10px !important;
    margin-top: 15px !important;
}*/

.RegWizardSteps .col-md-4:last-child:after {
    opacity: 0;
}


.ul.sidebar-menu.spr-admn-sidebar {
    list-style: none;
    padding-left: 0;
}

ul.sidebar-menu.spr-admn-sidebar li {
    padding: 10px;
}

    ul.sidebar-menu.spr-admn-sidebar li.active {
        background: #f9fdff;
    }

ul.sidebar-menu.spr-admn-sidebar {
    list-style: none;
    padding: 0;
}

    ul.sidebar-menu.spr-admn-sidebar li.active a, ul.sidebar-menu.spr-admn-sidebar li:hover a {
        background: none;
    }


    ul.sidebar-menu.spr-admn-sidebar li a i {
        float: left;
        font-size: 16px;
        margin-right: 5px;
    }

.custom_save_btn {
    bottom: 85px;
    position: fixed;
}

button.btn.btn-primary.custom_save_btn {
    position: fixed;
    bottom: 85px;
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.modal-body.clone_scroll {
    max-height: 480px;
    overflow-y: auto;
}

.LoginBoxLeft {
    position: relative;
}

.left-logo {
    position: absolute;
    left: 87px;
    top: 144px;
    background: transparent;
    padding: 14px;
    /*display:none;*/
}

    .left-logo img {
        width: 200px;
    }

.sub-default-tabs .nav-tabs li.active a {
    background: #FFF !important;
}

#grdResponsiblePerson .k-tooltip-validation .k-callout-n {
    border-bottom-color: #fff;
}

div#grdSuperAdminInfo .k-grid-header {
    margin-top: 34px;
}

div#grdContactInfo .k-grid-header {
    margin-top: 34px;
}

.import_user_section {
    display: flex;
    right: 320px;
    position: absolute;
    top: 35px;
    z-index: 9;
    border-radius: 2px;
    border: solid 1px #e8e8e8;
    height: 38px;
}

.import_user_name {
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 10px;
}

.Insert_metaData {
    margin-right: 10px;
    margin-top: 5px;
    margin-left: 10px;
}

.Insert_update {
    margin-top: 5px;
    margin-right: 10px;
}

.form-control k-button btn choose_file {
    height: 35px;
}

.metadata_show_Disabled {
    position: absolute;
    right: 160px;
}

.input_files_metadata {
}

.k-widget.k-datepicker.form-control {
    width: 100%;
}

.info-box-icon .icon {
    color: #717171;
}

.GridSubTitle.AddProductTitle, .GridSubTitle.EditTitle {
    border-bottom: none !important;
}

.row.AddInnerPageRow .GridSubTitle {
    margin-left: 35px;
}

span.k-widget.form-control {
    width: 100%;
}

.btn-package-delete {
    background: none;
}

#menu-fixed h2 {
    font-size: 16px;
    margin-top: 12px;
}

#DivRight .icon-tab {
    font-size: 15px;
    transform: rotate(-90deg);
    color: #a5a5a5;
}

#DivRight .collapsed .icon-tab {
    transform: rotate(90deg) !important;
}

.form-control:focus {
    box-shadow: none;
}

.k-widget.k-datepicker.form-control {
    width: 100%;
}

.FormInDiv.Formulation_BDiv.inner_page_FormInDiv {
    margin-top: 20px;
    padding-left: 15px;
}

.FormInDiv.Formulation_BDiv.admin_general_setting {
    margin-top: 5px;
    padding-left: 15px;
}

.bg-white {
    background: #fff;
}

.DivRightScroll.mg-t-20 {
    margin-top: 15px !important;
}

.ContainerGrid.bg-white {
    padding: 20px;
    padding-top: 10px;
}

label.GridSubTitle.AddProductTitle.innerpage_title {
    margin-left: 15px;
    padding: 0;
}
/*.metaData_showcheck_mark {
    float: right;
    position: relative;
    right: 130px;
    top: -5px;
}
.metaData_btn_right {
     float: right;
    position: absolute;
    right: 30px;
    top: 10px;
}*/
.metaData_btn_right_personal_library {
    float: right !important;
    position: absolute;
    right: 30px;
    top: 7px;
}
/*.metaData_showcheck_mark_personal_library.ng-scope {
    position: inherit;
    float: right;
    margin-right: 120px;
    margin-top: -6px;
    margin-bottom: 10px;
}*/
#grdResponsiblePerson .k-grid-add {
    float: right;
}

.bg-grey {
    background: #eee;
}

.pading15 {
    padding: 15px !important;
}

.pad-t10 {
    padding-top: 10px !important;
}

.pad-t5 {
    padding-top: 5px !important;
}
/*.products_content.Products_Right.obliaction_vh {
  max-height: 90.2vh !important;
}*/
.content-area .obliaction_bg {
    background: #eee !important;
    width: 100%;
    height: 90.2vh;
    margin-left: 0px;
}

.content-area .add_commitment_bg {
    background: #eee !important;
    width: 100%;
    height: 110vh;
    float: left;
    margin-left: 0;
}

.content-area .commitment_bg {
    background: #eee !important;
    width: 100%;
    height: 92.2vh;
    float: left;
    margin-left: 0;
}

.main_page_padding {
    padding: 15px;
}

.content-header > .breadcrumb.HaQuery li.text_wrap:last-child {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 156px;
    color: #fff;
}

.Dynamic_btn_align {
    margin-right: 20px;
    margin-top: 5px;
}

div#grdAllProductsForValidate input.checkbox_Product.Form_Custom.batchupdate_checkbox {
    margin-left: 10px;
    margin-top: 5px;
}

.overflow-hidden {
    overflow: hidden;
}

.bg-none {
    background: none !important;
}


.slimScrollBar {
    display: none !important;
}

.overflow-visable {
    overflow: visible;
}

.overflow-vis-grid.k-grid td {
    overflow: visible;
}

.overflow-vis-grid.k-grid .k-grid-content {
    min-height: 100px;
}

div#grdRegSecondaryPSURStatus.no-border-Grid {
    border: none;
}

.dashboard_padding {
    padding: 10px !important;
    padding-top: 0px;
}

.chat-box.comment-box {
    height: calc(100vh - 330px);
}

.chat-box.p-manage.comment-box {
    height: calc(100vh - 270px);
}

#menu-fixed .logo.logoclose.product_Manage_side {
    position: fixed !important;
    right: -117px !important;
    top: -10px !important;
}

#menu-fixed .logo.logoclose.product_Review_right_toogle {
    top: 21px !important;
}

#menu-fixed .logo.logoclose.Registraion_Manage_toogle {
    position: fixed !important;
    right: -117px !important;
    top: -8px !important;
}

.review-comments.open-help .checkbox {
    float: left !important;
    display: inline-block !important;
    margin: 7px 7px !important;
}

.chat-box.document_msg_section {
    height: calc(100vh - 260px) !important;
}

div#grdAllRegistrations .k-grid-content td .checkbox_Registration {
    top: 0px;
    position: relative;
}

div#grdAllImpactRegistrations .k-grid-content td:first-child {
    position: relative;
    top: 7px;
}

.btn-custom {
    height: 27px;
    border: none !important;
    padding: 0px 15px 0px 15px;
}

.tree_Section {
    z-index: 9;
    margin-bottom: 5px;
}

.menu_section {
    border: 2px solid #dcdcdc !important;
    background: #e4e4e4;
    font-weight: normal;
    border-radius: 4px;
}

.ng-empty + .favourite::before {
    color: #999 !important;
}

#grdOrganisationMetaData.deletedrecords_table.k-grid.k-widget .k-grid-content {
    background: #fbf0ee;
}

.content-header .breadcrumb {
    background-color: transparent;
}

.radio_custom_style {
    position: relative;
    top: 2px;
}

.lifile label .global_application_checbox {
    margin-top: 15px !important;
    margin-left: 20px !important;
}

.word-break-all {
    word-break: break-all;
}

.break-word {
    word-break: break-word !important;
}

#grdAllHAQueryTask tr td, #grdAllHAQuerySubTask tr td, #grdCommitmentTasks tr td, #grdSubTasks tr td, #grdDocAssignedGrid tr td {
    /*white-space: normal !important;*/
    vertical-align: top;
}
/*.grid-tooltip-vis .k-grid-content tbody tr td:last-child {
    overflow: visible !important;
}*/
/*#grdAllProducts td:last-child {
    overflow: visible !important;
}*/

#grdContactDetailsMetaData .k-grid-header th {
    font-weight: bold;
    color: #4d5858;
    padding-top: 10px;
}

.add.export-pdf.align_export {
    margin-right: 0;
}

.margin15 {
    margin: 15px !important;
}

.margin10 {
    margin: 15px !important;
}


g#logo_1_ {
    display: none !important;
}

.btn-group.AdminGridBtns.tooltip_lineheigh {
    line-height: 15px;
}

.profile_mrg {
    margin: 0px 8px 0px 5px;
}
/*.content-header > .breadcrumb i.icon-home {
    cursor: pointer;
}*/

.font_weight400 {
    font-weight: 400 !important;
}

div#grdAllRegistrationsForValidate td:first-child {
    left: 15px;
    position: relative;
    top: 8px;
}

div#grdStatusListLU tbody tr {
    text-align: left;
}
/*div#grdAllBrandName .k-widget.k-tooltip.k-tooltip-validation.k-invalid-msg {
    position:absolute;
    z-index:0;
    top:15px;
}*/
/*div#grdAllBrandName .k-grid-content {
    height:90px;
}*/


.RegWizardPpInnerContainer #grdRegProducts.Product_TableGrid.k-grid.k-widget {
    max-height: none;
}

.icon-application-documents:before {
    content: "\e041" !important;
    font-family: "idmp-icons" !important;
}

.icon-file242:before, .icon-tool:before, .review-status-icon.icon-sign:before, .review-status-icon.icon-file161:before, .review-status-icon.icon-warning-sign:before {
    font-family: "idmp-icons" !important;
}




#loadingDiv {
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 10000;
    top: 40%;
    left: 0;
    height: 100vh;
    top: 0 !important;
}

div.LoadingIcon {
    position: absolute;
    width: 100px;
    height: 100px;
    top: calc(50vh - 50px);
    left: calc(50% - 50px);
    margin: 0;
    text-align: center;
}



#grdRegSecondaryPSURStatus .k-grid-content span.k-picker-wrap.k-state-default {
    border: 2px solid #eee !important;
}
/*DMS CSS START*/
.thumbnail {
    float: left;
    width: 60px;
}

.new-theme .RegWizardSteps.row .col-md-4.active h4 span {
    color: #2f4280;
    background: #fff;
    border: 1px solid #2f4280;
    padding: 8px 14px;
}

.new-theme .RegWizardSteps.row .col-md-4.active h4 {
    color: #2f4280 !important;
}

.new-theme .RegWizardSteps.row .col-md-4 h4 span {
    width: 20px;
    height: 20px;
    color: #1a2340;
    border-radius: 50%;
    text-align: center;
    padding: 8px 14px;
    margin-right: 6px;
    border: 1px solid #1a2340;
}

.new-theme .RegWizardSteps.row {
    margin: 0px;
    background: #FAFAFA;
    padding: 15px;
}

    .new-theme .RegWizardSteps.row h4 {
        color: #afafaf;
        text-align: center;
        font-weight: 400;
        line-height: 20px;
        font-size: 16px;
    }

    .new-theme .RegWizardSteps.row .col-md-4 h4 span {
        width: 20px;
        height: 20px;
        color: #afafaf;
        border-radius: 50%;
        text-align: center;
        padding: 8px 14px;
        margin-right: 6px;
        border: 1px solid #afafaf;
    }

    .new-theme .RegWizardSteps.row .col-md-4.completed h4 span {
        color: #1a2340;
        background: #fff;
        border: 1px solid #1a2340;
        padding: 8px 10px;
    }

    .new-theme .RegWizardSteps.row .col-md-4.completed h4 {
        color: #1a2340;
    }

        .new-theme .RegWizardSteps.row .col-md-4.completed h4 span:first-child {
            display: none;
        }

        .new-theme .RegWizardSteps.row .col-md-4.completed h4 span:nth-child(2) {
            display: initial !important;
        }

        .new-theme .RegWizardSteps.row .col-md-4.completed h4 span:nth-child(3) {
            display: initial !important;
        }

.pad_left_10 {
    padding-left: 10px !important;
}

.rootfolder {
    background-position: 0 0;
}

.folder {
    background-position: 0 -16px;
}

.pdf {
    background-position: 0 -32px;
}

.html {
    background-position: 0 -48px;
}

.image {
    background-position: 0 -64px;
}

.cabinet {
    background-image: url("../../Images/Cabinet.png");
}

#treeview-DMS .k-sprite.cabinet {
    background-image: url(../Images/Cabinet.png);
}

#treeview-DMS .k-sprite.excel {
    background-image: url(../Images/tree-exl.png);
}

#treeview-DMS .k-sprite.text {
    background-image: url(../Images/tree-txt.png);
}

#treeview-DMS .k-sprite.word {
    background-image: url(../Images/tree-word.png);
}

#treeview-DMS .k-sprite.xml {
    background-image: url(../Images/tree-xml.png);
}

#treeview-DMS .k-sprite.zip {
    background-image: url(../Images/tree-zip.png);
}

#treeview-DMS .k-sprite.tiff {
    background-image: url(../Images/tree-tiff.png);
}

#treeview-DMS .k-sprite.rtf {
    background-image: url(../Images/tree-rtf.png);
}

#treeview-DMS .k-sprite.mod {
    background-image: url(../Images/tree-mod.png);
}

#treeview-DMS .k-sprite.fdf {
    background-image: url(../Images/tree-fdf.png);
}

#treeview-DMS .k-sprite.msg {
    background-image: url(../Images/tree-msg.png);
}

#treeview-DMS .k-sprite.sasxpt {
    background-image: url(../Images/tree-sasxpt.png);
}

#treeview-DMS .k-sprite.root {
    background-image: url(../Images/tree-root.png);
}

.mrg_btm_10 {
    margin-bottom: 10px !important;
}

.mrg_btm_5 {
    margin-bottom: 5px !important;
}

div#treeview-DMS {
    min-height: 150px;
    max-height: calc(100vh - 285px);
    overflow: scroll;
    background: #fbfbfb;
    border: solid 2px #e0e0e0;
    border-radius: 4px;
    margin-left: 15px;
}

.mrg_top_10 {
    margin-top: 10px !important;
}

.mrg_top_15 {
    margin-top: 15px !important;
}

.mrg_top_20 {
    margin-top: 20px !important;
}

.mrg_top_5 {
    margin-top: 5px !important;
}
/*DMS CSS END*/
.header-main .theme-nav .org-head {
    cursor: pointer;
}

.dash-wid-box .dash-body {
    min-height: 200px;
}

.line170 {
    line-height: 170px;
}

.line200 {
    line-height: 200px;
}

.line440 {
    line-height: 440px;
}

.mrg5 {
    margin: 5px;
}

.global_textarea_minheight {
    min-height: 150px;
}

.sidebar-navigation ul li {
    position: relative;
}

    .sidebar-navigation ul li.disabled:before {
        content: '';
        width: 220px;
        height: 100%;
        background: transparent;
        position: absolute;
        top: 0;
        z-index: 26;
        cursor: not-allowed;
    }

.mrg_rgt_10 {
    margin-right: 10px;
}

.mrg_rgt_15 {
    margin-right: 15px !important;
}

.mrg_rgt_20 {
    margin-right: 20px !important;
}

.text_bold {
    font-weight: 600;
}

.th_color {
    color: #424242;
}

div#grdAllRegistrations .k-grid-content td .Local_input {
    position: relative;
    top: 5px;
    left: 14px;
}

.no-padding-top {
    padding-top: 0px !important;
}

.padleft-5 {
    padding-left: 5px !important;
}

.mrg_lft_7 {
    margin-left: 7px !important;
}

#DocumentsTree.k-treeview .k-state-selected, .k-treeview .k-state-focused.k-state-selected {
    width: 90%;
}

#grdAllRegistrations td.k-hierarchy-cell a.k-icon.k-plus {
    margin-top: 10px;
}

div#grdAllApplicationsWithWorkflow tr.k-alt td:first-child {
    margin-top: 10px;
}
/*div#grdAllDossiers td.k-hierarchy-cell {
    margin-top: 10px;
}*/
/*.workflow_custom {
    position: fixed;
    bottom: 30px;
    width: 45%;
}*/
.system_checkbox {
    position: relative;
    top: 2px;
}

.k-calendar td.k-state-focused {
    height: 30px;
    width: 50px;
}

.k-calendar td {
    border-radius: 0px;
}

.Substance_height {
    height: 558px;
    overflow: auto;
}

.hold-menu {
    text-align: center;
}

div#SequenceSubDetailsGrid table {
    border: solid 1px #ddd;
}

div#SequenceSubDetailsGrid td:first-child {
    margin-top: 10px;
}

.mrg_lft_20 {
    margin-left: 20px !important;
}

.mrg_lft_10 {
    margin-left: 10px !important;
}

.mrg_lft_20 {
    margin-left: 20px !important;
}

.mrg_lft_15 {
    margin-left: 15px !important;
}

.text_wrap_targetCountries {
    display: block;
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#grdAllApplicationsWithWorkflow td:first-child {
    margin-top: 10px;
}

div#SubmissionSubType.Metadata_TableGrid tr:nth-child(odd) td {
    overflow: visible;
}

div#SubmissionType.Metadata_TableGrid tr:nth-child(odd) td {
    overflow: visible;
}

div#ApplicationType.Metadata_TableGrid tr:nth-child(odd) td {
    overflow: visible;
}

div#Country.Metadata_TableGrid tr:nth-child(odd) td {
    overflow: visible;
}

div#grdResponsiblePerson.Common_TableGrid tr:nth-child(odd) td {
    overflow: visible;
}

div#grdMedraMetaData .k-grid-content tr td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*div#grdResponsiblePerson.Metadata_TableGrid tr:nth-child(even) td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/
/*.Metadata_TableGrid tr:nth-child(even) td {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.Metadata_TableGrid tr:nth-child(odd) td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/
.no-border {
    border: none !important;
}



.tiny-grid .review-status-icon {
    font-size: 12px;
}

.tiny-grid.Common_TableGrid td {
    line-height: 20px;
}

    .tiny-grid.Common_TableGrid td:first-child {
        height: 25px !important;
    }

.tiny-grid.Common_TableGrid tr:nth-child(odd) td {
    height: 15px;
}

.tiny-grid.k-grid tr:nth-child(even) td {
    height: 15px;
}

.tiny-grid#grdAllApplications .k-grid-content .k-plus {
    margin-top: 2px;
}

.tiny-grid div#grdAllApplicationsWithWorkflow td:first-child {
    margin-top: 0px;
}

.tiny-grid.Common_TableGrid .k-grid-header th.k-header > .k-link {
    line-height: 13px;
}

.tiny-grid.Common_TableGrid .k-grid-header th.k-header {
    font-weight: 600;
    color: #555;
    cursor: pointer;
}

    .tiny-grid.Common_TableGrid .k-grid-header th.k-header > .k-link {
        min-height: 28px;
    }

.tiny-grid .k-grid-header th.k-header > .k-link {
    padding: 8px 0 0 4px;
}

.tiny-grid .k-header > .k-grid-filter {
    padding: 3px .2em .4em;
}

.tiny-grid .k-icon.k-filter {
    margin: -6px 0 0 0;
}

#grdAllDevices.tiny-grid.Common_TableGrid td:first-child .lifile [type="radio"] + span {
    top: 4px;
}

.tiny-grid.grid-content-scroll.fltr-tab .k-grid-content {
    max-height: calc(100vh - 258px) !important;
}




.tiny-form textarea.form-control {
    height: auto;
}


.tiny-form .form_fields label {
    margin: 0px 0 -2px 0;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 26px);
    text-overflow: ellipsis;
}

    .tiny-form .form_fields label + span {
        vertical-align: top;
    }

.tiny-form .form-control {
    float: right;
    /*padding: 0px 5px !important;*/
    height: 30px;
    background: #fbfbfb;
}

.tiny-form .k-picker-wrap .form-control {
    width: 100% !important;
}

.tiny-form .k-multiselect.select-multiline {
    height: auto !important;
    float: left !important;
    min-height: 25px !important;
    max-height: 80px !important;
}

    .tiny-form .k-multiselect.select-multiline .k-multiselect-wrap {
        height: auto !important;
    }

.tiny-form .form_fields {
    margin: 0 0 10px 0;
    padding: 0px 0px 0 0px;
}




.tiny-form hr {
    margin-top: 6px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px dashed #eee;
}

.tiny-form span.k-widget.form-control span.k-dropdown-wrap {
    border: 2px solid #E9E9E9;
    height: 26px;
    border-radius: 3px;
    background: #fbfbfb !important;
}

.tiny-form span.k-widget.form-control {
    height: 30px;
}

.tiny-form span.k-picker-wrap.k-state-default {
    height: 25px;
    padding: 0;
}

.tiny-form .k-widget.k-datepicker.form-control {
    width: 98.2% !important;
    height: 25px;
}

.tiny-form span.k-picker-wrap.k-state-default input.k-input {
    background: #fbfbfb !important;
    padding: 0 !important;
}

.tiny-form .k-picker-wrap .k-icon {
    margin: 3px 7px 0 3px;
}

.tiny-form span.k-widget.form-control .k-dropdown-wrap span.k-input {
    line-height: 24px;
}

.tiny-form span.k-widget.form-control span {
    line-height: 26px;
}

.tiny-form .audit-btn {
    float: right;
    background: #d9eaff;
    margin-right: 15px;
    right: 0;
    top: 31px;
}

.tiny-form .form-control.k-multiselect {
    height: auto;
}

    .tiny-form .form-control.k-multiselect.k-state-hover {
        border: 2px solid #eee;
    }

.k-popup .k-list .k-item {
    padding: 3px 2px;
    line-height: 15px;
    min-height: 13px;
}

    .k-popup .k-list .k-item p {
        margin: 0 0 0px;
    }

.k-animation-container .k-calendar .k-footer .dateFooter {
    border: 0;
    background: #fbfbfb;
}

    .k-animation-container .k-calendar .k-footer .dateFooter:hover {
        background: #eee;
    }



.commitment_tabs {
    margin: 0px 18px 30px;
    width: 98%;
}

.mrg_btm_20 {
    margin-bottom: 20px !important;
}

.mrg_btm_30 {
    margin-bottom: 30px !important;
}

.temple_section {
    max-height: 275px;
    overflow-y: scroll;
    margin-top: 20px;
    padding-right: 0;
}

.firsttime-setpassword .password-requirements {
    display: block;
    position: absolute;
    margin: 0px;
    left: 353px;
    background: rgb(249, 249, 249);
    width: 232px;
    padding: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 30px;
    border-radius: 20px;
}

    .firsttime-setpassword .password-requirements ul li {
        line-height: 20px;
        font-size: 12px;
    }

}

.bgf5 {
    background: #f5f5f5;
}

.pad-btm-5 {
    padding-bottom: 5px !important;
}

.mrg_rgt_5 {
    margin-right: 5px !important;
}

.Dyn_wdth75p {
    width: 75% !important;
}

.Dyn_wdth1025p {
    width: 1025px !important;
}

.Dyn_wdth1245p {
    width: 1245px !important;
}

.padleft-20 {
    padding-left: 20px !important;
}

.nomargin-bottom {
    margin-bottom: 0px !important;
}

.CheckLbl.secondary_padding {
    padding: 20px 0px 0px 0px;
}

.pad-t15 {
    padding-top: 15px !important;
}

.pad-t20 {
    padding-top: 20px !important;
}

.dash-tab {
    float: right;
    margin-bottom: 10px;
    border-bottom: 0;
}

    .dash-tab .nav-item.active {
        /* border-bottom: 2px solid transparent; */
        font-weight: 600;
        color: #3469ab;
        background: linear-gradient( 180deg, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
        padding: 6px 10px;
        padding-left: 25px;
    }

    .dash-tab .nav-item {
        padding: 5px 10px;
        font-size: 13px;
        background: #f5f5f5;
        float: left;
        margin: 0 0px;
        color: #777;
        border: 1px solid #e6e6e6;
        border-width: 1px 1px 1px 0;
        cursor: pointer;
    }

        .dash-tab .nav-item a {
            padding: 0;
            color: #555;
        }

    .dash-tab.nav-tabs > li.active > a, .dash-tab.nav-tabs > li.active > a:focus, .dash-tab.nav-tabs > li.active > a:hover {
        color: #555;
        cursor: default;
        background-color: transparent !important;
        border: 0px solid #ddd;
        border-bottom-color: transparent;
        border: none !important;
    }

    .dash-tab.nav-tabs > li > a:hover, .dash-tab.nav-tabs > li > a:focus {
        border-color: transparent !important;
        background: none !important;
    }

    .dash-tab li:first-child {
        border-radius: 5px 0 0 5px;
        border-left: 1px solid #eee;
    }

    .dash-tab li:last-child {
        border-radius: 0 5px 5px 0;
        border-right: 1px solid #eee;
    }

    .dash-tab .nav-item.active::before {
        position: absolute;
        content: '';
        width: 8px;
        height: 8px;
        background: #5fd439;
        position: absolute;
        left: 10px;
        top: 11px;
        border-radius: 10px;
    }

.dash-table.table {
    border: 1px solid #eee;
}

.dash-head-drop {
    float: left;
    position: absolute;
    top: -31px;
    left: 138px;
}

.tabs_width {
    width: 99%;
    margin: 10px;
}

.regin_hp {
    height: 30px;
    padding: 0px 10px;
}

.pad5 {
    padding: 5px;
}


.searchBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,50%);
    background: #2f3640;
    height: 40px;
    border-radius: 40px;
    padding: 10px;
}

    .searchBox:hover > .searchInput {
        width: 240px;
        padding: 0 6px;
    }

    .searchBox:hover > .searchButton {
        background: white;
        color: #2f3640;
    }

.searchButton {
    color: white;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2f3640;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}

.searchInput {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: white;
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;
}

@media screen and (max-width: 620px) {
    .searchBox:hover > .searchInput {
        width: 150px;
        padding: 0 6px;
    }
}

.height30 {
    height: 30px !important;
}

.height35 {
    height: 35px !important;
}

.tiny-btn {
    width: 30px;
    height: 28px;
}

.min-height-0 {
    min-height: 0px !important;
}

.pad20 {
    padding: 20px !important;
}

.pad10 {
    padding: 10px !important;
}

.move_arrows {
    display: inline-grid;
    padding: 20px 0px;
    margin-top: 12vh;
}

.pad_lef_rig {
    padding: 0px 15px !important;
}

span.pad_lef_rig_3 {
    padding: 0px 3px 0px 3px;
}

.pad-lef-rig-5 {
    padding: 0px 5px;
}

.pad_rig_30 {
    padding: 0px 30px 0px 0px;
}

.pad_rig_15 {
    padding: 0px 15px 0px 0px;
}

.padding-0-0-0-10 {
    padding: 0px 0px 0px 10px;
}

.query_btn_pad {
    padding: 4px 15px !important;
}

.single-line {
    border: solid 1px #d5e2e6;
    margin-bottom: 10px;
}

.text_overflow_width60 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 60px;
}

.text_overflow_width50 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    max-width: 80px;
}


.dynamic-reports-left {
    height: calc(100vh - 213px);
    overflow: hidden;
    /* width: calc(100% - 20px); */
    border-right: 4px double #eee;
    background: #f5f5f5;
    margin-bottom: 15px;
    padding: 5px 0px 5px 5px;
}

.dynmic_switch_width {
    width: 40px;
    float: left;
    position: absolute;
    left: calc(33.33% - 13px);
    z-index: 1;
}

.dynamic-reports-left::-webkit-scrollbar-thumb {
    background: #fbfbfb !important;
}

.dynamic-reports-left:hover::-webkit-scrollbar-thumb {
    background: #dddddd !important;
}

.dynamic-reports-left::-webkit-scrollbar-thumb {
    opacity: 0;
}

.dynamic-reports-left:hover::-webkit-scrollbar-thumb {
    opacity: 1;
}

.dynamic-reports-right {
    border: 1px solid #ddd;
    padding: 10px;
    float: left;
    width: 100%;
}

.move_arrows button {
    background: #3469ab;
    border: none;
    border-radius: 16px;
    color: #fff;
    padding: 5px;
    width: 25px;
    font-size: 16px;
    position: relative;
}

    .move_arrows button span.rev {
        transform: rotate(180deg);
    }

    .move_arrows button span {
        float: left;
    }

.dynamic-reports-right .show-box {
    float: left;
    width: 100%;
    height: 26vh;
    background: #f5f5f5;
    margin-bottom: 20px;
    padding: 10px;
    overflow: auto;
}

    .dynamic-reports-right .show-box ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
        background: #eee;
        border-radius: 10px;
        padding: 2px 5px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .dynamic-reports-right .show-box ul {
        margin: 0;
        padding-left: 0;
    }

.content-area .content-inner .wrapper .btn {
    border-radius: 4px !important;
    padding: 5px 10px !important;
    font-size: 12px;
    box-shadow: none !important;
    border: none !important;
    margin: 0px 0px 10px;
    cursor: pointer;
}

.product_basic_label {
    position: absolute;
    z-index: 9;
    top: 35px;
}

#grdAllDocuments.tiny-grid .k-grid-content tr td p {
    margin-bottom: 0;
}

#grdAllDocuments.tiny-grid.Common_TableGrid td:first-child .lifile [type="radio"] + span {
    top: 2px;
}

.tiny-grid.Common_TableGrid td:first-child .lifile [type="radio"] + span {
    top: 2px;
}


button.btn-tab {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 5px;
}

    button.btn-tab:focus {
        background: #f1f1f1;
    }

.serch_dashboard {
    float: left;
    position: absolute;
    top: -42px;
    left: 475px;
}

.tree-btn {
    border: 0;
    background: none;
    font-size: 11px;
    padding: 0;
    float: right;
    margin-left: 5px;
    color: #868686;
    display: none;
    background: white;
    padding: 0px 3px;
    border-radius: 3px;
}

    .tree-btn:hover {
        background: #dcdcdc;
        color: #464646;
    }


#dynamicReportTreeview .k-state-hover:hover .tree-btn, #dynamicReportTreeview .k-state-selected:hover .tree-btn {
    display: block;
}

.dynmc-treeView .k-state-hover:hover .tree-btn, .dynmc-treeView .k-state-selected:hover .tree-btn {
    display: block;
}



.lbl-btn {
    width: calc(100% - 50px);
}

.radio-inline {
    float: left;
    width: 75px;
}

.frc-tooltip em {
    position: absolute;
    top: -18px;
    color: #fff;
    font-style: normal;
    padding: 1px 9px;
    font-weight: 600;
    left: 11px;
    background: #000;
    border-radius: 3px;
    display: none;
}

.frc-tooltip:hover em {
    display: block;
}

@supports (-ms-ime-align:auto) {
    .gridsearch input {
        width: 160px !important;
    }
}

.k-grid-content, .div#CppDetailsGrid {
    max-height: calc(100vh - 225px) !important;
}

ul#DocumentTabs\ tabs_heading {
    background: #fff;
    border: 1px solid #DEDEDE;
    border-top: 3px solid #1399D4;
    padding: 10px;
    list-style: none;
    border-bottom: none;
    float: left;
    margin-left: 15px;
}

button#btnAudit:hover {
    background: #fff;
    transition: all 0.5s ease-in-out;
    opacity: .65;
}

#DivDocumentsUploadSection .RegWizardHeading.row h3 {
    padding: 10px 0;
}

.new-theme #DivDocumentsUploadSection .RegWizardSteps.row {
    padding: 5px;
}

#DivDocumentsUploadSection .RegWizardPpInnerContainer {
    padding: 10px 10px 0px;
}

.tiny-grid.min-grid .k-grid-content {
    min-height: auto;
    overflow: visible;
    float: left;
}

    .tiny-grid.min-grid .k-grid-content .no-data {
        padding: 0;
        text-align: left;
        padding-left: 5px;
        color: black;
    }

.view-item span {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.dynamic-reports-right .show-box .dynamic-reports-filter ul li {
    padding-right: 20px;
}


.subMenuColor2 li a:before {
    width: 5px !important;
    height: 5px !important;
    border-radius: 10px;
}

.subMenuColor2 .subMenuColor2 li a:before {
    background: none;
    border: 1px solid #3469ab;
}

#DivDocumentsUploadSection #uploadButton {
    position: absolute;
    margin-top: 22px;
    left: 110%;
    z-index: 1;
}

#DivDocumentsUploadSection #protocolUploadButton {
    position: absolute;
    margin-top: 0px;
    left: 115%;
    z-index: 1;
}

button#btnAudit.sequenceAuditbtn {
    padding: 5px 12px;
    background: #d9eaff;
    top: 0;
    margin: 0;
    box-shadow: none;
    border: none;
}

.Dynamic_grid_section {
    background: #fdfdfd;
    border: solid 1px #f7f7f7;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.dynamic_icons span i {
    padding: 10px;
    background: #f5f5f5;
    margin: 4px;
}

    .dynamic_icons span i:hover {
        background: #3469ab;
        color: #fff;
    }


.tooltip-toggle {
    cursor: pointer;
    position: relative;
}

    .tooltip-toggle::before {
        position: absolute;
        /*top: 0;
    right: calc(100% - 0px);*/
        background-color: #3f3f3f;
        border-radius: 5px;
        color: #fff;
        content: attr(data-tooltip);
        padding: 2px 10px;
        text-transform: none;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        /*max-width: 200px;*/
        /* white-space: nowrap; */
        z-index: 10;
        /*min-width: 120px;*/
    }

.tt-top.tooltip-toggle::before {
    bottom: 22px;
    left: auto;
}


.tooltip-toggle::after {
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    content: " ";
    font-size: 0;
    line-height: 0;
    margin-left: -5px;
    width: 0;
    /*display:none;*/
}

.tt-top.tooltip-toggle::after {
    bottom: 17px;
    left: 10px;
    display:none;
}

.tooltip-toggle::before,
.tooltip-toggle::after {
    color: #efefef;
    /*font-family: monospace;*/
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    text-align: center;
}

.tooltip-toggle:hover::before,
.tooltip-toggle:hover::after {
    opacity: 1;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

.border1p {
    border: solid 1px #ddd;
}

div#GlobalApplicationDetailsGrid .k-grid-content td:first-child {
    padding-left: 10px;
}

.dynamic-reports-right .k-multiselect.select-multiline.height50 {
    height: 36px;
}

    .dynamic-reports-right .k-multiselect.select-multiline.height50 .k-multiselect-wrap {
        height: 36px;
    }

.cusrep-right .k-multiselect.select-multiline.height50 .k-multiselect-wrap, .cusrep-right .k-multiselect.select-multiline.height50 {
    height: 35px;
}

.cus-report {
    width: 100%;
    float: left;
}

li.cus-report button {
    border: none;
    background: transparent;
    text-align: left;
    width: calc(100% - 15px);
}

li.cus-report {
    list-style: none;
    padding: 0;
    font-size: 13px;
}

    li.cus-report i {
        font-size: 10px;
    }

    li.cus-report button.disabled {
        color: #3469ab !important;
        font-weight: bold;
    }

.cusrep-right textarea.form-control {
    width: 96%;
    height: 25px !important;
    float: left;
    padding: 5px;
}

.icon-down-open-big:before {
    content: "\e919" !important;
}


.panel.panel-default:not(.collapsed) .panel-heading .icon-tab {
    transform: rotate(-90deg) !important;
}

.panel.panel-default.collapsed .panel-heading .icon-tab {
    transform: rotate(90deg) !important;
}

div#grdAllApplicationsWithWorkflow td:first-child {
    position: relative;
    top: 5px;
}

.text-white {
    color: #fff !important;
}


.RegWizardPpInnerContainer .tiny-grid .k-grid-header th.k-header > .k-link {
    margin: -7px -3px 0px -3px !important;
}

#grdResponsiblePerson .k-grid-content td span {
    word-break: break-all;
    white-space: normal;
}

.zindex-1 {
    z-index: 1 !important;
}
.zindex-0 {
    z-index: 0 !important;
}

ul.multiselect-container.dropdown-menu.multiselect-contentView.country-dropdown-custom {
    min-height: 100px;
    max-height: 100px;
    overflow-y: scroll;
}

.reviewtable.scrollable-table .columns > .width160 {
    word-break: break-all;
}

.reviewtable .columns div {
    word-break: break-all;
    padding-right: 15px;
}

.even_time_zone {
    background: #f5f5f5;
    padding: 5px;
    border-radius: 4px;
    border: solid 1px #444444;
}

li.scroll_tab_last.scroll_tab_first.disabled {
    border-top: solid 2px #ddd !important;
    border-right: solid 1px #ccc !important;
}

ul#DocClass_listbox {
    overflow: scroll !important;
    height: 120px !important;
}
ul#ddlDocType_listbox {
    overflow: scroll !important;
    height: 120px !important;
}
ul#ddlDocLanguage_listbox {
    overflow: scroll !important;
    height: 120px !important;
}
ul#ddlStatus_listbox {
    overflow: scroll !important;
    height: 120px !important;
}

button#btnAudit.Review_audit_btn {
    background: #d9eaff !important;
    margin-left: 10px;
    margin-right: 5px;
    color: black;
}

    button#btnAudit.Review_audit_btn:hover {
        background: #fff !important;
        margin-left: 10px;
        margin-right: 5px;
        color: black;
    }

.lifile, .rd_criteria {
    position: relative !important;
    top: 0px !important;
}

.k-widget.k-upload.k-header, ul.k-upload-files.k-reset, span.k-filename {
    overflow: hidden;
    white-space: nowrap;
    clear: both;
    width: 100%;
    float: left;
    margin: 0;
}

.dash-body-norecords {
    text-align: center;
    border: solid 1px #ddd;
    border-top: 0;
    padding: 5px;
}

div#SequenceSubDetailsGrid td:first-child {
    left: 10px;
    position: relative;
}


.cus-checkbox .k-grid-content td .checkbox_Registration {
    top: 5px !important;
}

.no-border-top {
    border-top: 0 !important;
}

.reviewtable.scrollable-table.no-border-top > h4:before {
    content: '';
    height: 31px;
    width: 5px;
    background: #ffffff;
    left: 7px;
    position: absolute;
    overflow: visible;
    margin-top: -10px;
}

#world-map-markers .jvectormap-container {
    overflow: hidden;
}

.inputbtnfaicon {
    font-family: 'FontAwesome', 'Open Sans';
}

.max-width-calc-50 {
    max-width: calc(100% - 50px) !important;
}

.header-help-btn {
    float: right;
    color: white;
    background: #3f7fba;
    line-height: 31px;
    padding: 0px 10px;
    border-radius: 4px;
    margin-top: 3px;
    margin-right: 10px;
}

    .header-help-btn a {
        color: #fff;
    }
/*.checkbox-disabled {
    opacity: 0.5;
    position: relative;
    cursor: no-drop;
}

.checkbox-disabled.tooltip-toggle.tt-top::after {
    content: '';
    width: 100%;
    height: 18px;
    position: absolute;
    opacity: 1 !important;
    border: none;
    left: 0;
    top: 0;
}

    .checkbox-disabled.tooltip-toggle.tt-top::before {
        display:none;
    }*/


.dash-wid-box .dash-body .dash-row {
    cursor: pointer;
}

    .dash-wid-box .dash-body .dash-row:hover {
        background: #f2f2f2;
    }

.import_user_name {
    margin-right: 0px;
}

.import_user_section {
    right: calc(0% - -145px);
    border: solid 0px #e8e8e8;
}

    .import_user_section .choose_file {
        width: 200px;
        height: 28px;
    }

.dash-wid-box.dash-min-height {
    min-height: calc(100vh - 145px);
}

.dash-wid-box .dash-body.dash-full-height {
    max-height: calc(100vh - 200px);
}

.FormInDiv {
    height: calc(100vh - 75px) !important;
}


@supports (-ms-ime-align:auto) {

    .edge-opacity0 {
        display: none;
    }
}

.auto-complete-field input {
    height: 21px !important;
}

#MastergrdAllProducts.Common_TableGrid td:first-child, #SporgrdAllData.Common_TableGrid td:first-child, #grdAllProducts.Common_TableGrid td:first-child, #grdQualityCheck.Common_TableGrid td:first-child, #grdDynamic.Common_TableGrid td:first-child {
    display: table-cell;
}
/*#MastergrdAllProducts.Common_TableGrid td:first-child.no-data, #SporgrdAllData.Common_TableGrid td:first-child.no-data, #grdAllProducts.Common_TableGrid td:first-child.no-data, #grdQualityCheck.Common_TableGrid td:first-child.no-data, #grdDynamic.Common_TableGrid td:first-child.no-data {
    display:table-cell !important;
}*/

#MastergrdAllProducts .k-grid-content {
    max-height: calc(100vh - 375px) !important;
}

#grdAllRegistrationsCMS td .checkbox_Registration {
    margin-top: 8px !important;
    margin-bottom: 6px !important;
}

.grid-custom-fevHir-btn.tiny-grid.Common_TableGrid tr td:nth-child(2) {
    overflow: visible;
}

.grid-custom-fevHir-btn tr #grdAllRegistrationsCMS tr:nth-child(even) td {
    height: 15px !important;
}

#grdAllRegistrations.grid-custom-fevHir-btn td.k-hierarchy-cell a.k-icon.k-plus {
    margin-top: 6px;
}

.cus-switch .switch:hover {
    color: #222;
}

.k-grid-edit-row[data-role="editable"] td {
    overflow: visible !important;
}

#grdFormulationGrid.Common_TableGrid td:first-child .lifile [type="radio"] + span {
    top: 10px;
}

.view-hugetxt {
    max-height: 200px;
    overflow: auto;
}

.reviewtable .columns div {
    line-height: 20px !important;
}

div#ProductDevicesSearchGrid .k-grid-content td .checkbox_ProductDeviceSearch {
    position: relative;
    top: 3px;
    left: 10px;
}

ul.multiselect-container.dropdown-menu.multiselect-contentView.GAD_country {
    max-height: calc(100vh - 510px) !important;
    overflow: auto;
}

.dash-title.dash-head-drop.days_lable {
    float: left;
    position: absolute;
    left: 390px;
}

.deletedrecords_table.k-grid.k-widget.tiny-grid.Common_TableGrid td:first-child {
    height: 28px !important;
}

#grdAllGlobalUpdates, .deletedrecords_table.k-grid.k-widget.tiny-grid.Common_TableGrid td:first-child {
    height: 30px !important;
}

.deletedrecords_table.k-grid.k-widget td.k-hierarchy-cell {
    width: 27px !important;
}

#grdAllRegistrations.deletedrecords_table.k-grid.k-widget td.k-hierarchy-cell {
    width: 33px !important;
}

.opacity_02 {
    opacity: 0.2;
}

.opacity_05 {
    opacity: 0.5;
}



p.success-msg {
    margin: 0 35% !important;
    white-space: normal !important;
    width: 30%;
    word-break: break-word;
}

    p.success-msg .close {
        position: absolute;
        top: 0;
        right: 7px;
        opacity: 0.8;
    }

.min-height-container {
    min-height: 250px;
}

.min-height-container-tez {
    min-height: 280px;
}

.min-height-container-ttz {
    min-height: 330px;
}

.reviewtable.scrollable-table .headings div {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
}

.cursor_default {
    cursor: default !important;
}

.jvectormap-tip {
    top: -100px;
    left: -200px;
}

label.getInfo {
    cursor: help !important;
}

.row-tooltip {
    position: relative;
}

.custom-help-text {
    background: #ecf2fb;
    color: #2d4563;
    border-radius: .475rem;
    position: absolute;
    display: none;
    z-index: 1;
    bottom: 150%;
    left: 0;
    padding: 10px;
    border-color: #f5f8fa;
    box-shadow: 0 0 50px 0 rgb(82 63 105 / 12%);
    border: solid 1px #deecfd;
}

    .custom-help-text.bottom {
        position: absolute;
        z-index: 2;
        top: 150%;
        left: 0;
        margin-top: 20px;
        height: auto;
    }

.custom-help-text-active .custom-help-text {
    display: inline-table !important;
}

.fa-question-circle:before {
    color: #777;
}

.custom-help-text:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    margin-left: 10px;
    border-width: 5px;
    border-style: solid;
    border-color: #d3d9e0 transparent transparent transparent;
}

.custom-help-text.bottom:after {
    position: absolute;
    z-index: 1;
    left: 0%;
    border-color: transparent transparent #d3d9e0 transparent;
    bottom: 100%;
    top: -10px;
}

span.getInfo.Inactive-fa-question {
    position: absolute;
    top: 10px;
    left: 85px;
}

span.getInfo.Include-fa-question {
    position: absolute;
    top: 10px;
    left: 130px;
}

span.getInfo.Lifetime-validity-fa-question {
    position: absolute;
    left: 130px;
    top: 18px;
}

span.getInfo.Inactive-primary-fa-question {
    position: absolute;
    right: 15px;
    top: 18px;
}

span.getInfo.Sunset-fa-question {
    position: absolute;
    left: 120px;
    top: 18px;
}

span.getInfo.secondary-Pediatric-fa-question {
    position: absolute;
    left: 145px;
    top: 2px;
}

span.getInfo.secondary-Orphan-fa-question {
    position: absolute;
    left: 165px;
    top: 2px;
}

span.getInfo.xEVMPD-fa-question {
    position: absolute;
    top: 0px;
    left: 90px;
}

span.getInfo.IDMP-fa-question {
    position: absolute;
    top: 0px;
    left: 72px;
}

.k-tooltip-content {
    overflow: auto !important;
    max-height: calc(100vh - 255px) !important;
    text-align: left;
    border-radius: 4px;
}

.k-widget.k-tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #484848 transparent transparent transparent;
    opacity: 0;
}
/*.k-callout-n {
    top: -13px;
    left: 50%;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent #d3d9e0 transparent;
}

.k-callout-w {
    top: 50% !important;
    left: -13px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    border-color:   transparent #d3d9e0 transparent  transparent  ;
}

.k-callout-s {
    left: 50%;
    bottom: -13px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    border-color: #d3d9e0 transparent transparent transparent;
}

.k-callout-e {
    top: 50%;
    right: -13px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    border-color: transparent  transparent  transparent #d3d9e0;
}*/

.k-slider-tooltip .k-callout-n, .k-slider-tooltip .k-callout-s {
    margin-left: -6px;
}

.k-slider-tooltip .k-callout-w, .k-slider-tooltip .k-callout-e {
    margin-top: -6px;
}

.k-widget.k-tooltip {
    background-color: #ffffff;
    color: #202020;
    border-radius: 5px;
    margin-top: 5px;
    border-color: #dfdfdf;
    box-shadow: 0 0 20px 2px rgb(229 229 229 / 12%);
    border: solid 1px #e5e5e5;
    max-width: 180px;
    font-size: 11px;
    font-weight: 600;
}

.tiny-grid.Common_TableGrid .k-grid-header th.k-header > .k-link em {
    font-style: normal;
}

.Metadata_TableGrid .k-grid-header th.k-header > .k-link em {
    font-style: normal;
}



.save-mandatory {
    overflow: visible !important;
}
.save-mandatory:disabled {
    position: relative !important;
}

    .save-mandatory:disabled:hover::after {
        display: block;
    }

    .save-mandatory:after {
        display: none;
        opacity: 0;
        content: 'Please fill all mandatory fields ( * ) ';
        height: auto;
        position: absolute;
        background: #ffebeb;
        bottom: 120%;
        left: 0px;
        padding: 5px 8px;
        box-shadow: 0 0 50px 0 rgb(82 63 105 / 12%);
        border-radius: .475rem;
        z-index: 1;
        border-color: #f5f8fa;
        border: solid 1px #ffbfbf;
        color: #b50a0a;
        font-size: 11px;
        font-weight: bold;
        transition-delay: 1s;
    }

    .save-mandatory:disabled:hover::after {
        /*display: block;*/
        opacity: 1;
    }

.save-mandatory-align-right {
    overflow: visible !important;
    position: relative;
}

    .save-mandatory-align-right:disabled:hover::after {
        display: block;
    }

    .save-mandatory-align-right:after {
        display: none;
        content: 'Please fill all mandatory fields ( * )';
        height: auto;
        position: absolute;
        background: #ffebeb;
        bottom: 120%;
        right: 0px;
        padding: 10px;
        box-shadow: 0 0 50px 0 rgb(82 63 105 / 12%);
        border-radius: .475rem;
        z-index: 1;
        border-color: #f5f8fa;
        border: solid 1px #ffbfbf;
        color: #b50a0a;
        font-size: 11px;
        font-weight: bold;
    }

    .save-mandatory-align-right:disabled:hover::after {
        display: block;
    }

.legend-info {
    margin-top: 5px;
}


    .legend-info button {
        background: #fff;
        color: #888;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 1px 10px;
    }

    .legend-info .dropdown-menu > li > a:hover {
        background: none;
    }

    .legend-info .dropdown-menu {
        right: 0 !important;
        left: auto;
        width: 200px;
    }

        .legend-info .dropdown-menu a {
            font-size: 12px;
            margin-bottom: 5px;
            padding: 3px 10px;
        }

    .legend-info .idfr-txt {
        position: relative;
        margin-right: -2px;
        width: 35px;
        float: left;
    }

span.idfr-txt.star_txt {
    font-size: 20px;
    text-align: left;
    color: red;
    padding-left: 5px;
}

.legend-star-man-word-break {
    word-break: break-all;
    overflow: auto;
    white-space: pre-wrap;
    color: red;
}

.tiny-grid.Common_TableGrid .k-grid-header th.k-header input[type="checkbox"] {
    float: left;
    margin-right: 4px;
    margin-bottom: 5px;
}

[data-balloon-pos="bottom"]:after {
    top: 25px;
    left: 20px;
    transition-delay: 0.5s;
}

.select_input_grid {
    float: left;
    position: absolute;
    left: 5px;
    right: 0;
    top: 3px;
    max-width: 15px;
}

.select_input_grid_txt {
    margin: 0;
    padding-left: 20px;
}

.content-area .content-inner .wrapper .review-sidebar#sectionLeft {
    z-index: 9;
}

label.approveStatus {
    color: #50cd89 !important;
}

.view-xvmpd-tabs {
    width: 100% !important;
    padding: 10px 10px;
    border: 1px solid #eee;
    margin-top: -1px;
    float: left;
}

    .view-xvmpd-tabs .reviewtable.scrollable-table {
        width: auto;
        max-width: 100%;
        float: left;
    }

    .view-xvmpd-tabs h4 {
        float: left;
        width: 97%;
    }

td.expand-btn span::after {
    content: '';
}

.expand-btn.nowrap-text {
    white-space: normal;
}

td.expand-btn span {
    cursor: cell;
}



.xEVMPD-fa-question:hover em.custom-hover, .IDMP-fa-question:hover em.custom-hover {
    display: block !important;
}

.custom-hover {
    position: absolute;
    width: 140px;
    background: rgb(236, 242, 251);
    padding: 5px;
    top: 15px;
    font-style: normal;
}

.prodcuct-btn-group ul.dropdown-menu li button.btn.add[disabled]:hover {
    color: #777 !important;
}

.more-prod {
    cursor: pointer;
    color: #555;
    font-weight: bold;
    font-size: 10px;
    text-decoration: underline;
}


[data-balloon-pos="left-bottom"] {
    overflow: visible !important;
}

    [data-balloon-pos="left-bottom"]:before {
        display: none;
    }

    [data-balloon-pos="left-bottom"]:after {
        right: 25px;
        top: 23px;
    }

.margin7 {
    margin: 7px !important;
}

.resizer:hover, .resizing {
    border-right: 2px solid #aaa !important;
}

.view-item .k-grid .k-grid-pager span.k-icon {
    font-size: 0;
}


.Product_AddEdit_Content .ng-not-empty .form_fields:last-child {
    margin-bottom: 10px;
}


.review-page .ReviewScrollDiv .DivReviewScroll {
    overflow: visible !important;
}

.custom_flot_dynField .row.form_fields {
    height: 0;
    margin: 0;
}

    .custom_flot_dynField .row.form_fields:before {
        display: inline-table;
    }

    .custom_flot_dynField .row.form_fields:after {
        display: inline-table;
    }


.sidebar-navigation ul li a em {
    top: 22% !important;
    transform: rotate(-90deg) !important;
}

.sidebar-navigation ul li.selected a em {
    transform: rotate(0deg) !important;
}

.sidebar-navigation ul li.selected ul li a em {
    top: 10% !important;
    transform: rotate(-90deg) !important;
}

.sidebar-navigation ul li.selected ul li.selected a em {
    transform: rotate(0deg) !important;
}

.sidebar-navigation ul li.selected ul li.selected ul li a em {
    transform: rotate(-90deg) !important;
}

.sidebar-navigation ul li.selected ul li.selected ul li.selected a em {
    transform: rotate(0deg) !important;
}

#ActiveUserDetailsGrid.Common_TableGrid td:first-child {
    margin-top: 8px;
    height: 7px !important;
    padding-left: 10px;
}

.move_arrows button em {
    display: none;
    position: absolute;
    background: rgba(0,0,0,0.7);
    font-size: 10px;
    white-space: nowrap;
    font-style: normal;
    padding: 3px 6px;
    border-radius: 5px;
    top: 30px;
    left: 0px;
}

.move_arrows button:hover em {
    display: block;
}

.reverse-icon {
    transform: rotate(180deg);
    position: absolute;
}

.icon.green {
    color: #3adb3a;
}

.badge-top {
    position: absolute;
    background: #ff6060;
    top: -3px;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    padding: 0 4px;
    color: #fff;
    border-radius: 10px;
    border-width:0;
    right: -10px;
}

.search-area {
    padding: 10px;
    float: left;
    width: 100%;
    background: #ffffff;
    border: 1px solid #94bbed;
}

.arrow-btn {
    box-shadow: none !important;
    background: none;
    color: #555;
    border-radius: 20px;
    border: 1px solid #959595 !important;
    padding: 5px 5px !important;
    height: auto !important;
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 17px;
}

    .arrow-btn i {
        font-size: 15px;
    }

    .arrow-btn.rev-arow {
        transform: rotate(-90deg);
    }

.tiny-form label .badge-top {
    width: auto;
    border-radius: 13px !important;
    height: auto;
    min-width: 14px;
    padding: 0;
    top: 1px;
    margin-left: 3px;
    right: -4px;
    text-align: center;
}

.aud-btn {
    float: right;
    background: #d9eaff;
    margin-right: 15px;
    right: 0;
    top: 7px;
}

.move_arrows button em {
    display: none;
    position: absolute;
    background: rgba(0,0,0,0.7);
    font-size: 10px;
    white-space: nowrap;
    font-style: normal;
    padding: 3px 6px;
    border-radius: 5px;
    top: 30px;
    left: 0px;
}

.move_arrows button:hover em {
    display: block;
}


.slide-section {
    margin-top: 15px;
}

    .slide-section .slide-header {
        position: relative;
        font-size: 13px;
        font-weight: 600;
        padding: 0 10px;
        z-index: 1;
        width: 100%;
        float: left;
        padding: 4px 10px;
    }

.slide-header.collapsed {
    border: 1px solid #94bbed;
}

.slide-section .slide-content {
    margin-top: 20px !important;
}

.slide-section .slide-header label .arrow-btn {
    margin-top: 0;
}

.slide-section .slide-header label {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    background: #fff;
    padding: 0px 10px;
    margin-bottom: 0;
}

.slide-body {
    float: left;
    width: 100%;
    margin-top: -20px;
}

.slide-header {
}

.slide-body .collapse .search-area {
    opacity: 0;
}

.slide-body .collapse.in .search-area {
    opacity: 1;
}

.slide-header button i {
    float: left;
    transform: rotate(0deg);
}

.slide-header.collapsed button i {
    transform: rotate(-90deg);
}
/*LMN Report Block Start */
spam {
    float: right;
    color: #3469ab;
    font-size: 10px;
    cursor: pointer;
}
.view-item span {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}
span.search-icon {
    position: absolute;
    right: 23px;
    top: 25px;
    cursor: pointer;
}
span.search-icon em {
    color: #555;
}

.smry-agr span {
    float: left;
    border: 1px solid #d5d5d5;
    margin-right: 5px;
    padding: 4px 5px;
    border-radius: 5px;
    color: #4e6093;
    font-size: 11px;
}

    .smry-agr span em {
        font-style: normal;
        font-weight: 700;
    }

 .chart-icons {
     float:right;
 }
.chart-icons i {
    padding: 3px 0 0 15px;
    cursor: pointer;
}
.dropdown.chart-dropdown {
    float: right;
    position: absolute;
    right: 0;
    z-index: 10;
}
.dropdown.chart-dropdown button {
    background: none;
    border: none !important;
     box-shadow: none;
}
.chart-dropdown .dropdown-menu {
    right: 0px !important;
    position: absolute;
    left: auto;
}
    .chart-dropdown .dropdown-menu .dropdown-item {
        float: left;
        width: 100%;
        color: #555;
    }
.full-screen-modal .modal-dialog {
    width:100%;
    margin: -1px;
}
    .full-screen-modal .modal-dialog .modal-content {
        border-radius: 0;
    }
    .full-screen-modal .modal-dialog .modal-body {
        height: calc(100vh - 60px);
    }
button.multiselect.dropdown-toggle.btn.btn-default {
    width: 100%;
    border: 2px solid #eee !important;
    box-shadow: none;
    padding: 9px;
    text-align: left;
}
    button.multiselect.dropdown-toggle.btn.btn-default b.caret {
        text-align: right;
        float: right;
        margin-top: 8px;
    }
.multiselect-native-select .btn-group .multiselect-container {
    width: 100%;
}
.multiselect-container > li {
    padding: 0;
}
    .multiselect-container > li > a {
        padding: 0;
    }
        .multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
            margin: 0;
        }
/*LMN Report Block End */
.queryData {
    text-align: justify;
    line-height: 2;
    float: left;
    font-weight: 600;
    word-spacing: 2px;
}
.checkbox-adm {
    position: absolute;
    margin-left: -20px !important;
    margin-top: 7px !important;
}

ul.dropdown-menu.dropdown-menu-right.info {
    width: 600px;
    padding: 10px;
    max-height: 250px;
    overflow: auto;
}

.overflow-y {
    height: calc(100vh - 45px);
    overflow-x: hidden;
}

.Common_TableGrid .k-header.k-grid-toolbar, k-button .k-grid-add {
    float: right;
    margin-right: 90px;
    margin-top: -37px;
    border-width: 0;
    border-radius: 30px;
    padding: 0;
    background: #fff;
}

.k-primary-btn-custom .k-header, .k-grid .k-header .k-button {
    color: #ffffff;
    -webkit-box-shadow: none;
    border-radius: 30px;
    padding: 1px 10px;
}

.pri-pak-details-mod-height {
    max-height: 515px;
    overflow-y: scroll;
    margin-bottom: 15px;
}
/*Accordion Start */
.panel-title > a:before {
    float: left !important;
    font-family: 'icomoon' !important;
    content: "\e918";
    margin: -3px 10px 0 0;
    border: 1px solid #959595;
    padding: 2px 2px;
    border-radius: 20px;
    line-height: 13px;
    color: #555;
}

.panel-title > a.collapsed:before {
    float: left !important;
    font-family: 'icomoon' !important;
    content: "\e919";
    margin: -3px 10px 0 0;
    border: 1px solid #959595;
    padding: 2px 2px;
    border-radius: 20px;
    line-height: 13px;
    color: #555;
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

.panel-group {
    margin: 20px 0 0 !important;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: inherit;
    font-weight: 600;
}

.panel-group .panel {
    margin-bottom: 20px !important;
    box-shadow: 0px 1px 1px 1px #eee;
}

.panel-default > .panel-heading {
    color: #666;
    background-color: #f9fafd;
    border-bottom: #eae9ee;
    font-size: 12px;
}

.panel-default {
    border-width: 0 !important;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
    border-width: 0;
    background: #fff;
}
/*Accordion End */
.inner-grid-heading {
    font-weight: 600;
    color: #666;
    padding: 15px 5px 0;
    margin: 0;
}
.height-auto {
    height: auto !important;
}
div#Copytreeview, .copy-treeview-css {
    position: relative;
    left: 0;
    top: 0;
}
.box-shadow-lightblue {
    box-shadow: 0px 0px 2px 1px #e2ecf9;
    float: left;
    padding: 0 0 20px;
    background: #fff;
    border-radius: 4px;
    width:100%;
}
span.search-icon {
    position: absolute;
    right: 23px;
    top: 27px;
    cursor: pointer;
}

span.search-icon em {
    color: #555;
}
.search-border {
    border: solid 1px #e9e9e9;
    float: left;
    width: 100%;
    height: 29px;
    margin-top: 1px;
}
.tree-no-record-display {
    background: #fff;
    margin: 10px;
    width: 92%;
    padding: 0 10px 10px;
    border-radius: 4px;
}
.dashed {
    border-style: dashed;
    border-width: 1px;
    border-color: #2385c0;
    border-radius: 4px;
    padding:10px 15px;
}
.xevmpd-custom-scroll {
    max-height: 165px;
    max-height: 530px;
    overflow: auto;
}
.tab-blue {
    padding: 0;
    border: 1px solid #bee6ed;
    margin: 0 15px;
  
}
.sub-lined-tabs {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #eee;
    width: 100%;
    background: #f9feff;
}
.sub-lined-tabs li {
    float: left;
    margin: 0 15px;
    line-height: 32px;
}
.sub-lined-tabs li.active {
    border-bottom: 2px solid #4b7da1;
}

.sub-lined-tabs li.active a {
    color: #426576;
    font-weight: 500;
    text-decoration:none;
}

.sub-lined-tabs li.active {
    border-bottom: 2px solid #4b7da1;
}
.nodisplay {
    display: none;
}

body:not(.fixed-menu) .customtreeview.k-treeview .k-group .k-in {
    
}
  .expand-tree {
        width: 20px;
        height: 20px;
        background: #ffffff;
        text-align: center;
        line-height: 1.2 !important;
        border-radius: 30px;
        font-size: 14px !important;
        box-shadow: 0 0 0px 1px rgb(0 0 0 / 10%) !important;
        border-width: 0;
        margin: 10px 5px 0 0;
        color:grey;
    }
       
    .collapse-tree {
        width: 20px;
        height: 20px;
        background: #ffffff;
        text-align: center;
        line-height: 1.2 !important;
        border-radius: 30px;
        font-size: 14px !important;
        box-shadow: 0 0 0px 1px rgb(0 0 0 / 10%) !important;
        border-width: 0;
        margin: 10px 5px 0 0;
        color:grey;
    }
      
     .btn-search {
        width: 25px;
        height: 25px;
        background: #d8d8d8;
        text-align: center;
        cursor: pointer;
        position: absolute;
        border-radius: 30px;
        line-height: 25px;
        margin: -10px 10px 0 10px;
    }

        .btn-search:hover {
            background: #059AD0;
            color: #fff;
        }
    .pkg-section {
    background: #fff;
    float: right;
    width: calc(100% - 310px) ;
    margin: 0 0 0 10px;
    padding: 0 0 30px 0;
    overflow: auto;
    height: calc(100vh - 30px);
   
}
    .norecord-content, .span {
    text-align: center;
    background: #fafafb;
    font-weight: 600;
    padding: 8px;
    /*width: 165px;*/
    margin: 10px;
    border-radius: 4px;
    /*border:solid 1px #dadada;*/
}
    .icon-norecord, .fa-exclamation-circle {
    font-size: 16px;
    color: #f26a6a;
    margin: 0 3px 0 0;
    display:none;
}
    .edtpkg-text {
    color: black;
    margin: 38px 0 10px 15px;
    position: absolute;
    background: #f8f8f8;
    padding: 5px;
    border-radius: 4px;
    width: 93%;
    font-weight: 600;
    float: left;
      }

/*Admin Settingh Users*/
 #grdUsersInfo.grid-tooltip-vis td:last-child {
    overflow: visible !important;
}
 /*Admin Settingh Users*/

/*Admin Settingh Roles*/
   #grdRoles.grid-tooltip-vis td:last-child {
    overflow: visible !important;
}
/*Admin Settingh Roles*/     

.zindex999999 {
    z-index: 999999;
}
.font-weight-normal {
    font-weight:normal !important;
}
.width80 {
    width:80px !important;
}
.full-view.linkDevicescroll {
    overflow: auto;
    height: 341px;
    }
.font-style {
    font-style:normal !important;
}
  #treeview-DMS.submission-treeview.k-treeview .k-state-selected, .k-treeview .k-state-focused.k-state-selected {
    background: #fbfbfb !important;
    color: #059AD0 !important;
    border-radius: 4px !important;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
#treeview-DMS.submission-treeview.k-treeview span.k-in:hover {
    color: #000;
    background: none;
}
em.fa.fa-info-circle {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -15px;
}
.modal-content.dynamic-modal {
    min-width: 200px;
    max-width: 660px;
    max-height: 250px;
    float: left;
    overflow: auto;
    font-size: 11px;
    font-weight: 600;
    color: #202020;
    text-align: justify;
    line-height: 1.8;
    margin: 0 20%;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.modal-footer.dynamic-footer {
    padding: 10px 15px !important;
}
.modal-body.dynamic-body {
    overflow: auto;
    max-height: 170px;
}
ul.dropdown-menu.dropdown-menu-right.action-scroll {
    max-height: 120px;
    overflow: auto;
}