﻿/* Index css Start */
*:fullscreen
*:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
   overflow: auto !important;
}
#payment_due {
  font-size: 15px;
  overflow: visible;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid;
  color: white;
  padding: 5px;
  background-color: #de4343;
  border-color: #de4343;
}
#twoFactorAuth {
    font-size: 15px;
    overflow: visible;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid;
    color: white;
    padding: 5px;
    background-color: #de4343;
    border-color: #de4343;
  }
#showUploadMsg {
    font-size: 15px;
    overflow: visible;
    text-align: center;
    position: fixed; /* Fixed position to make it sticky */
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000; /* Ensure it's above other content */
    border-bottom: 1px solid;
    color: white;
    padding: 8px;
    background-color: #00B7C6;
    border-color: #00B7C6;
}

.inlinedispcls {
    display: inline-block !important;
}
.oddtrcls {
    background-color:#eee !important;
}
.eventrcls {
    background-color:#FFF !important;
}
#payment_due a {
    text-decoration: underline;
    color: white;
}
#twoFactorAuth a {
    text-decoration: underline;
    color: white;
}
.float-right {
    float: right;
}
.heder-profile {
    cursor: pointer;
}
.color-black {
    color: black;
}
.ing45displayinp.inpwidth45 {
    float: left;
}
.ing70displayinp.inpwidth70 {
    float: left;
}
.inpwidth70 {
    width: 70% !important;
}
.inpwidth45 {
    width: 45% !important;
}
.mtdleftstg {
    float: left;
    width: 20%;
    margin-right: 10px;
}
.mtdrigthstg {
    float: left;
    width: 77%;
}
.mtdcopyleft {
    float: left;
    width: 60%;
}
.mtdcopyright {
    float: left;
    width: 40%;
    text-align: right;
}
.mtddbcopyleft {
    float: left;
    width: 73%;
}
.mtddbcopyright {
    float: left;
    width: 27%;
    text-align: right;
}
.disabledinputcls {
    background-color: #cbcbcb !important;
    cursor: not-allowed !important;
}
.disabledLinkCls {
    cursor: not-allowed !important;
}
#pingone-user-enable {
    cursor: not-allowed !important;
    opacity: 0.5;
}
.frmdetailchildtbl td,
.frmdetailchildtbl th {
    padding: 5px;
}
.frmdetailchildtbl tr td:last-child,
.frmdetailchildtbl tr th:last-child {
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 0px;
}
.frmdetailchildtbl tr td:first-child,
.frmdetailchildtbl tr th:first-child {
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 5px;
}
#pingone-user-enable:hover,
#pingone-user-enable:active,
#pingone-user-enable:focus {
    background-color: #0081FF;
    border-color: #0081FF;
}
.disabledlink {
    color: #999999 !important;
    cursor: not-allowed !important;
}
.disabled-link-for-sso-user {
    color: #999999 !important;
}
a.aunderline {
    text-decoration: underline !important;
}
a.addParameterValCls,
a.notunderline {
    text-decoration: none !important;
}
#taskformulaselect {
    float: left;
    width: 45%;
}
#compliancecheck {
    float: left;
    margin-left: 15px;
    margin-top: 16px;
    width: 50%;
}
.resultinnertbl {
    margin: 0px;
}
.qualitytest_popup textarea {
    font-size: 12px !important;
}
.qualitytest_popup textarea.disabledCls,
.qualitytest_popup select.disabledCls,
.qualitytest_popup input.disabledCls {
    background-color:#cbcbcb !important;
}
.customresultCls {
    min-width: 150px;
    width: 150px;
}
.modal-85-width {
    width: 85% !important;
}
#customIngForm .custFileCls{
    margin-top: 5px;
}
@-moz-document url-prefix() {
    #customIngForm .custFileCls{
        margin-top: 2px;
    }
}
/*Index css End */


.warning-orange {
    color: orange !important;
}
.warning-red {
    color: red !important;
}
.warning-lightblue {
    color: lightblue !important;
}
.warning-green {
    color: green !important;
}
.progress_bar_dark{
    background-color:#A0A0A0;
}
.top.select-parent {
    position: relative;
    margin-bottom: 12px;
    float: left;
    width: 100%;
}
#compareRowTbl tbody tr:first-child > td {
    border-top: none;
}
.label-sel2 {
    display: inline;
    padding: 0.3em 0.3em 0.1em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    /*white-space: nowrap;*/
    vertical-align: baseline;
    border-radius: .25em;
}
.bwizard-steps {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: #fff
}

.bwizard-steps .active {
    color: #fff;
    background: #007ACC
}

.bwizard-steps .active:after {
    border-left-color: #007ACC
}

.bwizard-steps .active a {
    color: #fff;
    cursor: default
}

.bwizard-steps .label {
    position: relative;
    top: -1px;
    margin: 0 5px 0 0;
    padding: 1px 5px 2px
}

.bwizard-steps .active .label {
    background-color: #333;
}

.bwizard-steps li {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    padding: 12px 17px 10px 30px;
    *display: inline;
    *padding-left: 17px;
    background: #efefef;
    line-height: 18px;
    list-style: none;
    zoom: 1;
}

.bwizard-steps li:first-child {
    padding-left: 12px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.bwizard-steps li:first-child:before {
    border: none
}

.bwizard-steps li:last-child {
    margin-right: 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.bwizard-steps li:last-child:after {
    border: none
}

.bwizard-steps li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    border-top: 20px inset transparent;
    content: ""
}

.bwizard-steps li:after {
    position: absolute;
    right: -20px;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    border-top: 20px inset transparent;
    content: "";
    z-index: 2;
}

.bwizard-steps a {
    color: #333
}

.bwizard-steps a:hover {
    text-decoration: none
}

.bwizard-steps.clickable li:not(.active) {
    cursor: pointer
}

.bwizard-steps.clickable li:hover:not(.active) {
    background: #ccc
}

.bwizard-steps.clickable li:hover:not(.active):after {
    border-left-color: #ccc
}

.bwizard-steps.clickable li:hover:not(.active) a {
    color: #08c
}

.btn-disabled {
    background-color: #999999;
    border-color: #a0a0a1;
    color: #ffffff;
    cursor: not-allowed !important;
}

.btn-disabled:hover,
.btn-disabled:focus,
.btn-disabled:active,
.btn-disabled.active {
    background-color: #999999;
    border-color: #a0a0a1;
    color: #ffffff;
}

#compareUnitInnerTbl td table tbody tr td:nth-child(5),
#compareUnitInnerTbl td table thead tr th:nth-child(5) {
    width: 110px !important;

}

#compareUnitInnerTbl td table tbody tr td,
#compareUnitInnerTbl td table thead tr th {
    padding: 5px !important;
}

#compareUnitInnerTbl td table tbody tr td:last-child > a {
    text-decoration: underline;
}

/*.table tbody tr td{
	word-wrap: break-word !important;
	word-break: inherit !important;
    }*/
    .table tbody tr td:first-child {
        word-wrap: break-word !important;
        word-break: inherit !important;
    }

    #modalVideo .modal-dialog {
        /*width: 100% !important;*/
        max-width: 800px;
    }

    #modalVideo .modal {
        overflow: scroll !important;
    }

    .clslrpadremove {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .clsrpadremove {
        padding-right: 0px !important;
    }

    .act_exportbtn{ 
        position: relative; 
        margin-top:-55px; 
    }

    .formula-header-inlink > div {
      display: inline-block;
      width: auto;
      vertical-align: top;
      margin: 10px 10px 0 0;
  }
  .modal-dialog .btn{
    margin-bottom: 10px !important;
}
.nav-tabs > li > a {
    margin-right: 0 !important;
}

input[readonly].form-control {
    cursor: default;
}

/*for test form */
.test-samp-size-lbl {
    padding-right:4px !important;
    padding-left:4px !important;
}
.test-samp-size-inp {
    padding-right:3px !important;
}
.test-samp-unit-lbl {
    padding-right:4px !important;
    padding-left:4px !important;
    width:13.33%;
}
.test-samp-unit-inp {
    width:20.0%;
}
.euro_lbl.custom-tooltip.control-label span {
    float: left;
}
.euro_lbl.custom-tooltip.control-label span:first-child {
    padding-left: 5px;
}
.fltright {
    float: right;
}

#frmDepartment .radio {
    width: 100% !important;
}
#frmDepartment .radio-inline {
    width: 13% !important;
    padding-left: 0px !important;
}
/*#RMtbl,*/
/*#tblPackItem,*/
#timesheetMainTbl,
#unitsize_table {
    display: inline-table;
    overflow-X: auto;
    width: 100%;
}
/*#RMtbl,*/
/*#tblPackItem
  {
    display: block !important;
    overflow-X: auto;
    width: 100%;
    }*/
    #tblRMCompositionView,
    #tblSafetyIngView,
    #tblSTPListView {
        display: block;
        overflow-X: auto;
        width: 100%;
    }
    /*.new_disense {
        display: block;
        overflow-X: auto;
        width: 100%;
    }*/
    .new_disense .min-width-75{
        min-width: 75px;
    }
    .new_disense .min-width-90{
        min-width: 90px;
    }
    .new_disense .min-width-110{
        min-width: 110px;
    }
    .new_disense .min-width-190{
        min-width: 190px;
    }
    .new_disense .min-width-220{
        min-width: 220px;
    }
    .new_disense .min-width-290{
        min-width: 290px;
    }
    .form-group .testactions a.btn {
        margin-bottom: 2px;
        padding: 6px 8px;
    }
    .select-parent {
        position: relative;
    }
    .select-parent select.form-control {
        padding: 5px 25px 7px 12px;
        padding-left: 12px;
    }
    select.form-control {
        word-break: break-word;
        word-wrap: break-word;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    select[multiple] {
        overflow: auto;
    }
    .select-parent.select-nonearrow::after {
        display: none;
    }
    .select-parent select {
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-left: 5px !important;
    }
    .select-parent::after {
        content: "\f0d7";
        position: absolute;
        right: -1px;
        font-family: FontAwesome;
        font-size: 14px;
        z-index: 9;
        color: #000;
        top: 8px;
        width: 15px;
        height: 10px;
    }
    #modalScheduleCall .modal-content {
        width: 100%;
        margin: 0 auto;
    }
    #modalScheduleCall .modal-content iframe{
        width: 100%;
        margin: 0 auto;
    }
    #fixIssuesPIF {
        margin-right: 5px;
    }
    .botom10 {
        margin-bottom: 10px;
    }
    .botom15 {
        margin-bottom: 15px;
    }
    #frmCompLogo img{
        width: 100%;
    }

    .ui-autocomplete {
        z-index: 9999 !important;
        max-width: 500px!important;
        max-height: 300px !important;
        overflow-y: auto;
    }

    div.select2-container.single-sel {
        display: block;
        width: 100%;
        height: 34px;
        padding: 3px 6px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #000000;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    .form-control .select2-choice .select2-arrow {
        opacity: 0;
    }
    .select2-container .select2-choice {
        background-image: none !important;
        padding: 0px !important;
        line-height: 24px !important;
    }
    .select2-container-active .select2-choice,
    .select2-container-active .select2-choices {
        border: none !important;
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    @media(max-width: 1540px) {
        #tblRMCompositionView,
         {
            display: block;
            overflow-X: scroll;
            width: 100%;
        }
        #tblSTPListView {
            /*display: block;*/
            overflow-X: scroll;
            width: 100%;
        }
        #tblRMCompositionView .min-width-180 {
            min-width: 160px;
        }
        #tblRMCompositionView .min-width-100 {
            min-width: 80px;
        }
        #tblRMCompositionView .min-width-80 {
            min-width: 60px;
        }

    }
    @media(max-width: 1400px){
        .timesheet-title-wrap a{
            white-space: nowrap; 
            width: 90%; 
            overflow: hidden;
            text-overflow: ellipsis; 
        }
   /* #RMtbl,
   #tblPackItem,*/
   #timesheetMainTbl,
   #unitsize_table {
    display: block;
    overflow-X: auto;
    width: 100%;
}
#tblRMCompositionView,
#tblSafetyIngView,
#tblSTPListView {
    display: block;
    overflow-X: auto;
    width: 100%;
}
}
@media(max-width: 1200px){
    .min-width-65{
        min-width: 65px;
    }
    .min-width-80{
        min-width: 80px;
    }
    .min-width-100{
        min-width: 100px;
    }
    .min-width-180{
        min-width: 180px;
    }
}
@media(max-width: 1024px) {
    .bootstrap-select.btn-group .btn .filter-option {
        width: 160px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .quicklink-cls #QuickLinkForDDHeader {
        float: left;
    }

    .quicklink-cls {
        float: left;
        width: auto;
        padding-left: 10px;
    }
    .mdmb15 {
        margin-bottom: 15px;
    }
    .tab2_panel .to_left input {
        width: 70% !important;
    }
    .tab2_panel .to_left {
        width: 32%;
    }
    .tab2_panel .inp_grp_right {
        width: 32% !important;
    }
    .tab2_panel .btn_del_cls,
    .rmfrmcost .btn_del_cls {
        position: absolute;
        right: 15px;
    }
    #frmDepartment .radio-inline {
        width: 20% !important;
        padding-left: 0px !important;
    }
    .panel-body .wizard > .steps > ul.formula_management > li, 
    .panel-body .wizard > .steps > ul.raw_mat_management > li, 
    .panel-body .wizard > .steps > ul.project_management > li,
    .panel-body .wizard > .steps > ul.report_management > li {
        width: 33.33%;
    }
    .labelped0appr {
        padding: 7px 15px 0px 15px !important;
    }
    #RMtbl td span.label,
    #tblPackItem td span.label {
        display: block;
    }
    #unitsize_table tr th{
        min-width: 70px;
    }
    /*#RMtbl,
    #tblPackItem,*/
    #unitsize_table {
        overflow-X: scroll;
    }
    #tblRMCompositionView,
    #tblSafetyIngView,
    #productTbl,
    #sharedResourcesTbl,
    #importMyTbl,
    /*#ingredients,*/
    #tblDispense,
    #tblPublishFromulaRMList,
    #tblPublishPackSetList,
    #tblPublishReadyList,
    #cmpIngShadeTbl,
    #lblIngShadeTbl,
    #tblRMComposition,
    #tbl_composition,
    #formulaConfLogPop,
    #rmCompoListNoIng,
    #ingWatchTBL,
    #tblSTPListView,
    .testresult-scroll {
        display: block;
        overflow-X: scroll;
        width: 100%;
    }
    .nav-tabs > li {
        float: left;
        margin-bottom: 0;
        width: 33.33%;
        padding: 2px 2px 0 0;
    }
}

@media(max-width: 1023px) {
    .taskAdd-header {
        margin: 0 0 0 7px !important;
    }

    #generalTabContent.tab-content {
        padding-top: 5px;
    }
}

@media(max-width: 991px) {
    .formulaQucklink.hd_quicksel {
        float: right;
    }

    #topbar ul.navbar-top-links {
        margin-left: 0 !important;
        clear: none;
    }

    .bootstrap-select.btn-group .btn .filter-option {
        width: 140px !important;
    }

    #topbar .navbar-top-links li a {
        padding: 0 5px !important;
    }

    #topbar .topbar-main #menu-toggle {
        padding: 15px 4px;
    }

    #topbar .navbar-top-links li {
        line-height: 30px;
    }

    .topbar-user {
        padding-top: 5px;
    }

    .form-horizontal .control-label {
        text-align: left;
    }

    .panel-body .wizard > .steps > ul.formula_management > li,
    .panel-body .wizard > .steps > ul.report_management > li {
        width: 33%;
    }
    .panel-body .wizard > .steps > ul.manufacture_management > li {
        width: 50%;
    }

}
@media(max-width: 925px) {
    .nav-tabs > li {
        float: none;
        border-bottom: 1px solid #fff;
        margin-bottom: 0;
    }
    ul.nav.nav-tabs.ul-edit li a {
        width: 100%;
    }
    .nav-tabs > li:last-child {
        border: none;
    }
}
@media(max-width: 768px) {
    .mb15 {
        margin-bottom: 15px;
    }

    .form-horizontal .control-label {
        text-align: left;
    }
    .clslrpadremove {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .clsrpadremove {
        padding-right: 15px !important;
    }
    .formulacostmargin {
        margin-left: 0px !important;
    }
    .act_exportbtn{ 
        position: relative; 
        margin-top:-0px !important; 
    }
    .test-samp-size-lbl, .test-samp-size-inp {
        padding: 0 15px !important;
    }
    .test-samp-unit-lbl, .test-samp-unit-inp {
        padding: 0 15px !important;  
        width: 50%;
    }
    .euro_lbl.custom-tooltip.control-label {
        padding: 0 15px;
    }
    .euro_lbl.custom-tooltip.control-label span{
        line-height: normal;
    }
    .fltright {
        float: none;
    }
    .tab2_panel .to_left.picost-left input {
        width: 70% !important;
    }
    .tab2_panel .inp_grp_right {
        width: 35% !important;
    }
    #frmCompLogo img{
        width: auto;
        margin-bottom: 20px;
    }
    .nav-tabs > li {
        width: 100%;
        padding: 0;
    }
}

@media(max-width: 767px) {
    .formulaQucklink.hd_quicksel {
        float: left;
        width: 98%;
    }

    #topbar .topbar-main #menu-toggle {
        padding: 15px 5px;
    }

    .quicklink-cls {
        float: left;
        padding-left: 10px;
    }

    .header-top-links {
        position: absolute;
        top: 14px;
        right: 130px;
    }

    .bootstrap-select.btn-group .btn .filter-option {
        width: 100% !important;
    }

    #QuickLinkForDDHeader {
        width: 100%;
    }

    .quicklink-cls {
        width: 100%;
    }

    #quickLinkUL.navbar {
        min-height: auto;
    }

    #topbar ul.navbar-top-links.navbar-right {
        width: 100%;
        margin: 0 !important;
        padding: 5px 10px 0;
    }

    #topbar .navbar-top-links li.taskAdd-header {
        width: 100%;
    }

    #topbar .navbar-top-links li.taskAdd-header.QLforProMenu {
        width: auto;
    }

    #topbar .navbar-top-links li button.btn {
        width: 100%;
    }

    #topbar .navbar-top-links.navbar-right li.topbar-user:first-child {
        margin: 0 !important;
        padding: 0;
        position: absolute;
        right: 52px;
        top: 20px;
    }

    #topbar .navbar-top-links li a {
        padding: 0 20px 0 0 !important;
    }

    #topbar .navbar-top-links li {
        margin-top: 0 !important
    }

    #topbar .navbar-header .navbar-toggle {
        position: absolute;
        top: 16px;
        right: 0px;

    }
    .hd_quicksel{
        margin-bottom: 6px;
    }
    .test-samp-unit-lbl, .test-samp-unit-inp {
        width: 100%;
    }
    #testing_wizard ul li, #packaging_wizard ul li {
        width: 100% !important;
    }

    #frmDepartment .radio-inline {
        width: 28% !important;
        margin-left: 0px;
    }
}

@media (max-width: 639px) {
    .page-new-header-topbar {
        padding: 10px 10px 0;
    }
}

@media (max-width: 480px) {

    /* badges only on small screens */
    .bwizard-steps li:after,
    .bwizard-steps li:before {
        border: none
    }

    .bwizard-steps li,
    .bwizard-steps li.active,
    .bwizard-steps li:first-child,
    .bwizard-steps li:last-child {
        margin-right: 0;
        padding: 0;
        background-color: transparent
    }

    .bootstrap-select.btn-group .btn .filter-option {
        width: 100% !important;
    }

    .header-top-links {
        position: relative;
        top: 0px;
        left: 8px;
    }

    #topbar .topbar-main #menu-toggle {
        padding: 10px 10px 0 5px;
    }

    .hd_quicksel {
        margin: 0;
    }

    #topbar .navbar-header .navbar-toggle {
        position: absolute;
        right: 0px;
        top: 23px;
    }

    #topbar .navbar-top-links.navbar-right li.topbar-user:first-child {
        top: 28px;
    }

}

#exportSelection .checkbox {
    margin: 10px;
    padding: 10px;
}



table#RMtbl thead .sorting,
table#tblPackItem thead .sorting {
    background: url("images/sort_both.png") no-repeat center right;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/sort_both.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: right;
    background-position-y: center;
    /*background-position-y:bottom;*/
    background-size: auto auto;
}

table#RMtbl thead .sorting_asc,
table#tblPackItem thead .sorting_asc {
    background: url("images/sort_asc.png") no-repeat center right;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/sort_asc.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: right;
    background-position-y: center;
    /*background-position-y:bottom;*/
    background-size: auto auto;
}

table#RMtbl thead .sorting_desc,
table#tblPackItem thead .sorting_desc {
    background: url("images/sort_desc.png") no-repeat center right;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/sort_desc.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: right;
    background-position-y: center;
    background-size: auto auto;
}

.a-disabled,
.a-disabled:hover,
.a-disabled:focus,
.a-disabled:active {
    color: #999999;
    cursor: not-allowed;
}

.pad-top-input{
    padding-top:7px;
}
.pad-right-0{
    padding-right: 0px !important;
}

.form-control.error {
    border-color: #db4c4a !important;
    background-color: #f2dede !important;
}
label.error, div.error {
    font-style: italic;
    display: block;
}
ul.error {
    border-color: #db4c4a !important;
    background-color: #f2dede !important;
}
ul.select2-choices.error {
    border-color: #db4c4a !important;
    background: #f2dede !important;
}
.select2-container .select2-choice.error {
    background: #f2dede;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
#ingDetails #ingredients{
    /*overflow-X: auto;*/
    /*width: 100%;*/
    /*display:block;		   */
}
#exportColumn td {
    min-width: 200px !important;
    width: 200px !important;
}
#exportRMColumn td {
    min-width: 200px !important;
    width: 200px !important;
}
#exportRMingColumn td {
    min-width: 200px !important;
    width: 200px !important;
}
#exportProColumn td {
    min-width: 200px !important;
    width: 200px !important;
}
#exportProformulaColumn td {
    min-width: 200px !important;
    width: 200px !important;
}
#exportProformulaRMColumn td {
    min-width: 200px !important;
    width: 200px !important;
}
#exportProformulaIngColumn td {
    min-width: 200px !important;
    width: 200px !important;
}
#ingDetails #ingredients th {
    width: 25%;
    cursor: all-scroll;
}
#IngReportTemplate
{
  box-sizing: border-box;
}
#commentsubscribe
{
    display: none;
}
#commentsubscribegmp
{
    display: none;
}
.commentsubscribedisply,.commentsubscribedisplygmp
{
    clear: both;
}

.minsmaller, .mingreater {
    width: 44%;
    float: left;
    margin-right: 3px;
}
.prominsmaller, .promingreater {
    width: 45%;
    float: left;
    margin-right: 3px;
}
#ingDetails  tbody
{
    float: left;
    width: 100%;
}
#ingDetails .dataTable tbody
{
    float: none;
    width: auto;
}
#ingDetails table.dataTable thead .sorting_asc, #ingDetails table.dataTable thead .sorting_desc, #ingDetails table.dataTable thead .sorting {
    cursor: move !important;
}
#RMDetails table.dataTable thead .sorting_asc, #RMDetails table.dataTable thead .sorting_desc, #RMDetails table.dataTable thead .sorting {
    cursor: move !important;
}
#ProDetails table.dataTable thead .sorting_asc, #ProDetails table.dataTable thead .sorting_desc, #ProDetails table.dataTable thead .sorting {
    cursor: move !important;
}
.minsmaller span,.mingreater span
{
    padding-top: 5px;
    display: table-cell;
    float: left;
}
.smallgreater {
    padding-top: 5px;
    display: table-cell;
    float: left;
}

#packaging_wizard #advancedPISearchDiv ul li
{
    width: 100%;
}
.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}
.RM_mrplist
{
    width: 100%;
    /*overflow: auto;*/
    /*display: block;*/
}
/*.icheckbox_minimal-grey 
{
    padding-top: 9px;
    }*/
    #packItemListRefresh ul li {
        width: auto !important;
    }

    #RMtbl .min-width-180 {
        min-width: 160px;
    }
    #RMtbl .min-width-100 {
        min-width: 80px;
    }
    #RMtbl .min-width-80 {
        min-width: 80px;
    }
    #RMtbl .min-width-110 {
        min-width: 110px;
    }
    #RMtbl .min-width-190 {
        min-width: 190px;
    }
    #RMtbl .min-width-140 {
        min-width: 140px;
    }


    #tblPackItem .min-width-180 {
        min-width: 160px;
    }
    #tblPackItem .min-width-100 {
        min-width: 80px;
    }
    #tblPackItem .min-width-80 {
        min-width: 80px;
    }
    #tblPackItem .min-width-190 {
        min-width: 190px;
    }
    #tblPackItem .min-width-140 {
        min-width: 140px;
    }

    .dataTables_scroll
    {
        overflow:auto;
    }
    @media (min-width:320px)  { 
        /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
        #add_loaction
        {
            margin-top: 10px;
        }
    }
    @media (min-width:480px)  {
     /* smartphones, Android phones, landscape iPhone */
     #add_loaction
     {
        margin-top: 10px;
    }
}
@media (min-width:600px)  { 
    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    #add_loaction
    {
        margin-top: 10px;
    }
}
@media (min-width:850px)  {
   #add_loaction
   {
    margin-top: 0px;
}
}
/*vertical-alignment-helper {
    display:table;
    padding:10px;
    height: 100%;
    width: 100%;
    pointer-events:none;  This makes sure that we can still click outside of the modal to close it 
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
    }*/
    body.modal-open > .wrap {
      overflow: hidden;
      height: 100%;
  }

  .modal-content, 
  .modal-dialog, 
  .modal-body { 
      height: inherit; 
      /*min-height: 100%; */
  }

 /* .modal { 
      min-height: 100%; 
  }*/
  @media (max-width:1162px) { 
    .modal-wide-width {
        width: 100%;
        margin: 0 auto;
    }
}

/*!
 * jQuery ComboTree Plugin 
 */
 :root {
    --ct-bg: #fff;
    --ct-btn-hover: #e8e8e8;
    --ct-btn-active: #ddd;
    --ct-btn-color: #555;
    --ct-border-color: #e1e1e1;
    --ct-border-radius: 5px;
    --ct-tree-hover: #efefef;
    --ct-selection: #418EFF;
    --ct-padding: 8px;
}

.comboTreeWrapper{
    position: relative;
    text-align: left !important;
}

.comboTreeInputWrapper{
    position: relative;
}
.comboTreeArrowBtn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    box-sizing: border-box;
    border: 1px solid #cbcbcb ;
    border-radius: 0 var(--ct-border-radius) var(--ct-border-radius) 0;
    background: #cbcbcb;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
.comboTreeArrowBtn:hover {
    background: var(--ct-btn-hover);
}
.comboTreeArrowBtn:active {
    background: var(--ct-btn-active);
}
.comboTreeInputBox:focus + .comboTreeArrowBtn {
    color: var(--ct-btn-color);
    border-top: 1px solid var(--ct-selection);
    border-right: 1px solid var(--ct-selection);
    border-bottom: 1px solid var(--ct-selection);
}

.comboTreeArrowBtnImg{
    font-size: 1.25rem;
}
.comboTreeDropDownContainer {
    display: none;
    background: var(--ct-bg);
    border: 1px solid var(--ct-border-color);
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: 999;
    max-height: 250px;
    overflow-y: auto;
}
.comboTreeDropDownContainer ul{
    padding: 0px;
    margin: 0;
}
.comboTreeDropDownContainer li{
    list-style-type: none;
    padding-left: 15px;
}
.comboTreeDropDownContainer li .selectable{
    cursor: pointer;
}
.comboTreeDropDownContainer li .not-selectable{
    cursor: not-allowed;
    color: #777;
}
.comboTreeDropDownContainer li:hover{
    background-color: var(--ct-tree-hover);}
    .comboTreeDropDownContainer li:hover ul{
        background-color: var(--ct-bg)}
        .comboTreeDropDownContainer li span.comboTreeItemTitle.comboTreeItemHover{
            background-color: #003977;
            color: var(--ct-bg) !important;
            border-radius: 2px;
        }
        span.comboTreeItemTitle{
            display: block;
            padding: 3px var(--ct-padding);
        }
        .comboTreeDropDownContainer label{
            cursor: pointer;
            width: 100%;
            display: block;
        }
        .comboTreeDropDownContainer .comboTreeItemTitle input {
            position: relative;
            top: 2px;
            margin: 0px 4px 0px 0px;
        }
        .comboTreeParentPlus{
            position: relative;
            left: -12px;
            top: 4px;
            width: 4px;
            float: left;
            cursor: pointer;
        }
        .comboTreeInputBox {
            padding: var(--ct-padding);
            border-radius: var(--ct-border-radius);
            border: 1px solid var(--ct-border-color);
            width: 100%;
            box-sizing: border-box;
            padding-right: 24px;
        }
        .comboTreeInputBox:focus {
            border: 1px solid var(--ct-selection);
            outline-width: 0;
        }
        .multiplesFilter{
            width: 100%;
            padding: 5px;
            box-sizing: border-box;
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: 1px solid var(--ct-border-color);
        }
/*!
 * jQuery ComboTree Plugin 
 */

 #packaging_wizard  .comboTreeWrapper ul li,.wizard .comboTreeWrapper ul li, .tabcontrol .comboTreeWrapper ul li
 {
    padding-left: 15px !important;
    width: auto;
}
#report_loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.8;
  background-color: #000;
  z-index: 9999;
}

#report_loading_image {
position: absolute;
top: 45%;
left: 36%;
/*z-index: 100;*/
width: 30%;
height: 50px;
}

.comboTreeArrowBtn
{
    border: 1px solid #cbcbcb !important;
    background: transparent !important;
    border-left: 0px !important;
    border-radius: 0px !important;
}
table textarea
{
    resize: vertical;
}
@media (max-width:801px)  {
#tblRMComposition .rigth-tooltip-clsfr
{
    width: 12% !important;
}
}
#oneTimeMultiFactorModal .disabledinputcls {
  background-color: #999 !important;
  cursor: not-allowed !important;
  border-color: #999 !important;
}

.test_Active_Archived .icheckbox_minimal-grey
{
    display: none;
}
.test_Active_Archived .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger
{
    background: #fff;
}
.test_group_Active_Archived .icheckbox_minimal-grey
{
    display: none;
}
.test_group_Active_Archived .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger
{
    background: #fff;
}
.rm_Active_Archived .icheckbox_minimal-grey
{
    display: none;
}
.rm_Active_Archived .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger
{
    background: #fff;
}
.pi_Active_Archived .icheckbox_minimal-grey
{
    display: none;
}
.pi_Active_Archived .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger
{
    background: #fff;
} 
@media screen and (min-width:990px){
   #pk_sets_archived
   {
    padding: 5px 0px;
   }
}
#tblTestContainList .rmlastcolm, #rmlisttbl .rmlastcolm{
    display:none;
}
#modelConfigureTest, #modelTestResult
{
    overflow-x: hidden !important;
}
#tblListCustomlbldata  tr  td {
    cursor: move;
}
.tblremoveColupse {
    border-collapse : inherit !important;
}
#allow_aval_rows {
    float: right;
}

#gblListAssoIngTbl input.disabledCls {
    background-color:#cbcbcb !important;
}
#backListAssoIngTbl input.disabledCls {
    background-color:#cbcbcb !important;
}
#myModalRMContainFormula {
    overflow-x: hidden !important;
} 
.modal {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
body{
     overflow-x: hidden !important;
}
#SaftyAssFrmAddDiv #cosmetriProSafeAssTbl tr td > div a {
    text-decoration: none;
}
.displyNoneCls{
    display: none;
}
.displaynonecls
{
    display: none;
}
#mfFrmProReport .locationspacing{
    padding-left: 0;
    padding-right: 0;
    padding-top: 7px;
}
#modalTestConfTempalte .DeleteTestTemp
{
    text-decoration: none;
}
#tab_customsettings .panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
  min-height: auto;
}

#tab_customsettings .panel:last-child {
  border-bottom: none;
}

#tab_customsettings .panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

#tab_customsettings .panel-group .panel {
  border-radius: 0;
}

#tab_customsettings .panel-group .panel + .panel {
  margin-top: 0;
}

#tab_customsettings .panel-heading {
  background-color: #003977;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

#tab_customsettings .panel-title a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

#tab_customsettings .panel-body {
  background: #fff;
  border: 1px solid #ccc;
}

#tab_customsettings .panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

#tab_customsettings .panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

#tab_customsettings .panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

#tab_customsettings .panel-heading a:before {
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

#tab_customsettings .panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

#tab_customsettings #bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

#tab_customsettings #bs-collapse .panel-heading.active a:after {
  content: '\e909';
  transform: scale(1);
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#tab_customsettings #accordion .panel-heading a:before {
  content: '\25be';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: rotate(0deg);
  transition: all 0.5s;
}

#tab_customsettings #accordion .panel-heading.active a:before {
  transform: rotate(180deg);
  transition: all 0.5s;
}
.QAStscolorSize{
    width:32px;
    height:32px;
    float: right;
}
.QAStsdiv{
    float: left;
    width: 85%;
}
#tab_customsettings #accordion table{
    min-width: 900px;
}
#CustomProjectStatusDiv,#CustomProductStatusDiv,#CustomFormulaStatusDiv,#CustomRMStatusDiv,#CustomPACKStatusDiv,#CustomMFRetainSampleStatusDiv,#CustomMFStatusDiv,#CustomDevBatchStatusDiv,#CustomTaskCustStsTbody{
    overflow-x: auto;
}

.temptitleheader {
    float: left;
    margin-right: 7px;
}
fieldset[disabled] {
    pointer-events: none;
}
fieldset[disabled] input, fieldset[disabled] textarea, fieldset[disabled] select {
    background-color: #cbcbcb !important;
    cursor: not-allowed !important;
}
.checklistItem .showManuChecklistItemHide,.checklistItem .showSupChecklistItemHide{
    display: none;
}
.checklistItem .showManuChecklistItem,.checklistItem .showSupChecklistItem{
    display: unset;
}
#modalRMCompositionChangeLog #rmCompositionChangeLogTbl_wrapper{
   overflow-x: inherit !important;
}
#accordion .form-group{
    margin-bottom: 0px;
}
#modalTestConfTempalte #tblTestConfTempList_length
{
    float: right;
}
.clearbothcls {
    clear: both;
}
@media(max-width: 960px) {
  .template-pad-0 {
    padding-left: -15px;
  }
  .template-pad-title{
       margin-right: -15px;
  }
}
@media(min-width: 961px) {
  .template-pad-0 {
    padding-left: 0px;
  }
  .template-pad-title{
       margin-right: -15px;
  }
}
#topbar .navbar-top-links li .dropdown-menu li.displaynonecls
{
    display: none;
}
.regcompright{
    float: right;
}
#regcompForUSFDA a{
    color: #fff;
}
#editUserDataModal .form-horizontal .control-label{
    text-align: left;
}
#tblTstComparisonView .tstCompSts{
    vertical-align: middle;
}
#tblTstComparisonView  > tbody > tr:nth-child(2n+1) > td, #tblTstComparisonView > tbody > tr:nth-child(2n+1) > th{
    background-color: transparent;
}
#backListAssoIngTbl .testnumbox
{
    width: 100%;
}
#backListAssoIngTbl .allingregs{
    float: left;
    width: auto;
}
#backListAssoIngTbl .allregulation {
     float: left;
     width: auto;
}
#backListAssoIngTbl .hideloaderreg{
    height: 0px;
}
.displaytabnonecls
{
    display: none !important;
}
.ingBackListdatatbl .dataTables_wrapper .dataTables_processing
{
    margin-top: 2px;
}
.ingBackListdatatbl #backListAssoIngTbl_processing img
{
    margin-top: -25px;
}
#getDevBtcConfTestList .tstCompTitle
{
    background-color: #003977 !important;
    color: #fff;
    padding-left: 40px;
    /*text-align: center;*/
}
#tblTstComparisonView .teststb_heading
{
    vertical-align: middle;
}
.ingBackListdatatbl table.dataTable > tbody > tr.child ul.dtr-details > li{
    float: left;
    width: 100%;
}
.allregulationdatawithplus
{
    float: left;
    width: 100%;
}
.ingBackListdatatbl .dtr-details .ajax-loader-ing {
  position: relative;
  top: 50%;
  left: 50%;
  transform: inherit;
  width: 4%;
  text-align: right;
  margin-top: -3%;
}
.ingregulationloader  .ajax-loader-ingtbl {
 position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5%;
  text-align: right;
  z-index: 9999;
}
.ingBackListdatatbl .dtr-title .showAdvList
{
    display: none;
}
.complianecls .select-disabled {
    background-color: #cbcbcb  !important; /* Change the background color to visually indicate it's disabled */
/*    pointer-events: none; /* Prevent user interactions */
    cursor: no-drop;
}
#MergeFormulaList tbody tr td {
  border-top: 1px solid #efefef;
  vertical-align: inherit;
}
#MergeFormulaList .savedencityFormula
{
    padding-top: 5px;
}
#mergeFormula .deniconcls
{
    vertical-align: middle;
    margin-left: 7px;
}
.selectingforcomp {
    background-color: #cbcbcb  !important; /* Change the background color to visually indicate it's disabled */
/*    pointer-events: none; /* Prevent user interactions */
/*    cursor: no-drop;*/
    pointer-events: none;
}
.checkcompliance .select-parent{
    cursor: not-allowed !important;
}
#pro_filter_details .ingtagsts{
    cursor: not-allowed !important;
}
.select2-choices.selectingforcomp {
    background-color: #cbcbcb  !important; /* Change the background color to visually indicate it's disabled */
/*    pointer-events: none; /* Prevent user interactions */
    background-image: none !important;
/*    cursor: no-drop !important;*/
    pointer-events: none;
}
.profilter-values .form-control.select2-container .select2-choices
{
    border-radius: 0px !important;
}
#mergeFormula .densitylinkCls {
    vertical-align:middle;
    display: table-cell; 
    padding-left: 6px;
}
#tab6_wizard .rmpusblishinfo
{
    float: left;
    width: 100%;
}
.valignbottom {
    vertical-align:bottom !important;
}

#compareMatrixFrmDiv .comp_matrix_chkall{
    line-height: 30px;
}
.CompMatrixerr{
    padding-left: 20px;font-size: 13px;
}
.compare-matrix-formula-page-content .compercred
{
    color: red;
}
.pm_plans ul li{
    list-style: disc;
    line-height: 30px;
}
.gmp_plans ul li{
    list-style: disc;
    line-height: 30px;
}
.gmp_plans .panel-body p{
    padding: 0px;
}
#frmlistinglist_wrapper{overflow-x: inherit !important;}
.modal-dialog #frmlistinglist_wrapper table {
    max-width: inherit;
    width: 99% !important;
    overflow-x: auto !important;
}
#frm4_wizard .rmcompperfume{
    float: left;
}
#frm4_wizard .rmcompperfumeannex{
    float: left;
    margin-left: 10px;
}
/*#rmHideColumns + .comboTreeArrowBtn {
    background: white !important;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 2%;
    padding-left: 2%;
    border: 1px solid #cbcbcb !important;
}
#rmHideColumns + .comboTreeArrowBtn:before {
    content: '<?php echo RM_HIDE_DROPDOWN_LBL; ?>';
}*/

.highlight {
    background-color: yellow; /* Example style to highlight the item */
}

#frmAddIngData .cp-np-chk {
    padding-top: 6px !important;
}
.disabledData{
    background-color:#cbcbcb; cursor: not-allowed; pointer-events: none; 
}
    
#frm6_appreved .form-group:nth-of-type(2) .control-label,#frm6_frmMaster .form-group:nth-of-type(2) .text-right{
    text-align: left;
}
.product-pif{
    background-color: white;
    padding: 1%;
    border-radius: 5px;
}
#frm6_frmMaster .new-css-line{
    display: flex;
    align-items: end;
}
#frm6_frmMaster .new-css-line .form-group:nth-of-type(2){
    margin-left: 15px;
}