﻿body {
    padding-top: 56px;
}

.sticky-offset {
    top: 56px;
}


#sidebar-container {    
    background-color: #333;   
    padding: 0;
    z-index: 450;    
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 230px;
}
.sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color: white;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}
.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #333;
    height: 35px;
}
.sidebar-separator {
    background-color: rgba(240,240,240,0.7);
    height: 25px;
}
.logo-separator {
    background-color: rgba(240,240,240,0.7);  
    height: 60px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}

#sidebar-container ul li a .list-group-item {
    padding: 0.75rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    background-color: #343a40 !important;
}

.orange_bg {
    background-color: #FF7E32;
}


/*Reset CSS*/
* {
    margin: 0;
    padding: 0;
}

/*Global Styles*/
html, body {
    background: white;
}

body {
    width: 100%;
    display: table;
    overflow-y: scroll;
}

ul li {
    list-style-type: none;
}

ol, ul {
    padding-left: 0;
}

label {
    margin-bottom: 0.5rem;
}

a {
    text-decoration: none !important;
    color: #000000;
    cursor: pointer;
}

input[type="text"] {
    display: inline-block;
    width: 150px;
    border: 1px solid #767676;
    height:25px !important;
}

.table > :not(caption) > * > * {
    padding: unset;
}

input[type="checkbox"] {
    vertical-align: middle;
}


/*Font Styles*/
.bfont {
    font-weight: 650;
}

.font-weight-bold {
    font-weight: 700;
}

.nfont {
    font-weight: normal;
}

.font_one {
    Font-family: Tahoma, Arial;
}

.font_size_footer {
    font-size: 65%;
}

.font_size_one {
    font-size: 70%;
}

.font_size_two {
    font-size: 80%;
}

.font_size_three {
    font-size: 90%;
}

.font_size_four {
    font-size: 100%;
}

.font_size_five {
    font-size: 110%;
}

.font_size_six {
    font-size: 120%;
}

.font_size_seven {
    font-size: 130%;
}

.font_size_eight {
    font-size: 140%;
}

.font_size_nine {
    font-size: 195%;
}

.uppercase {
    text-transform: uppercase;
}

/*Background Styles*/
.red_bg {
    background-color: #FF7E32;
}

.orange_bg {
    background-color: #FF7E32;
}

.orange_color {
    color: #FF7E32;
}

.red_color {
    color: #f00;
}

.grey_header_bg {
    background-color: #F0F0F0;
}

/*Visibility Styles*/
.hide {
    display: none !important;
}

.mandatory:after {
    content: '*';
    color: red;
}

/*Loading Image Styles*/
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255,255,255,0.5);
    top: 0;
    left: 0;
    z-index: 1999;
}

    .loading img {
        position: absolute;
        top: 40%;
        left: 40%;
        z-index: 1999;
    }

/*Logo Styles*/
.gsk_logo {
    position: absolute;
    z-index: 1;
    top: 0;
    /*left: 20px;*/
}

/*Menu Styles*/
.top_menu {
    padding: 0 0 1% 0;
}

    .top_menu div.top_menu_bg {
        min-height: 23px;
        text-align: right;
    }

.top_menu_bg {
    background-image: url("../Images/header_right_corner.jpg");
    background-position: right;
    background-repeat: no-repeat;
}

.welcome_txt {
    display: inline-block;
    line-height: 23px;
}

    .welcome_txt label {
        padding: 0 5px;
    }

.top_menu ul.global_menu {
    display: inline-block;
    line-height: 23px;
    text-align: center;
    padding: 0 20px;
    vertical-align: middle;
}

    .top_menu ul.global_menu li {
        display: inline-block;
        padding: 0 10px;
    }

.top_menu ul li a:hover {
    text-decoration: underline;
}

.top_menu .logout img {
    border: 0px;
    padding: 0 0 4px 0;
    vertical-align: middle;
}

ul.top_main_menu {
    min-height: 30px;
    display: block;
    line-height: 30px;
    text-align: right;
    padding: 0 20px 0 0;
}

    ul.top_main_menu li {
        display: inline-block;
        padding: 0 10px;
    }

        ul.top_main_menu li.selected_main_menu {
            background: url("../Images/mainNav_selectedBg.gif") center;
        }

/*Sub Menu Styles*/
.left_nav {
    display: table-cell;
    width: 220px;
    border-right: 1px solid #FF7E32;
    background-color: #333;   
    /*background: url("../Images/bgimg_leftnav.gif");*/
}

    .left_nav h2 {
        text-align: center;
    }

    .left_nav ul {
        margin: 6px 0 0 0;
    }      

/*.left_nav ul li{background: url("../Images/bullet_leftnav_close.gif") left center no-repeat;padding:0 0 0 25px;}*/

/*Splash Content Styles*/
.splash_content {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

/*Grid Content Styles*/
.grid {
    margin: 0px 20px 10px 10px;
    border: 1px solid #BDBDBD;
}

.gridinner {
    margin: 5px 20px 10px 20px;
    border: 1px solid #BDBDBD;
}

    .grid h3 {
        background: url("../Images/dataTbl_TopBg_left.gif") center;
        padding: 5px 0 5px 15px;
        border: 1px solid #BDBDBD;
        border-bottom: 0;
        border-top: 0;
    }

table.grid {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

    table.grid tr, table.grid th, table.grid td {
        border: 1px solid #BDBDBD;
        border-collapse: collapse;
    }

    table.grid th {
        padding: 5px 0;
    }

    table.grid td {
        padding: 2px;
    }

.grid .radiobtn_grp li label, .grid .radiobtn_grp li input[type="radio"] {
    padding: 0 10px;
}

.ui-tabs {
    padding: 0px;
}

.grid .ui-tabs .ui-tabs-panel {
    padding: 5px 0;
}

.inner_grid {
    border: 1px solid #BDBDBD;
    border-collapse: collapse;
    font-size: 11px;
}

    .inner_grid tr th {
        border: 1px solid #BDBDBD;
        padding: 5px;
    }

    .inner_grid tr td {
        border: 1px solid #BDBDBD;
        padding: 1px;
        text-align: center;
    }

    .inner_grid .study_id_column {
        width: 150px;
    }

/*div.inner_content {
    display: table;
    width: 100%;
    min-height: 30px;
}*/

.inner_content ul {
    display: table-row;
}

    .inner_content ul li {
        display: table-cell;
        padding: 5px 0;
    }

        .inner_content ul li input[type="radio"] {
            padding: 0 10px 0 0;
        }

        .inner_content ul li input[type="button"] {
            font-size: 11px;
        }

/*Toggle Content*/
.toggle {
    position: relative;
}

.toggle_up {
    position: absolute;
    background: url("../Images/dataTbl_up_arrow.gif") center right no-repeat;
    height: 10px;
    width: 20px;
    display: inline-block;
    right: 20;
    display: none;
}

.toggle_down {
    position: absolute;
    background: url("../Images/dataTbl_down_arrow.gif") center right no-repeat;
    height: 10px;
    width: 20px;
    display: inline-block;
    right: 20;
    display: none;
}


/*Login Screen Styles*/
.content_wrapper {
    border-top: 1px solid #FF7E32;
    border-bottom: 1px solid #FF7E32;
    padding: 0 0 3% 0;
}

    .content_wrapper .rectangular_box {
        border: 1px solid #BDBDBD;
        padding: 2px;
        width: 39%;
        margin: 0 auto;
    }

        .content_wrapper .rectangular_box h2 {
            padding: 5px 2px;
        }

    .content_wrapper .login_box {
        margin: 100px auto 20px auto;
        padding: 2px 2px 20px 2px;
        display: table;
    }

        .content_wrapper .login_box ul {
            margin: 25px 0 0 0;
            display: table;
            width: 100%;
        }

            .content_wrapper .login_box ul li {
                display: table-row;
            }

                .content_wrapper .login_box ul li label {
                    width: 45%;
                    display: inline-block;
                    text-align: center;
                    display: table-cell;
                    padding: 10px 0;
                }

                .content_wrapper .login_box ul li input[type="text"], .content_wrapper .login_box ul li input[type="password"] {
                    width: 125px;
                    display: inline-block;
                    border: 1px solid #BDBDBD;
                }

                .content_wrapper .login_box ul li span {
                    width: 125px;
                    display: inline-block;
                    text-align: center;
                }

                .content_wrapper .login_box ul li input[type="submit"] {
                    padding: 2px 5px;
                    display: inline-block;
                    border: 1px solid #BDBDBD;
                }

        .content_wrapper .login_box .warning_msg {
            text-align: center;
            margin: 15px 0 0 0;
            width: 100%;
            display: inline-block;
        }

    .content_wrapper .external_link_box .packages_link {
        padding: 0 10%;
        margin: 0 0 10px 0;
    }

        .content_wrapper .external_link_box .packages_link li {
            list-style-type: square;
            padding: 2px 5px;
        }

    .content_wrapper .external_link_box .utility_link {
        padding: 0 10% 0 6%;
        margin: 5px 0 10px 0;
    }

        .content_wrapper .external_link_box .utility_link li {
            padding: 5px 5px 5px 25px;
        }

.remedy_link {
    background: url("../Images/ico_RemedyTicket.gif") left center no-repeat;
}

.help_link {
    background: url("../Images/ico_helpLink.gif") left center no-repeat;
}

.training_link {
    background: url("../Images/ico_trainingSys.gif") left center no-repeat;
}

/*Body Content Styles*/
.body_area {
    min-height: 640px;
    display: table;
    width: 100%;
    padding: 0;
}

.table_style_wrapper {
    display: table-row;
    width: 100%;
}

/*Main Content Styles*/
.main_content {
    display: table-cell;
    margin-left:500px;
}

    .main_content h2 {
        padding: 10px 2px 5px 25px;
    }

/*Error Content Styles*/
.error_content {
    display: table-cell;
}

/*Search Criteria Styles*/
.search_criteria_content {
    margin: 5px 20px 10px 10px;
    text-align: center;
    border: 1px solid #BDBDBD;
    border-top: 0px;
}

    .search_criteria_content h3 {
        background: url("../Images/dataTbl_TopBg_left.gif") center;
        border: 0px;
        text-align: left;
        padding: 5px 0 5px 15px;
    }

.padding_list{
    padding: 10px;
    display: table;
}
.search_criteria_list {
    padding: 10px;
    display: table;
    width: 1039px;
}

    .search_criteria_list ul {
        display: inline-block;
        display: table-row;
    }

        .search_criteria_list ul li {
            display: table-cell;
            padding: 3px 0;
        }

            .search_criteria_list ul li label {
                display: inline-block;
                /*width: 100px;commented for error*/
            }

                .search_criteria_list ul li label.long_label {
                    width: 160px;
                    display: inline-block;
                }

                .search_criteria_list ul li label.longer_label {
                    width: 200px;
                    display: inline-block;
                }
                .search_criteria_list ul li label.longer_warning_label {
                    width: 700px;
                    display: inline-block;
                }

                .search_criteria_list ul li label.warning_msg {
                    display: inline-block;
                    width: 100%;
                }

            .search_criteria_list ul li input[type="text"] {
                vertical-align: middle;
            }

            .search_criteria_list ul li select.dropdown {
                display: inline-block;
                width: 247px;
            }

            .search_criteria_list ul li select.long_text {
                display: inline-block;
                width: 300px;
            }
              .search_criteria_list ul li select.med_text {
                display: inline-block;
                width: 250px;
            }

            .search_criteria_list ul li.date_picker_column {
                width: 45%;
            }

.search_criteria_btngrp {
    text-align: center;
    margin: 10px 0 5px 10px;
}

.search_criteria_subbtngrp .checkbox {
    vertical-align: middle;
    padding: 0 5px;
}

.search_criteria_subbtngrp {
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0 10px;
}

/*Sub Content Styles*/
.content_panel {
    margin: 10px 20px;
    text-align: center;
    border: 1px solid #BDBDBD;
    border-top: 0px;
}

    .content_panel h3 {
        background: url("../Images/dataTbl_TopBg_left.gif") center;
        border: 0px;
        text-align: left;
        padding: 5px 0 5px 15px;
    }

    .content_panel div {
        display: table;
        width: 100%;
    }

        .content_panel div ul {
            display: table-row;
        }

            .content_panel div ul li {
                display: table-cell;
                padding: 5px 0;
            }

                .content_panel div ul li label {
                    width: 100px;
                    display: inline-block;
                    text-align: left;
                    padding: 0 20px 0 0;
                    vertical-align: middle;
                }

                    .content_panel div ul li label.long_label {
                        width: 180px;
                    }

                    .content_panel div ul li label.med_label {
                        width: 165px;
                    }

                    .content_panel div ul li label.required:after {
                        content: "*";
                        color: red;
                    }

                .content_panel div ul li .dropdown {
                    display: inline-block;
                    width: 150px;
                }

                .content_panel div ul li input[type="text"] {
                    border: 1px solid #BDBDBD;
                }

                .content_panel div ul li.colspan {
                    display: table-caption;
                }

                .content_panel div ul li select {
                    border: 1px solid #BDBDBD;
                }

    .content_panel .ui-pg-button {
        border: 0 none;
    }

    .content_panel .update_panel {
        table-layout: fixed;
    }

    .content_panel .center_btn_grp {
        vertical-align: middle;
        width: 20%;
    }

        .content_panel .center_btn_grp .btn {
            margin: 10px 0;
        }

    .content_panel .list_box {
        height: 250px;
        width: 250px;
    }

    .content_panel .checkbox {
        margin: 0 135px 0 0px;
    }

    .content_panel table {
        border: 1px solid #BDBDBD;
        border-collapse: collapse;
        width: 100%;
        margin: 20px 0;
    }

        .content_panel table tr th, .content_panel table tr td {
            border: 1px solid #BDBDBD;
            border-collapse: collapse;
        }

    .content_panel .ui-jqgrid-view {
        display: block;
    }

        .content_panel .ui-jqgrid-view div {
            display: block;
        }

    .content_panel .ui-jqgrid-bdiv table tr td {
        border: inherit;
    }

/*Inner Sub Content Styles*/
.inner_content_panel {
    margin: 10px 0;
    padding: 0 10px;
}

/*Multi select styles*/
.tab_content .long_label {
    width: 180px;
    vertical-align: middle;
    padding: 0 20px 0 0;
}

.tab_content input[type="radio"] {
    vertical-align: middle;
}

.tab_content label {
    text-align: left;
    padding: 0 5px;
    vertical-align: middle;
}

.tab_separation {
    border-bottom: 1px solid #d0d0d0;
    width: 70%;
    margin: 5px auto 10px auto;
}

/*About Page Styles*/
.about ul {
    width: 500px;
    margin: 7% auto;
    border: 1px solid #BDBDBD;
}

    .about ul li {
        margin: 30px 20px;
        background: url("../Images/statusBox_bg.gif") repeat-x;
        padding: 0 10%;
        border: 1px solid #EEE;
    }

.about li label {
    width: 150px;
    display: inline-block;
}

.about li span {
}

/*Error Page Styles*/
.error {
    /*
        width:50%;
        margin:7% auto;
        border:1px solid #BDBDBD;
        background:#fffccc;
        padding:10px;
        */
    background: #fffccc;
}

    .error p {
        margin: 5px;
    }

/*Footer Styles*/
.footer {
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
}


/*Dialog Styles*/
.dialog {
    background: white;
}

.dialog_lookup ul li {
    margin: 2px 0;
}

    .dialog_lookup ul li label {
        width: 105px;
    }

        .dialog_lookup ul li label.search_label {
            width: 110px !important;
        }

.dialog_lookup .ui-pg-table {
    border: 0px none;
}

.ui-dialog-content.ItemLookup {
    margin: 0 5px;
    padding: 5px 0;
}

.dialog_lookup .item_wrapper {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
}

.dialog_lookup .item_row_wrapper {
    display: table-row;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 90%;
}

.dialog_lookup .item_lpane {
    width: 35%;
    display: table-cell;
    border: 1px solid #BDBDBD;
    border-collapse: collapse;
    border-top: 0 none;
    border-bottom: 0 none;
}

    .dialog_lookup .item_lpane .ui-tabs .ui-tabs-panel {
        padding: 0;
    }

    .dialog_lookup .item_lpane fieldset {
        margin: 5px;
    }

    .dialog_lookup .item_lpane ul li {
        display: table-row;
        text-align: left;
    }

        .dialog_lookup .item_lpane ul li label {
            padding: 2px 0 2px 20px;
        }

        .dialog_lookup .item_lpane ul li input[type="text"] {
            margin: 5px 0 5px 20px;
        }

        .dialog_lookup .item_lpane ul li select {
            margin: 5px 0 5px 20px;
        }

.dialog_lookup .item_rpane {
    width: 64%;
    display: table-cell;
    border: 1px solid #BDBDBD;
    border-collapse: collapse;
    border-top: 0 none;
    border-bottom: 0 none;
}

.dialog_lookup .item_btn_row_wrapper {
    display: table-row;
}

    .dialog_lookup .item_btn_row_wrapper .item_lpane {
        border-bottom: 1px solid #BDBDBD;
    }

    .dialog_lookup .item_btn_row_wrapper .item_rpane {
        border-bottom: 1px solid #BDBDBD;
    }

.dialog_lookup ul li label.warning_msg {
    width: auto;
}

/*Jquery UI and Jqgrid overriding Styles*/
/*.ui-widget {
    font-family: Tahoma, Arial;
}*/

.ui-dialog-title {
    Font-family: Tahoma, Arial;
    font-size: 11px;
}

.ui-widget-content .ui-state-highlight, .ui-state-highlight {
    background: #fffa90;
    border: 1px solid #dddddd;
}

.ui-state-default, .ui-widget-content .ui-state-default, ui-widget-header .ui-state-default {
    color: #000000;
}

.ui-button-text {
    font-size: 11px;
}

.ui-jqgrid {
    margin: 0 auto;
}

    .ui-jqgrid .ui-jqgrid-htable th div {
        word-wrap: break-word;
        height: auto;
        white-space: pre-line;
    }

.ui-jqgrid-pager input[type="text"] {
    width: auto;
}

input[type='text'].FormElement {
    border: 1px solid #BDBDBD;
    padding: 0;
    border-radius: 0;
}

.ui-datepicker {
    font-size: 10px;
}

.ui-datepicker-trigger {
    height: 18px;
    width: 18px;
    vertical-align: middle;
}

input[type="text"].datePicker {
    width: 132px;
    display: inline-block;
    vertical-align: middle;
}

input[type="text"].date_picker {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
}

input[type="text"].datePicker_copy {
    width: 132px;
    display: inline-block;
    vertical-align: middle;
}

.ui-jqgrid-pager table tr td {
    border: 0 none;
}

.ui-jqgrid td input.grid_addbtn {
    margin: 0 10px;
    padding: 2px 5px;
    background: url('Images/btn_bg.gif');
    border: 1px solid #CCC;
}

.ui-widget-overlay {
    background: rgba(240,240,240,0.7) !important;     
    background-color:transparent;   
    opacity: inherit;
    z-index: 700;
}

.ui-jqgrid-btable tr td {
    text-overflow: ellipsis;
}

.ui-jqgrid .ui-state-hover {
    background-image: none;
}

/*Spinner Style*/
.spinner {
    position: relative;
    height: 16px;
    border: 1px solid #bbb;
    display: inline-block;
    text-align: left;
}

    .spinner input[type='text'] {
        border: 0 none;
        height: 15px;
        width: 80px;
    }

.add {
    position: absolute;
    top: 1px;
    right: 0;
    width: 14px;
    height: 7px;
    background: url('Images/up-arrow.png') no-repeat;
    outline: none;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
}

.minus {
    position: absolute;
    top: 9px;
    right: 0px;
    width: 14px;
    height: 7px;
    background: url('Images/down-arrow.png') no-repeat;
    outline: none;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
}


/*Warning Msg Style*/
label.warning_msg {
    text-align: center;
    margin: 5px 0 0 0;
    width: 100%;
    display: inline-block;
}

/*Alignment Styles*/
.fleft {
    float: left;
}

.fright {
    float: right;
}

.cboth {
    clear: both;
}

.tright {
    text-align: right;
}

.tleft {
    text-align: left;
}

.tcenter {
    text-align: center;
}

.mAuto {
    margin: 0 auto;
}

.padding_zero {
    padding: 0;
}

.vmiddle {
    vertical-align: middle;
}

.vtop {
    vertical-align: top;
}

.vbtm {
    vertical-align: bottom;
}

/*Replace default styles*/
.table {
    display: table;
    width: 100%;
}

.text {
    width: 150px;
    display: inline-block;
}
label.ultrashort_label {
    width: 10px !important;
}
label.veryshort_label {
    width: 40px !important;
    height:12px;
     display: inline-block;
    font-weight:500;
    font-size:small;
}

label.veryshort_label2 {
    width: 70px !important;
    height:12px;
     display: inline-block;
    font-weight:500;
    font-size:small;
}
label.veryshort_label1 {
    width: 40px !important;
    height:8px;
     display: inline-block;
    font-weight:500;
    font-size:small;
}
label.short_label {
    width: 130px !important;
     display: inline-block;
    font-weight:500;
    font-size:small;
}

label.med_label {
    width: 165px !important;
     display: inline-block;
    font-weight:500;
    font-size:small;
}

label.long_label {
    width: 180px !important;
    display: inline-block;
    font-weight:500;
    font-size:small;
}

label.longer_label {
    width: 210px !important;
    display: inline-block;
     font-weight:500;
    font-size:small;
}

label.extra_longer_label {
    width: 380px !important;
    display: inline-block;
     font-weight:500;
    font-size:small;
}

label.extra_longest_label {
    width: 500px !important;
    display: inline-block;
     font-weight:500;
    font-size:small;
}

label.huge_label {
    width: 720px !important;
    display: inline-block;
     font-weight:500;
     margin-bottom:0px !important;
    font-size:small;
}

label.longer_chk_label {
    width: 210px !important;
    display: inline-block;
     font-weight:500;
     margin-bottom:0px !important;
    font-size:small;
}

textarea.text {
    border: 1px solid #BDBDBD;
    vertical-align: middle;
}


input.small_text {
    width: 120px;
    display: inline-block;
}

input.long_text {
    width: 300px;
    display: inline-block;
}
input.med_text {
    width: 250px;
    display: inline-block;
}

textarea.med_text {
    width: 250px;
    display: inline-block;
    vertical-align: middle;
}

textarea.long_text {
    width: 300px;
    display: inline-block;
    vertical-align: middle;
}

textarea.longest_text {
    width: 450px;
    display: inline-block;
    vertical-align: middle;
}

textarea.secondlongest_text {
    width: 850px;
    display: inline-block;
    vertical-align: middle;
}

textarea.max_text {
    width: 965px;
    display: inline-block;
    vertical-align: middle;
}

select.long_text {
    width: 300px;
    display: inline-block;
    vertical-align: middle;
}

select.med_text {
    width: 250px;
    display: inline-block;
    vertical-align: middle;
}

select.text {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
}

input.longer_text {
    width: 400px;
    display: inline-block;
}

input.longest_text {
    width: 450px;
    display: inline-block;
}

input.input_text_style {
    font-size: 12px;
    text-align: left;
}

input.text_edit_false {
    border: 0px none;
    text-align: left;
}

input.text_error {
    border: 1px solid red;
}

textarea.text_error {
    border: 1px solid red;
}

.txt {
    display: inline-block;
    width: 150px;
    border: 1px solid #BDBDBD;
}

.hyperlink {
    text-decoration: underline;
    color: #0000EE;
    font-weight: bold;
    cursor: pointer;
}

a.btn {
    background: #F3F3F3;
    margin: 0 0 0 10px;
}

.btn {
    padding: 2px 5px !important;
    display: inline-block;
    border: 1px solid #BDBDBD !important;
}

.btn_grp {
    padding: 5px 20px;
}

.lookupBtn {
    background: url("../Images/ico_lookup.gif") center right no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 0 none;
    vertical-align: middle;
}

.lookupBtn_disabled {
    background: url("../Images/ico_lookup_off.gif") center right no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 0 none;
    vertical-align: middle;
}

.delBtn {
    background: url("../Images/ico_delete.gif") center right no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 24px !important;
    height: 24px;
    border: 0 none;
    vertical-align: middle;
}

.addBtn {
    background: url("../Images/ico_add.gif") center no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 0 none;
    vertical-align: middle;
}

.editBtn {
    background: url("../Images/ico_edit.gif") center no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 24px !important;
    height: 24px;
    border: 0 none;
    vertical-align: middle;
}

.emailBtn {
    background: url("../Images/email.gif") center no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 40px !important;
    height: 28px;
    border: 0 none;
    vertical-align: middle;
}

.reeditBtn {
    background: url("../Images/ico_redit.gif") center no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 24px !important;
    height: 24px;
    border: 0 none;
    vertical-align: middle;
}

.saveBtn {
    background: url("../Images/ico_save.gif") center no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 0 none;
    vertical-align: middle;
}

.resetBtn {
    background: url("../Images/ico_reset.gif") center no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 0 none;
    vertical-align: middle;
}

.excelBtn {
    background: url("../Images/ico_excel.png") center no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 0 none;
    vertical-align: middle;
}

/*Disabling styles*/
input.long_text_disabled {
    width: 300px;
    display: inline-block;
    color: #000;
    background: rgba(175,175,175,0.1);
    font-weight: bold;
    font-family: Verdana;
}

.text_disabled {
    border: 1px solid #BDBDBD;
    width: 150px;
    background: rgba(175,175,175,0.1);
    color: #000;
    display: inline-block;
    font-weight: bold;
    font-family: Verdana;
}

.textarea_disabled {
    border: 1px solid #BDBDBD;
    background: rgba(175,175,175,0.1);
    color: #000;
    display: inline-block;
    font-weight: bold;
    font-family: Verdana;
}

.btn_disabled {
    border: 1px solid #BDBDBD;
    color: #C5C5C5;
    padding: 2px 5px;
    display: inline-block;
}

.delBtn_disabled {
    background: url("../Images/ico_delete_off.gif") center right no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 0 none;
    vertical-align: middle;
}

.editBtn_disabled {
    background: url("../Images/ico_edit_off.gif") center no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 0 none;
    vertical-align: middle;
}

.reeditBtn_disabled {
    background: url("../Images/ico_redit.gif") center no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 0 none;
    vertical-align: middle;
    opacity: 0.5;
}

textarea {
    font-size: 12px !important;
}

#dialogJobForm .ui-datepicker-trigger {
    border: 0px none;
}

    #dialogJobForm .ui-datepicker-trigger img {
        width: 15px !important;
        height: 15px !important;
    }


/*
.content_wrapper .list_box {height:80px;width:10%;}
.grid_width { width:96%; }
*/
.rdbtn {
    width: auto;
    display: inline-block;
    border: none;
    vertical-align: middle;
    font-weight:500;
    font-size:small !important;
}


.tbl_compound table, .tbl_compound tbody, .tbl_compound tr th, .tbl_compound tr td {
    border-collapse: collapse !important;
    border: none !important;
}

ol.progtrckr {
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    /*width: 100%;*/
}

    ol.progtrckr li {
        display: table-cell;
        text-align: center;
        line-height: 3em;
    }

    ol.progtrckr[data-progtrckr-steps="2"] li {
        width: 49%;
    }

    ol.progtrckr[data-progtrckr-steps="3"] li {
        width: 33%;
    }

    ol.progtrckr[data-progtrckr-steps="4"] li {
        width: 24%;
    }

    ol.progtrckr[data-progtrckr-steps="5"] li {
        width: 19%;
    }

    ol.progtrckr[data-progtrckr-steps="6"] li {
        width: 16%;
    }

    ol.progtrckr[data-progtrckr-steps="7"] li {
        width: 14%;
    }

    ol.progtrckr[data-progtrckr-steps="8"] li {
        width: 12%;
    }

    ol.progtrckr[data-progtrckr-steps="9"] li {
        width: 11%;
    }

    ol.progtrckr li.progtrckr-done {
        color: black;
        border-bottom: 4px solid yellowgreen;
    }

    ol.progtrckr li.progtrckr-reject {
        color: black;
        border-bottom: 4px solid red;
    }

    ol.progtrckr li.progtrckr-todo {
        color: silver;
        border-bottom: 4px solid silver;
    }

    ol.progtrckr li:after {
        content: "\00a0\00a0";
    }

    ol.progtrckr li:before {
        position: relative;
        bottom: -2.5em;
        float: left;
        left: 50%;
        line-height: 1em;
    }

    ol.progtrckr li.progtrckr-done:before {
        content: "\2713";
        color: white;
        background-color: yellowgreen;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: none;
        border-radius: 1.2em;
    }

    ol.progtrckr li.progtrckr-todo:before {
        content: "\039F";
        color: silver;
        background-color: white;
        font-size: 1.5em;
        bottom: -1.6em;
    }

    ol.progtrckr li.progtrckr-reject:before {
        content: "\2715";
        color: white;
        background-color: red;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: none;
        border-radius: 1.2em;
    }

/* Font Awesome Icons Styles */

.vialSuccess {
    color: yellowgreen;
}

.vialWarning {
    color: #FF7E32;
}

.vialError {
    color: #e80c4d;
}

.vialFatal {
    color: #FF7E32;
}

.tubeNodisp {
    color: violet;
}

.cellImage {
    padding-left: 40%;
    padding-top: 2em;
}

.masterTree ul li {
    font-size: 120%;
}

/* Start Context Menu Css*/
.context-menu-item {
    font-size: 87% !important;
}

.context-menu-root {
    min-width: 10em !important;
    max-width: 10em !important;
}

/* End Context Menu Css*/

/*Jquery Current tab higlight*/
.ui-tabs-active > a.ui-tabs-anchor {
    color: white !important;
}

.disable_jqgrid_rows {
    color: rgb(158, 158, 158) !important;
}


.ms-drop ul li label input[type='radio'] {
    width: 20px;
}

.ms-drop ul li {
    padding: 0 !important;
}

/* Start For Jqgrid Blue Icon */
.fa-caret-right {
    color: dodgerblue !important;
}

.fa-caret-down {
    color: dodgerblue !important;
}
/* End For Jqgrid Blue Icon */


.list_box_Questions {
        height: 250px;
        width:375px;
        max-width: 400px !important;
    }

.select_dropdown{
    height:25px !important;    
}
.select_builder_dropdown{
    height:25px !important;    
     width:250px !important;    
}
#sortable1 {
    border: 1px solid #eee;
    width: 375px;
    height: 250px;
    max-height: 260px;
    list-style-type: none;
    float: left;
    margin-left: 10px;
      margin-bottom: 10px;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
  }
#sortable2 {
    border: 1px solid #eee;
    width: 375px;
    height: 250px;
    max-height: 260px;
    list-style-type: none;
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
  }
  #sortable1 li, #sortable2 li { 
    font-size: 1.2em;
    width: 100%;
    padding: 5px;
    display:block !important;
  }

 .error_style{
      font-weight:600;  
      padding-right:100px;
  }
.li_lbl{
    min-height:18px;
    font-size: 110%;
}
#errstudymsg {
    color: red;
    float: left;
    font-size: large;
    display: block;
}