* {
    margin: 0;
    padding: 0;
}

/* Add margin and padding for unordered lists within the ck-editor class */
.ck-editor ul {
    margin: 1em 0; /* Add vertical space around the list */
    padding-left: 1.5em; /* Indent the list items */
}

/* Add margin and padding for ordered lists within the ck-editor class */
.ck-editor ol {
    margin: 1em 0; /* Add vertical space around the list */
    padding-left: 1.5em; /* Indent the list items */
}

/* Add margin and padding for list items within the ck-editor class */
.ck-editor li {
    margin-bottom: 0.5em; /* Add space between list items */
    text-indent: -1.5em; /* Negative indent to pull the bullet back */
    padding-left: 1.5em; /* Indent the text */
}

html,
body {
    margin: 0;
    padding: 0;
    background: #f7f7f7;
}


/*dashborad*/
.header{
    background: #ffffff;    
    position: fixed;
    width: 100%;
    z-index: 100;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.05);
}
.logo-dashboard{
    width:265px;    
    float: left;
    height: 68px;
}
.logo-dashboard img{
    padding: 5px 10px;
    
}
.menu-btn{
    width: 50px;
    padding: 13px;
    color: #989898;
    float: left;
    font-size: 20px;
    cursor: pointer;
}
.menu-btn:hover{   
    color: #333;
}


.logout{
    padding: 30px 35px;
    float: right;
	padding: 10px;
    display: inline-flex;
}
.logout p{
	font-size:16px;
	color:#252d36;
	margin: 10px;
}
.logout img{
    cursor: pointer;
}

.search-btn{
	float:right;
	width:220px;
	padding-top:10px;
	position:relative;
}
.search-btn input{	
	background:#f7f7f7;
	border-radius:20px;
	border:0;
	padding:0px 0 0 40px;
	height:40px;
}
.search-btn .fa-search{
	position:absolute;
	left:15px;
	top:22px;
	color:#6b6b6b;
}


.body-section{
    position: relative;    
}
.nav-section{
    background: #001376;
    padding:20px 0;
    width: 270px;
    position: fixed;
    top: 62px;
    left: 0;
    bottom:0;
    overflow-y:auto;
}
.profile-img-nav{
	float:left;
}
.profile-nav-content{
	float:left;
	padding-left:20px;
}
.profile-section{
    padding: 20px;
    text-align: left;
    color:#fff;
}
.profile-section h2{
    font-size: 20px;
	font-weight:normal;
}
.profile-section p{
    font-size: 16px;
}
.profile-section .btn{
    border:1px solid #fff;
    background: #0092ff;
    border-radius: 15px;
    color:#fff;
    padding: 3px 10px;
}
.navdiv ul{
    padding:0;
    margin:0;
}
.navdiv ul li{
    list-style: none;
    padding:15px 0;
}
.navdiv ul li a{
    color:#fff;
    padding:15px;
    font-size: 15px;
}
.navdiv ul li a .fa{
    font-size: 24px;
}

.navdiv ul li a:hover{
    text-decoration: none;
}
.navdiv ul li a span{
    padding: 10px;
    vertical-align: text-bottom;
}
.navdiv ul li a img{
    vertical-align: unset;
    border-style: none;
}


.active{
    background: #fff;
    border-left:3px solid #ee8f2a;
    }
.active a{
    color:#000e5d !important;
}
.mid-right{
    padding: 62px 0px 20px;
    width:calc(100% - 268px) ;
    margin-left: 268px;
}
.white-box{
    padding: 45px 30px 0;
    min-height:calc(100vh - 145px);
}
.white-box h1{
    font-size:24px;
    color:#000;
    font-weight: 400;
    padding:20px 0;
    font-weight: 500;
    margin:0;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 15px;
}
.white-area{
    background: #fff;
    padding: 25px;
    margin-bottom: 25px;
}
.change-area{
    padding: 25px;
    margin-bottom: 25px;
}
.change-area h2{
    font-weight: 400;
    font-size:24px;
    color:#000;
    padding-bottom: 15px;
    margin:0;
}
.white-area h2{
    font-weight: 400;
    font-size:24px;
    color:#000;
    padding-bottom: 15px;
    margin:0;
}

.add-btn{
    border-radius: 5px;
    background: #0092ff;
    color:#fff;
    padding:8px 15px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.border-bottom{
    border-bottom:1px solid #e7e7e7;
}
.margin-top{
    margin-top: 40px;
}
.image-box{
    background: #fff;
    border:1px solid #dfdfdf;
    min-height: 280px;
    margin-bottom:25px;
    text-align:center;
}
.image-box img{
    padding: 15px 15px 5px;
    /*width:100% !important;
    height:150px;*/
    max-width: 100%;
    margin-bottom: -18px!important;
}
.small-img img{
/*height:120px;*/
}
.img-div-s{
    height:150px;
    display: table-cell;
    vertical-align: middle
}

.a-text-heading{
    font-size:12px;
}

.image-box h3{
    font-size: 16px;
    font-weight: normal;
    padding: 5px;
    text-align:center;
    overflow: hidden;
    max-height: 4.4ch;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.toggled-width{
    width:60px;
}

.toggled .nav-section{
    width:60px;
}
.toggled .profile-section{
    display:none;
}
.toggled .navdiv ul li span{
    display:none;
}
.toggled .mid-right{
    width:calc(100% - 60px);
    margin-left:60px;
}
.footer{
    text-align: center;
    padding: 20px 0 0;
    color: #a9a9a9;
    border-top: 1px solid #dedede;
}
.logout-mobile{
    display: none;
}
.add-btn-right{
	text-align:right;
}
.margin-b30{
    margin-bottom: 30px;
}
.margin-t20{
    margin-top: 20px;
}


#breadcrumbDiv .breadcrumb{
    margin-bottom:0;
}

#breadcrumbDiv ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #ebebeb;
    margin:0;
    border-radius: 0;
    width: 80%;

}
#breadcrumbDiv ul.breadcrumb li {
    display: inline;
    font-size: 15px;
}
#breadcrumbDiv ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
#breadcrumbDiv ul.breadcrumb li a {
    color: #0690f3;
    text-decoration: none;
}
#breadcrumbDiv ul.breadcrumb li a:hover {
    color: #0690f3;
    text-decoration: none;
}

#breadcrumbDiv {
    position: fixed;
    min-width: 100%;
    z-index: 9;
    background-color: #ebebeb;
}




.dropbtn:hover, .dropbtn:focus {
    background-color: #fff;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-top: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 220px;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.05);
    z-index: 1;
    left: -175px;
    max-height:300px;
    top: 50px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.products-categories .image-box{
    margin-bottom: 25px;
}


/*2018-08-30*/
.table-inner-form tbody tr th, .table-inner-form tbody tr td{
    border-bottom:0;
    border-top:0;
}
.table-inner-form tbody tr th{
    width:200px;
}
.width-500{
    width: 500px !important;
    text-align: left !important;
}
.width-520{
    width: 520px !important;
    text-align: left !important;
}
.width-464{
    width: 464px !important;
    text-align: left !important;
}
.width-440{
    width: 440px !important;
    text-align: left !important;
}
.summary-head{
    padding: 7px;
    text-align: left !important;
    background: #ebebeb;
}

.table-inner-form tbody tr td input[type="text"],
.table-inner-form tbody tr td input[type="email"],
.table-inner-form tbody tr td input[type="password"],
.table-inner-form tbody tr td input[type="number"],
.table-inner-form tbody tr td input[type="tel"],
.table-inner-form tbody tr td select
{
    display: 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,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.table-inner-form tbody tr td textarea{
    width: 100%;
    height:100px;
    overflow:auto;
    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,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.table-inner-form tbody tr td .bootstrap-select {
    width: 100% !important;
}
.margin-t30{
    margin-top:30px;
}
.mid-content-area{
    min-height:100vh;
}
.btn-submit{
    background:#ee8f2a;
    border-color:#ee8f2a;
    color:#fff;
    font-size:16px;
}
.btn-submit:hover{
    background:#e4821a;
    border-color:#e4821a;
    color:#fff;
    font-size:16px;
}
.margin-r10{
    margin-right:10px;
}

.show-tick .btn{
    max-width:560px;
    height:auto;
}
.show-tick .btn:hover{
    background:none;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    white-space:normal;
}

#add-document-button, #add-support-bulletin-button{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    background:#09a3ee;
    color:#fff;
    margin-top:10px;
    /*margin-left:10px;*/
    }
/*#add-support-bulletin-button{
width:60%;
}*/
div.cke_ltr{
    width:100% !important;
}
.link-text a{
    font-size:16px;
    /*color:#4e93f2;*/
}

#attached-documents-list li{
    list-style:none;
}
#related-products-list li{
    list-style:none;
}
.ms-container{
    background: transparent url(../images/switch.png) no-repeat 50% 50%;
    width:100%;
}


/*2018-09-04*/
.new-record{
    background:#109bef;
    border-color:#109bef;
    color:#fff;
    margin-bottom:15px;
    }
.new-record:hover{
    background:#0d88d2;
    border-color:#0d88d2;
    color:#fff;
    }
.new-record:focus{
    background:#0d88d2;
    border-color:#0d88d2;
    color:#fff;
    }

#related-products-list a{
    text-decoration:none;
}
/*2018-09-16*/
.description{
    margin-top:15px;
}
.search-category-table input[type="search"]{
    display: 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,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.content-area-box{
    border:1px solid #ececec;
    padding:20px;
}
/*dashborad end*/

/*login-page*/
.login-bg{
    background:url(../images/login-bg.png);
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    padding:50px 0 55px 0;

}
.login-white-area{
    width:400px;
    padding: 50px 30px;
    background:#fff;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.login-white-area p{
    margin:35px 20px;
}


.login-white-area label{
    color:#000;
    text-transform:uppercase;
    font-size:12px;
    width:100%;
    display:block;
}
.login-white-area input{
    border:1px solid #333;
    padding:10px;
    color:#000;
    border-radius:0;
    background:#fff;
    width:100%;
    }
.login-btn{
    border-radius:0;
    background:#001376;
    padding:7px 15px;
    color:#fff;
    font-size:18px;
}
.login-btn:hover{
    color:#fff;
}

.signup-white-area{
    height:100%;
    padding: 50px 30px;
    background:#fff;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.signup-white-area input{
    border:1px solid #333;
    padding:10px;
    color:#000;
    border-radius:0;
    background:#fff;
    width:100%;
    }

 .signup-white-area select{
    border:1px solid #333;
    padding:10px;
    color:#000;
    border-radius:0;
    background:#fff;
    width:100%;
    }

@media (max-width:768px) {

/*dashboard */
    .logo-dashboard {
        width: auto;
        float: left;
    }
    .nav-section{
        display: none;
    }
    .nav-section{
        display: none;
    }
    .mid-right{
        width: 100%;
        margin-left: 0;
    }
    .toggled .nav-section{
        width:54px;
        display: block;
        z-index:99;
    }
    .toggled .profile-section{
        display:block;
    }
    .toggled .navdiv{
        display:block;
    }
/*dashboard end*/

}

@media (max-width:767px) {

/*dashboard*/
    .nav-section {
        top: 80px;
		position: absolute;
    }
    .menu-btn{
        float: right;
        margin-right:40px;
    }
    .white-box h1 {
        text-align: center;
        font-size: 20px;
        padding: 10px 0;
    }
    .logout-mobile{
        display: block;
    }
	.add-btn-right{
		text-align:center;
	}
	.profile-img-center{
		text-align:center;
		border-bottom:1px solid #f7f7f7;
		padding-bottom:25px;
		margin-bottom:20px;
	}
	.search-btn {
		float: right;
		width: 100%;
		padding-top: 0;
		position: relative;
	}
	.search-btn input{border-radius: 0;}
	.search-btn .fa-search{top: 13px;}
	.white-box {
		padding: 45px 15px 0;
	}
	.col4-width .col-md-4 {
		border-left: 0 !important;
	}
	.footer{
		padding: 20px 15px 0;
		font-size: 14px;
	}

}
.list-hd {
    background: #ebebeb;
    padding: 12px;
    width: 100%;
    font-size: 14px;
    height: 39px;
}
.list-style {
    margin-left: 2rem !important;
    padding: .5rem 0;
}
.col4-width .col-md-4{
	    /* max-width: 32.333333%; */
		border-left: 1px solid #dee2e6;
		/* margin-left: 10px; */
}


  .top-sec{
    background-color:#ebebeb;
        padding: 25px 0px;
        margin-bottom:25px;
  }

  .icons em{
    padding-left:10px;
    font-size:18px;
  }

  .list-doc{
    height:150px;
    max-height:300px;
    overflow-y:auto;
    overflow-x:hidden;
  }

  .loader-img {
    height: auto;
    width: 130px;
    top: 50%;
    position: fixed;
    left: 50%;
    z-index: 10;
}
.errorlist{
    list-style: none;
    color: red;
    margin: 10px;
}
.required-span{
    color: red;
}
.li-heading.active{
    border-left: None;
}
.white-a{
    color:#fff;
}

/* Public and dealer slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.pslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.pslider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 19px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .pslider {
  background-color: #0B7A1F;
}

input:focus + .pslider {
  box-shadow: 0 0 1px #0B7A1F;
}

input:checked + .pslider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.pslider.round {
  border-radius: 34px;
}

.pslider.round:before {
  border-radius: 50%;
}

/* Css for Public and Private Toggle Button */

.public-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 46px;
  height: 17px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.public-slider:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .public-slider {
  background-color: #0B7A1F;
}

input:focus + .public-slider {
  box-shadow: 0 0 1px #0B7A1F;
}

input:checked + .public-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.public-slider.round {
  border-radius: 34px;
}

.public-slider.round:before {
  border-radius: 50%;
}


.loader-img-list {
    height: 39px;
    float: right;
    width: 65px;
}

.ui-sortable-handle{
    list-style:None
}
/*.ui-state-highlight{
    width:250px;
    background-color:yellow;
    min-height:200px;
}*/
.li-heading{
    margin-top:20px;
}
.white-area .nav-tabs
{
    margin-top:-15px;
}
/*
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0px !important;
    background: transparent !important;

}
*/
.sortable-placeholder{
    height: 270px;
    background-color:lightblue!important;
    list-style:None;
}

.set-max-width{
    margin-bottom:20px;

}

.media-box{
    background: #fff;
    border:5px solid #dfdfdf;
    height: 150px;
    margin-bottom:25px;
    text-align:center;
    padding:0px;
}
.media-box img{
    padding: 0px;
    max-width: 100%;
    margin-bottom: 10px;
    max-height: 135px;
}

.media-box-serial img{
    padding: 0px;
    max-width: 100%;
    margin-bottom: 10px;
    /*max-height: 300px;*/
}
.dropzone {
    width: 150px!important;
    height: 135px!important;
    display: table-cell;
    vertical-align: middle;
}
.nniicc-dropzoneParent{
    margin:0px!important;
}
.dropzone-plus{
    font-size: 61px;
}
.progress{
    width: 150px!important;
}

.media-box.selected{
    border: 5px solid blue;
}
.delete-image{
    float:right;
    font-size:30px;
    margin:-20px -8px -18px 0;
    display:none;
    color:#f11f1fb3;
    cursor:pointer;
}

.image-error{
    color:red;
    font-weight:normal;
    display:none;
}

/*  Slider css for Product section and Part section and Position the image
container (needed to position the left and right arrows) and Hide the images by
default */
.mySlides {
  display: none;
  text-align:center;
}
.mySlides {
  display: none;
  text-align:center;

}
.mySlides img{
/*position: absolute;*/
    right: 0;
    left: 0;
    top: 0;
    /* bottom: 0; */
    margin: auto auto;
}
/* Next & previous buttons */
.prev_s,
.next_s {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background: #0000001c;
}
/* Position the "next button" to the right */
.next_s {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev_s:hover,
.next_s:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Add a transparency effect for thumnbail images */
.slider_Nav {
  opacity: 0.6;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #2220;
  padding: 2px 16px;
  color: white;
}
.active,
.demo:hover {
  opacity: 1;
}
.imageSlideContain{
 display:flex;
 vertical-align:middle;
 height: 100%;
}

.slider_Nav{
border: 1px solid #00000030;
    background: #f7f7f7;
    text-align: center;
    display: inline-block;
    float: none;
    margin: 0px -2px;
}
.slider_Nav img{
/*position: absolute;*/
    right: 0;
    left: 0;
    top: 0;
    /* bottom: 0; */
    margin: auto auto;
    max-width: 100%;
}

#img_contain_div .row{

text-align:center;
}


.image-box img{
    max-width: 100%;
max-height:215px;
}

/*.ui-sortasble .media-box .img-div-s{
display:block;}*/

#attached-related-list .list-style{
 float:left;
}

#attached-related-list ul{
     margin-left: 2rem !important;
}

#attached-related-list ul li{
            padding-right: 2em;
}

.toggle_child_show{
 background-color:#f7f7f7;

}
.toggle_child_hide{
  display:none;
}

.sorting_asc_column{
    background-image: url(/static/support_site/images/sort_asc.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
}

.sorting_desc_column{
    background-image: url(/static/support_site/images/sort_desc.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
}

.serial_numbers-table-li {

    margin-left: 5%;
    list-style: none;

    padding: 5px;
}


#serial_number_list td p{

        padding-top: 5px;
    border-bottom: 1px solid #8080801c;
}


.serial-steps-table-li{
    margin-left: 3%;
    list-style: none;
    padding: 5px;
}

#steps-table td button{
    margin-right: 0.5%;
}

.serial_numbers-table-li ul{
    margin-top: 5px;
    }
.serial_number_list_span{

    padding: 12px;
}

#serial_numbers-table button{
     margin-right: 4px;

}

#sales_order_list .toggle_child_show{
    margin-top: 10px;
}

/* css for Step's List*/

.list-load-button{
     margin-right: 4px;
}


.listing-table-image{
    max-width: 120px;
    max-height: 120px;

}

.image-data-column{
    text-align:center;

}

.component-search-btn{
float:right;
}

.component-search-name{
float:right;
}

.dataTables_empty {
    text-align: center;
}

.qr_only_label tr td img{
  margin:auto;
}

#system-name1{
    font-weight: 400;
    font-size: 24px;
    color: #000;
    margin: 0;
    padding-bottom: 0px;
}

.sales-detail-th th{
 width: 20%;

}

.sales-detail-th ul{
list-style: none;

}

.notification {
  background-color: #ebebeb;
  color: #001272;
  text-decoration: none;
  padding: 2px 15px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.notification:hover {
  background: red;
  color: #ebebeb;
}

.notification .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background: red;
  color: white;
}

.st_calc_table td{
border: 1px solid #ddd0!important;
}

.st_cls_levels{
    width: 33%;
    margin-bottom: 5px;
    margin-left: 2px;
    float: left;
}

.st-level-btn-left{
    margin-left: 4%
}

.st-level-p-left{
    margin-left: 3%
}
.st-opt-p-left{
    margin-left: 6%
}
.st-opt-a-left{
    margin-left: 10%
}

span.error_list_serial,span.error_list_phone,span.error_list_psn,
span.error_list_description,span.error_list_problem {
    color: red;
}
.custominput{
    border:none !important;
    background:transparent;
    outline: none !important;
    width: 180px;
}

.test {
    position: relative;
}

.test p{
    position: absolute;
    right: 61%;
    top: 8px;
}

/* Document type checkbox */
.checkbox-list {
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-menu {
    width: 250px; /* Adjust the width as needed */
}

    /* Sorting on Documents page */
th.sortable::after {
    content: ' \25B2'; /* Unicode for upwards arrow as a default */
    opacity: 0.5; /* Make it less prominent */
}

th.sorting_asc::after {
    content: ' \25B2'; /* Unicode for upwards arrow */
    opacity: 1; /* Make it prominent */
}

th.sorting_desc::after {
    content: ' \25BC'; /* Unicode for downwards arrow */
    opacity: 1; /* Make it prominent */
}

/* Validation error message for invalid inputs */
.error-message {
color: red;
font-size: 0.875em;
}

.listing-table-thumbnail-image{
    max-width: 100px;
    max-height: 75px;

}

.listing-table-medium-image{
    max-width: 230px;
    max-height: 150px;

}

.listing-table-large-image{
    max-width: 600px;
    max-height: 350px;

}
