
.full_width
{
    width: 100%;
}
.full_width .fa
{
    color: white;
}
span.title_text {
    float: left;
}
div.dataTables_filter input
{
    height: 35px;
    max-width: 100%;
    margin: 1px 0;
    color: #454e59;
    border-color: #dae0e8;
    border-radius: 3px;
    /*display: block;*/
    width: 400px;

    height: 34px;
    /*padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,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;
}
div.dataTables_length label {
    font-weight: normal;
    float: left;
    text-align: left;
    padding: 10px;
}
div.dataTables_length select
{
    height: 35px;
    padding: 6px 8px;
    max-width: 100%;
    margin: 1px 0;
    color: #454e59;
    border-color: #dae0e8;
    border-radius: 3px;
    display: inline-block;
    /*width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,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;
}
.dataTables_wrapper > div:first-child
{
    border-top-width:0;
}
.dataTables_wrapper > div {
    background-color: transparent;
    padding: 5px;
    width: auto;
    border:none;
    border-top-width: 0;
}
.dataTables_filter
{
    padding-bottom: 10px;
}
div.dataTables_filter label
{
    padding-bottom: 10px;
}
.dataTables_paginate  {
    display: inline-block;
    /*padding-left: 0;*/
    margin: 20px 0;
    border-radius: 4px;
}
.dataTables_paginate a{
    /*float: left;*/
    padding: 6px 16px;
    text-decoration: none;
    cursor: pointer;
    /*font-size: 18px;*/
    border: 1px solid antiquewhite;
    display: inline-block;
}
.dataTables_paginate  {
    padding: 20px !important;
}
.dataTables_paginate .ellipsis{
    padding: 6px;
    border: 1px solid antiquewhite;
}
.dataTables_paginate .paginate_button.current{
    background-color: red;
    color: white;
}
.dataTables_wrapper > div{
    background-color: #fff;
    border: 0;
}
.d-none{
    display: none;
}
.no-padding {
    padding: 0px;
}
ul.dropdown-menu_data {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 130px;
    /*padding: 5px 0;*/
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.dropdown-menu_data
{
    min-width: 180px;
    padding: 0;
    font-size: 14px;
    border-color: #dae0e8;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    display: block;
}
.dropdown-menu_data > li > a {
    display: inline-flex !important;
}
.dropdown-menu_data
{
    padding: 10px;
}
.dropdown-menu_data a:hover i {
    opacity: 1;
}
.dropdown-menu_data i {
    opacity: 1;
}
.dropdown-menu_data .deleteproduct i {
    color:white;
}
.dropdown-menu_data .editproduct i {
    color:white;
}
@media (max-width: 767px) {
    .list_for_pc{
        display: none;
    }
    .sm-flex-column {
        flex-direction: column !important;
    }
    .sm-align-items-start {
        align-items: start !important;
    }
        
}
@media (min-width: 767px) {
    .list_for_mobile{
        display: none;
    }
    
}

.dropdown_option_mobile a .fa{
    float: right;
    font-size: 20px;
}
.dropdown_option_mobile .btn{
    float: right;
}
.drop_divider
{
    border-top: 1px solid #ddd;
}
.drop_common_div {
    display: flow-root;
    margin: 0px;
    padding: 4px;
    /*border-bottom: 1px solid #ddd;*/
    clear: both;
}
.drop_common_div {
    /*box-shadow: 1px 1px 1px 1px #ddd;*/
}
.drop_common_div .btn
{
    margin:0px !important;
}
.dropdown_tile_for_mobile .dropdown_option_mobile
{
    /*right: 0px;*/
    left: unset;
    /*width: 200px;*/
}
.lot_section_tile_view
{
    padding: 10px;
    /*border: 1px solid;*/
    /*border-color: #ddd;*/
    margin-bottom: 5px;
    font-weight: bold;
    /*width: 300px;*/

}
.dropdonw_toogle_btn
{
    position: relative;
    /*top: -2px;*/
}
@media screen and (max-width: 768px) {
    .dropdown_tile_for_mobile .dropdown_option_mobile
    {
        /*right: -21px !important;*/
    }
    .dropdown_tile_for_mobile .dropdown_option_mobile {
        width: auto !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .lot_section_tile_view_new
    {
        font-size: 16px;
        font-weight: bold;
        border: 1px solid black;
        width: fit-content;
        min-width: 173px !important;
    }
    /* .dropdown_tile_for_mobile .dropdown_option_mobile
     {
         right: -32px !important;
     }*/
    .dropdown_tile_for_mobile .dropdown_option_mobile {
        width: auto !important;
    }

}
@media screen and (min-width: 992px) {
    /*.dropdown_tile_for_mobile .dropdown_option_mobile
    {
        right: -55px !important;
    }*/
    .lot_section_tile_view_new
    {
        width: fit-content;
        min-width: 200px !important;
    }
}
@media screen and (min-width: 1280px) {
    /*.dropdown_tile_for_mobile .dropdown_option_mobile
    {
        right: -56px !important;
    }*/
    .lot_section_tile_view_new
    {
        width: fit-content;
        min-width: 200px !important;
    }
}
.action_span
{
    display: inline-flex;
    margin-left: 10px;
    float: right;
    top: 2px;
}
.lot_section_tile_view_new
{
    font-size: 16px;
    font-weight: bold;
    border: 1px solid black;
    width: fit-content;
    /*min-width: 200px;*/
    min-width: 100%;
    /*line-height: ;*/
}

.dropdown_tile_for_mobile .fa-ellipsis-v{
    font-size: 16px;
}
.datatable_c_lot
{
    line-height: 2.2;
}

.dropdown_tile_for_mobile .action_span{
    float: right;
}
/* tr td:nth-child(2)
{
    width: 50%;
} */
.lot_section_tile_view_new
{
    cursor: pointer;
}
.lot_section_tile_view
{
    display: none;
}
.view_on_show_more{
    display: none;
}
.view_option
{
    /* border: thin solid #ddd; */
    width: fit-content;
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
}
.view_option .active
{
    background: #ddd;
    border: thin solid #ddd;
}
.custom-condensed, .custom-tiles
{
    width: fit-content;
    padding: 12px;
    background: white;
    border: thin solid #ddd;
}
.datepicker-days tr td:nth-child(2){
    width: unset !important;
}
.display_none{
    display: none;
}
.full-width{
    width: 100% !important;
}
.attachment_list_container{
    /*display: inline-block;*/
    overflow-x: scroll;
}
.attachment_list_container .attachment_list{
    clear: both;
    display: inline-flex;
    min-width: 100%;
    padding: 10px;
}
.attachment_list_container .attachment_list .image_box{
    padding: 2px;
    width: 151px;
    height: 151px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #d4d4d4;
    justify-content: space-around;
    position: relative;
}
.attachment_list_container .hiw_img{
    width: 150px;
    height: auto;
    max-height: 145px !important;
    border: none !important;
    object-fit: contain;
    cursor: pointer;
}
.attachment_list_container .delete_image{
    position: absolute;
    top: 3px;
    right: 10px;
    color: red;
}
.attachment_list_container .delete_image:hover,.delete_image:active{
    color: red !important;
}
.bluebtn{
    color: #fff;
    background-color: blue;
    border-color: blue;
}
.bluebtn:hover,.bluebtn:active,.bluebtn:focus{
    background-color: darkblue;
    border-color: darkblue;
    color: #ffffff !important;
}
.clearfix{
    clear: both;
}
.checkbox_inline{
    display: inline-flex;
    align-items: center;
    padding: 10px;
    gap: 10px;
}
.checkbox_inline .checkbox,.checkbox_inline label{
    margin:0px !important;
}
input:focus + .mlabel {
    color: #333333;
    top: 0;
    transform: translateY(-50%) scale(.9);
}

.mlabel {
    position: absolute;
    font-size: 1rem;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    color: gray;
    padding: 0 0.3rem;
    margin: 0 0.5rem;
    transition: .1s ease-out;
    transform-origin: left top;
    pointer-events: none;
}
.select_box_div .mlabel {
    position: absolute;
    font-size: 1rem;
    left: 20px;
    top: 8%;
    transform: translateY(-50%);
    background-color: white;
    color: gray;
    padding: 0 0.3rem;
    margin: 0 0.5rem;
    transition: .1s ease-out;
    transform-origin: left top;
    pointer-events: none;
}
.form-error{color: #de815c}

.form-control.valid{color :#454e59 !important; padding:6px 8px}
.table thead > tr > td,
.table thead > tr > th{
    font-size: 15px;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
	    /* border-left: 2px solid #dae0e8; */
    border-bottom: white !important;
}

.table tbody > tr > td{
    padding-top:2px;
    padding-bottom:2px;
}
.grid-view .btn-sm{
    padding: 3px 8px;
}
.filters .input-sm{
    height: 30px;
}
.open_camera .fa-camera{
	color: black;
}
.image .fa-picture-o{
	color: black;
}


@media all and (min-width:960px) and (max-width: 1024px) {
  /* put your css styles in here */
}

@media all and (min-width:801px) and (max-width: 959px) {
  .mobile-hide-show
    {
        display: none;
    }
}

@media all and (min-width:769px) and (max-width: 800px) {
  .mobile-hide-show
    {
        display: none;
    }
}

@media all and (min-width:569px) and (max-width: 768px) {
  .mobile-hide-show
    {
        display: none;
    }
}

@media all and (min-width:481px) and (max-width: 568px) {
  .mobile-hide-show
    {
        display: none;
    }
}

@media all and (min-width:321px) and (max-width: 480px) {
  .mobile-hide-show
    {
        display: none;
    }
}

@media all and (min-width:0px) and (max-width: 320px) {
  .mobile-hide-show
    {
        display: none;
    }
}


.mcontainer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.material-textfield {
  position: relative;  
}

.mlabel {
  position: absolute;
  font-size: 1rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  color: gray;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: .1s ease-out;
  transform-origin: left top;
  pointer-events: none;
}

input:focus {
  border-color: #333333;  
}
input:focus + .mlabel {
  color: #333333;
  top: 0;
  transform: translateY(-50%) scale(.9);
}
input:not(:placeholder-shown) + .mlabel {
  top: 0;
  transform: translateY(-50%) scale(.9);
}


.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fdc11f;
    background-color: #ffffff;
    border-color: #fdc11f;
    cursor: default;
	border: 1px solid #fdc11f !important;
}


.pagination > li > a, .pagination > li > span {
    font-weight: 500;
    color: #59626a;
    margin-left: 5px;
    margin-right: 5px;
    /* border: none !important; */
    border-radius: 0px !important;
    background: transparent; 
	border: 1px solid #d4dbe3 !important;
}

.pager > li > a:hover, .pagination > li > a:hover {
    background-color: #fdc11f9e;
    border-color: #fdc11f9e;
    color: #ffffff;
} 
 
 
 /*BUTTONS*/
 .btn {
	     padding: .25em .5em !important;
 }
 
 .btn-primary {
    background-color: #3f729b;
    border-color: #3f729b;
	color: #ffffff !important;
}
.btn-primary:hover {
  background-color: #4CAF50; /* Green */
  color: white;
}
 
  .btn-primary-outline {
    background-color: #ffffff !important;
    border-color: #3f729b !important;
	color: #3f729b !important;
	padding: .25em .5em !important;
}
 
.btn-primary-outline:hover {
    background-color: #3f729b !important;
    border-color: #3f729b !important;
	color: #ffffff !important;
}
 
 .btn-info {
    color: #fff !important;
    background-color: #3a42a5 !important;
	border-radius: 0px !important;
	border: 0px solid #fdc11f !important;
}
.btn-info:hover {
  background-color: #4CAF50!important;  /* Green */
  color: white !important;
}

 .btn-info .outline{
    color: #fff;
    background-color: #ffffff !important;
	border-radius: 0px !important;
	border: 1px solid #3a42a5 !important;
}



/* LAYOUT */
body {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}

 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;800&display=swap');
 

/* font sizes for labels */
label {

    font-size: .9em;
}

.no-padding{
    padding: 0px !important;
}
.text_left{
    text-align: left !important;
}
.show_step_in_ol{
  list-style-type: none;
  counter-reset: elementcounter;
  padding-left: 0;
}
.show_step_in_ol > li:before {
  content: "Step " counter(elementcounter) ". ";
  counter-increment: elementcounter;
  font-weight: bold;
}
.show_hide_link{
  float: right;
}
.show_hide_panel{
  cursor: pointer;
  font-weight: bold;
}
.display_none{
  display: none;
}
.clearfix{
  clear: both;
}
.error_summary{
  color: red;
}
.info_icon {
    text-align: center;
    /* border: 0.5px solid cornflowerblue; */
    border-radius: 50%;
    padding: 4px;
    background: cornflowerblue;
    width: 18px;
    font-size: 10px;
    height: 18px;
    color: white;
    position: relative;
    top: -2px;
    left: 3px;
}
#notes_modal .close{
  opacity: 0.5;
  font-size: 30px;
}
#notes_modal .modal-title{
  font-weight: 500;
}
.neon_purple_btn{
  border-radius: 3px;
  color: white !important;
  font-weight: bold;
  background: #B026FF;
  border-color: #B026FF;
}
.neon_purple_btn:hover {
  border-radius: 3px;
  color: white !important;
  font-weight: bold;
  background: #BF40BF;
  border-color: #BF40BF;
}
.neon_purple_btn:active,.neon_purple_btn:focus {
  border-radius: 3px;
  color: white !important;
  font-weight: bold;
  background: #BF40BF;
  border-color: #BF40BF;
}
.ajax-error{
    margin-top: 8px;
    color: red;
    font-weight: 400;
    font-style: italic;
}
.close_modal_btn_v{
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    border: none;
}
.info_note{
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
    margin-bottom: 15px;
    padding: 4px 12px;
}
.CReadMoreRemainingText{
    display:none;
    margin-left: -4px;
}

.CReadMore{
    background:lightblue;
    color:navy;
    font-size:13px;
    padding:3px;
    cursor:pointer;
}
.origin_title_label{
    color: #397ebb;
    font-size: 13px;
}
.origin_title_text{
    color: gray;
    font-size: 13px;
    margin-bottom: 15px;
}
.original_title_view_div{
    margin-bottom: 10px;
}
/* .character_counter_span{
    float: right;
} */
.select2-container.select2-with-checkbox {
    width: 100% !important;
}
.select2-with-checkbox .select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.select2-with-checkbox .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 23px;
    width: 25px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-with-checkbox .select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 4px;
}

.select2-with-checkbox.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-with-checkbox.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-with-checkbox.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-with-checkbox.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-with-checkbox.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

.select2-with-checkbox.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select2-with-checkbox.select2-container--open .select2-dropdown--below {

    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}

.select2-with-checkbox .select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

/* select with icons badges single*/
.select2-with-checkbox .select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select2-with-checkbox .select-icon .placeholder {
    display: none;
}

.select2-with-checkbox .select-icon .select2-results__option:before,
.select2-with-checkbox .select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}

.select2-with-checkbox .select-icon .select2-search--dropdown {
    display: none;
}
.select2-with-checkbox .select2-container--default .select2-search--inline .select2-search__field{
    margin-left: 5px;
}
.d-flex{
    display: flex;
}
.align-items-center{
    align-items: center;
}
.flex-wrap{
    flex-wrap: wrap;
}
.gap-10px{
    gap:10px;
}
.mb-15px{
    margin-bottom: 15px;
}
.cke_dialog{
    width: 50% !important;
    /* left: revert-layer !important; */
    box-shadow: -1px 10px 19px 12px gray;
}
.cke_dialog_tab{
    display: none;
}
.cke_reset_all{
    float: right;
}
.gridview_filter_box{
    border: 2px solid #d4d4d4;
    border-radius: 5px; 
}
.filters .select2-container{
    border: 1px solid #d4d4d4;
    border-radius: 5px;
}
.unreadMsgCount {
    color: white;
    background: red;
    padding: 0px;
    border-radius: 50%;
    /* width: 10px !important; */
    /* height: 5px; */
    padding: 1px 7px;
    margin-left: 11px;
    border-radius: 10px;
}
.required_label{
    color:red;
}
.select2-container{
    max-width: 100%;
}   
.imgbox_viewmodal_hide_bullets{
    display: flex !important;
    flex-direction:row !important;
}
.imgbox_viewmodal_hide_bullets .delete_img{
    right:13px !important;
    top: 12px !important;
    border-radius: 3px !important;
}
.justify-content-end{
    justify-content: end;
}