/* Created on : 19-Sep-2022, 5:41:52 PM Author : Tamminana Lakshmi */ @use 'variables' as *; .crs-div { .csrs-div-style { float:left; padding: 10px; } .csrs-div-style2 { float:left; padding: 10px; width: 100%; } .csrs-text-style { // display:inline-block; float:left; margin-top:8px; margin-right:40px; } .csrs-text-style2 { // display:inline-block; float:left; margin-top:8px; margin-right:30px; } .csrs-text-style3 { // display:inline-block; float:left; margin-top:8px; margin-right:21px; } .csrs-radio-style { float:left; margin-right: 5px; } .csrs-radio-text-style { float:left; } .csrs-select-style { margin-top: 5px; } .csrs-textbox-style { display:inline-flex; // display:inline-block; float:left; } .csrs-textbox-slash-style { // display:inline-block; float:left; } .csrs-textbox-select-style { padding:5px; } .no-ratio-style{ padding: 10px; clear:both; } .ccss-div-style{ margin-left: 70px; } .ccss-text{ margin-right: 5px; } .ccss-textarea{ margin-top: 10px; background-color: $purewhite; border-radius: 0; border: 1px solid $black!important; } .ccss-textarea:disabled { background-color: #f8f8f8; border-radius: 0; border: 1px solid $lightgrey5!important; } .vertical-line{ float:left; height:200px; width:15px; border-right:1px solid $lightgrey; } .vertical-line span{ display:block; background:white; padding:10px; margin: 80px -20px; z-index:10; } .bi-select-border{ border: 1px solid $lightgrey5 !important; width: 80px; } .warningClass { border: 1px solid $vividred !important; } .form-control { border-radius: 0; border: 1px solid $lightgrey4; height: 30px; font-size: 12px; background-color: $purewhite; } .form-control:disabled { border-radius: 0; border: 1px solid $lightgrey4; height: 30px; font-size: 12px; background-color: $lightgrey3; } } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; }