.ELN-wrapper {
    font-family: 'Montserrat', sans-serif;
}

.ELN-wrapper h1 {
    font-family: 'Montserrat', sans-serif;
}

/* create new experience header start */
.heading .pull-left {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px !important;
    font-weight: 300;
}
#chemical_form h2, #chemical_edit_form h2{
font-size: 25px;
margin: 10px 0;
    line-height: 38px;
    font-weight: 400;
    color: #87a878;
}
#new_submit, .edit_chemical{
    margin-right: 5px;
}
#quantity_unit, #quantity_edit_unit{
    float: left;
    margin-top: 20px;
}
#quantity_unit label, #quantity_edit_unit label{
    margin-right: 46px;
}
.supp-form-dropdown .cmn-dropdown .select2.select2-container {
    width: 172px !important;
} 
.supp-form-dropdown .form-group{
    margin-bottom: 0px;
}
#reagent img{
    width: 100px;
}
.sketch-draw-img{
    text-align: center;
}

.chemical-btn {
    color: #87a878;
}
.equation{
    display: inline-block;
    position: relative;
    width:auto;
    margin-left: 20px;
    margin-top:7px;
}
#equation-arrow{
    position: absolute;
    top: 22px;
    left: -2px;
    top: auto;
    bottom: 59px;
    outline: none;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
    padding: 0px !important;
    min-height: auto;
}

#product-equation-arrow{
   display: block;
    outline: none;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
    padding: 0px !important;
    min-height: auto;
}
#product-equation-left-arrow{
   display: block;
    outline: none;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
    padding: 0px !important;
    min-height: auto;
}
.addition-equation {
    position: relative;
    top: 3px;
}
.sample-data {
    display: none;
}
.chemical-sketch-wrapper{
    display: inline-block;
    padding-right: 15px;
    padding-left: 8px;
    position: relative;
    cursor: pointer;
    margin-bottom: 25px;
}
.cancel-sketch-icon{
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 25px;
    display: none;
}
.edit-sketch-icon{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 14px;
    display: none;
}
.chemical-sketch-wrapper:hover .cancel-sketch-icon, .chemical-sketch-wrapper:hover .edit-sketch-icon{
    display: block;
    transition: all 0.5s;
}
svg polygon{
    display: none;
}
#product-equation-arrow-wrapper{
 display: block;
    outline: none;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
    min-height: auto;
    padding: 0px !important;
}
#equation-bottom-arrow{
    position: absolute;
    bottom: 19px;
    left: -2px;
    outline: none;
    bottom: auto;
    top: 55px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
    padding: 0px !important;
    min-height: auto
}
.submit-clear-signature-btn .btn-default:focus,
.submit-clear-signature-btn .btn-default.focus {
    color: #87a878;
}
.experiment-table-wrapper{
    overflow-x: auto;
}

.content-header .row {
    padding-left: 20px;
    padding-right: 20px;
}
.chemical-name-wrapper .row{
    padding-left: 0px;
    padding-right: 0px;
}

.new-exp-button {
    color: #87a878;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0px 0 0 0;
    line-height: 18px;
    padding-left: 0px;
    border-radius: 30px;
    background: transparent;
    border: 2px solid #cccccc;
    font-size: 14px;
    padding: 6px 12px;
    height: 34px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.new-exp-button:focus {
    outline: none;
}

.view-quote-label .row {
    padding-left: 0px;
    padding-right: 0px;
}

.quote-content-wrapper .row,
.quote-wrapper .row {
    padding-left: 0px;
    padding-right: 0px;
}

/* create new experience header end */

/* create new experience tabbing sec-start */
.tab {
    overflow: hidden;
    display: flex;
    padding: 20px;
}

.tab-parent-block {
    width: 20%;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-top: 0px;
}

.tab-parent-block.active .tab-span {
    background: #87a878 !important;
    color: #ffffff !important;
}

.tab .tab-span {
    font-size: 19px;
    background: #cccccc;
    width: 40px;
    color: #ffffff;
    height: 40px;
    border: 4px solid #ffffff;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tab-parent-block.active .tab-span .tab-text-for-tabing {
    display: block !important;
}

.tab-text-for-tabing {
    line-height: 33px;
    font-weight: 600;
}

.tab-parent-block.active .tab-text {
    color: #87a878 !important;
}
 
.tabbing-text {
    display: block;
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Montserrat', sans-serif;
}

.tabbing-text {
    text-align: center;
    display: none;
}

.tabbing-text.active {
    color: #87a878 !important;
}

.tabbing-text .tab-parent-block {
    width: 100%;
}

.desktop-tab .tab {
    display: none;
}

.tab .tab-text {
    display: block;
    color: #999999;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Montserrat', sans-serif;
}

.tab-parent-block:before {
    content: "";
    position: absolute;
    border: 2px solid #cccccc;
    right: 0;
    left: 50%;
    top: 19px;
    width: 100%;
    z-index: 1;
}

.tab-parent-block:nth-child(1):before {
    content: "";
    left: 50%;
}
.safety-checked input:checked ~ .checkmark:after + .list-error{
    color: #87a878 !important;
}

.tab-parent-block:last-child:before {
    content: "";
    right: 50%;
    width: auto;
}

.create-new-experiment-tabbing-wrapper {
    width: 970px;
    max-width: 100%;
    margin: 0 auto;
}

.feedback-client select, .chemical-name-wrapper select, .priority-dropdown select {
    opacity: 0 !important;
}
.qty-bottle-id-wrapper {
   margin-top: 10px !important;
}

/* responsive */
@media screen and (min-width: 1400px) {
    .heading .pull-left {
        font-family: 'Montserrat', sans-serif;
        font-size: 44px;
        font-weight: 300;
    }
    .preview-img-loader img
    {
        max-height: calc(100vh - 250px);
        max-width: 100%;
        height: auto;
        width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .tab .tab-text {
        display: none;
    }
    #chemical_form h2, #chemical_form h2{
        font-size: 20px;
        }
    .chemical-form-popup .supp-form-wrapper .feedback-client {
        float: none !important;
    }
    .supp-form{
        width: 100% !important;
    }
    .supp-form-dropdown .cmn-dropdown .select2.select2-container{
        width: 100% !important;
    }
    .notes-wrapper .tox-tinymce, #add-note .tox-tinymce, #add-tlc .tox-tinymce, #add-workUp .tox-tinymce, #add-purification .tox-tinymce{
        height: 450px !important;
    }

    .notes-wrapper .tox-tinymce, #add-note .tox-tinymce, #add-tlc .tox-tinymce, #add-workUp .tox-tinymce, #add-purification .tox-tinymce{
        height: 450px !important;
    }
    #chemical_form h2, #chemical_form h2{
        font-size: 20px;
        }
    .chemical-form-popup .supp-form-wrapper .feedback-client {
        float: none !important;
    }
    .supp-form{
        width: 100% !important;
    }
    .supp-form-dropdown .cmn-dropdown .select2.select2-container{
        width: 100% !important;
    }
    #quantity_unit, #quantity_edit_unit{
        margin-top: 20px;
        float:none !important;
    }
    .barcode-id label {
        margin-right: 10px !important;
    }
    #quantity_unit label, #quantity_edit_unit label {
        margin-right: 22px;
    }
    .notes-wrapper .tox-tinymce, #add-note .tox-tinymce, #add-tlc .tox-tinymce, #add-workUp .tox-tinymce, #add-purification .tox-tinymce{
        height: 450px !important;

    }

    .eln-dropdownWrapper {
        margin-left: 0px !important;
    }

    .tabbing-text {
        text-align: center;
        display: block;
    }

    .tab {
        overflow: inherit;
        padding: 0px;
    }

    .save-request-next-btn-wrapper {
        padding: 10px 0 !important;
    }

    .pull-right {
        float: none !important;
    }

    .heading .pull-left {
        font-size: 23px !important;
    }
}

.box-title {
    font-family: 'Montserrat', sans-serif;
}

.btn-group label {
    margin-top: 0px;
}

.form-control.form-num1.lcms.form-wid.max-per.check-no {
    margin-top: 9px;
}

#salt-text-box-val {
    margin-top: 10px;
}

.form-group img {
    object-fit: cover;
}

.next-tab-btn {
    display: none;
}

/*---- create new experience tabbing sec-end */
/*---- create new experience form sec-start*/

/* experiment-brief-tab-sec-start */
.error {
    border-color: #f58888 !important;
}

.create-new-experiment-eln-box input.error,
.create-new-experiment-eln-box select.error {
    border-color: #f58888 !important;
}

.error+.select2-container--default .select2-selection--single {
    border-color: #f58888 !important;
}

.error-input {
    border-color: #f58888 !important
}

.create-new-experiment-eln-box .error-input {
    border-color: #f58888 !important
}

.tab-parent-block.error-page .tab-span {
    background: #f58888 !important;
    color: #ffffff !important;
}

.create-new-experiment-data .feedback-client {
    float: left;
}

.cmn-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-right: 2px solid #87a878 !important;
    border-bottom: 2px solid #87a878 !important;
    margin-left: -16px;
    width: 12px;
    height: 12px;
}

.chemical-form-popup {
    background: #fff;
    padding: 15px;
}
.datetag{
    margin-left: 3px;
  margin-right: 5px;
  margin-top: 4px !important;
  float: left;
}
.datatag-to{
    padding-left: 10px !important;
}
.control-label {
    font-family: 'Montserrat', sans-serif;
    color: #8c8c8c;
    font-weight: 400;
    font-size: 15px;
}

.experiment-brief-wrapper,
.experiment-details-wrapper,
.conclusion-signature-wrapper {
    margin: 20px;
    padding: 15px;
    border: 11px solid #ebebeb;
}

.create-new-experiment-eln-box {
    width: 33.3%;
    float: left;
}

.tabcontent {
    height: 0;
    overflow: hidden;
}

.experiment-details-wrapper {
    min-height: 800px;
}

.yield-wrapper,
.purity-wrapper,
.experiment-weight {
    padding: 10px;
    padding-bottom: 22px;
    border-bottom: 2px solid #ebebeb;
}


.tabcontent.active {
    height: auto;
    overflow: visible;
}

.create-new-experiment-eln-box .feedback-client {
    min-width: 262px;
}

 .cmn-dropdown .select2-container--default .select2-selection--single
 {
    padding: 4px 12px;
    box-shadow: none;
    border: 2px solid #d3d3d3;
}
.select2-container--default .select2-selection--single{
    padding: 5px 12px;
    box-shadow: none;
    border: 2px solid #d3d3d3;
    border-radius: 30px;
}



.tab-wrapper  .form-group input{
    min-width: 263px;
    height: 31px;
}
.select2-container--default .select2-selection--single span{
    color: #87a878 !important;
    font-weight: 400 !important;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    /*text-transform: uppercase;*/
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-right: 2px solid #87a878 !important;
    border-bottom: 2px solid #87a878 !important;
    margin-left: -16px;
    width: 12px;
    height: 12px;
    margin-top: -6px
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border-radius: 30px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-style: initial;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #87a878;
    border-bottom: 2px solid #87a878;
    transform: rotate(45deg);
    margin-right: 0.5em;
    left: 50%;
    top: 14px;
}

.create-new-experiment-eln-box label,
.create-new-project-name-wrapper label,
.reaction-scheme-wrapper label,
.notes-wrapper label,
.experimental-risk-selectbox label,
.safety-checkbox label,
.procedure-label label,
.tlc-wrapper label,
.scientist-signature-label label,
.type-content label,
.draw-content label,
.chemist-dropdownWrapper label,
.eln-dropdownWrapper label,
.experiment-detail-content-label-input label,
.chemical-form-popup .supp-form-wrapper label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: #8c8c8c;
    font-weight: 400;
    font-size: 15px;
}

.experiment-detail-content-label-input label {
    display: inline-block;
}

.draw-btn,
.type-btn {
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: #8c8c8c;
    font-weight: 400;
    margin-top: 3px;
    margin-left: 12px;
    border: none;
    background: none;
    outline: none;
}

 .form-group input
 {
    padding: 2px 12px !important;
    box-shadow: none !important;
    border: 2px solid #d3d3d3 !important;
    color: #87a878 !important;
    font-weight: 500;
    font-size: 14px !important;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px !important;
}
.supp-form-value input{
    padding: 2px 12px !important;
    box-shadow: none !important;
    border: 2px solid #d3d3d3 !important;
    color: #87a878 !important;
    font-weight: 500;
    font-size: 14px !important;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px !important;
}
.form-group label{
    font-family: 'Montserrat', sans-serif;
    color: #8c8c8c;
    font-weight: 400;
    font-size: 15px;
    padding-left: 0px;
}
.experiment-popup input, .experiment-weight input, .purity-wrapper input, .yield-wrapper input{
    padding: 2px 12px !important;
    height: 34px !important;
    box-shadow: none !important;
    border: 2px solid #d3d3d3 !important;
    min-width: 263px;
    color: #87a878 !important;
    font-weight: 500;
    font-size: 14px !important;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}


.chemical-form-popup .supp-form-wrapper input {
    min-width: 0;
    font-family: 'Montserrat', sans-serif;
}

.chemical-form-popup .supp-form-wrapper .feedback-client {
    float: left;
}

.adme-request-wrapper .eln-dropdownWrapper input {
    min-width: 215px;
}

.create-new-experiment-eln-box input:focus {
    outline: none;
    font-weight: 500;
}


.arrow-div-wrapper {
    position: relative;
    background: #fff;
    border: 2px solid #dcdcdc;
    width: 100%;
    margin: 15px 0 20px 0;
    padding: 10px;
    min-height: 82px;
    outline: none;
    color: #87a878;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0px 13px 13px 13px;
}

.reaction-scheme-wrapper,
.notes-wrapper {
    width: 100%;
    float: left;
}

.reaction-scheme-wrapper {
    padding-right: 25px;
    margin-top: 20px;
}

.upload-btn button,
.save-popup-btn,
.cancel-btn {
    background: #ebebeb;
    color: #87a878;
    padding: 7px 18px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    outline: none;
}

.sketch-btn button {
    background: #ebebeb;
    color: #87a878;
    padding: 7px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    outline: none;
}

.request-btn button {
    background: #ebebeb;
    color: #87a878;
    padding: 7px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    outline: none;
}

.save-btn button {
    background: #87a878;
    color: #ffffff;
    padding: 7px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    outline: none;
    position: relative;
}

.next-btn button {
    background: #87a878;
    color: #ffffff;
    padding: 7px 36px 7px 19px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    outline: none;
    position: relative;
}

.upload-btn,
.sketch-btn {
    float: left;
    margin-right: 10px;
}

.new-recoprd-btn-wrapper {

    margin-bottom: 27px;
}

.upload-sketch-btn-wrapper {
    margin-bottom: 20px;
    float: left;
}

#reaction {
    position: relative;
    white-space: nowrap;
    display: inline-block;
}

#reaction img {
    max-width: 100%;
    width: 100px;
}

.safety-checkbox li {
    color: #8c8c8c;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.safety-checkbox ul {
    margin-left: 20px;
}
.agreed{
    padding-left: 20px;
    color: #8c8c8c;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
.temp-input label, .time-min-sec label{
    margin-right: 32px;
}

/* responsive */
@media screen and (max-width: 1199px) {
    .create-new-experiment-eln-box {
        width: 50%;
        float: left;
    }
    .containerChartDiv .chartDiv{
        width: 47% !important;
    }

    .create-new-experiment-eln-box .feedback-client {
        min-width: 279px;
        ;
    }

    .create-new-experiment-eln-box input {
        min-width: 284px;
    }
}

@media screen and (max-width: 979px) {
    .create-new-experiment-eln-box .feedback-client {
        min-width: 100%;
    }
    .frontend-page {
        background-size: auto;
    }
    .eln-no-wrapper{
        padding-left: 0px !important;
        padding-bottom: 10px;
    }
    .experimental-risk-wrapper{
        width: 100% !important;
    }

    .tab .tab-text {
        font-size: 14px;
    }

    .safety-checkbox input {
        margin-top: 5px !important;
    }

    .create-new-experiment-eln-box {
        width: 100%;
    }

    .create-new-experiment-eln-box input {
        min-width: 100% !important;
    }

    .reaction-scheme-wrapper,
    .notes-wrapper {
        width: 100%;
        float: left;
    }

    .reaction-scheme-wrapper {
        padding-right: 0px;
    }

    .safety-checkbox {
        width: 100% !important;
    }

    .sidenav {
        margin-top: 551px !important;
        height: calc(100% - 100vh);
    }

    .request-btn {
        text-align: center;
        margin-top: 53px;
        margin-right: 0px !important;
    }

    .show-form-field .add-field-collapsible-wrapper {
        padding: 0px;
        padding-top: 20px;
    }

    .show-form-field .assembly-setup-function .feedback-client {
        float: left;
        max-width: 100%;
        min-width: 249px;
    }

    .request-btn button {
        padding: 7px 13px;
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .experimental-risk-wrapper {
        float: left;
        width: 100% !important;
    }
    .tab-wrapper .chemical-radio input{
        position: relative;
    }
    .tab-wrapper .chemical-checkmark {
        position: absolute;
        top: 6px;
        left: 5px;
    }
    .sidenav {

        margin-top: 576px !important;
    }
    .temp-input label, .time-min-sec label{
        margin-right: 0px;
        width: 100%;
    }
    .barcode-id label, #quantity_unit label, #quantity_edit_unit label{
        width: 100%;
    }
    .barcode-id input, #quantity_unit input, #quantity_edit_unit input{
        width: 100%;
        max-width: 100% !important;
        margin-left: 0px !important;
    }
    .qty-bottle-id-wrapper {
        margin-top: 0px !important;
    }
    .temp-input input, .time-min-sec input{
        width: 68%;
        max-width: 95% !important;
        margin-left: 0px;
    }

    .request-btn button {
        padding: 7px 8px !important;
        font-size: 13px !important;
    }

    .save-btn button {
        font-size: 13px;
    }

    .next-btn button {
        font-size: 13px;
    }

    .next-btn b {
        margin-left: -28px !important;
        margin-top: 0px !important;
        width: 9px !important;
        height: 9px !important;
    }

    .sidenav {
        margin-left: 0px !important;
    }

    .loader {
        margin-left: 80px !important;
    }

    .show-form-field {
        padding-left: 0px !important;
    }

    .add-field-collapsible-wrapper {
        padding: 0px !important;
        padding-top: 20px !important;
    }

    .assembly-setup-function .feedback-client {
        float: left !important;
        max-width: 100% !important;
        min-width: 212px !important;
    }

    .toggle-btn {
        left: -31px !important;
    }

    #chemical-calculation #chemicalTable,
    #analytical-details #AnalyticalTable {
        padding: 20px 0 !important;
    }

    .chemical-calculation-wrapper {
        padding: 20px 0 !important;
        margin-top: 10px;
    }
    #chemical-calculation .chemical-calculation-wrapper{
        margin-top: 80px;
    }
    #pager_left, #analytical_pager_left {
        margin-left: -32px;
    }

    .new-recoprd-btn-wrapper {
        width: 100%;
        margin-top: 27px;
    }

    .new-record-btn {
        float: none !important;
        margin: 0 auto;
        text-align: center;
    }
}

/* experiment-brief-tab-sec-end */

/* chemical-calculation-tab-sec-start */
.eln-dropdownWrapper {
    margin-left: 25px;
}

.related-inner-experiment-wrapper label {
    font-family: 'Montserrat', sans-serif;
    color: #8c8c8c;
    font-weight: 300;
    font-size: 24px;
}

#chemicalTable th,
#AnalyticalTable th {
    color: #000000;
    padding: 15px;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.chemical-name {
    background: #ededed !important;
}

.download-report-btn {
    float: left;
    margin-top: 20px;
}

#chemicalTable tr,
#AnalyticalTable tr {
    background: #f5f5f5;
}

#chemicalTable tr:hover,
#AnalyticalTable tr:hover {
    background: #fff;
}

.experimental-risk-selectbox .feedback-client,
.chemist-dropdownWrapper .feedback-client,
.eln-dropdownWrapper .feedback-client,
.assembly-setup-function .feedback-client {
    float: left;
    max-width: 100%;
    min-width: 262px;
}

.chemist-dropdownWrapper .control-label,
.eln-dropdownWrapper .control-label,
.visualization-wrapper .control-label,
.analytics-form .control-label,
.monoisotopic-input .control-label,
.type-wrapper .control-label,
.analysis-method-wrapper .control-label,
.analytics-comment-wrapper .control-label,
.yield-wrapper label,
.experiment-weight label,
.purity-wrapper label {
    font-family: 'Montserrat', sans-serif;
    float: left;
    margin-top: 4px;
    margin-right: 20px;
    color: #8c8c8c;
    font-size: 15px;
}

.experiment-draggable-label {
    float: none !important;
    padding-left: 10px;
}

.chemist-dropdownWrapper .cmn-dropdown .select2.select2-container,
.eln-dropdownWrapper .cmn-dropdown .select2.select2-container {

    width: 300px !important;
}

.chemist-dropdownWrapper,
.eln-dropdownWrapper {
    float: left;
}

.procedure-section .feedback-client {
    float: left;
    max-width: 100%;
    min-width: 0px;
    width: 100%;
}

.experimental-risk-selectbox {
    float: left;
}

.safety-checkbox {
    float: left;
}

.safety-checkbox input {
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    cursor: pointer;
}
.experiment-content{
    font-weight: bold !important;
}
.input-val, .input-sketch{
    display: none;
}
.save-btn,
.request-btn {
    float: left;
    margin-right: 20px;
}

.procedure-label label {
    margin-bottom: 17px;
}

.save-request-next-btn-wrapper {
    padding: 20px;
}

#chemical-calculation #chemicalTable,
#analytical-details #AnalyticalTable {
    padding: 20px;
}
.addition-equation img{
    width: 19px !important;
}

.save-request-btn-wrapper {
    float: left;
}

.next-btn {
    float: right;
}

.next-btn b {
    margin-left: -28px;
    margin-top: -1px;
    border-color: transparent;
    border-style: initial;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-46deg);
    margin-right: 0.5em;
    left: 100%;
    top: 12px;
    position: absolute;
}

.experimental-risk-wrapper {
    float: left;
    width: 60%;
}

.new-record-btn button {
    background: #ffffff;
    color: #87a878;
    padding: 7px 16px 7px 16px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    outline: none;
    position: relative;
    border: 2px solid #ccc;
    border-radius: 50px;
}

.new-record-btn {
    float: right;
}

.chemical-calculation-wrapper {
    padding: 20px 0;
}

/* chemical-calculation-tab-sec-end */
/* experiment-detail-tab-sec-start */
.experiment-detail-content-label-input input {
    margin-left: 18px;
    margin-right: 20px;
}
#experiment-brief .form-group input {
    min-width: 241px;
    height: 34px;
}
.experiment-detail-content-label-input.mobile-phase-input input {
    min-width: 0px;
    max-width: 175px;
}

.procedure-wrapper {
    width: 40%;
    float: left;
    padding: 0 120px 0 0;
}

.attachment-clip-wrapper {
    position: absolute;
    right: -69px;
    top: 2px;
}

.procedure-form {
    position: relative;
}

.attachment-clip-wrapper svg {
    width: 13px;
    text-align: center;
    vertical-align: sub;
}

.attachment-clip-wrapper img {
    width: 14px;
}

#procedure-edit-popup iframe {
    height: 120px !important;
}

.attachment-icon,
.addition-icon {
    float: left;
}

.attachment-icon {
    border: 2px solid #999999;
    padding: 0px 4px;
    border-radius: 50%;
}

.addition-icon {
    border: 2px solid #999999;
    padding: 0px 3px;
    border-radius: 50%;
    margin-left: 7px;
}

.addition-icon img {
    width: 14px;
    text-align: center;
    vertical-align: 3px;
    cursor: pointer;
}

.tlc-wrapper {
    float: left;
    width: 60%;
    padding-left: 40px;
}

.tlc-content-comment-wrapper label {
    position: absolute;
    top: -11px;
    left: -47px;
}

.tlc-comment-box .arrow-div-wrapper {
    margin-top: 0px;
}

.tlc-wrapper .arrow-div-wrapper {
    min-height: 46px;
}

.procedure-comment-box .arrow-div-wrapper {
    width: 100%;
    min-height: 121px;
}

.tlc-miniutes-box {
    float: left;
    width: 112px;
}

.miniute-wrapper {
    float: left;
    padding: 7px 0 20px 20px;
    width: 125px;
}

.miniute-wrapper .feedback-client,
.weight-dropdown .feedback-client {
    min-width: 0px;
    width: 100%;
}

.tlc-main-wrapper {
    width: 100%;
}

.tlc-content-comment-box {
    width: 100%;
    margin-right: -243px;
    padding-right: 284px;
    float: left;
}

.tlc-content-comment-wrapper {
    position: relative;
}

.tlc-miniutes-wrapper {
    width: 243px;
    float: left;
}

.tlc-miniutes-box .arrow-div-wrapper {
    margin: 0px 0 20px 0;
}

.weight-box .arrow-div-wrapper {
    width: 112px;
}

.weight-wrapper {
    float: right;
    width: 243px;
}

.weight-box {
    width: 112px;
    float: left;
}

.weight-dropdown {
    float: left;
    width: 105px;
    margin-left: 22px;
    padding-top: 50px;
}

.procedure-comment-box.show {
    display: block !important;
}

.procedure-comment-box {
    display: none;
}

.smallcaps {
    color: #1c1c1c;
    min-width: 100px;
    display: inline-block;
    border-bottom: 1px solid #969696;
    min-height: 18px;
    padding-left: 5px;
}

.hidden-text {
    position: absolute;
    left: -999px;
}

.smallcaps:before {
    content: '-';
}

.smallcaps.active {

    color: red;
}

.mce-content-body p:first-child {
    color: #969696;
}

.procedure-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -420px;
    margin-left: -301px;
    background: #fff;
    z-index: 999;
    padding: 30px;
}

.procedure-popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 105;
    display: none;
}

.editor-input {
    color: red;
}

.editor-input::placeholder {
    color: black;
    font-size: 1.5em;
}

input.editor-input::placeholder {
    color: black;
    font-size: 1.2em;
    font-style: italic;
}

input.editor-input::placeholder {
    color: black;
}

.procedure-input {
    position: relative;
    background: #fff;
    border: 2px solid #dcdcdc;
    width: 100%;
    margin: 15px 0 20px 0;
    padding: 10px;
    min-height: 82px;
    outline: none;
    color: #cccccc;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0px 13px 13px 13px;
    box-shadow: 2px 3px 7px #d7d7d7 inset;
    width: 100%;
    min-height: 124px;
    z-index: 1;

}

.save-popup-btn,
.cancel-btn {
    margin-top: 20px;
}

.reaction-note-wrapper .arrow-div-wrapper {
    min-height: 110px;
    height: 110px;
    overflow: scroll;
}

.comment-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 20px;
    margin-top: 13px;
    font-size: 25px;
}
.form-group .dis-input{
    margin-top: 4px !important;
}
#address label{
    margin-top: 0px !important;
}
.version.active{
    color: #87a878;
}
.version.active:before{
    background: #87a878;
}
.sidenav {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: #f3f3f3;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    margin-left: 230px;
    margin-top: 388px;
}

.collapsible-close-btn {
    position: absolute;
    top: 8px;
    right: 15px;
    font-size: 23px !important;
    margin-left: 50px;
    color: #87a878 !important;
}

.form-collapsible-heading span {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #87a878;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.sidenav button {
    margin: 8px 20px 22px 20px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    transition: 0.3s;
    background: #87a878;
    padding: 8px;
    width: 148px;
    outline: none;
    border: none;
    box-shadow: -1px 1px 10px #aba5a5;
    font-family: 'Montserrat', sans-serif;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#chemical-calculation input[type="radio"]{
    margin-left: 10px;
    margin-top: 6px;
}



.add-field-collapsible-wrapper {
    padding-left: 20px;
    padding-top: 20px;
    float: left;
}

.assembly-setup-function {
    margin-top: 5px;
}

.experiment-popup {
    display: none;
    position: relative;
}

.experiment-detail-wrapper {
    background: #f3f3f3;
    padding: 7px 20px;
}

.experiment-detail-heading h2 {
    font-size: 24px;
    font-weight: 300;
    color: #87a878;
    font-family: 'Montserrat', sans-serif;
}

.experiment-detail-content {
    padding: 20px;
}

.experiment-popup {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
}

.experiment-popup-wrapper {
    width: 600px;
    background: #fff;
    position: relative;
    margin-bottom: 40px;
    height: auto;
    max-width: 100%;
    margin: 46px auto;
    margin-top: 77px;
}

.popup-scrolling,
.form-popup-scroll {
    overflow: hidden;
}

.experiment-detail-content-value .feedback-client {
    min-width: 100%;
    float: left;
    max-width: 100%;
}

.experiment-detail-content-label-input input {
    min-width: 0px;
    max-width: 137px;
}

.time-min-sec {
    margin-top: 20px;
}

.atmosphere-sec {
    margin-top: 20px;
}

.time-min-sec input {
    margin-left: 24px;
}

.visual-label label {
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 600;
    font-size: 15px;
}

.atmosphere-sec .form-group {
    margin-bottom: 0px;
}

.experiment-detail-content-label-input {
    margin-top: 20px;
}

.form-submit-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.form-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 20px;
    margin-top: 16px;
    outline: none;
    font-size: 28px;
}

.show-form-field .sidenav {
    padding-left: 0px;
    width: auto;
    transition: 0.5s;
}

.show-form-field {
    padding-left: 145px;
}
.upload-image-preview {
    
    float: left;
    width: 40%;
}
.tlc-upload-btn img {
    width: 130px;
}

#tlc-upload-btn {
    text-align: center;
}
.list-error{
    color:#f58888 !important;

}

#tlc-upload-btn img, #tlc-upload-edit-btn img{
    width: 200px;
}
.eln-no-wrapper span{
    color: #87a878;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
.eln-no-wrapper{
    float: left;
    padding-left: 40px;
}
.eln-no-wrapper .form-group{
    margin-bottom: 5px;
}
.safety-checked {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .safety-checked input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #999999;
  }
  .checked .list-error{
      color: #87a878;
  }
  /* When the checkbox is checked, add a blue background */
  .safety-checked input:checked ~ .checkmark {
    background-color: #87a878;
    border:1px solid #87a878;
  }
  .error + .checkmark{
    border:1px solid red;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .safety-checked input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .safety-checked .checkmark:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .safety-label{
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: #8c8c8c;
    font-weight: 400;
    font-size: 15px;
  }
/* responsive */

@media screen and (max-width: 1096px) {
    .procedure-wrapper {
        width: 100%;
        padding: 0px;
    }
    .delivery-address-wrapper .control-value{
        word-break: break-all;
    }

    .tlc-wrapper {
        width: 100%;
    }

    .tlc-content-comment-box {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
    }

    .tlc-wrapper {
        padding-left: 0px;
    }

    .tlc-content-comment-wrapper label {
        position: inherit;
        left: 0;
    }

    .weight-wrapper {
        float: left;
    }

    .procedure-main-wrapper {
        margin-bottom: 36px;
    }

    .weight-box {
        margin-top: 22px;
    }

    .weight-dropdown {
        padding-top: 71px;
    }

    .procedure-section {
        padding-right: 65px;
    }

    .adme-request-wrapper .eln-dropdownWrapper {
        margin-left: 0px !important;
    }

    .adme-request-wrapper .eln-dropdownWrapper input {
        margin-left: 13px;
    }
}

@media screen and (max-width: 767px) {
    .request-btn {
        float: none;
        text-align: center;
        margin-right: 0;
        margin-top: 62px;
    }

    .request-btn button {
        padding: 7px 10px;
        font-size: 13px;
    }

    .procedure-section {
        padding-right: 0px;
    }

    .experiment-brief-wrapper,
    .experiment-details-wrapper,
    .conclusion-signature-wrapper {
        margin: 0px;
    }

    .canvas-sign-responsive {
        display: block !important;
    }

    .submit-clear-signature-btn {
        text-align: center;
    }

    .adme-request-wrapper .eln-dropdownWrapper input {
        margin-left: 0px;
    }

    .submit-signature-btn {
        margin-bottom: 20px;
    }

    .canvas-sign {
        display: none;
    }

}

/* experiment-detail-tab-sec-end */
/* conclusion-signature-tab-sec-start */

.conclusion-signature-comment-box-wrapper {
    float: left;
    width: 40%;
}

.conclusion-signature-comment-box .procedure-wrapper {
    float: left;
    width: 100%;
}

.scientist-signature {
    float: left;
    width: 60%;
}

.type-icon {
    float: left;
    position: relative;
}

.type-content {
    float: left;
    padding-left: 27px;
}

.type-icon:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    background: url(../images/sprite.png) no-repeat -103px -66px;
    width: 31px;
    cursor: pointer;
    height: 35px;

}

.type-icon-content:hover .type-icon:before {
    background: url(../images/sprite.png) no-repeat -54px -86px;
}

.type-icon-content:hover .type-content .type-btn,
.draw-icon-content:hover .draw-btn {
    color: #87a878;
}

.type-icon-content {
    float: left;
    width: 25%;
}

.draw-icon {
    float: left;
    position: relative;
}

.draw-icon:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    background: url(../images/sprite.png) no-repeat -44px -33px;
    width: 31px;
    cursor: pointer;
    height: 35px;

}

.draw-icon-content.active .draw-icon:before {
    background: url(../images/sprite.png) no-repeat -136px -19px;
}

.draw-icon-content.active .draw-btn {
    color: #87a878;
}

.type-icon-content.active .type-icon:before {
    background: url(../images/sprite.png) no-repeat -54px -86px;
}

.type-icon-content.active .type-btn {
    color: #87a878;
}

.draw-icon-content:hover .draw-icon:before {
    background: url(../images/sprite.png) no-repeat -136px -19px;
}

.draw-content {
    float: left;
    padding-left: 27px;
}

.draw-icon-content {
    float: left;
    width: 25%;
}

.draw-content label,
.type-content label {
    margin-top: 3px;
    margin-left: 12px;
}

.scientist-signature-label {
    margin-bottom: 15px;
}

.signature-comment-box .tlc-comment-box .arrow-div-wrapper {
    min-height: 53px;
    max-width: 300px;
}

.type-draw-icon-wrapper {
    margin-bottom: 10px;
}

.project-conclusion-box {
    display: block !important;
}

.scientist-canvas,
.canvas-sign-reviewer {
    cursor: crosshair;
}

.canvas-sign-responsive {
    display: none;
}

.submit-signature-btn {
    background: #87a878;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;

}

.submit-signature-btn:hover {
    background: #87a878;
    color: #fff;
}

.clear-signature-btn {
    background: #ebebeb;
    color: #87a878;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif !important;

}

.clear-signature-btn:hover {
    color: #87a878;
    background: #ebebeb;
    box-shadow: none;
}

.btn:active {
    box-shadow: none;
    color: #87a878;
}

.sign-dataurl-content,
.sign-image-copy {
    display: none;
}

.canvas-sign,
.canvas-sign-reviewer {
    position: relative;
    touch-action: none;
    background: #fff;
    border: 2px solid #dcdcdc;
    margin: 15px 0 20px 0;
    min-height: 82px;
    outline: none;
    color: #cccccc;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0px 13px 13px 13px;
    box-shadow: 2px 3px 7px #d7d7d7 inset;
    min-height: 121px;
    width: 416px;
}

.canvas-sign-responsive {
    width: 238px;
}

.draw-icon img,
.type-icon img {
    cursor: pointer;
}

.signatureTextbox {
    margin-top: 25px;
}

.tab-text {
    display: block;
}

.scientist-signature-label label {
    margin-top: 0px;
}

.create-new-experiment-btn {
    margin-bottom: 20px;
}

.skin-purple .content-header {
    background: #f3f3f3;
}


/* responsive */
@media screen and (max-width: 1100px) {
    .conclusion-signature-comment-box-wrapper {
        float: left;
        width: 100%;
    }

    .scientist-signature {
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 979px) {

    .type-icon-content,
    .draw-icon-content {
        width: 50%;
    }

    .heading .pull-left {
        width: 100%;
        float: none !important;
        margin: 0 auto;

    }

    .feedback-client-rightbar {
        float: none !important;
    }

    .feedback-client-rightbar .feedback-client {
        float: none !important;
        max-width: 100%;
    }

    .pull-right {
        float: left !important;
        width: 100%;
    }

    .save-btn,
    .request-btn {
        float: none;

    }
}

/* conclusion-signature-tab-sec-end*/

.inner-img-wrapper {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;

}

.preview-img-loader img {
    max-height: calc(100vh - 250px);
    max-width: 100%;
    height: auto;
}

.preview-img {
    width: 800px;
    background: #fff;
    position: relative;
    margin-bottom: 40px;
    height: auto;
    max-width: 100%;
    margin: 46px auto;
    margin-top: 77px;
    padding: 10px 20px 40px 20px;
    z-index: 9999;
    max-width: calc(100% - 280px);
    min-width: 400px;
    text-align: center;
}
.add-new-chemical-dropdown-label, .add-new-chemical-dropdown{
    float: left;
    margin-left: 20px;
}
.img-popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(59, 57, 57, 0.5);
    z-index: 9999;
    display: none;
}

.form-popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(59, 57, 57, 0.5);
    z-index: 1030;
    display: none;
    overflow: hidden;
    overflow-y: auto;
}

.download-img-btn a {
    color: #fff;
}

.download-img-btn {
    margin-top: 30px;
}

.download-img-btn a:hover {
    color: #fff;
}

.preview-img h3 {
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 7px;
    font-size: 16px;
    text-align: left;
    background: none !important;
}
.save-btn button:hover{
background: #668356;
}

.preview-img-loader:before {
    content: '';
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #87a878;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -26px;
    margin-top: -22px;
    z-index: -1;
}

.preview-img-loader {
    position: relative;
    min-width: 700px;
    min-height: 130px;
}
.preview-img-loader.load-image:before{
     display: none;
     visibility: hidden; 
} 
/* Safari */
.doc-file {
    width: 100%;
    height: 350px;
}


/* / Safari / */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* responsive */
@media screen and (max-width: 979px) {

    .preview-img-loader {
        min-width: auto;
    }
}

@media screen and (max-width: 767px) {
    .preview-img {
       width: 300px;
       min-width: auto;
       max-width: 100% !important;
    }
    [contenteditable=true]:empty:before {
        content: attr(placeholder);
        display: block;
        color: #ccc;
    }

    .doc-file {
        width: 250px;
        height: 225px;
    }

    .canvas-sign-reviewer {
        display: none;
    }

}


.loader-wrapper {
    position: relative;
    overflow: auto;
}
.reaction-sketch-editor textarea::placeholder{
    color: #ccc;
}

/* review history  start*/
.experiment-label label,
.eln-label label {
    color: #8c8c8c;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.review-history-experiment-content label,
.review-history-eln-content label {
    color: #87a878;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.experiment-label,
.eln-label {
    float: left;
}

.review-history-experiment-content,
.review-history-eln-content {
    float: left;
    margin-left: 8px;
}

.review-history-experiment-content-heading,
.review-history-eln-content-heading {
    float: left;
}

.review-history-eln-content-heading {
    margin-left: 60px;
}

.inner-review-history-wrapper {
    margin: 20px;
    border: 11px solid #ebebeb;
    border-top: 0;
}

.review-history-tabbing-content-wrapper {
    padding: 25px;
}

.inner-review-history-heading {
    background-color: #ebebeb;
    padding: 8px 0;
}

dt {
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
    font-style: italic;
}

dd {
    margin-bottom: 10px;
}

.name-content,
.date-time-content,
.date-time-name,
.date-time-text,
.version-content {
    color: #a5243c;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding-left: 26px;
     cursor: pointer;
}

.name-content::before,
.date-time-content:before,
.date-time-name:before,
.date-time-text:before,
.version-content:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #a5243c;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.date-time-content {
    color: #119da4;
}

.date-time-name {
    color: #874f9e
}

.date-time-name:before {
    background: #874f9e;
}

.version-content {
    color: #999999;
}

.version-content:before {
    background: #999999;
}

.date-time-content:before {
    background: #119da4;
}

.date-time-text {
    color: #bc7c38;
}

.date-time-text:before {
    background: #bc7c38;
}

.latest-version-wrapper {
    float: left;
    width: 260px;
}

dl {
    display: inline-block;
}

.review-tabbing-wrapper {
    width: 100%;
    margin-top: 20px;
}

.review-tabbing {
    display: flex;
    background: #e8e8e8;
}

.tabbingBlock {
    padding: 15px 10px;
    cursor: pointer;
    color: #999999;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 20%;
    text-align: center;
}

.tabbingBlock.active {
    color: #87a878 !important;
}

.hide {
    display: none !important;
}

.tabBottomArrow:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-top: solid 13px #e7e7e7;
    border-left: solid 13px transparent;
    border-right: solid 13px transparent;
}

.review-history-table .history-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #87a878;
    text-align: left;
    width: 200px;
    padding: 15px 17px 0 0;
    vertical-align: top;
}

.historyTab {
    padding: 35px 0;
}
.accordion{
    display: none;
}
@media all and (max-width:767px){
    .historyTab {
        display: block !important;
        padding:0;
        margin-bottom:10px;
    } 
    .accordion.tabbingBlock{
        margin-bottom:0;
        padding: 10px;
    }
    
    .accordion{
        display: block;
    }
    .hide .accordion-inner{
        display: none;
    }
    .tabBottomArrow:before{
        opacity: 0;
    }
}
.history-table-content,
.history-table-content p {
    font-family: 'Montserrat', sans-serif;
    color: #8c8c8c;
    font-weight: 400;
    font-size: 16px;
}

.history-table-content {
    padding: 15px 0;
    vertical-align: baseline;
}

.history-reaction-content {
    color: #119da4;
    text-decoration-line: line-through;
}

.scheme-content {
    color: #a5243c;
}

.note {
    font-style: italic;
    margin-top: 30px;
}

.accordion {
    background-color: #e7e7e7;
    color: #999999;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    font-weight: 600;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    margin-bottom: 22px;
}

.accordion.active {
    color: #87a878;
}

.accordion:after {
    content: '\002B';
    color: #777;
    float: right;
    margin-left: 0px;
    font-size: 24px;
    margin-top: -8px;
}

/*.active:after {
    content: "\2212";
    color: #87a878;
  }*/

  @media all and (max-width:767px){
    .accordion:after{
        content: '';
        border-top: 7px solid #777;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        margin: 0;
        position: absolute;
        right: 10px;
        top: 15px;
    }
    .accordion.tabBottomArrow:after{
        transform: rotate(-90deg);
    }
    .accordion-inner h1{
        font-size: 16px;
        line-height: 22px;
    }
  }

.history-accordian .panel {
    padding: 0 18px;
    border: 0px !important;
    max-height: 0;
    overflow: hidden;
    display: none;
    transition: max-height 0.2s ease-out;
}

.history-accordian {
    display: none;
}

.checkbox-error {
    border-color: red;
}

.analysis-type .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 0;
    padding: 0px;
}

.analysis-type .select2-container--default .select2-selection--multiple {
    border: 2px solid #d3d3d3 !important;
    border-radius: 30px !important;
    padding: 0px 10px !important;
}
.gray-bg.form-group.form-horizontal .row{
    padding-left: 0px;
    padding-right: 0px;
}
.adme-table .ui-sortable td input, .chemical-request-wrapper .ui-sortable td input{
    border: none;
    border: 1px solid #dcdcdc;
}
.chemical-request-wrapper  .ui-sortable input{
padding-left: 7px;
margin-top: 7px;
}
.form-control:focus {
    border-color: #d3d3d3 !important;
}
.role-content input, #available-permissions input{
    margin-top: 15px;
}

#experiment-table tr,
#experiment-table td,
#experiment-table th, #Table tr, #Table td, #Table th, #analysis-grid tr, #analysis-grid td, #analysis-grid th {
    border: 1px solid #e1e1e1;
    padding: 15px;
}

#experiment-table th, #Table th, #analysis-grid th {
    background: #ededed;
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

#chemical-calculation input[type="radio"],
#eln_part_3_detail input[type="radio"] {
    display: inline-block !important;
}
.historyTab #AnalysisTable, .historyTab .experiment-table{
    overflow-x: auto;
}

#experiment-table, #Table, #analysis-grid {
    width: 100%;
}
#ChemicalTable{
    overflow-x: auto;
}

#experiment-table tr, #Table tr, #analysis-grid tr{
    background: #f5f5f5;
}

#experiment-table tr:hover, #Table tr:hover, #analysis-grid tr:hover {
    background: #fff;
}

#experiment-table td, #Table td, #analysis-grid td{
    color: #999999;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.experiment-note-wrapper,
.experiment-workup,
.purification-wrapper {
    padding: 10px;
    border-bottom: 2px solid #ebebeb;
}
.experiment-tlc, .experiment-intermediate {
    padding: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 2px solid #ebebeb;
}

.experiment-note-wrapper p,
.experiment-workup p,
.purification-wrapper p, .experiment-intermediate a {
    color: #999999;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

#eln_part_3_detail {
    cursor: move;
}

#assembly_setup_description li, .edit-assembly-wrapper {
    color: #999999;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    list-style-type: none;
}

.experiment-detail-content-label-input input::placeholder {
    color: #999999;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;

}

#add-tlc .experiment-detail-content-label-input .exp-default-template-content {
    overflow: scroll;
}

.template-content,
.template-title {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    list-style-type: none;
}

.yield-wrapper:hover,
.purity-wrapper:hover,
.experiment-weight:hover,
.experiment-note-wrapper:hover,
.experiment-workup:hover,
.purification-wrapper:hover, .experiment-tlc:hover, .experiment-intermediate:hover, .edit-assembly-wrapper:hover {
    background: #f5f5f5;
}

.yield-wrapper label,
.purity-wrapper label {
    margin-right: 29px;
}
.yield-wrapper.stored-value-wrapper label{
    margin-right: 39px;
}
.experiment-weight.stored-value-wrapper .percentage-level{
    margin-right: 27px;
}

#add-chemical .temp-input span {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #8c8c8c;
}

#add-chemical .experiment-detail-content-label-input input {
    margin-right: 11px;
}

.purity-wrapper label,
.yield-wrapper label,
.experiment-weight label {
    float: none;
}

.percentage-level {
    padding-left: 10px;
}
.purity-wrapper span, .experiment-weight span{
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #8c8c8c;
    padding-left:8px;
}
.experiment-radio-btn{
    display: inline-block;
}
.experiment-radio-btn input{
    height: auto !important;
}
.experiment-radio-btn input{
    font-family:none;
    padding:0px;
    min-width:0px;
    cursor: pointer;
}
.login-logo img{
    width: 150px;
}
#eln_part_3_detail{
opacity: 0;
}
#eln_part_3_detail.active{opacity: 1;}

.history-tabbing{
    float: left;
    width: 100%;
    margin-left: -260px;
    padding-left: 260px;
}
.history-table-content ins{
    text-decoration: none;
}
.experiment-popup .control-label{
    font-weight: 400;
    font-size: 15px;
}
.toggle-btn.tooltip{
    opacity: 1;
}
.show-form-field .toggle-btn.tooltip{
   display: none;
}

.sidebar-collapse .sidenav {
    margin-left: 50px;
}
.createEln.trash-icon-align{
    color: #999999;
    border: 2px solid #999999;
    border-radius: 50%;
    padding: 1px 3px;
    margin-top: 1px;
    margin-left: 4px;
}
.inner-reaction{
   display: inline-block;
    position: relative;
    cursor: pointer;
    width: max-content;
}
.inner-reaction-wrapper{
display: inline-block;
    position: relative;
}
.equation-arrow{
    position: relative;
}
.equation-arrow:before{
    content: '\f178';
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;

}
/* responsive */
@media screen and (max-width: 1199px) {
    .latest-version-wrapper {
        float: left;
        width: 157px;
    }
    .history-tabbing {
        float: left;
        width: 100%;
        margin-left: -157px;
        padding-left: 157px;
    }
    .history-reaction-wrapper {
        overflow: scroll;
        width: 450px;
    }
}

@media screen and (max-width: 1096px) {
    .latest-version-wrapper {
        float: none;
        width: 100%;
    }
    .history-reaction-wrapper {
        overflow: scroll;
        width: 500px;
        max-width: 100%;
    }

    .review-history-list {
        text-align: center;
    }
}

@media screen and (max-width: 1096px) {
    .tabbingBlock {
        font-size: 13px;
    }

    .review-history-tabbing-content-wrapper {
        padding: 10px;
    }
    .history-tabbing {
        float: left;
        width: 100%;
        margin-left: 0px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 979px) {
    .show-form-field {
        padding-left: 0px;
    }
    .history-reaction-wrapper {
        overflow: scroll;
        width: 300px;
        max-width: 100%;
    }
    .yield-wrapper label,
    .purity-wrapper label {
        margin-right: 10px;
    }

    .experiment-weight label {
        margin-right: 6px;
    }

    .experiment-table-wrapper {
        overflow-x: auto;
    }
    #experiment-details-tab .accordion-inner{
        overflow-x: auto;
    }
}

@media screen and (max-width: 767px) {
    .inner-review-history-wrapper {
        margin: 0px;
    }
    .history-table-content{
        padding: 0px;
    }
    .history-tabbing .history-table-content.reaction{
        overflow-x: auto;
    }
    #Table, #analysis-grid {
        width: 100%;
        margin-top: 20px;
    }

    .experiment-table-wrapper table td[data-label]:before {
        content: attr(data-label) ": ";
        color: #000000;
    }

    #experiment-table tr td {
        display: inline-block;
        width: 100%;
    }

    #experiment-table thead {
        display: none;
    }
    .experiment-radio-btn input{
        width:auto !important;
    }

    .yield-wrapper label,
    .purity-wrapper label {
        margin-right: 11px;
    }
    .assembly-setup-function .cmn-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0px;
}

    .experiment-weight label {
        margin-right: 6px;
    }

    .time-point-dropdown .cmn-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 34px;
        top: 0px;
        right: 0px;
    }

    .time-point-dropdown .feedback-client {
        min-width: 57px !important;
    }

    .review-history-eln-content-heading {
        margin-left: 23px;
    }

    .history-accordian {
        display: block;
    }

    .review-tabbing-wrapper {
        display: none;
    }

   

    .review-history-table tr {
        display: grid;
    }

    .review-history-table .history-title {
        width: 100%;
    }

    .yield-wrapper input,
    .purity-wrapper input,
    .experiment-weight input, .yield-wrapper input {
        min-width: 0;
        width: 86px;
    }

    .form-popup.chemical-form-popup {
        margin-top: -351px;
        width: 285px;
        margin-left: -141px;
    }

    .supp-form-button-wrapper .btn {
        font-size: 13px;
    }
}

/* review history  end*/

.adme-point-save-btn {
    text-align: right;
    float: none;
    margin-right:0;
}

.adme-request-wrapper .chemist-dropdownWrapper .cmn-dropdown .select2.select2-container {
    width: 215px !important;
}

.currency-container{
    position: relative;
    padding-left:15px;
}
.currency-container .currency-icon-wrapper{
    position: absolute;
    left:0;
    top:8px !important;
}
.currency-symbol.currency-container .currency-icon-wrapper{
    position: absolute;
    left:0;
    top:0px !important;
}
@media print {
 .input-val {display: none;}
 }


.sm-in-addition-section{
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px
}
.termination-clause{
    position: relative;
}
.termination-wrapper{
    position: relative;
    padding-right: 65px;
}
.termination-wrapper label, .termination-peroid-mainbox label{
    padding-left:0;
    color:#8c8c8c;
    font-weight: 400;
    font-size: 15px;
}
.termination-clause .terminate-dot{
    position: absolute;
    right: -4px;
    top: 14px;
    width: 8px;
    height: 8px;
    background: #e8e8e8;
    border-radius: 5px;
}
.termination-wrapper .terminate-month-text{
    position: absolute;
    right: 0;
    top:40px;
}
@media  all and (max-width:767px){
    .termination-wrapper .terminate-month-text{
        top:90px;
    }
    .termination-clause .terminate-dot{
        display: none;
    }
}
.business-developement h3{    
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    color: #87a878;
    font-weight: 500;
}
.arrival-input-wrapper{
    position: relative;
    padding:0 40px 0 60px;
    max-width: 165px;
}
.arrival-input-wrapper .arrival-targe-text, .arrival-input-wrapper .arrival-day-text{
    position: absolute;
    left: 0;
    top:7px;
}
.arrival-input-wrapper .arrival-day-text{
    left:auto;
    right:0;
}
.cda-section{
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
}
.arrival-days{
    padding: 0 12px;
    background:#f3f3f3;
    color: #87a878 !important;
    font-weight: 500;
    font-size: 14px;
    width:65px;
    height:34px;
    line-height: 34px;
    border-radius: 34px;}
.radio-input-val{
    display: none;
}
.jrsLastColumn{
    position: relative;
    padding-right:60px;
}
.radio-input-val{
    display: none;
}
.upload-image-preview .preview-img-loader{
        min-width: auto;
}
.upload-image-preview .preview-img-loader:before{
    z-index: 9;
}
.selected-yield{
    display: none;
}
 
#assembly_setup_description button, .edit-assembly-wrapper button{
   position: absolute;
    top: 0;
    right: 0;
    margin-top: -1px;
    outline: none;
    font-size: 18px;
    border: 2px solid #6d6b6b !important;
    padding: 0px 4px !important;
    border-radius: 50%;
    margin-top: 11px;
}
#assembly_setup_description li, .edit-assembly-wrapper{
    position: relative;
    border-bottom: 1px solid #e8e4e4;
    padding: 15px;
    
}
#assembly_setup_description ul{
        background: #f9f9f9;
        margin-bottom: 0px;
}
#assembly_setup_description p, .edit-assembly-wrapper p{
    word-break: break-all;
    padding-right: 40px;
    margin-bottom: 0px;
}
.analysisTdClass del{
    color: red;
}

.mce-content-body  p{
    color:#1a5ca0;
}
.assembly-setup-function .cmn-dropdown{
    width: 100%;
}
.experiment-intermediate a{
    font-weight: 600;
}
/* The container */
.chemical-radio {
 
    position: relative;
   
    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .chemical-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .chemical-checkmark {
    position: absolute;
    top: -5px;
    left: 3px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #87a878;
    border-radius: 50%;
  }
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .chemical-checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .chemical-radio input:checked ~ .chemical-checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .chemical-radio .chemical-checkmark:after {
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background:#87a878;
  }
  .tab-parent-block.error-page .tab-text{
      color: #f58888 !important;
  }
  .reaction-scheme-wrapper .editable-textarea{
      overflow: auto !important;
  }
 
  .abbreviationFormPopup .tox-tinymce{
    height: 300px !important; 
  }
  #abbreviation_form .abbreviationFormPopup{
      width: 600px !important;
      margin-left: -300px !important;
      z-index: 9991 !important;
  
  }
  @media  all and (max-width:767px){
    #abbreviation_form .abbreviationFormPopup{
      width: 285px !important;
      margin-left: -141px !important;
      }
      .abbreviationFormPopup .tox-tinymce{
        height: 450px !important; 
      }
  }
  .abbreviationFormPopup label{
      padding-left: 15px !important;
  }
  .abbreviationLabel{
      padding-top: 12px;
  }
  .abbreviation-notification{
      left: 109px !important;
  }
  .abbreviationDropdown a{
      cursor: pointer;
  }
.input-error{
  color:#f00;
}
  .project-conclusion-box .tox-tinymce{
      height: 450px !important;
  }
 
  .tox .tox-collection--grid .tox-collection__item{
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-radius: inherit !important; 
    padding:6px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
  }
  .tox .tox-collection__item-icon{
    height: auto !important;
    padding: 5px;
  }

  .tox .tox-collection--grid .tox-collection__item--active {
    background-color: #87a878 !important;
    color: #fff !important;
}
.tox .tox-menu.tox-collection.tox-collection--grid {
    padding: 0px !important;
}
  .mce-content-body p{
      display: inline-block;
  }
  .tox .tox-collection__item-icon{
      width: auto !important;
  }
.input-error{
  color:#f00;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 24px !important;
}
.barcode-id label{
    margin-right: -5px;
    padding-top: 6px;
}
  .abbreviationFormPopup h1{
    margin-top: 0px;
    margin-bottom: 20px;
  }
.abberiviation-table p{
    color: #999999;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    text-align: center;
    min-width: 130px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.abberiviation-table b{
    color: #999999;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px;
}
.create-new-experiment-information .cmn-dropdown .select2.select2-container{
    float:left;
}
.experiment-check{
    float: right;
}
.experiment-check i{
    position: relative;
    top: -27px;
    right: -28px;
    font-size: 20px;
    cursor: pointer;
}
.chemical-calculation .btn-group{
    float: right;
}
.create-new-experiment-information .create-new-experiment-eln-box .feedback-client{
    min-width: 240px;
}
@media  all and (max-width:979px){
    .create-new-experiment-information .create-new-experiment-eln-box .feedback-client{
        min-width: 100%;
    }
}
@media  all and (max-width:767px){
    .create-new-experiment-information .create-new-experiment-eln-box .feedback-client{
        min-width: 100%;
    }
}
.copy-experiment-icon i{
    color: #999999;
    font-weight: 600;
}
.history-reaction-wrapper{
    overflow: scroll;
    width: 500px;
}
.digital-reading-master .digital-reading-master-file{
    padding-left: 15px;
}
.related-experiment-table .multiRequest{
    margin-top: 7px;
    margin-left: 5px;
}
#experiment-details{
    margin-left: 25px;
}
.experiment-tab-parent  .save-request-next-btn-wrapper{
    margin-left: 25px;
}

.create-new-experiment-eln-box .feedback-client .form-group .exp-id{
    background-color: #d1d1d1;
}
