html {
	height: 100%
}

div {
	-webkit-box-sizing: border-box;	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;		/* Firefox, other Gecko */
	box-sizing: border-box;					/* Opera/IE 8+ */
	white-space: nowrap;
	border: 0px solid #99bbe8;
	border-radius: 2px;
	margin: 0px;
}
 .iconDetails {
 margin-left:2%;
float:left; 
height:40px;
width:40px;	
} 

.container2 {
	width:100%;
	height:100px;
	padding:1%;
}
logo {
    width: auto;
    height: 4.5em;
    flex: 0 0 auto;
}
h1 {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	border: 0px;
	min-width: 330px;
	overflow: auto;
	font: normal 11px arial,tahoma, helvetica, sans-serif;
	height: 100%
}

.imgThemeThumb{
	width: 300px;
	height: 200px;
	display: block;
	margin: 0px;
	border-radius: 2px;
	border: none;
	outline: none;
}

.divThemeLi {
	width: 100%;
	height: 100%;
	position: relative;
	border: 0px;
}

.divThemeText {
	position: absolute;
	left: 0px;
	top: 202px;
	width: 100%;
	padding:0px;
	margin: 0px 3px 0px 3px;
	border: 0px;
	color:black;
	text-align: center;
	white-space: normal;
}

.divThemeInfo {
	position: absolute;
	left:42px;
	top:5px;
	width:250px;
	color:black;
	background: white;
	white-space: normal;
	text-align: left;
	padding: 2px;
	border: 1px solid #dadada;
}

.divThemeServiceUrl {
	position: absolute;
	right:5px;
	bottom:33px;
	background: #99bbe8;
	padding: 2px;
	border: 1px solid #dadada;
	font: normal 8px arial,tahoma, helvetica, sans-serif;
}

.divThemeUpdate {
	position: absolute;
	left:5px;
	bottom:33px;
	max-width: 180px;
	background: white;
	text-align: left;
	padding: 1px;
	border: 1px solid #dadada;
	font: normal 8px arial,tahoma, helvetica, sans-serif;
	color: black;
	white-space: normal;
}

.divThemeLock {
	position: absolute;
	left:2px;
	top:5px;
	width:36px;
	height:36px;
	border: 0px;
}

.imgThemeLock {
	width:35px;
	height:35px;
	border: 0px;
}

#ulGroupList {
	padding:0px;
	margin: 0px;
	overflow-x:visible;
}

.liGroupList {
	width: 250px;
	list-style-type: none;
	padding: 2px;
	cursor: pointer;
	overflow: visible;
}

.liGroupList:hover {
	background: #99bbe8;
}

.liGroupListSelected{
	background: #99bbe8;
}

#ulThemeList {
	padding:0px;
	margin: 0px;
	overflow-x:hidden;
	padding-right: 10px;
}

.liThemeList {
	width: 208px;
	height: 230px;
	list-style-type: none;
	padding: 2px;
	margin: 0px;
	cursor: pointer;
	float:left;
	display:inline;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	white-space: normal;
	border: 1px solid transparent;
	position: relative;
}

.liThemeList:hover {
	background:  #f4f4f4;
	border-radius: 3px;
	border: 1px solid #dadada;
}

#inpTxtThemeSearchField {
	width: 250px;
	font: normal 11px arial,tahoma, helvetica, sans-serif;
}

#inpImgThemeResetButton {
	width: 30px;
	height: 26px;
	vertical-align: bottom;
	margin: 0px 0px 4px 0px;
	border: 1px solid transparent;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;		/* Firefox, other Gecko */
	box-sizing: border-box;				 /* Opera/IE 8+ */
}

::-ms-clear {
	display: none;
	width : 0px;
	height: 0px;
}

#inpImgThemeResetButton:hover {
	width: 30px;
	height: 26px;
	border: 1px solid lightgrey;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.65)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.65) 0%,rgba(0,0,0,0) 100%);
}

#inpImgThemeResetButton:active {
	width: 30px;
	height: 26px;
	border: 1px solid lightgrey;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(255,255,255,0) 100%);
}

/* Divs */
#divThemeGroup {
	float: left;
	width: 250px;
	height: 100%;
	outline: 0 none;
}

#divThemeGroupHeader {
	border: 0px solid lightgrey;
	width: 100%;
	height: 32px;
	background: #99bbe8;
	margin: 0px 0px 1px 0px;
}

#divThemeGroupList {
	margin: 1px 0px 0px 0px;
	border: 1px solid lightgrey;
	width: 100%;
	outline: 0 none;
	float: left;
	overflow-x:scroll;
	background: white;
}

#divThemeList {
	height: 100%;
	float: left;
}

.divThemeListFilter {
	border: 0px solid lightgrey;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background: #99bbe8;
	padding-left: 5px;
	margin: 0px 0px 1px 0px;
	text-align: left;
	vertical-align: middle;
}

#divThemeListGroupFilter {
	display: none;
	height: 0px;
}

#divThemeListOutcome {
	margin: 1px 0px 0px 0px;
	border: 1px solid lightgrey;
	width: 100%;
	float: left;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	background: white;
}

#divSwitcher {
	border: 0px solid lightgrey;
	padding-bottom: 1px;
	position: absolute;
	width: 100%;
	background: #99bbe8;
	overflow:hidden;
}
.swal-wide{
    width:850px !important;
}
#divTitle {
	height: 40px;

	border: 0px;
justify-content: center;
	
  width: 50%;
}

/* browser-update */
.buorg {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	text-align:left;
	cursor:pointer;
	font-family: Arial,Helvetica,sans-serif; color:#000;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	border: 0px;
}
#buorgTextDiv {
	background:#FDF2AB no-repeat 1em 0.55em url(http://browser-update.org/img/dialog-warning.gif);
	padding:5px 20px 5px 40px;
	white-space: normal;
	border: 0px;
	
}
.buorg a {
	color:#E25600;
}
#buorgclose {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 20px;
	width: 12px;
	font-weight: bold;
	font-size:14px;
	padding:0;
}

/* responsive design rules *********************/
@media only screen and (max-width : 650px)  {
#divThemeGroup {
	display: none;
	width: 0px;
}

#divThemeListFilter {
	display: none;
	height: 0px;
}

#divThemeListGroupFilter {
	display: inline-block;
	height: 32px;
}
.popup {
  width: 80%;
  padding: 15px;
  left: 0;
  margin-left: 5%;
  border: 1px solid rgb(1,82,73);
  border-radius: 10px;
  color: rgb(1,82,73);
  background: white;
  position: absolute;
  top: 15%;
  box-shadow: 5px 5px 5px #000;
  z-index: 10001;
  font-weight: 700;
  text-align: center;
}

.overlay {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.85);
  z-index: 10000;
  display :none;
}

@media (min-width: 768px) {
  .popup {
    width: 66.66666666%;
    margin-left: 16.666666%;
  }
}
@media (min-width: 992px) {
  .popup {
    width: 80%;
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .popup {
    width: 33.33333%;
    margin-left: 33.33333%;
  }
}
.swal2-container.swal2-center>.swal2-popup {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    justify-self: center;
}
.dialog-btn {
  background-color:#44B78B;
  color: white;
  font-weight: 700;
  border: 1px solid #44B78B;
  border-radius: 10px;
  height: 30px;
  width: 30%;
}
.dialog-btn:hover {
  background-color:#015249;
  cursor: pointer;
}

/* Style for the tree */
.liGroupList ul {
    display: none;
    list-style-type: none;
    margin-left: 20px;
}

.liGroupList > span {
    cursor: pointer;
}

.expanded > ul {
    display: block;
}
.tree ul {
    display: none;
}

.expandable::before {
    content: '► ';
}

.expanded::before {
    content: '▼ ';
}
}