.viewableCategories .choice{margin:0 5px 5px 0; }
/* Container for spreading checkboxes over multiple columns */
.choice-container {
    height: auto;         /* Fix the height of the container */
    column-count: 3;       /* Number of columns */
    column-gap: 20px;      /* Gap between columns */
    overflow-y: auto;      /* Enable vertical scrolling if content exceeds height */
    padding-left: 30px;    /* Keep padding to align with checkboxes */
}

/* Container for spreading checkboxes over multiple columns in Products */
.choice-container-product {
    height: auto;         /* Fix the height of the container */
    column-count: 3;       /* Number of columns */
    column-gap: 20px;      /* Gap between columns */
    overflow-y: auto;      /* Enable vertical scrolling if content exceeds height */
    padding-left: 30px;    /* Keep padding to align with checkboxes */
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Existing styles for choice */
.choice {
    position: relative;
    padding-left: 30px;
    line-height: 24px;
    break-inside: avoid;  /* Prevents splitting labels between columns */
}

.choice input {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;  /* Hidden checkbox */
}

.choice span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 1px solid #333333;
    border-radius: 0px;
}

.choice span:after {
    content: "";
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: url(../image/tick.png) no-repeat center center;
    background-size: 70% auto;
    /* Preserving original comments for border and transform */
}

.choice input:checked ~ span:after {
    opacity: 1;
}

.choice input:checked ~ span:before {
    background: none;
}

table .choice{ position: relative; line-height: 22px; margin: 0px; height: 22px !important;}
table .choice.unchecked input ~ span:after{ opacity:1; background: url(../image/check-cross.png) no-repeat center center; background-size: 70% auto;}
table .choice input:checked ~ span:before{background: none;}


body{font-family: 'Ubuntu', sans-serif; color: #000; line-height: 1.2; font-weight: 400; background:#fff;}
a:hover{text-decoration: none;}
img{max-width: 100%;}
select{-webkit-appearance: none; background: url(../image/select-bg.png) no-repeat right center;}
.navbar{padding: 0; margin: 0px;}
.menu{background-color: #059936; padding: 6px 20px; text-align: right; min-height: 50px;}
.menu a{font-size: 18px; color: #fff;padding: 10px 15px;line-height: 1;margin: 0;border: 0;}
.menu a:hover{background-color: #000;text-decoration: none;}

.header {border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 16px; }
.header .logo span { font-size: 20px; font-weight: 700; }

.header:after{content: ""; display: block; clear: both;}
.header .logo{ float: left; }
.header .navbar{float: right; box-shadow: none !important; margin: 25px 0 0 0;}
.header .navbar .nav-link{ background: #000; text-transform: capitalize; color: #fff;border-radius: 5px;padding: 10px 15px;}
.header .navbar .nav-link:hover,
.header .navbar .nav-link:focus{color: #fff;}
.header .navbar .nav-link.dropdown-toggle::after{margin-bottom: -2px;}
.header .navbar .dropdown-item.active, 
.header .navbar .dropdown-item:active, 
.header .navbar .dropdown-item:focus{color: #000;text-decoration: none;background-color: transparent;}

.welcomeLogin{text-align: center; max-width: 800px; margin:8% auto; }
.welcomeLogin .headLogo{}
.welcomeLogin .headLogo .epc{ max-width: 15%; }
.welcomeLogin .headLogo .techpro{max-width: 80%;}
.welcomeLogin h1.heading{ margin: 60px 0 0 0; padding: 0px; font-size: 58px; font-weight: 700; line-height: 1;}
.welcomeLogin form{margin: 45px 0 0 0 ;}
.welcomeLogin form .form-group{ display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 30px;}
.welcomeLogin form .form-group .col-form-label{width: 35%; text-align: right; padding: 0 40px 0 0; font-size: 29px;}
.welcomeLogin form .form-group .formField{width: 49%;}
.welcomeLogin form .form-group .formField .form-control{border: 1px solid #949494; width: 100%; height: 62px; border-radius: 10px; font-size: 29px; color: #000; padding: 0 20px;}
.welcomeLogin form .action {text-align: center; margin-top: 60px;}
.welcomeLogin form .action .btn{border: 1px solid #949494; min-width: 276px; height: 71px; border-radius: 10px; font-size: 29px; color: #000; padding: 0 30px; background-color: #fff;}
.welcomeLogin form .action .btn:hover{background-color: #059936; color: #fff; border: 1px solid #059936;}

.tableStyle, .table {width: 100%; border-bottom: 1px solid #b0b0b0; text-transform: uppercase;}
table tbody tr th{text-transform: capitalize;}
.table th, .table td { vertical-align: middle; }
.tableStyle thead tr{ background-color: #f2f2f2; }
.tableStyle tbody tr:nth-child(even) { background-color: #f2f2f2; }
.tableStyle tr.text-danger th, .table tr.text-danger th { color:inherit; }
.tableStyle thead tr th, .table tr th { font-size: 18px; font-weight: 700; color: #333333; padding: 10px 15px; border-top: 1px solid #a0a0a0; text-transform: uppercase;}
.tableStyle tbody tr td, .table tbody tr td { font-size: 13px; font-weight: 700; color: #333333; padding: 5px 15px; border-top: 1px solid #b0b0b0;}
.tableStyle .form-control, .table .form-control  { border-color: #969696; height: 32px; border-radius: 5px;}

input[type='file']{padding: 0px;}
input[type="file"] {}
/*.custom-file-upload {border: 1px solid #969696;display: block;padding: 0;cursor: pointer;height: 32px;border-radius: 5px;line-height: 32px;text-align: right;}
.custom-file-upload span{ padding: 0 10px;border-left: 1px solid #969696;display: block;float: right; font-size: 13px;font-weight: 700;color: #333333;}*/

.uploadImage{width: 100%; position: relative;}
.uploadImage .upload{ position: absolute; right: 0px; top: 0px;}
.uploadImage .upload,
.uploadImage .file-upload-button{font-size: 13px; font-weight: 700; color: #333333; width: 95px; background:transparent; padding:0; line-height: 32px; text-align: center; border-radius: 0; border:0px none; position: absolute; right: 0px; top: 0px; border-left: 1px solid #969696;}
.uploadImage .file-upload-wrapper{ overflow: hidden; display: block; position: relative;}
.uploadImage .file-upload-input{padding: 0 100px 0 10px;}
.uploadImage .custom-file-upload{width: 100%; margin-top: 0px;}
.uploadImage .custom-file-upload > span{display: none;}


.mandatoryFields{margin-top: 15px;font-size: 13px; font-weight: 700; color: #333333;}
.mandatoryFields:after{ content: ""; display: block; clear: both; }
.mandatoryFields label{float: left; display: block; margin: 0 40px 0 0;}
.mandatoryFields .product_image{display: block; overflow: hidden; border: 1px solid #333333; border-radius: 20px; text-align: center;}

.viewableCategories{margin-top: 15px;font-size: 13px; font-weight: 700; color: #333333;}
.actionButton{ padding: 40px 15px 15px 15px; }
.btn + .btn { margin-left: 30px; }
.btn{font-size: 13px; font-weight: 700; color: #fff; padding: 5px 15px; border-radius: 5px; text-transform: uppercase;}
.btn-danger{background-color: #059936;}
.btn-danger2{background-color: #059936;}
.btn-dark{background-color: #333333;}

.page-heading {display: block; margin-bottom: 10px; }
.page-heading h4 {font-size: 20px; font-weight: 700; }
.page-heading h4 small {display: block; font-size: 12px; padding-top: 5px; }

.pageheading{display: block; margin-bottom: 10px; padding-right: 330px; position: relative;}
.pageheading h3 {font-size: 20px; font-weight: 700; }
.pageheading h3 span {display: block; font-size: 12px; padding-top: 5px; }
.pageheading .text-right.float-right{position: absolute; right: 0px; top: 0px; margin: 0px!important;}

.usermanagement{display: block; margin-bottom: 10px;}
.usermanagement h3 {font-size: 20px; font-weight: 700; margin: 0px; }
.usermanagement span {display: block; font-size: 12px; padding-top: 5px; }

.btn-success{ background-color: #009245; border-color: #009245;}
.table select.form-control {padding-right: 55px; line-height: 18px; }

.page-link{color: #333333;}
.page-item.active .page-link {color: #fff; background-color: #333333; border-color: #333333; }

.scrollTable{max-width: 100%; clear: both;}

@media (min-width: 1200px){
	.container {max-width: 1340px;}
}


@media (max-width: 991px){
	.welcomeLogin h1.heading{font-size: 50px;}
}

@media (max-width: 767px){

	.noMoreTables table, 
	.noMoreTables thead, 
	.noMoreTables tbody, 
	.noMoreTables th, 
	.noMoreTables td, 
	.noMoreTables tr { display: block; }
	.noMoreTables thead tr { position: absolute;top: -9999px;left: -9999px;}
	.noMoreTables tr { border: 1px solid #ccc; }
	.noMoreTables td { border: none;border-bottom: 1px solid #eee; position: relative;padding-left: 50%; white-space: normal;text-align:left;}
	.noMoreTables td:before { position: absolute;top: 6px;left: 6px;width: 45%; padding-right: 10px; white-space: nowrap;text-align:left;font-weight: bold;}
	.noMoreTables td:before { content: attr(data-title); }

	.welcomeLogin form .form-group{margin-bottom: 15px;}
	.welcomeLogin h1.heading{font-size: 30px;}
	.welcomeLogin form .form-group .col-form-label{width: 100%; margin-bottom: 15px; text-align: center; padding: 0px; font-size: 25px;}
	.welcomeLogin form .form-group .formField{width: 100%;}
	.welcomeLogin form .action{margin-top: 30px;}
	.welcomeLogin form .action .btn{width: 100%; font-size: 25px;}

	.tableStyle tbody tr td{width: 50%;}

	.pageheading {padding-right:0px; }
	.pageheading .text-right.float-right{ position: static; margin: 0 0 20px!important; text-align: left!important; width: 100%;} 
	.pageheading .btn{ margin: 5px; }

	.scrollTable{max-width: 100%; overflow: auto; }
	.scrollTable table {white-space: nowrap; min-width: 400px;}
	.btn + .btn {margin-left: 10px;}

	.header{position: relative; padding-bottom: 46px;}
	.header .navbar{ margin: 0 0 10px 0; display: block; position: absolute; right: 50%; bottom: 0; width: calc(100% - 20px); max-width: 510px; transform: translateX(50%);} 
	.header .navbar #navbarSupportedContent{display: block;}
	.header .navbar #navbarDropdown {/*color: #000; background: #fff; padding: 0;*/ right: 0; top: 0;}
	.navbar-nav .dropdown-menu{ position: absolute; top: 35px;width: 100%;}
}
@media (max-width: 479px){
	.btn{white-space: nowrap; padding: 5px 10px; font-size: 12px;}
	.tableStyle tbody tr td, .table tbody tr td{font-size: 12px;}
	.actionButton .btn{ width: 100%; margin:10px 0 0 0;}
	.header .logo span{margin-bottom: 10px; display: block;}
}


/*03-dec-2019*/
.menu { min-height: 40px;}
.menu a { padding: 8px 15px; font-size: 14px;}
.welcomeLogin {display: inline-block; max-width: inherit;}
.welcomeLogin form {margin: 30px 0 0 0; }
.welcomeLogin h1.heading { margin: 30px 0 0 0;}
.welcomeLogin form .form-group { display: block; margin-bottom: 15px; text-align: center; }
.welcomeLogin form .form-group .col-form-label {padding: 0 20px 0 0; font-size: 21px; display: inline-block; font-weight: 500;}
.welcomeLogin form .form-group .formField .form-control {height: 45px; border-radius: 8px; font-size: 16px;}
.welcomeLogin form .action .btn {height: 45px;  font-size: 18px; padding: 0 30px; min-width: 160px;}
.welcomeLogin .headLogo .techpro {max-width: 400px; width: 100%; }
.welcomeLogin form .action { margin-top:30px; }
.welcomeCenter { min-height: calc(100vh - 42px ); display: flex; align-items: center;}



@media screen and (min-width: 768px) { 

.welcomeLogin h1.heading { font-size: 28px;}
.welcomeLogin form .form-group .col-form-label { }
.welcomeLogin form .form-group .formField {display: inline-block; }
}

@media screen and (max-width: 767px) { 
.welcomeLogin form .form-group .col-form-label {padding-right:0px; margin-bottom:5px;}
}