﻿/*CAPTCHA START*/
.image-grid {
  display: flex;
  grid-template-columns: repeat(4, 1fr); /* 4 columns */
  flex-wrap: wrap;
  gap: 10px;
  max-width: 520px; /* Optional: adjusts total width */
}

/*CH_06232025 S*/
.image-grid img:focus {
  /*box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.6);*/
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.6); /* green with 60% opacity */
  border-radius: 4px;
}
/*CH_06232025 E*/

.image-grid img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 3px solid transparent;
  cursor: pointer;
  transition: border 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
}

.image-grid img:hover {
            transform: scale(1.1); /* Zoom in effect */
            border: 3px solid #FF6347; /* Add a beautiful border color on hover */
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
        }

.image-grid img.selected {
  border: 3px solid green !important;;
}

.error {
  color: red;
  margin-top: 5px;
}
/*CAPTCHA END*/

/* Remove the navbar's default rounded borders and increase the bottom margin */
.navbar {
    margin-bottom: 10px;
    border-radius: 0;
}

/* Remove the jumbotron's default bottom margin */
.jumbotron {
    margin-bottom: 0;
}

/* Add a gray background color and some padding to the footer */
footer {
    background-color: #f2f2f2;
    padding: 25px;
}

.thumb {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px;
    width: 200px;
    height: 75px;
    text-align: center;
    vertical-align: middle;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 20px;
    margin-left: 20px;
}


.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}

/* Home Page Starts */

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.at-layoutDiv:hover {
    outline: 1px solid #dbd7d7;
}


.at-Text-divEditor:focus {
    outline: 1px solid #dbd7d7;
}
*


.at-tableColumnImage > div:hover {
    outline: 1px solid #dbd7d7;
}

.at-tableLeftImageRightText > tbody > tr:first-child:hover > td:first-child {
    border-right: 3px solid #808080;
}

.at-tableLeftImageRightText > tbody > tr:first-child:hover > td:last-child {
    border-left: 3px solid #808080;
}


.at-tableLeftTextRightImage > tbody > tr:first-child:hover > td:first-child {
    border-right: 3px solid #808080;
}

.at-tableLeftTextRightImage > tbody > tr:first-child:hover > td:last-child {
    border-left: 3px solid #808080;
}

.ui-state-highlight {
    background-color: #f5f5f5;
   
}

img:hover {
    outline: 1px solid #dbd7d7;
}


.ui-spinner-input {
    margin: 0px 16px 0px 0px;
    height: 34px;
    text-align: center;
}

div[data-Template-Container] {
    min-height: 250px;
}

table[data-template-table]:hover {
    outline: 1px solid #d3d3d3;
}

.at-setOutline {
    outline: 1px solid #dbd7d7;
}

.at-Text-divEditor blockquote {
    font-size: inherit;
}
/* Home Page Ends */
.navbar-toggle[data-target='#myNavbar'] .icon-bar {
    background-color: #000;
}

.navbar-toggle[data-target='#myNavbar1'] .icon-bar {
    background-color: #fff;
}
