	/*fonts*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');

/*Reset CSS*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

@media (min-width: 1200px){
.container {
    width: 1250px !important;
}

}

/* .footer {
    padding: 10px 0 50px;
    position: fixed;
    bottom: -40px;
    left: 0;
    right: 0;
    background: #f3f3f3;
	z-index: 999;
} */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: 'Poppins', sans-serif;
}
a {
	color: #707070;
	text-decoration: none !important;	
	outline: none;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}
a:hover {
}
html {
}
* {
	font-family: 'Poppins', sans-serif;
}
body {
	overflow-x: hidden;
	line-height: 1;
	font: 300 14px 'Poppins', sans-serif;
	color: #404040;
	position: relative;
	background: #fff !important;
	font-weight: 400;
	font-family: 'Poppins', sans-serif !important;
}

/*Reset CSS end*/

/*global classes*/
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-word-break: keep-all;
	word-break: keep-all;
	-webkit-word-break: keep-all;
	-moz-word-break: keep-all;
	word-wrap: break-word;
}
*, *:focus {
	outline: none;
}
img {
	max-width: 100%;
	vertical-align: middle
}
input, select, textarea, button {
	font-family: 'Poppins', sans-serif !important;
}
.container {
	margin: 0 auto;
	width: 96%;
}
.clear {
	clear: both
}
.clear10 {
	clear: both;
	height: 10px
}
.clear20 {
	clear: both;
	height: 20px
}
.clumn {
	width: 198px;
	float: left
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.text-right {
	text-align: right !important
}
div.rgt-cntr {
	z-index: 99;
}
.text-left {
	text-align: left !important
}
.text-center {
	text-align: center !important
}
.error {
	color: #F00;
}
button {
	border: none;
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 2rem;
}
p.small {
	margin-top: 1.5rem !important;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	margin-top: 15px !important;
}
strong {
	font-weight: bold;
}
.w-1050px {
	width: 1050px;
	margin: 0 auto
}
.w-900px {
	width: 900px;
	margin: 0 auto
}
.w-1100px {
	width: 1100px;
	margin: 0 auto
}
.clearfix::after {
	display: block;
	content: "";
	clear: both;
}
.paddingTop30 {
	padding-top: 30px;
}
.paddingBottom30 {
	padding-bottom: 30px;
}
.paddingTop70 {
	padding-top: 70px;
}
.paddingBottom70 {
	padding-bottom: 70px;
}
.paddingTop100 {
	padding-top: 100px;
}
.paddingBottom100 {
	padding-bottom: 100px;
}
.marginTop0 {
	padding-top: 0
}
.marginBottom0 {
	margin-bottom: 0
}

/*Form*/

/*form tag*/
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="date"], select, textarea {
	width: 100%;
	padding: 15px 15px;
	border: 1px solid #ddd;
	margin: 0;
	outline: none;
	font-size: 16px;
	color: #a2a2a2
}
select {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 100%;
	padding: 15px 10px;
	border: none;
	outline: none;
	cursor: pointer;
	color: #a2a2a2
}
select, input, textarea {
	border-radius: 10px !important;
}
textarea {
	height: 150px;
	resize: none;
}
input[type="checkbox"], input[type="radio"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.input-checkbox input[type="checkbox"] {
	display: none
}
.input-checkbox input[type="checkbox"] + label i {
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url(../images/checkbox.png);
	vertical-align: middle;
	margin-top: -3px;
	border: #999999 1px solid
}
.input-checkbox input[type="checkbox"]:checked + label i {
	background-position: 0 -18px
}
.input-checkbox input[type="checkbox"] + label {
	color: #a2a2a2;
	font-size: 14px;
	padding: 0;
	cursor: pointer
}

/*Form Tag end*/

/*Common Buttons*/

input[type=button].secondary-btn, input[type=submit].secondary-btn, input[type=reset].secondary-btn, a.box-btn.secondary-btn, button.box-btn.secondary-btn {
	background-color: #33B7CC;
	color: #fff;
}
input[type=button].secondary-btn:hover, input[type=submit].secondary-btn:hover, input[type=reset].secondary-btn:hover, a.box-btn.secondary-btn:hover, button.box-btn.secondary-btn:hover, input[type=button].secondary-btn.active, input[type=submit].secondary-btn.active, input[type=reset].secondary-btn.active, a.box-btn.secondary-btn.active, button.box-btn.secondary-btn.active {
	background-color: #53d7ec
}

/*Common buttons end*/
.form-layout {
}
.form-layout .form-row {
}
.form-row .form-field {
	padding-bottom: 20px;
}
.form-row .form-row:nth-child(2) .form-field {
	margin-bottom: 0;
}
.input-type-select {
	border: 1px solid #ddd;
	overflow: hidden;
	position: relative;
}
.swal2-container{
	    z-index: 999999!important;
}
.input-type-select:after {
	background: url("../images/custom-select.png") no-repeat scroll center center;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 41px;
	z-index: 99999;
	cursor: pointer;
	pointer-events: none;
	-ms-pointer-events: none;
	-webkit-pointer-events: none;
	content: '';
}

/*form tag*/
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="date"], select, textarea {
	width: 100%;
	padding: 10px 10px;
	border: 1px solid #ddd;
	margin: 0;
	font-size: 14px;
	color: #b6b5b5;
	outline: none;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
select {
	font: inherit;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 100%;
	padding: 9px 10px;
	border: none;
	outline: none;
	cursor: pointer;
	background: #fff;
	font-size: 14px;
	color: #787878;
	border: 1px solid #ddd;
}
textarea {
	height: 80px;
	resize: none;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	width: 100%;
	padding: 10px 10px;
	border: 1px solid #ddd;
	margin: 0;
	font-size: 14px;
	color: #b6b5b5;
	font-weight: 500;
}
input[type="checkbox"], input[type="radio"] {
	display: inline-block;
	vertical-align: middle;
}

/*Form Tag end*/

/*form end*/

/*hack for mozzila */
@-moz-document url-prefix() {
}

/*Global Classes End*/

/*List*/
ul.list {
}
ul.list li {
	padding: 5px 0 5px 7px;
}
ul.list.bullet {
	margin-left: 0
}
ul.list.bullet li {
	background: url("../images/bullet.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	padding: 5px 0 5px 18px;
}
ul.list.arrow li {
	background: url("../images/arrow.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
	padding: 5px 0 5px 35px;
}
ul.list.number li {
	list-style-type: decimal;
}
ul.list.lower-roman li {
	list-style-type: lower-roman;
}
ul.list.upper-roman li {
	list-style-type: upper-roman;
}

/*list end*/

/*overlay */
.overlay-bg {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	margin: 0 auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
}
.overlay {
	height: 100%;
	left: 0;
	margin: 0 auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100001;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.4);
}
.overlay-box {
	display: table;
	height: inherit;
	margin: 0 auto;
	width: 1000px;
}
.excel-data-box {
	width: 400px;
}
.excel-data-box .margin-bottom-class{
	margin-bottom: 20px;
}
.overlay-box .content {
	display: table-cell;
	vertical-align: middle;
	height: auto
}
.ok-button {
	float: right;
	margin: 0px 32px 0px 0px;
	color: #10728b;
	font-weight: 700;
	background: #fefefe;
	border: none;
	line-height: 16px;
	padding: 5px;
	border-radius: 100%;
	font-size: 12px;
}
.overlay-box .closeBtn {
	border-radius: 50%;
	text-transform: lowercase;
	background: #fff;
	color: #10728b;
	cursor: pointer;
	font-size: 17px;
	line-height: 23px;
	font-weight: bold;
	height: 26px;
	padding: 0;
	position: absolute;
	right: 17px;
	text-align: center;
	top: 14px;
	width: 26px;
	z-index: 1002;
}
.overlay-box .closeButton {
	background: #fff;
	border-radius: 50%;
	color: #10728b;
	cursor: pointer;
	font-size: 17px;
	line-height: 25px;
	font-weight: bold;
	height: 25px;
	padding: 0;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 20px;
	width: 25px;
	z-index: 1002;
}
.overlay-box .overlay-header {
	background: #10728b;
	padding: 15px 20px;
	position: relative;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.overlay-box .overlay-header h2 {
	color: #ff7954;
	font-size: 24px;
}
.overlay-box .overlay-header small {
	font-size: 13px !important;
	color: #ffcc00 !important;
	line-height: 20px;
	display: block;
	margin-top: 10px;
	text-transform: none;
}
.overlay-box .overlay-content {
	padding: 30px 20px 20px 20px;
	background: none repeat scroll 0 0 #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.overlay-box .overlay-footer {
	padding: 9px 10px;
	background: #e3e3e3;
	text-align: right;
}
.overlay-box .btn-search-button {
	border-radius: 6px;
	transition: 0.25s all linear;
	background: #ffffff;
	border: 1px solid #10728b;
	color: #10728b;
}
.overlay-box .btn-search-button:hover {
	background: #10728b;
	color: #ffffff;
	border: 1px solid #10728b;
	transition: 0.25s all linear;
}
html, body {
	scroll-behavior: smooth;
}

/*overlay end*/

/*Tab popup css*/
.show-three-tab .show-three-tab-area {
  width: 700px;
}
.show-three-tab .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.show-three-tab .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  margin-right: 10px;
}
.show-three-tab .nav-tabs > li > a {
  line-height: 1.42857143;
  background-color: #ebebeb;
  padding: 3px 20px 0;
  border-radius: 11px 10px 0 0;
}
.show-three-tab .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.show-three-tab .nav-tabs > li.active > a,
.show-three-tab .nav-tabs > li.active > a:hover,
.show-three-tab .nav-tabs > li.active > a:focus {
  color: #000;
  cursor: default;
  background-color: #ebebeb;
  border: none;
  border-bottom-color: transparent;
}
.show-three-tab .three-tab-cont-area {
    padding: 10px 10px 0px;
}
.show-three-tab .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.show-three-tab .nav-tabs.nav-justified > li {
  float: none;
}
.show-three-tab .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.show-three-tab .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.show-three-tab .tab-content > .tab-pane {
  display: none;
}
.show-three-tab .tab-content > .active {
  display: block;
}

@media (min-width: 768px) {
  .show-three-tab .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .show-three-tab .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.show-three-tab .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.show-three-tab .nav-tabs.nav-justified > .active > a,
.show-three-tab .nav-tabs.nav-justified > .active > a:hover,
.show-three-tab .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .show-three-tab .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .show-three-tab .nav-tabs.nav-justified > .active > a,
  .show-three-tab .nav-tabs.nav-justified > .active > a:hover,
  .show-three-tab .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/*Tab popup css end*/

/*tab Layout Css*/
.tabCnt {
	position: relative
}
.tabNav {
	position: absolute;
	z-index: 2;
	right: 60px;
	top: 50%;
	transform: translate(0, -50%)
}
.tabNav ul li {
	cursor: pointer;
	font-size: 13px;
	font-weight: 800;
	list-style: outside none none;
	text-align: center;
}
.tabNav ul li a {
	color: #cdcdcd;
	padding: 15px 9px;
	display: block;
	font-size: 25px;
}
.tabNav ul li a:hover {
	color: #ff7954;
	text-decoration: underline
}
.tabNav ul li a.active {
	color: #ff7954;
	text-decoration: underline
}
.tabNav ul li:last-child {
	background-image: none;
}
.tabNav ul li a {
}
.tabResult {
	padding: 55px 110px 55px 80px;
	border: #dbdde3 solid 1px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #f2f4f8;
	min-height: 565px;
}
.tabResult:before {
	content: '';
	background: url(../images/usp-before.png) center 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 185px;
	z-index: -1
}
.tabResult:after {
	content: '';
	background: url(../images/usp-after.png) center 0 no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 128px;
	z-index: -1
}
.tabResult .tabBx {
	display: none;
}
.tabResult .tabBx.current {
	display: block;
}
.tabResult .tabBx .mobile-menu {
	display: none
}
.tabNav ul:after {
	display: block;
	content: '';
	float: none;
	clear: both
}
.tabResult h2 {
	font-size: 35px;
	font-weight: 800;
	color: #ff7954
}
.tabResult ul.list.arrow li {
	font-size: 18px;
	font-weight: 800;
	color: #53607c;
	padding: 0 0 0 35px;
	background-position: left 9px;
	margin-bottom: 22px;
}

/*loader*/
.loader {
	background: #fff url(../images/preloader.gif) center center no-repeat;
	font-weight: 600;
	font-size: 20px;
	font-style: italic;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	background-size: 200px auto
}

/*loader end*/

/*accordion css*/
.accordion {
}
.accordion dl {
	border: 1px solid #d0d0d0;
	border-radius: 0;
	margin-bottom: 20px;
	box-shadow: 3px 3px #c0c0c0;
}
.accordion dl dt {
	background: none repeat scroll 0 0 #E8E8E8;
	color: #212121;
	cursor: pointer;
	padding: 8px 1%;
	position: relative;
}
.accordion dl.active dt {
	border-bottom: 1px solid #d0d0d0;
}
.accordion dl dt:after {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	content: "\f103";
	font: 24px/30px FontAwesome;
	height: 30px;
	margin: 6px 1%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 30px;
	color: #2c6a90;
}
.accordion dl.active dt:after {
	content: "\f102"
}
.accordion dl dd {
	display: none;
	padding: 10px 1%;
}

/*accordion css end*/
::-webkit-input-placeholder {
	font-size: 14px;
	color: #b6b5b5;
}
::-moz-placeholder {
	font-size: 14px;
	color: #b6b5b5;
}
:-ms-input-placeholder {
	font-size: 14px;
	color: #b6b5b5;
}
input:-moz-placeholder {
	font-size: 14px;
	color: #b6b5b5;
}
.dis-table {
	display: table;
	width: 100%;
	height: 100%;
}
.dis-tablecell {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.addSpacing {
	padding-top: 92px;
}
.spacing {
	padding: 50px 0
}
svg {
	fill: currentColor;
	width: 16px;
	height: 16px;
}

/*Header*/
.header-area {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	z-index: 999;
}
.header-lower {

	/*	box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.25);*/
	background: url('../images/header-bg.png') no-repeat;
	background-size: cover;
	background-position: center;
	transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
}
.header-lawer-content .logo {
	text-align: center;
	padding: 0px 0;
	width: 210px;
}
.header-lawer-content .logo a {
	display: inline-block;
}
.main-menu {
	position: relative;
}
.main-menu .navigation {
	margin: 0;
	position: relative;
	text-align: center;
	margin-left: 10px;
}

.filter-input{
	border: 2px solid #dedede;
    border-radius: 10px;
    background-color: #fff !important;
    font-size: 14px;
    height: 40px;
    text-transform: capitalize;
    color: #404040;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    /* background-image: url(../images/down-arrow.png); */
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: 19px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.main-menu .navigation li {
	margin-left: 0px;
	position: relative;
	display: inline-block;
	vertical-align: middle
}
.main-menu .navigation li.active a {
	color: #ffffff;
}
.main-menu .navigation li.active a svg {
	color: #ffffff;
}
.main-menu .navigation li:first-child {
	margin-left: 0px;
}
.main-menu .navigation li::before {
}
.main-menu .navigation li:last-child:before {
	display: none;
}


.topband-padding {
    background: #fff url(../images/bg-topband.png);
    padding: 90px 0 0!important;
    padding-bottom: 29px!important;
    position: relative!important;
    transition: 0.25s all linear!important;
    background-position: bottom!important;
    position: fixed!important;
    width: 100%!important;
    z-index: 100!important;
    top: 0!important;
    background-repeat: repeat-x!important;
}

.main-menu .navigation li a {
	text-decoration: none;
	position: relative;
	color: #525252;
	display: block;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	opacity: 1;
	padding: 19px 0px;
	transition: all 300ms ease;
	font-weight: 500;
}
.main-menu .navigation li a svg {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.body-text-area .card {
	border: 0;
}
.body-text-area .card-body {
	border: 1px solid #ddd !important;
	border-radius: 10px !important;
	padding: 15px;
}
.body-text-area .card-body.pad-0 {
	padding: 0;
	border-radius: 20px !important;
	border: none !important;
}
.header-lower-left .main-menu .navigation li a {
	padding: 17px 5px 15px;
	transition: 0.25s all linear;
}
.header-lower-left .main-menu .navigation li.active a, .header-lower-left .main-menu .navigation li:hover a {
	background: #10728b;
	color: #fff;
	transition: 0.25s all linear;
}
.header-lower-right .main-menu .navigation li a {
	padding: 5px 0px 5px;
}
.main-menu .navigation li a img {
	height: 25px;
	margin-right: 5px;
}
.header-lower-right .main-menu .navigation li a i.triangle-down {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #525252;
	display: inline-block;
}
.header-lower-right .main-menu .navigation li a:hover i.triangle-down {
	border-top: 8px solid #ffcc00;
}
.main-menu .navigation li.time-remaining a:hover {
	color: #fff;
	text-decoration: underline !important;
}
.main-menu .navigation li.time-remaining a {
	background: #ffcc00;
	padding: 10px 15px;
	font-size: 12px;
	line-height: 16px;
}
.main-menu .navigation li.time-remaining a span {
	display: block
}
.main-menu .navigation li a i {
	margin-left: 5px;
}
.main-menu .navigation li .menuIcons a {
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px
}
.main-menu .navigation li .menuIcons a:first-child {
	margin-left: 0
}
.main-menu .navigation li .menuIcons a:last-child {
	margin-right: 0
}
.main-menu .navigation li .menuIcons a:hover {
	color: #fdc70c;
}
.main-menu .navigation > li > ul > li {
	float: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	display: block;
}
.main-menu .navigation > li > ul li::before {
	display: none;
}
.main-menu .navigation li ul li a {
	color: #353535;
	display: block;
	font-size: 15px;
	line-height: 15px;
	padding: 15px 10px 15px 10px !important;
	position: relative;
	text-transform: uppercase;
	transition: all 500ms ease 0s;
}
.main-menu .navigation > li > ul.rightMenu li a:hover, .main-menu .navigation > li > ul.rightMenu li.active a {
	background: #fff;
	color: #10728b;
	transition: 0.25s all linear;
}

/*.main-menu .navigation li ul li a:before { position: absolute; right: 15px; top: 0; bottom: 0; content: "105"; font-family: FontAwesome; font-size: 16px; color: #ffffff; display: block; transition: all 300ms ease; opacity: 1; margin: 15px 0; }*/
.main-menu .navigation li ul li a:after {
	display: none;
}
.main-menu .navigation > li > ul > li:hover > a {
	color: #fff;
	background-color: #fdc70c;
}
.main-menu .navigation > li > ul > li.subdropdown {
}
.main-menu .navigation > li > ul > li.subdropdown ul.rightMenu {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	background: #fff;
	display: none;
}
.main-menu .navigation > li > ul > li.subdropdown:hover ul.rightMenu {
	display: block;
}
.main-menu .navigation > li > ul > li.subdropdown ul.rightMenu li {
	margin-left: 0px;
	width: 100%;
}
.main-menu .navigation > li > ul > li.subdropdown ul.rightMenu li:hover a {
	background-color: #fdc70c;
	color: #fff;
}
.main-menu .navigation > li > ul > li.subdropdown {
}
.main-menu .navigation > li > ul > li.subdropdown ul.rightMenu li.subdropdown ul.rightMenu {
	display: none;
}
.main-menu .navigation > li > ul > li.subdropdown ul.rightMenu li.subdropdown:hover ul.rightMenu {
	display: block;
}
.main-menu .navigation > li > ul > li.subdropdown ul.rightMenu li.subdropdown:hover ul.rightMenu li a {
	background-color: #fff;
	color: #353535;
}
.main-menu .navigation > li > ul > li.subdropdown ul.rightMenu li.subdropdown:hover ul.rightMenu li:hover a {
	background-color: #fdc70c;
	color: #fff;
}
.mainmenu-middle {
	margin-left: 35px;
}
.main-menu .navigation li a .flaticon-globe {
	font-weight: 400;
	vertical-align: middle
}
.mainmenu-middle ul {
}
.mainmenu-middle ul li {
	display: inline-block;
	float: left;
	margin-right: 10px;
	border-right: 1px solid #e4e4e4;
	padding-right: 10px;
}
.mainmenu-middle ul li:last-child {
	margin-right: 0px;
	border-right: 0px solid #e4e4e4;
	padding-right: 0px;
}
.header-lower-logo {
	float: left
}
.header-lower-left {
	float: left;
	margin-left: 0px;
}
.header-lower-right {
	float: right;
	margin-right: 45px;
}
.main-menu .navigation li a span {
	text-align: left
}
.main-menu .navigation li a span.username {
	display: block;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	text-transform: capitalize;
}
.main-menu .navigation li a span.username b {
	font-size: 16px;
	font-weight: 600;
	margin-top: 6px;
	display: block;
}
.main-menu .navigation li a span.usernamedetails {
	font-size: 12px;
	font-weight: 400;
}
.header-lower-logo .dsirLogo {
	float: left;
	width: 27px;
	margin-left: 40px;
	margin-top: 40px;
}
.header-lower-logo .logo {
	float: left
}
.dsirLogo img {
	max-width: 100%;
}
.fixed-header .header-lower-logo .dsirLogo {
	margin-top: 11px;
}

/*Header End*/

/* Update header Style */
@keyframes menu_sticky {
	0% {
		margin-top: -100px;
	}
	50% {
		margin-top: -74px;
	}
	100% {
		margin-top: 0;
	}
}
.fixed-header .header-lower {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: 0;
	transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
}
.fixed-header .header-lower .logo {
	padding: 0px 0px;
}
.fixed-header .header-lower .logo a {
	display: inline-block;
}
.fixed-header .header-lower {
	z-index: 999;
	opacity: 1;
	visibility: visible;	/*animation-name: menu_sticky;
	animation-duration: 0.60s;
	animation-timing-function: ease-out;*/
	-webkit-transition: all 0.25 linear;
	-moz-transition: all 0.25 linear;
	-ms-transition: all 0.25 linear;
	-o-transition: all 0.25 linear;
	transition: all 0.25 linear;
}
.fixed-header.header-area .header-lower {
	min-height: auto
}
.fixed-header.header-area .header-lower-left {
	margin-top: 0px
}
.file-upload {
	position: relative;
}
.file-upload > span::after {
	content: "Browse";
	cursor: pointer;
	height: 100%;
	line-height: 42px;
	border-radius: 0 10px 10px 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 80px;
	background: #ddd;
	color: #5f505d;
}
.file-upload > span {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	border-radius: 20px;
	cursor: pointer;
	overflow: hidden;
	padding: 10px 84px 10px 10px;
	position: absolute;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	color: #808080;
}
.file-upload > input[type="file"] {
	cursor: pointer;
	height: 43px;
	opacity: 0;
	width: 100%;
	z-index: 99;
}

/*.mainbody {
min-height: 47vh;
}*/

/*** 
====================================================================
    Main Slider style
====================================================================
***/

/*Home Page*/

.loginbox {
	padding: 120px 0;
	background-color: #82dff6;
	background-image: linear-gradient(to bottom right, #82dff6, #98ecd6);
}
.loginbox .col-md-12 {
	position: relative
}
.loginbox .col-md-12:after {
	content: "";
	background: url(../images/login-banner.png) no-repeat;
	position: absolute;
	width: 419px;
	height: 503px;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.logincntrbox {
	width: 600px;
	padding: 50px;
	margin: 0 auto;
	background: #fff url(../images/login-color-bar.jpg) no-repeat;
	background-size: contain;
	z-index: 2;
	border-radius: 20px;
}
.logincntrbox img {
	display: inherit;
	margin: 0 auto;
	padding: 0;
	width: 53%;
	display: block;
}
.logincntrbox h1 {
	text-align: center;
	padding: 29px 0 7px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.logincntrbox p {
	padding: 10px 0 30px;
	text-align: center;
	margin: 0;
	font-weight: 500;
	color: #4a4a4a;
	font-family: 'Poppins', sans-serif;
}
.remember-Me {
	margin-top: 30px;
}
.forgot-password {
	float: right;
	margin-top: 30px;
}
.remember-Me {
	color: #4a4a4a;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.forgot-password a {
	color: #10728b;
	font-size: 16px;
	font-weight: 400;
}
.forgot-password a:hover {
	color: #faa61a;
}
.login-cntr .UserNameicon, .login-cntr .Passwordicon {
	background-size: 20px;
	padding: 15px 20px 15px 50px;
	border-radius: 30px;
	color: #4a4a4a;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
.login-cntr input.UserNameicon::-webkit-input-placeholder, .login-cntr input.Passwordicon::-webkit-input-placeholder {

	/* Edge */
	color: #4a4a4a;
}
.login-cntr input.UserNameicon:-ms-input-placeholder, .login-cntr input.Passwordicon:-ms-input-placeholder {

	/* Internet Explorer */
	color: #4a4a4a;
}
.login-cntr input.UserNameicon::placeholder, .login-cntr input.Passwordicon::placeholder {
	color: #4a4a4a;
}

/*.login-cntr .UserNameicon {
background: url(../images/usernameicon.png) no-repeat;
background-position: 15px center;
}
.login-cntr .Passwordicon {
background: url(../images/passwordicon.png) no-repeat;
background-position: 15px center;
}*/
.login-cntr .UserNameicon:focus, .login-cntr .Passwordicon:focus {
	background: #fff;
}
.login-cntr .login-icon {
	width: 37px;
	height: 51px;
	position: absolute;
	top: 1px;
	left: 2px;
	background: #fff;
	border-radius: 8px 0 0 8px;
}
.login-cntr .login-icon img {
	display: block;
	width: auto;
	height: auto;
	padding: 12px 0;
}
.input-group i.pass-show {
	position: absolute;
    top: 18px;
    right: 18px;
    font-size: 18px;
}
.login-cntr .submitformbtn {
	margin-top: 30px;
}

/* login box */
.common-top {
	padding-top: 64px;
}
.topband {
	background: #fff url('../images/bg-topband.png');
	padding: 55px 0 0;
	padding-bottom: 29px;
	position: relative;
	transition: 0.25s all linear;
	background-position: bottom;
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
	background-repeat: repeat-x;
}
.topband.common-heading-fixed {
	position: fixed;
	width: 100%;
	top: 0;
	transition: 0.25s all linear;
	z-index: 99;
}
.topband .container {
	padding: 3px 0;
}
.topband h1 {
	color: #525252;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
}
.topband .back-button-icon {
	display: inline-block;
	vertical-align: middle;
	float: right;
	font-size: 15px;
	color: #39364e;
	font-weight: 600;
}
.topband .back-button-icon i {
	margin-right: 6px;
}
.topband .back-button-icon:hover {
	color: #007bff;
}
.topband h1.edit-page-title span {
	display: block;
	font-size: 12px;
	text-transform: capitalize;
}
.topband h1.edit-page-title span a i {
	margin-right: 6px;
}
.topband h1 a:hover {
	color: #10728b;
}
.topband h1.edit-page-title span a {
	color: #10728b;
}
.topband h1.edit-page-title span a:hover {
	color: #10728b;
}
.topband h1.edit-page-title span a:after {
	content: ' \276F';
	font-size: 12px;
	margin-left: 4px;
}
.topband .right-side-search {
	display: inline-block;
	vertical-align: middle;
	float: right;
}
.topband .right-side-search .search-icon, .topband .right-side-search .add-icon {
	display: inline-block;
	vertical-align: middle;
}
.topband .right-side-search .search-icon {
/*	margin-right: 10px;*/
}
.topband .right-side-search .add-icon {
	position: relative;
}
.topband .right-side-search .add-icon i {
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: 0 auto;
	text-align: center;
}
.topband .right-side-search .add-icon:hover i {
	color: #10728b;
}
.topband .right-side-search .test-suite {
	margin-left: 10px;
}
.topband .clear {
	display: none;
}
.topband .add-appium {
	display: block;
	vertical-align: middle;
}
.search-pagination-number {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.add-edit-device-cntr .common-field .input-group label, .add-edit-device-cntr .common-field .input-group {
	display: block;
	width: auto;
}
.margin-top176 {
	margin-top: 176px;
}
.add-edit-device-cntr .common-field .grid-4 {
	width: 37.333333%;
}
.topband .right-side-search .search-icon, .topband .right-side-search .add-icon {
	width: 30px;
	height: 30px;
	background: #10728b;
	border: 1px solid #10728b;
	position: relative;
	border-radius: 9px;
	transition: 0.25s all linear;
}
.topband .right-side-search .search-icon:hover, .topband .right-side-search .add-icon:hover {
	background: #fff;
	border-color: #10728b;
	color: #10728b;
	transition: 0.25s all linear;
}
.topband .right-side-search .search-icon:hover span.search, .topband .right-side-search .add-icon:hover span.addcatagery {
	color: #10728b;
}
/****/
.globle-add-top {
	margin-bottom: 25px;
}
.globle-add-top .right-side-search .search-icon, .globle-add-top .right-side-search .add-icon {
	width: 30px;
	height: 30px;
	background: #10728b;
	border: 1px solid #10728b;
	position: relative;
	border-radius: 9px;
	transition: 0.25s all linear;
	display: inline-block;
}
.globle-add-top .right-side-search .search-icon:hover, .globle-add-top .right-side-search .add-icon:hover {
	background: #fff;
	border-color: #10728b;
	color: #10728b;
	transition: 0.25s all linear;
}
.globle-add-top .right-side-search .search-icon:hover span.search, .globle-add-top .right-side-search .add-icon:hover span.addcatagery {
	color: #10728b;
}
.globle-add-top span.addcatagery {
    cursor: pointer;
    font-family: 'Poppins', "Font Awesome 5 Free", sans-serif;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
    width: 30px;
    height: 30px;
}
.globle-add-top span.addcatagery:before {
    left: 39%;
}
.globle-add-top span.addcatagery:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*****/
.topband input.reset {
	border: 1px solid #fff;
	background: #10728b url(../images/reseticon.png) no-repeat;
	background-position: 20px center;
	font-size: 12px;
	padding: 5px 10px;
	padding-left: 35px;
	color: #fff;
}
.topband.script-editior-addseen .right-side-search .add-icon {
	margin-right: 17px;
}
.topband.script-editior-addseen span.addcatagery:before {
	left: 39%;
}

/*.topband input.reset:hover {
background: #fff;
color: #10728b;
}*/
.topband span.search {
	cursor: pointer;
	font-family: 'Poppins', "Font Awesome 5 Free", sans-serif;
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: auto;
	width: 30px;
	height: 30px;
}
.topband span.search a {
	position: absolute;
	right: 38px;
	padding: 11px 10px;
	width: 150px;
	font-size: 14px;
	color: #10728b;
	background: #fff;
	border: 1px solid #10728b;
	font-weight: 400;
	display: none;
	transition: all 0ms ease;
	-moz-transition: all 0ms ease;
	-webkit-transition: all 0ms ease;
	text-align: center;
	margin-top: -1px;
	margin-right: -2px;
}
.topband span.search:hover a {
	display: block;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}
.topband span.search:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.topband span.addcatagery {
	cursor: pointer;
	font-family: 'Poppins', "Font Awesome 5 Free", sans-serif;
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: auto;
	width: 38px;
	height: 38px;
}
.topband span.addcatagery a {
	position: absolute;
	right: 38px;
	padding: 11px 10px;
	width: 150px;
	font-size: 14px;
	color: #10728b;
	background: #fff;
	border: 1px solid #10728b;
	font-weight: 400;
	display: none;
	transition: all 0ms ease;
	-moz-transition: all 0ms ease;
	-webkit-transition: all 0ms ease;
	text-align: center;
	margin-top: -1px;
	margin-right: -2px;
}
.topband span.addcatagery:hover a {
	display: block;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}
.topband span.addcatagery:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mobilelist {
	width: 100%;	/*display: flex;*/
}
.mobilelist ul {
}
.showing-data {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0;
}
.add-edit-device-cntr .file-upload {
	width: 100%;
}
.add-edit-device-cntr .file-upload span {
	border-radius: 10px;
}
.mobilelist .main-page-device .list-of-device-panal {
	background: #ffffff;/*	float: left;
	width: 32%;*/
	margin-bottom: 20px;
	padding: 0;
	min-height: 192px;
	display: inline-flex;
	border-radius: 10px;
	border: 1px solid #d5d5d5;
}
.mobilelist .main-page-device .list-of-device-panal .deviceimg {
	width: 26%;
	text-align: center;
	padding: 18px 0 0;
}
.mobilelist .main-page-device .list-of-device-panal .deviceimg img {
	width: 80%;
	height: 144px;
}
.mobilelist .main-page-device .list-of-device-panal .deviceimg .device_active {
	float: none;
	display: block;
	padding: 4px 8px;
	width: 75%;
	font-size: 12px;
	margin: -11px auto 10px;
	border-radius: 6px;
	z-index: 9;
	position: relative;
}
.mobilelist .main-page-device .list-of-device-panal .deviceimg .inactive {
	display: block;
	float: none;
	padding: 4px 16px;
	width: 84%;
	font-size: 12px;
	margin: -11px auto 10px;
	border-radius: 6px;
	z-index: 9;
	position: relative;
}
.mobilelist .main-page-device .list-of-device-panal .update-btn {
	color: #12708a;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: underline !important;
	display: inline-block;
	transition: 0.25s all linear;
	line-height: normal;
	border-radius: 0;
	padding-bottom: 0;
	margin-left: 5px;
}

/*.mobilelist .main-page-device .list-of-device-panal .update-btn:hover {
color: #fff;
background: #ffcc00;
border-color: #ffcc00;
transition: 0.25s all linear;
}*/
.mobilelist .main-page-device .list-of-device-panal.add-device .deviceimg {
	margin: 20px 0px;
}
.mobilelist .main-page-device .list-of-device-panal.add-device:hover {
	background: #038eee;
	cursor: pointer;
}
.mobilelist .main-page-device .list-of-device-panal.add-device:hover h3 {
	color: #fff;
}
.mobilelist .main-page-device .list-of-device-panal .devicedetails {
	width: 76%;
	padding: 18px 18px 9px 8px;/*	background: #f4f4f4;*/
	border-radius: 0 10px 10px 0;
}
.mobilelist .main-page-device .list-of-device-panal.add-device .devicedetails {
	align-self: center;
}
.mobilelist .main-page-device .list-of-device-panal:nth-child(3n) {
	margin-right: 0px
}
.mobilelist .main-page-device .list-of-device-panal.add-device h3 {
	font-weight: 400;
	font-size: 30px;
	color: #dddddd;
}
.mobilelist .main-page-device .list-of-device-panal h3 {
	font-weight: 600;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 7px;
	display: flex;
	text-transform: uppercase;
}
.mobilelist .main-page-device .list-of-device-panal h3 b small {
	font-size: 10px;
	color: #646464;
	display: block;
	font-weight: 500;
	word-break: break-word;
}
.mobilelist .main-page-device .list-of-device-panal .productdetails {
	float: left;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 3px;
}
.mobilelist .main-page-device .list-of-device-panal p {
	margin: 0;
	width: 28%;
	float: left;
	font-size: 12px;
	line-height: 26px;
	font-weight: 600;
}
.mobilelist .main-page-device .list-of-device-panal span {
	margin: 0;
	width: 70%;
	float: left;
	font-size: 12px;
	line-height: 26px;
	font-weight: 500;
}
.mobilelist .main-page-device .list-of-device-panal span a {
	font-weight: 600;
	margin-left: 10px;
	margin-right: 0;
	color: #72d4e1;
	line-height: 13px;
}
.mobilelist .main-page-device .list-of-device-panal span .on-off-btn.tooltip-list:hover .tooltip-text {
	bottom: -24px;
}
.mobilelist .main-page-device .list-of-device-panal .edit-delite-option {
	float: none;
	width: auto;
	text-align: left;
	margin-top: 20px;
}
.mobilelist .main-page-device .list-of-device-panal .edit-delite-option a {
	padding: 0;
	width: 24px;
	height: 24px;
}
.mobilelist .main-page-device .list-of-device-panal .edit-delite-option a:first-child {
	margin-left: 0;
}
.mobilelist .main-page-device .list-of-device-panal span, .mobilelist .main-page-device .list-of-device-panal a, .mobilelist .main-page-device .list-of-device-panal p {
	line-height: normal;
}
.mobilelist .main-page-device .list-of-device-panal .edit-delite-option .comm-icon-btn {
	color: #10728b;
	border-color: #10728b;
}
.mobilelist .main-page-device .list-of-device-panal .edit-delite-option .comm-icon-btn i {
	color: #10728b;
}
.mobilelist .main-page-device .list-of-device-panal .edit-delite-option .comm-icon-btn:hover {
	background: #10728b;
	border-color: transparent;
	color: #fff;
}
.mobilelist .main-page-device .list-of-device-panal .edit-delite-option .comm-icon-btn:hover i {
	color: #fff;
}
.mobilelist .main-page-device .list-of-device-panal .edit-delite-option .comm-icon-btn .tooltip-text {
	color: #10728b;
}
.mobilelist .main-page-device .list-of-device-panal .edit-delite-option .comm-icon-btn.inactive-button {
	opacity: 0.5;
}

/*.mobilelist ul li .edit-delite-option a {
width: 47%;
float: left;
padding: 10px 4px;
font-size: 12px;
background: #fff;
color: #939393;
text-transform: capitalize;
font-weight: 600;
outline: none;
border: 1px solid #cecece;
border-radius: 30px;
margin-right: 8px;
text-align: center;
padding-left: 8px;
font-family: 'Poppins', "Font Awesome 5 Free", sans-serif;
}*/

/*.mobilelist ul li .edit-delite-option a.edit {
background: #10728b;
border: 1px solid #10728b;
color: #fff;
transition: 0.25s all linear;
}*/

/*.mobilelist ul li .edit-delite-option a.edit:hover {
background: transparent;
border-color: #10728b;
color: #10728b;
transition: 0.25s all linear;
}
.mobilelist ul li .edit-delite-option a:hover {
color: #fff;
border: 1px solid #10728b;
background: #10728b;
}
.mobilelist ul li .edit-delite-option a:before {
position: relative;
left: -5px;
}
.mobilelist ul li .edit-delite-option a.delete {
margin: 0;
background: #d43f3a;
color: #fff;
border: 1px solid #d43f3a;
transition: 0.25s all linear;
}
.mobilelist ul li .edit-delite-option a.delete:hover {
background: transparent;
border-color: #d43f3a;
color: #d43f3a;
transition: 0.25s all linear;
}*/
.wid-full {
	width: 100%;
	margin-bottom: 30px;
}
a.edit {
	padding: 5px 15px;
	font-size: 12px;
	color: #939393;
	text-transform: capitalize;
	font-weight: 300;
	outline: none;
	border: 0px solid #cecece;
	border-radius: 5px;
	margin-right: 8px;
	text-align: center;
	padding-left: 8px;
	font-family: 'Poppins', "Font Awesome 5 Free", sans-serif;
}
a.edit:before {
	margin-right: 7px;
}
a.edit:hover {
	color: #72d4e1;
}
td a.edit {
	padding: 0px;
	font-size: 12px;
	color: #939393;
	text-transform: capitalize;
	font-weight: 300;
	outline: none;
	border: 0px solid #cecece;
	border-radius: 5px;
	margin-right: 0px;
	text-align: center;
	padding-left: 0px;
	font-family: 'Poppins', "Font Awesome 5 Free", sans-serif;
	line-height: 14px;
	text-decoration: none;
}
td .checkboxcontainer {
	margin-bottom: 16px;
}
table tr th {
	text-align: center;
	position: sticky;
	top: 126px;
	z-index: 9;
}
table tr td {
	text-align: center;
}

/*.fai {
border: 1px solid #cecece;
padding: 5px 10px;
border-radius: 5px;
}
.fai:hover {
color: #fff;
border: 1px solid #10728b;
background: #10728b;
}*/
.tablebox table {
	border-collapse: collapse;
	width: 100%;
	background: #ffffff;
	height: max-content;
	border-radius: 15px;
	-webkit-box-shadow: 0 8px 6px -6px #dddddd;
	-moz-box-shadow: 0 8px 6px -6px #dddddd;
	box-shadow: 0 8px 6px -6px #dddddd;
}
.tablebox td, .tablebox th {
	border: 1px solid #ddd;
	text-align: left;
    padding: 16px 10px;	
	font-size: 13px;
	vertical-align: middle;
	border: 0;
	text-transform: uppercase;
}
.tablebox td, .tablebox th {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.tablebox td {
	font-weight: 500;
}
.tablebox td:last-child, .tablebox th:last-child {
	border-right: 0;
}
.tablebox tr:last-child td {
	border-bottom: 0;
}
.tablebox th {
	padding: 10px 10px;
}
.device-routine-tab{
	box-shadow: none !important;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 15px;
}
.device-routine-tab tr{
	background-color: #fff !important;
}
.device-routine-right-box {
	background: transparent !important;
	padding: 20px 20px !important;
}
.device-routine-tab table{
	box-shadow: none;
	height: 100%;
}
.device-routine-right-box tr{
	background: transparent !important;
}
.device-routine-right-box tr td.battery-status{
	border: 1px solid #4aaedf;
}
.progress {
    border-radius: 10px;
}
.device-routine-right-box tr td.memory-status{
	border: 1px solid #c1ed9e;
}
.device-routine-right-box tr td.storage-status{
	border: 1px solid #b3e0c8;
}
.device-routine-right-box tr td.cpu-usage-status{
	border: 1px solid #f8cfb0;
}

.device-routine-right-box tr td.battery-status .progress{
	background-color: #94cfec;
}

.device-routine-right-box tr td.memory-status .progress{
	background-color: #c1ed9e;
}

.device-routine-right-box tr td.storage-status .progress{
	background-color: #b3e0c8;
}

.device-routine-right-box tr td.cpu-usage-status .progress{
	background-color: #f8cfb0;
}

.device-routine-right-box tr td.battery-status .progress .progress-bar{
	background-color: #4aaedf;
}

.device-routine-right-box tr td.memory-status .progress .progress-bar{
	background-color: #84db3e;
}

.device-routine-right-box tr td.storage-status .progress .progress-bar{
	background-color: #25a761;
}

.device-routine-right-box tr td.cpu-usage-status .progress .progress-bar{
	background-color: #ec761e;
}

.device-routine-right-box tr td .progress span{
	text-align: left;
	padding-left: 20px;
	position: absolute;
	width: 100%;
	color: #fff;
}

.device-routine-right-box tr td.battery-status a{
	color: #4aaedf;
}

.device-routine-right-box tr td.memory-status a{
	color: #84db3e;
}

.device-routine-right-box tr td.storage-status a{
	color: #25a761;
}

.device-routine-right-box tr td.cpu-usage-status a{
	color: #ec761e;
}

.device-routine-right-box tr:last-child td{
	margin-bottom: 0;
}
.device-routine-right-box tr td{
	margin-bottom: 10px;
    display: block;
    padding: 8px 10px !important;
    border-radius: 10px;
}
.device-routine-left-box{
	width: 25%;
    padding: 20px 10px !important;
}
.device-routine-left-box p{
	padding: 8px 0;
}
.device-routine-left-box span.device_active{
	float: none;
    background: transparent;
    border: 1px solid #47b04b;
    color: #47b04b;
    font-weight: 500;
}
.device-routine-left-box span.device_active:hover{
	background: #47b04b;
    border: 1px solid #47b04b;
    color: #fff;
}
.device-routine-left-box span.inactive{
	float: none;
    background: transparent;
    border: 1px solid brown;
    color: brown;
    font-weight: 500;
}
.device-routine-left-box span.inactive:hover{
	background: brown;
    border: 1px solid brown;
    color: #fff;
}
/*.tablebox td a:hover {
text-decoration: underline !important;
}*/
.min-width60 {
	min-width: 68px;
}
.min-width100 {
	min-width: 100px;
}
.tablebox th {
	color: #525252;
	font-weight: 700;
}
.tablebox th strong {
	font-weight: 300;
}
.tablebox td b {
	text-align: left;
	font-weight: 700;
	color: #525252;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.tablebox tr:first-child {
	border-radius: 15px 15px 0 0;
}
.tablebox tr:last-child {
	border-radius: 0 0 15px 15px;
}
.tablebox tr:nth-child(even) {
	background-color: #f3f3f3;
}
.tablebox th:last-child, .tablebox td:last-child {
	text-align: center;
}
.tablebox td a {
	color: #10728b;
	font-weight: 600;
	font-size: 14px;
}
.tablebox td a .cfa-android, .tablebox td .cfa-android {
	color: #666666;
}
.tablebox td a .cfa-apple, .tablebox td  .cfa-apple {
	color: #666666;
}
.tablebox td a.gray-icon .tooltip-text, .tablebox td .gray-icon .tooltip-text {
	color: #666666;
}
.tablebox td .ios-btn {
	color: #666666;
	border-color: #666666;
}
.tablebox td .ios-btn i {
	color: #666666;
}
.tablebox td .ios-btn .tooltip-text {
	color: #666666;
}
.tablebox td .ios-btn:hover {
	background: #666666;
	border-color: #666666;
}
.tablebox td .ios-btn:hover i {
	color: #fff;
}

/*.tablebox td a:hover {
text-decoration: underline !important;
}*/



/********************/
.features-checkbox input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

.features-checkbox input[type=checkbox] {
  display: none;
}

.features-checkbox input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}

.features-checkbox input[type=checkbox] + label:active:before {
  transform: scale(0);
}

.features-checkbox input[type=checkbox]:checked + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
}

.features-checkbox input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.features-checkbox input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
/********************/
#Select-vide-jira .checkbox.inline{
	margin: 10px 10px;
}
#Select-vide-jira button {
	border-radius: 10px;
    margin: 0 10px;
    padding: 8px 10px;
}

#click_token .input-group a {
	color: #10728b;
    font-weight: 600;
    font-size: 14px;
}
.tablebox td a {
	position: relative
}
.tablebox td a:before {
	position: relative;
	left: -5px;
}
.tablebox tr th {
	text-align: center;
	background: #e7e7e7;
	position: sticky;
	top: 0;
}
.capabilities-report-table tr th {
	top: 0px !important;
}
.projects-table-set tr th {
	top: 125px;
}
.alexa-package-text-left tr th {
	top: 202px;
}
.capability-table tr th {
	top: 198px;
}
.run-logs-script-table table tr th {
	top: 200px;
}
.tablebox tr th:first-child {
	border-radius: 15px 0 0 0;
}
.tablebox tr th:last-child {
	border-radius: 0 15px 0 0;
}
.tablebox tr td {
	text-align: center;
	padding: 5px 10px;
}
.tablebox tr td.paltform-icon .gray-icon {
	display: inline-block;
	vertical-align: top;
}
.tablebox tr td p {
	font-size: 14px;
	margin-bottom: 0;
}
.device-routine-left-box p{
	word-break: break-word;	
}
.tablebox tr td a.alexa-devices, .tablebox tr td a.inactive-button {
	display: inline-block;
	vertical-align: middle;
}
.device-routine-tab table {
	box-shadow: none !important;
	height: 100% !important;
}
.tablebox tr td a.inactive-button {
	margin-left: 5px;
	padding: 6px 14px;
	font-weight: 600;
	color: #10728b;
	border: 1px solid #10728b;
	border-radius: 6px;
	transition: 0.25s all linear;
	font-size: 11px;
}
.tablebox tr td a.inactive-button:hover {
	background: #10728b;
	color: #fff;
	border-color: #10728b;
	transition: 0.25s all linear;
}
.tablebox tr td span.offline-tab {
	margin-left: 5px;
	vertical-align: top;
}
.alexa-package-text-left .text-left {
	text-align: left !important;
}

/*.tablebox tr td span.offline-tab:hover {
background: #10728b;
color: #fff;
border-color: #10728b;
transition: 0.25s all linear;
}*/
.edit-btn {
	width: 27px;
	height: 27px;
	border-radius: 6px;
	color: #007bff;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #007bff;
}
.edit-btn i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	color: #007bff;
	margin: auto;
	transform: translateY(-50%);
}
.edit-btn:hover {
	background: #007bff;
	color: #fff;
	border: 1px solid #007bff;
}
.edit-btn:hover i {
	color: #fff;
}
.edit-btn.tooltip-list .tooltip-text {
	color: #007bff;
}
.botm-icon-btn {
	width: 27px;
	height: 27px;
	border-radius: 6px;
	color: #10728b;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #10728b;
}
.botm-icon-btn i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	color: #10728b;
	margin: auto;
	transform: translateY(-50%);
}
.botm-icon-btn:hover {
	background: #10728b;
	color: #fff;
	border: 1px solid #10728b;
}
.botm-icon-btn:hover i {
	color: #fff;
}
#script-video-tbody .botm-icon-btn {
	border: none;
}
#script-video-tbody .botm-icon-btn i {
	top: 28%;
}
.capability-table .false-btn {
	background: #fff;
    color: #d9534f;
    transition: 0.25s all linear;
    padding: 6px 9px !important;
    border-radius: 6px !important;
    font-size: .650rem;
    line-height: 1.5;
    border: 1px solid #d9534f;
    width: 80px;
    margin: 0 auto;
}
.capability-table .false-btn:hover {
	color: #fff;
    background: #d9534f;
    border-color: #d9534f;
    transition: 0.25s all linear;
}
.capability-table .true-btn {
	background: #fff;
    color: #5cb85c;
    transition: 0.25s all linear;
    padding: 6px 9px !important;
    border-radius: 6px !important;
    font-size: .650rem;
    line-height: 1.5;
    border: 1px solid #5cb85c;
    width: 80px;
    margin: 0 auto;
}
.capability-table .true-btn:hover {
	color: #fff;
    background: #5cb85c;
    border-color: #5cb85c;
    transition: 0.25s all linear;
}
.capability-table .copy-capability-btn {
	background: #fff;
    color: #10728b;
    transition: 0.25s all linear;
    padding: 6px 9px !important;
    border-radius: 6px !important;
    font-size: .650rem;
    line-height: 1.5;
    border: 1px solid #10728b;
}
.capability-table .copy-capability-btn:hover {
	color: #fff;
    background: #10728b;
    border-color: #10728b;
    transition: 0.25s all linear;
}
#capabilities-device-list .copy-capability-btn {
    border-radius: 6px;
    font-size: 100%;
}
#capabilities-device-list .copy-capability-btn i {
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.add-icon-btn {
	width: 40px;
    height: 40px;
    border-radius: 6px;
    color: #1d6f42;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    border: 1px solid #1d6f42;
    vertical-align: middle;
    font-size: 24px;
    float: right;
}
.add-icon-btn i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	color: #1d6f42;
	margin: auto;
	transform: translateY(-50%);
}
.add-icon-btn:hover {
	background: #1d6f42;
	color: #fff;
	border: 1px solid #1d6f42;
}
.add-icon-btn:hover i {
	color: #fff;
}
.add-icon-btn:hover .tooltip-text {
    bottom: -25px !important;
    right: 40px !important;
}
.add-icon.tooltip-list .tooltip-text {
	color: #1d6f42;
}
.excel-file-save i{
	left: 30px !important;
}
.start-btn {
	width: 27px;
	height: 27px;
	border-radius: 6px;
	color: #34a853;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #34a853;
}
.start-btn i, .start-btn svg {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
	color: #34a853;
}
.start-btn:hover {
	background: #34a853;
	color: #fff;
	border: 1px solid #34a853;
}
.start-btn:hover i, .start-btn:hover svg {
	color: #fff;
}
.start-btn.tooltip-list .tooltip-text {
	color: #34a853;
}
.stop-btn {
	width: 27px;
	height: 27px;
	border-radius: 6px;
	color: #007bff;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #007bff;
}
.stop-btn i, .stop-btn svg {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
	color: #007bff;
}
.stop-btn:hover {
	background: #007bff;
	color: #fff;
	border: 1px solid #007bff;
}
.stop-btn:hover i, .stop-btn:hover svg {
	color: #fff;
}
.stop-btn.tooltip-list .tooltip-text {
	color: #007bff;
}
.trash-btn {
	width: 27px;
	height: 27px;
	border-radius: 6px;
	color: #dc3545;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #dc3545;
}
.trash-btn i, .trash-btn svg {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
	color: #dc3545;
}
.trash-btn:hover {
	background: #dc3545;
	color: #fff;
	border: 1px solid #dc3545;
}
.trash-btn:hover i, .trash-btn:hover svg {
	color: #fff;
}
.trash-btn.tooltip-list .tooltip-text {
	color: #dc3545;
}
.shield-btn {
	width: 27px;
	height: 27px;
	border-radius: 6px;
	color: #20c997;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #20c997;
}
.shield-btn i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	color: #20c997;
	transform: translateY(-50%);
}
.shield-btn:hover i {
	color: #fff;
}
.shield-btn:hover {
	background: #20c997;
	color: #fff;
	border: 1px solid #20c997;
}
.shield-btn.tooltip-list .tooltip-text {
	color: #20c997;
}
.info-circle-btn {
	width: 27px;
	height: 27px;
	border-radius: 6px;
	color: #6c757d;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #6c757d;
}
.info-circle-btn i, .info-circle-btn svg {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	color: #6c757d;
	margin: auto;
	transform: translateY(-50%);
}
.info-circle-btn:hover i, .info-circle-btn:hover svg {
	color: #fff;
}
.info-circle-btn:hover {
	background: #6c757d;
	color: #fff;
	border: 1px solid #6c757d;
}
.info-circle-btn.tooltip-list .tooltip-text {
	color: #6c757d;
}
.video-btn {
	width: 27px;
	height: 27px;
	border-radius: 6px;
	color: #dc3545;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #dc3545;
}
.video-btn i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
	color: #dc3545;
}
.video-btn:hover {
	background: #dc3545;
	color: #fff;
	border: 1px solid #dc3545;
}
.video-btn:hover i {
	color: #fff;
}
.video-btn.tooltip-list .tooltip-text {
	color: #dc3545;
}


.online-btn {
	width: 27px;
	height: 27px;
	border-radius: 6px;
	color: #5cb85c;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #5cb85c;
}
.online-btn i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
	color: #5cb85c;
}
.online-btn:hover {
	background: #5cb85c;
	color: #fff;
	border: 1px solid #5cb85c;
}
.online-btn:hover i {
	color: #fff;
}
.online-btn.tooltip-list .tooltip-text {
	color: #5cb85c;
}

.offline-btn {
	width: 27px;
	height: 27px;
	border-radius: 6px;
	color: #dc3545;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #dc3545;
}
.offline-btn i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
	color: #dc3545;
}
.offline-btn:hover {
	background: #dc3545;
	color: #fff;
	border: 1px solid #dc3545;
}
.offline-btn:hover i {
	color: #fff;
}
.offline-btn.tooltip-list .tooltip-text {
	color: #dc3545;
}

.lock-btn {
	width: 27px;
	height: 27px;
	border-radius: 6px;
	color: #28a745;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #28a745;
}
.lock-btn i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	color: #28a745;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
}
.lock-btn:hover {
	background: #28a745;
	color: #fff;
	border: 1px solid #28a745;
}
.lock-btn:hover i {
	color: #fff;
}
.lock-btn.tooltip-list .tooltip-text {
	color: #28a745;
}
.copy-btn {
	width: 27px;
	height: 27px;
	border-radius: 6px;
	color: #007bff;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #007bff;
}
.copy-btn i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	color: #007bff;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
}
.copy-btn:hover {
	background: #007bff;
	color: #fff;
	border: 1px solid #007bff;
}
.copy-btn:hover i {
	color: #fff;
}
.copy-btn.tooltip-list .tooltip-text {
	color: #007bff;
}
.play-circle-btn {
	width: 27px;
	height: 27px;
	border-radius: 6px;
	color: #fd7e14;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #fd7e14;
}
.play-circle-btn i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	color: #fd7e14;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
}
.play-circle-btn:hover {
	background: #fd7e14;
	color: #fff;
	border: 1px solid #fd7e14;
}
.play-circle-btn:hover i {
	color: #fff;
}
.play-circle-btn.tooltip-list .tooltip-text {
	color: #fd7e14;
}
.eye-btn {
	width: 27px;
	height: 27px;
	border-radius: 6px;
	color: #f00;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #f00;
}
.eye-btn i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	color: #f00;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
}
.eye-btn:hover {
	background: #f00;
	color: #fff;
	border: 1px solid #f00;
}
.eye-btn:hover i {
	color: #fff;
}
.eye-btn.tooltip-list .tooltip-text {
	color: #f00;
}
.comm-icon-btn {
	width: 27px;
	height: 27px;
	border-radius: 6px;
	color: #20c997;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #20c997;
}
.comm-icon-btn i, .comm-icon-btn svg {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	color: #20c997;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
}
.comm-icon-btn svg {
	width: 16px !important;
	height: 16px !important;
}
.comm-icon-btn:hover {
	background: #20c997;
	color: #fff;
	border: 1px solid #20c997;
}
.comm-icon-btn:hover i, .comm-icon-btn:hover svg {
	color: #fff;
}
.comm-icon-btn.tooltip-list .tooltip-text {
	color: #20c997;
}
.gray-icon-btn {
	width: 27px;
	height: 27px;
	border-radius: 6px;
	color: #737373;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #737373;
	vertical-align: top;
}
.gray-icon-btn i, .gray-icon-btn svg {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	color: #737373;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
}
.gray-icon-btn svg {
	width: 16px !important;
	height: 16px !important;
}
.gray-icon-btn:hover {
	background: #737373;
	color: #fff;
	border: 1px solid #737373;
}
.gray-icon-btn:hover i, .gray-icon-btn:hover svg {
	color: #fff;
}
.gray-icon-btn.tooltip-list .tooltip-text {
	color: #737373;
}
.check-conve-btn {
	width: 27px !important;
    height: 27px;
    border-radius: 6px !important;
    color: #fff;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    border: 1px solid #34a853;
    vertical-align: top;
    background: #34a853;
}
.check-conve-btn i, .check-conve-btn svg {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
}
.check-conve-btn svg {
	width: 16px !important;
	height: 16px !important;
}
.check-conve-btn:hover {
	background: #fff;
	color: #34a853;
	border: 1px solid #34a853;
}
.check-conve-btn:hover i, .check-conve-btn:hover svg {
	color: #34a853;
}
.check-conve-btn.tooltip-list .tooltip-text {
	color: #34a853;
}
.report-list-status {
	background: #fff;
    transition: 0.25s all linear;
    padding: 6px 9px !important;
    border-radius: 6px !important;
    font-size: .650rem;
    line-height: 1.5;
    width: 80px;
    margin: 0 auto;
}
.report-list-status.btn-success {
	background: #fff;
    color: #5cb85c !important;
    border: 1px solid #5cb85c;
}
.report-list-status.btn-success:hover {
	color: #fff !important;
    background: #5cb85c;
    border-color: #5cb85c;
    transition: 0.25s all linear;
}
.report-list-status.btn-danger {
	background: #fff;
    color: #d9534f !important;
    border: 1px solid #d9534f;
}
.report-list-status.btn-danger:hover {
	color: #fff !important;
    background: #d9534f;
    border-color: #d9534f;
    transition: 0.25s all linear;
}
.converter-check-icon-btn {
	width: 27px !important;
    height: 27px !important;
    border-radius: 6px !important;
    position: relative;
    background: #34a853 !important;
    border-color: #34a853 !important;
}

.converter-check-icon-btn i{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
}
.converter-icon-btn {
	width: 27px !important;
	height: 27px !important;
	border-radius: 6px !important;
	position: relative;
}

.converter-icon-btn i{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
}
.download-btn {
	width: 27px;
	height: 27px;
	border-radius: 6px;
	color: #34a853;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #34a853;
}
.download-btn i, .download-btn svg {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	color: #34a853;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
}
.download-btn svg {
	width: 16px !important;
	height: 16px !important;
}
.download-btn:hover {
	background: #34a853;
	color: #fff;
	border: 1px solid #34a853;
}
.download-btn:hover i, .download-btn:hover svg {
	color: #fff;
}
.download-btn.tooltip-list .tooltip-text {
	color: #34a853;
}
#iOS-selector .file-upload {
	margin-top: 10px;
}
.ios-icon-btn {
	width: 27px;
	height: 27px;
	border-radius: 6px;
	color: #666666;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #666666;
	vertical-align: middle;
	margin-left: 5px;
}
.ios-icon-btn i, .ios-icon-btn svg {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	color: #666666;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
}
.ios-icon-btn svg {
	width: 16px !important;
	height: 16px !important;
}
.ios-icon-btn:hover {
	background: #666666;
	color: #fff;
	border: 1px solid #666666;
}
.ios-icon-btn:hover i, .ios-icon-btn:hover svg {
	color: #fff;
}
.ios-icon-btn.tooltip-list .tooltip-text {
	color: #666666;
}
.check-btn {
	width: 27px;
	height: 27px;
	border-radius: 6px;
	color: #fff;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #10728b;
	background: #10728b;
}
.check-btn i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	color: #ffffff;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
}
.check-btn:hover i, .check-btn:hover svg {
	color: #fff;
	background: transparent;
	border-color: #10728b;
}
.check-btn.tooltip-list .tooltip-text {
	color: #10728b;
}
.check-btn.uncheck-btn {
	background: #909090;
	border-color: #909090;
	color: #fff;
}
.check-btn.uncheck-btn:hover {
	background: #909090;
	color: #ffffff;
}
.check-btn.uncheck-btn i {
	color: #fff;
}
.check-btn.uncheck-btn:hover i {
	color: #ffffff;
}
.check-btn.uncheck-btn.tooltip-list .tooltip-text {
	color: #909090;
}
.tablebox tr td a.active-btn {
	min-width: 90px;
	display: inline-block;
	text-align: center;
	padding: 5px 20px;
	font-size: 12px;
	color: #4caf50;
	border: 1px solid #4caf50;
	text-decoration: none !important;
	border-radius: 6px;
}
.tablebox tr td a.active-btn:hover {
	background: #4caf50;
	color: #fff;
}
.tablebox tr td a.inactive-btn {
	min-width: 90px;
	display: inline-block;
	text-align: center;
	padding: 5px 20px;
	font-size: 12px;
	color: #e31e24;
	border: 1px solid #e31e24;
	text-decoration: none !important;
	border-radius: 6px;
}
.tablebox tr td a.inactive-btn:hover {
	background: #e31e24;
	color: #fff;
}
.tablebox tr td a.edit-btn, .tablebox tr td a.trash-btn, .tablebox tr td a.download-btn {
	width: 27px;
	height: 27px;
	border-radius: 6px;
	color: #007bff;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #007bff;
}
.tablebox tr td a.edit-btn:hover {
	background: #007bff;
	color: #fff;
	border: 1px solid #007bff;
}
.tablebox tr td a.edit-btn .fa, .tablebox tr td a.trash-btn .fa {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
}
.tablebox tr td a.trash-btn {
	color: #dc3545;
	border-color: #dc3545;
}
.tablebox tr td a.trash-btn:hover {
	background: #dc3545;
	color: #fff;
	border: 1px solid #dc3545;
}
.tablebox tr td a.trash-btn.tooltip-list .tooltip-text {
	color: #dc3545;
}
.tablebox tr td a.edit-btn.tooltip-list .tooltip-text {
	color: #007bff;
}
.tablebox tr td a.download-btn.tooltip-list .tooltip-text {
	color: #34a853;
}
.tablebox tr td a.download-btn {
	color: #34a853;
	border-color: #34a853;
}
.tablebox tr td a.download-btn:hover {
	background: #34a853;
	color: #fff;
	border: 1px solid #34a853;
}
.dropdown.comm-drop button {
	padding: 10px 0;
	border: 0;
	background: transparent;
	color: #10728b;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	outline: none;
	box-shadow: none;
}
.dropdown.comm-drop .dropdown-menu {
	border: 1px solid #ddd;
	margin-top: 0;
	padding: 0;
}
.dropdown.comm-drop .dropdown-menu a {
	display: block;
	padding: 5px 10px;
	transition: 0.25s all linear;
}
.dropdown.comm-drop .dropdown-menu a:hover {
	background: #10728b;
	color: #fff;
	transition: 0.25s all linear;
}
.dropdown.comm-drop:hover .dropdown-menu {
	display: block;
}
.pagination {
	padding: 7px 0;
	font-weight: 500;
	color: #000;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	text-align: right;
	margin: 0 auto;
	display: block;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f3f3f3;
	font-size: 12px;
}
.pagination b, .pagination a {
	padding: 4px 2px;
	border: #cccccc solid 1px;
	border-radius: 5px;
	width: 27px;
	height: 27px;
	display: inline-block;
	vertical-align: middle;
	transition: 0.25s all linear;
	color: #000 !important;
	text-decoration: none !important;
	cursor: pointer;
	font-weight: 500 !important;
}
.pagination b:hover, .pagination b.active, .pagination a:hover, .pagination a.active {
	background: #10728b;
	color: #fff !important;
	transition: 0.25s all linear;
	text-decoration: none !important;
}
.pagination b {
	background: #10728b;
	color: #fff !important;
	transition: 0.25s all linear;
	text-decoration: none !important;
}
.pagination a:last-child, .pagination a.nextLink, .pagination a.prevLink, .pagination a.first-link {
	width: 60px;
}
.on-off-btn {
	font-size: 25px !important;
	color: #10728b !important;
	text-decoration: none !important;
}
.on-off-btn.tooltip-list .tooltip-text {
	color: #10728b;
}

/* The container */
.checkboxcontainer {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: 1px solid #10728b;
	left: calc(50% - 12px);
}

/* On mouse-over, add a grey background color *
.container:hover input ~ .checkmark {background-color: #ccc;}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
	background-color: #10728b;
	border: 1px solid #10728b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.add-edit-device {
	margin-bottom: 20px;
	margin-top: 149px;
}
.margin-top149 {
	margin-top: 136px;
}
.margin-top186 {
    margin-top: 165px;
}

.marquee {
    width: 100%;
    left: 0;
    position: fixed;
    top: 58px;
/*    z-index: 103;*/
}
.marquee marquee{
    background: #f7f7f7;
    font-size: 16px;
    font-weight: 500;
    padding: 6px;
    letter-spacing: 1px;
    color: red;
    text-transform: none;
}

.addeditdevicecntrbox {
	width: 700px;
	padding: 50px;
	background: #fff;
	margin: 0 auto;
	box-shadow: -4px 20px 27px #ddd;
	-webkit-box-shadow: -4px 20px 27px #ddd;
	-moz-box-shadow: -4px 20px 27px #ddd;
	border-radius: 20px;
	border: 1px solid #ddd;
}
.addautomatorsession {
	width: 720px;
    padding: 20px;
    background: #fff;
    margin: 0 20px;
}

.addeditdevicecntrbox h2 {
	font-size: 20px;
	color: #646464;
	margin-bottom: 30px;
	display: none;
}
.add-edit-device-cntr form-row .form-field {
	padding-bottom: 15px;
}
.margin-top146 {
	margin-top: 146px;
}

/*.add-edit-device-cntr .input-group {
display: grid;
}*/
.add-edit-device-cntr .input-group label, .add-edit-device-cntr .form-group label, .add-edit-device-cntr .new-accodina-format label {
	color: #5f505d;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 10px;
	font-weight: 600;
	width: 33%;
}
.add-appium-project-form .input-group label, .add-appium-project-form .form-group label, .add-appium-project-form .new-accodina-format label {
	width: 51%;
}
.add-edit-device-cntr .input-group input, .add-edit-device-cntr .input-group select, .add-edit-device-cntr .form-group input, .add-edit-device-cntr .form-group select {
	border-radius: 10px !important;
	border: 1px solid #ddd;
	font-family: 'Poppins', sans-serif;
}
.add-edit-device-cntr .input-group textarea, .add-edit-device-cntr .form-group textarea {
	border: 1px solid #ddd;
	border-radius: 10px;
	resize: none;
	padding: 10px 16px;
}
.add-edit-device-cntr .session-script-list-accordion {
	width: 100%;
}
.add-edit-device-cntr .new-accodina-format {
	display: flex;
	width: 100%;
}
.add-edit-device-cntr .session-script-list-accordion .accordion {
	background: transparent;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px;
	margin: 6px 0;
	font-weight: 500;
	color: #5f505d;
}
.add-edit-device-cntr  .session-script-list-accordion .fa-window-maximize {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
	color: #007bff;
}
.add-edit-device-cntr .session-script-list-accordion .accordion.active {
	background: #007bff;
	color: #ffffff;
}
.add-edit-device-cntr .session-script-list-accordion .accordion.active .fa-window-maximize {
	color: #fff;
}
.add-edit-device-cntr .scrollbox-wrapper {
	width: 100%;
}
.add-edit-device-cntr .scrollbox-wrapper .container1 {
	height: 50vh;
}
.new-accodina-format .mCSB_inside > .mCSB_container {
	margin-right: 14px;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background: #10728b;
}
.add-edit-device-cntr .session-script-list-accordion .panel ul li {
	font-weight: 500;
	margin-bottom: 2px;
	background: #f5f5f5;
	border-radius: 6px;
}
.add-edit-device-cntr .session-script-list-accordion .panel ul li:nth-child(odd) {
	background: #e1dfdf !important;
}
.add-edit-device-cntr .marge-input-pattan .input-group {
	display: block;
}
.add-edit-device-cntr .marge-input-pattan .input-group label {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.manage-events-section-add-and-edit  .add-edit-device-cntr .sleep-before-hide, .manage-events-section-add-and-edit  .add-edit-device-cntr .clear-previous-value {
	padding-bottom: 20px;
}
.manage-events-section-add-and-edit  .add-edit-device-cntr .short-info .form-field p {
	font-size: 13px;
	color: #222;
	font-weight: 600;
	text-align: center;
}
.manage-events-section-add-and-edit  .add-edit-device-cntr .browse-device .save-button-icon i, .manage-events-section-add-and-edit  .add-edit-device-cntr .save-button-icon i {
	left: 48px;
}
.manage-events-section-add-and-edit  .add-edit-device-cntr .pull-element-device .close-button-icon i {
	font-size: 25px;
	color: #10728b;
	position: absolute;
	top: 10px;
	left: 35px;
	z-index: 5;
	right: 0;
	text-align: center;
	width: 20px;
	height: 20px;
}
.manage-events-section-add-and-edit  .add-edit-device-cntr .pull-element-device .close-button-icon:hover i {
	color: #fff;
}
.manage-events-section-add-and-edit  .add-edit-device-cntr .bottom-button-margin {
	margin-bottom: 20px;
}
.manage-events-section-add-and-edit  .add-edit-device-cntr .closing-btn .close-button-icon i {
	left: 35px;
}
.manage-events-section-add-and-edit  .add-edit-device-cntr .reload-btn .save-button-icon i {
	left: 35px;
}
.manage-events-section-add-and-edit  .add-edit-device-cntr .margin-bottom-class {
	margin-bottom: 20px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	background-image: url(../images/down-arrow.png);
	background-repeat: no-repeat;
	background-position-x: 94%;
	background-position-y: 16px;
	font-weight: 500;
	border: 1px solid #dfdfdf;
	padding: 12px 14px;
	font-family: 'Poppins', sans-serif;
	border-radius: 30px;
}
.select-top-label {
	position: absolute;
	margin: -8px 0px 0px 18px;
	background: white;
	font-size: 13px;
	color: #df5a5a;
	text-transform: capitalize;
	z-index: 1;
}
/**********************************/
.selet-dropdown {
  width: 100%;
  display: inline-block;
  border-radius: 10px;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position-x: 94%;
  background-position-y: 19px;
  font-weight: 500;
  border: 1px solid #dfdfdf;
  padding: 10px 14px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  color: #787878;
}
.selet-dropdown .select {
    cursor: pointer;
    display: block;
}
.selet-dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}

.selet-dropdown .selet-dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 6px;
    border-radius: 0;
    overflow: hidden;
    display: none;
    max-height: 160px;
    overflow-y: auto;
    z-index: 9;
    border: 1px solid #ddd;
}
.selet-dropdown .selet-dropdown-menu li {
    padding: 5px 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
} 
.selet-dropdown .selet-dropdown-menu {
    padding: 0;
    list-style: none
}
.selet-dropdown .selet-dropdown-menu li:hover {
    background-color: #1e90ff;
    color: #fff;
}
.selet-dropdown .selet-dropdown-menu li.liactive {
    background-color: #1e90ff;
    color: #fff;
}
/**********************************/
.add-edit-device-cntr .input-group select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url(../images/down-arrow.png);
	background-repeat: no-repeat;
	background-position-x: 94%;
	background-position-y: 19px;
	font-weight: 500;
	border: 1px solid #dfdfdf;
	padding: 10px 14px;
	font-family: 'Poppins', sans-serif;
}
#projects tr td a {
	vertical-align: middle;
}
.add-edit-device-cntr .radio-button-div .inputType-lis.wid-175 {
	width: 175px;
}
.add-edit-device-cntr .radio-button-div .inputType-lis.wid-320 {
	width: 320px;
}
.add-edit-device-cntr .radio-button-div .inputType-lis.wid-70 {
	width: 70px;
}
.edit-compant-save {
	left: 96px !important;
}
.edit-compant-cancel {
	left: 90px !important;
}
.mar-t-60 {
	margin-top: 60px;
}
.select2-serch.select2-container--open {
	display: none !important;
}
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
}
.add-edit-device-cntr .radio-button-div .inputType-lis {
	padding: 0 8px;
	/*border-right: 1px solid #ddd;*/
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}
.add-edit-device-cntr .radio-button-div .inputType-lis.last-border {
	border-right: 0;
}
.add-edit-device-cntr .radio-button-div hr {
	margin-top: 9px;
	margin-bottom: 9px;
	display: none;
}

/*.mobiledetailbox {
margin-top: 146px;
}*/
.mobiledetailbox h3 {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 15px;
}
.mobilelist .record-not-found p {
	text-align: center;
	width: auto;
	float: none;
}
.mobiledetailbox .productdetails {
	float: left;
	width: 100%;
}
.mobiledetailbox p {
	margin: 0;
	width: 30%;
	float: left;
	font-size: 14px;
	line-height: 26px;
}
.mobiledetailbox span {
	margin: 0;
	width: 30%;
	float: left;
	font-size: 14px;
	line-height: 26px;
}
.mobiledetailbox .edit-delite-option {
	float: right;
	width: 35%;
}
.mobiledetailbox .edit-delite-option input {
	width: 48%;
	float: left;
	padding: 5px 5px;
	font-size: 12px;
	background: #fff;
	color: #404040;
	text-transform: capitalize;
	font-weight: 100;
}
.overlayCntr select.select-filter {
	background-position-x: 92%;
	background-position-y: 12px;
	padding: 0 27px 0 10px;
	width: auto;
	font-size: 11px;
	font-weight: 600;
}
.mobilefeaturesbox .devicedetails {
	background: #fff;
	padding: 30px;
	margin-top: 130px;
	position: relative;
	left: 48px;
	position: relative;
	max-width: none;
	border-radius: 15px;
	-ms-box-shadow: -4px -2px 34px #ddd;/* IE 9 */
	-webkit-box-shadow: -4px -2px 34px #ddd;/* Safari */
	box-shadow: -4px -2px 34px #ddd;
}
.mobilefeaturesbox .devicenote .device-info {
	padding: 15px;
	border-radius: 15px;
	-ms-box-shadow: -4px -2px 34px #ddd;/* IE 9 */
	-webkit-box-shadow: -4px -2px 34px #ddd;/* Safari */
	box-shadow: -4px -2px 34px #ddd;
	margin-top: 112px;
	background: #ffcc00;
}
.mobilefeaturesbox .devicenote .device-info p {
	float: none;
	color: #fff;
}
.zoom-screen {
	display: block;
}
.zoom-screen a {
	display: inline-block;
	text-decoration: none;
}
.zoom-screen .botm-icon-btn {
	width: 37px;
	height: 37px;
}
.zoom-screen a i {
	font-size: 24px;
	color: #10728b;
}
.zoom-screen a .compress {
	display: none;
}

/*.mobilefeaturesbox .devicedetails:before {
content: "";
width: 0;
height: 0;
border-top: 296px solid white;
border-left: 70px solid transparent;
position: absolute;
left: -70px;
top: 0;
}*/
.deviceimg img {
	width: 80%;
}
.mobilefeaturesbox h3 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 15px;
}
.mobilefeaturesbox .productdetails {
	float: left;
	width: 100%;
}
.mobilefeaturesbox p {
	margin: 0;
	width: 36%;
	float: left;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
}
.mobilefeaturesbox input {
	margin: 0;
	width: 45%;
	float: left;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 5px;
	padding: 2px 5px;
	border-radius: 30px;
	text-align: center;
}
.mobilefeaturesbox a {
	font-weight: 600;
	padding: 11px;
	color: #0092ed;
}
.mobilefeaturesbox .productdetails input {
	color: #404040;
}
.mobilefeaturesbox .edit-delite-option {
	margin-top: 30px;
	width: 100%;
}
.mobilefeaturesbox .edit-delite-option input {
	width: 100%;
}
.mobilefeaturesbox .edit-delite-option .btn1, .mobilefeaturesbox .edit-delite-option .btn2 {
	width: 100%;
}
.mobilefeaturesbox .edit-delite-option .row {
	margin: 0;
}
.mobilefeaturesbox .edit-delite-option .btn1 i {
	top: 12px;
	left: 36px;
	color: #10728b;
}
.mobilefeaturesbox .edit-delite-option .btn1 input {
	padding: 8px 38px !important;
	padding-left: 55px !important;
	background: #10728b;
	color: #fff;
}
.mobilefeaturesbox .edit-delite-option .btn1 input:hover {
	background: #fff;
	border-color: #10728b;
	color: #10728b;
}
.mobilefeaturesbox .edit-delite-option .btn1 i {
	color: #fff;
}
.mobilefeaturesbox .edit-delite-option .btn2 i {
	top: 12px;
	left: 36px
}
.mobilefeaturesbox .edit-delite-option .btn2 input {
	padding: 8px 38px !important;
	padding-left: 47px !important;
}
.mobilefeaturesbox .devicenote img {
	margin-bottom: 10px;
}
.mobilefeaturesbox .devicenote p {
	color: #fa0e13;
	width: 100%;
	line-height: 24px;
	font-weight: 500;
}
.tab-list-flow .activetab {
	margin-bottom: 40px;
	position: fixed;
    width: 1300px;
    z-index: 30;
    background: #fff;
    padding: 20px 0;
    margin-top: -30px;
}
.managetestlist.session-list-section-main-div {
	margin-top: 80px;
}
.tablebox.alexa-package-text-left {
	margin-top: 80px;
}
.table-striped.text-center.capability-table {
	margin-top: 80px;
}
.capability-box.body-text-area {
	margin-top: 80px;
}
.replicator-tab.common-tab {
	margin-top: 50px;
	margin-bottom: -50px;
}
.box-border#project-dashboard {
	margin-top: 50px;
}
.tab-list-flow .activetab li {
	min-height: auto;
	margin-right: 9px;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border-radius: 15px;
	font-size: 14px;
	color: #9b9b9b;
	text-transform: capitalize;
	border: 2px solid #9b9b9b;
}
.tab-list-flow .activetab li.btn-secondary {
	background: #10728b;
	color: #fff;
	border-color: #10728b !important;
}
.tab-list-flow .activetab li.btn-secondary a {
	color: #ffffff;
	background: #10728b !important;
	border-color: #10728b;
}
.tab-list-flow .activetab li.btn-primary {
	background: transparent;
}
.tab-list-flow .activetab .btn-primary a, .tab-list-flow .activetab .btn-secondary a {
	padding: 9px 18px;
	line-height: normal;
	color: #9b9b9b;
	text-decoration: none !important;
	transition: 0.25s all linear;
	border-radius: 15px;
	background: #fff !important;
}
.tab-list-flow .col-md-2 {
	max-width: 149px;
}
.tab-list-flow .activetab li:hover {
	border-color: #9b9b9b;
}
.tab-list-flow .activetab .btn-primary a:hover, .tab-list-flow .activetab .btn-secondary a:hover {
	background: #fff !important;
	border-color: #10728b;
	color: #10728b;
	transition: 0.25s all linear;
}
.tab-list-flow .activetab li.btn-primary:hover, .tab-list-flow .activetab li.btn-primary:hover a {
	color: #ffffff;
    background: #10728b !important;
    border-color: #10728b;
}
.managetestlist ul li {
	width: 49%;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	border-radius: 15px;
	border: 1px solid #ededed;
}
.managetestlist-box {
	border-radius: 15px;
	border: 1px solid #ededed;
	margin-bottom: 40px;
	padding: 0;
	width: 100%;
}

.managetestlist .managetestlist-box td, .managetestlist .managetestlist-box th {
	font-size: 12px;
	padding: 10px 8px;
	text-align: center;
}
.managetestlist .managetestlist-box:nth-child(2n) {
	margin-right: 0px
}
.managetestlist .managetestlist-box .checkmark {
	height: 15px;
	width: 15px;
}
.managetestlist .managetestlist-box .checkboxcontainer .checkmark:after {
	left: 4px;
	top: 2px;
	width: 4px;
	height: 8px;
	border-width: 0 1px 1px 0;
}
.managetestlist .managetestlist-box .device-icon-button, .managetestlist .managetestlist-box .all-screenshot {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: relative;
	margin-top: -4px;
}
.managetestlist .managetestlist-box .device-icon-button i, .managetestlist .managetestlist-box .all-screenshot i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
}
.managetestlist .managetestlist-box h2.subtitle {
	padding: 17px 15px 6px;
	background: transparent;
	font-size: 15px;
	color: #2e2e2e;
}
.managetestlist .managetestlist-box p.no-devices-add {
	padding: 0px 10px;
	background: transparent;
	font-size: 15px;
	color: #2e2e2e;
	text-align: center;
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: 500;
}
.managetestlist .managetestlist-box h2.subtitle.devices-details-title {
	margin-bottom: 0;
}
.managetestlist .managetestlist-box h2.subtitle.devices-details-title .multiple-device-deleted {
	float: right;
}
.managetestlist .managetestlist-box h2.subtitle.devices-details-title .multiple-device-deleted .tooltip-text {
	font-weight: 500;
}
.managetestlist .managetestlist-box h2.subtitle .right-side-button {
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-top: -2px;
}
.managetestlist .managetestlist-box h2.subtitle .delete-devices {
	float: right;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}
.managetestlist .managetestlist-box h2.subtitle b {
	font-weight: 700;
}
.managetestlist .managetestlist-box .all-screenshot.fa-camera:before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.managetestlist .managetestlist-box .edit-delite-option {
	padding: 0 22px;
}
.managetestlist .managetestlist-box .tablebox {
	padding: 0px 0 0 10px;
}
.managetestlist .managetestlist-box .tablebox table tr:last-child td:first-child {
	border-radius: 0 0 0 15px;
}
.managetestlist .managetestlist-box .tablebox table tr:last-child td:last-child {
	border-radius: 0 0 15px 0;
}
.managetestlist .managetestlist-box .tablebox table tr.extra-message td {
	text-align: center;
	text-transform: capitalize;
	color: #dc3545;
}
.sessiontitle h4 a.trash-btn {
	vertical-align: middle;
}
.sessiontitle h4 a.trash-btn b{
	bottom: 1px !important;
    right: auto !important;
    left: 30px !important;
    padding: 5px 10px !important;
}
.sessiontitle a.trash-btn {
	vertical-align: middle;
}
.sessiontitle a.trash-btn b{
	bottom: 1px !important;
    /*right: auto !important;
    left: 30px !important;*/
    padding: 5px 10px !important;
}
.managetestlist .managetestlist-box .tablebox table tr.record-not-found td {
	border-radius: 0 0 15px 15px !important;
}
/*.session-list-section-main-div.managetestlist ul li {
height: 576px;
}*/
.managetestlist ul li td, .managetestlist ul li th {
	font-size: 12px;
	padding: 10px 8px;
	text-align: center;
}
.managetestlist ul li:nth-child(2n) {
	margin-right: 0px
}
.managetestlist ul li .checkmark {
	height: 15px;
	width: 15px;
}
.managetestlist ul li .checkboxcontainer .checkmark:after {
	left: 4px;
	top: 2px;
	width: 4px;
	height: 8px;
	border-width: 0 1px 1px 0;
}
.managetestlist ul li .device-icon-button, .managetestlist ul li .all-screenshot {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: relative;
	margin-top: -4px;
}
.managetestlist ul li .device-icon-button i, .managetestlist ul li .all-screenshot i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	transform: translateY(-50%);
}
.managetestlist ul li h2.subtitle {
	padding: 17px 15px 6px;
	background: transparent;
	font-size: 15px;
	color: #2e2e2e;
}
.managetestlist ul li p.no-devices-add {
	padding: 0px 10px;
	background: transparent;
	font-size: 15px;
	color: #2e2e2e;
	text-align: center;
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: 500;
}
.managetestlist ul li h2.subtitle.devices-details-title {
	margin-bottom: 0;
}
.managetestlist ul li h2.subtitle.devices-details-title .multiple-device-deleted {
	float: right;
}
.managetestlist ul li h2.subtitle.devices-details-title .multiple-device-deleted .tooltip-text {
	font-weight: 500;
}
.managetestlist ul li h2.subtitle .right-side-button {
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-top: -2px;
}
.managetestlist ul li h2.subtitle .delete-devices {
	float: right;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}
.managetestlist ul li h2.subtitle b {
	font-weight: 700;
}
.managetestlist ul li .all-screenshot.fa-camera:before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.managetestlist ul li .edit-delite-option {
	padding: 0 22px;
}
.managetestlist ul li .tablebox {
	padding: 0px 0 0 10px;
}
.managetestlist ul li .tablebox table tr:last-child td:first-child {
	border-radius: 0 0 0 15px;
}
.managetestlist ul li .tablebox table tr:last-child td:last-child {
	border-radius: 0 0 15px 0;
}
.managetestlist ul li .tablebox table tr.extra-message td {
	text-align: center;
	text-transform: capitalize;
	color: #dc3545;
}
.managetestlist ul li .tablebox table tr.record-not-found td {
	border-radius: 0 0 15px 15px !important;
}
.managetestlist .tablebox {
	padding-bottom: 0;
}
.sessiontitle {
	padding: 13px 20px;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
	background: #f3f3f3;
	border-radius: 15px 15px 0 0;
}
.sessiontitle h5 {
	font-size: 14px;
	color: #12708a;
	font-weight: 600;
	text-transform: uppercase;
	display: none;
}
.sessiontitle h4 {
	font-size: 20px;
	color: #12708a;
	text-transform: uppercase;
	font-weight: 400;
}
.sessiontitle h4.trim {
	width: 360px;
}
.sessiontitle .btn1 {
	float: right;
	margin-top: -32px;
	margin-right: 35px
}
.sessiontitle .btn1 input {
	padding: 7px 21px !important;
	font-size: 12px;
	padding-left: 42px !important;
}
.sessiontitle .btn1 i {
	top: 7px;
	left: 24px;
}
.sessiontitle .btn1 i:after {
	content: "\f067";
	font-size: 11px;
	font-family: 'Poppins', "Font Awesome 5 Free", sans-serif;
	position: absolute;
	top: 3px;
	left: 1px;
}
.sessiontitle a {
	font-size: 14px;
    margin-left: 6px;
    text-decoration: underline !important;
    float: right;
    padding: 8px 12px;
}
h2.subtitle {
	padding: 5px 10px;
	text-align: left;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 16px;
	margin-left: 0px;
	background: #eae9e6;
}
.sessiontitle a:hover {
	text-decoration: underline !important;
}
.managetestlist .dots-menu {
	margin-top: -31px;
}
.managetestlist .dots-menu a.btn-primary {
	border: 1px solid #10728b !important;
	border-radius: 6px !important;
	padding: 5px 8px;
	background: transparent;
	color: #10728b;
	transition: .25s all linear;
}
.managetestlist .dots-menu a.btn-primary:hover {
	background: #10728b;
	border-color: #10728b;
	color: #ffffff;
	transition: .25s all linear;
}
.managetestlist .dots-menu a.btn-primary:hover i {
	color: #ffffff;
}
.managetestlist .dots-menu ul.dropdown-menu {
	padding: 0;
	width: 130px;
	border: 1px solid #ddd;
	border-radius: 9px;
}
.managetestlist .dots-menu ul.dropdown-menu li {
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid #f3f3f3;
	height: auto !important;
}
.managetestlist .dots-menu ul.dropdown-menu li:first-child:hover a {
	border-radius: 9px 9px 0 0;
}
.managetestlist .dots-menu ul.dropdown-menu li:last-child {
	border-bottom: 0;
}
.managetestlist .dots-menu ul.dropdown-menu li:last-child:hover a {
	border-radius: 0 0 9px 9px;
}
.managetestlist .dots-menu ul.dropdown-menu li .tooltip-list .tooltip-text {
	/*bottom: auto;
	padding: 5px 10px;
	top: -23px;
	left: 0;
	right: auto;*/
	bottom: auto;
    padding: 5px 10px;
    top: 3px;
    left: auto;
    right: 136px;
}
.managetestlist .dots-menu ul.dropdown-menu li a {
	padding: 7px 10px;
	display: block;
	text-align: left;
	transition: 0.25s all linear;
	font-weight: 500;
	width: 100%;
}
.execution-area {
	padding: 0;
}
.execution-btn-area .footer-tooltip:hover .tooltip-text {
	right: auto;
    left: -110px;
}
.execution-btn-area .footer-tooltip .tooltip-text {
	right: auto;
    left: -40px;
}
.execution-area a#navigating-step {
	color: #fff !important;
    border: none !important;
    border-radius: unset !important;
    background: #10728b;
    padding: 10px 10px 8px !important;
    font-size: 10.5px;
    margin-top: -2px;
}
.managetestlist .dots-menu ul.dropdown-menu li a i {
	margin-right: 5px;
}
.managetestlist .dots-menu ul.dropdown-menu li a:hover {
	background: #10728b;
	color: #fff !important;
	transition: 0.25s all linear;
}
.managetestlist .tablebox .scriptTablebox table tr th {
	top: 0;
	position: sticky;
}
.action-button-list .botm-icon-btn {
	background: #10728b;
}
.action-button-list .botm-icon-btn i {
	color: #fff;
}
.action-button-list .botm-icon-btn:hover {
	background: transparent;
	border-color: #10728b;
}
.action-button-list .botm-icon-btn:hover i {
	color: #10728b
}

/*.action-button-list .edit-btn {
background: #007bff;
}
.action-button-list .edit-btn i {
color: #fff;
}
.action-button-list .edit-btn:hover {
background: transparent !important;
border-color: #007bff !important;
}
.action-button-list .edit-btn:hover i {
color: #007bff;
}
.action-button-list .trash-btn {
background: #dc3545;
}
.action-button-list .trash-btn i {
color: #fff;
}
.action-button-list .trash-btn:hover {
background: transparent !important;
border-color: #dc3545 !important;
}
.action-button-list .trash-btn:hover i {
color: #dc3545;
}
.action-button-list .download-btn {
background: #34a853;
}
.action-button-list .download-btn i {
color: #fff;
}
.action-button-list .download-btn:hover {
background: transparent !important;
border-color: #34a853 !important;
}
.action-button-list .download-btn:hover i {
color: #34a853;
}*/
.auto-scroll {
	height: 172px;
	overflow: auto;
	overflow-y: overlay;
	overflow-x: hidden;
	scrollbar-width: thin;
}
.tablebox-auto-scroll {
	/*height: 197px;*/
	overflow: auto;
}
.tablebox {
	display: grid;
	padding-bottom: 10px;
	position: relative;
}
.tablebox ul {
	display: flex;
}
.tablebox ul li {
	margin: 0;
	border-right: 1px solid #b8b8b8;
	padding: 0px 15px;
	min-height: 52px;
	text-align: center;
	display: flex;
	background: #fff;
}
.tablebox ul li p {
	font-size: 13px;
	line-height: 24px;
	font-weight: 600;
	color: #000000;
	margin: 0;
	align-self: center;
	width: 100%;
}
.tablebox ul li span {
	display: block;
	font-weight: 300;
}
.tablebox ul li a {
	color: #000000
}
.tablebox ul li a:hover {
	text-decoration: underline !important;
}
h2.subtitle + .tablebox {
	width: 100%;
	display: -moz-grid;
}
.btnbutton.edit-delite-option a {
	padding: 0px 30px 0px 20px;
	color: #939393;
	border: 1px solid #cecece;
	border-radius: 5px;
}
.btnbutton.edit-delite-option a:hover {
	color: #fff;
	border: 1px solid #10728b;
}
.btnbutton.edit-delite-option input {
	float: left;
	padding: 14px 25px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	outline: none;
	font-family: 'Poppins', "Font Awesome 5 Free", sans-serif;
}
.sessiontitle input {
	float: right;
	padding: 5px 5px;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	outline: none;
	border: 0;
}
.edit-delite-option {
	display: -moz-box;
}
.edit-delite-option a {
	padding: 5px 80px 5px 50px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	outline: none;
	font-family: 'Poppins', "Font Awesome 5 Free", sans-serif;
	width: auto;
}
#project-dashboard .dashboardcntr .device_list tr th {
	background: #12708a;
	color: #fff;
	border-radius: 10px 10px 0 0;
	padding: 9px 11px;
}
.sessiontitle input.edit {
	padding: 5px 15px;
	padding-left: 20px;
	border: 1px solid #f7f7f7;
}
.sessiontitle input.edit:hover {
	border: 1px solid #72d4e1;
	color: #10728b;
	font-weight: 500;
}
.btnbutton.edit-delite-option input.delete {
	padding: 11px 20px;
	padding-left: 30px;
	float: right;
	border: 1px solid #f7f7f7;
	text-transform: capitalize;
	font-weight: 400;
}
.read-carefully {
	border-radius: 15px !important;
	overflow: hidden;
	padding-bottom: 10px !important;
}
.read-carefully:before {
	content: " ";
	background: rgba(20, 126, 251);
	width: 100%;
	min-height: 700px;
	position: absolute;
	top: 0;
	left: 0;
}
.read-carefully .swal2-title {
	font-size: 24px !important;
	margin: 24px 0 15px !important;
	color: #fff !important;
}
.read-carefully .swal2-html-container {
	line-height: 22px !important;
	text-align: left !important;
	margin: auto !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	padding: 0 40px 0 60px;
}
.read-carefully .swal2-html-container i {
	position: relative;
}
.read-carefully .swal2-html-container i:before {
	position: absolute;
	top: -10px;
	left: -20px;
}
.read-carefully .swal2-title strong {
	font-weight: 600 !important;
}
.read-carefully .swal2-confirm {
	background-color: transparent !important;
    border: 1px solid #fff !important;
    color: #fff;
    transition: 0.25s all linear;
    margin: 37px 5px 15px;
	padding: 8px 31px;
	margin-top: 30px;
}
.read-carefully .swal2-confirm:hover {
	background-color: #fff !important;
    color: #10728b !important;
    border-color: #10728b;
    transition: 0.25s all linear;
}

/*******************/
.recording-warning {
	border-radius: 15px !important;
	overflow: hidden;
	padding-bottom: 10px !important;
}
.recording-warning:before {
	content: " ";
	background: rgba(246, 102, 2);
	width: 100%;
	min-height: 700px;
	position: absolute;
	top: 0;
	left: 0;
}
.recording-warning:after {
    content: "\f12a";
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 24px;
    left: 11px;
    font-family: 'Font Awesome 5 Free';
}
.recording-warning .swal2-title {
	font-size: 24px !important;
	margin: 24px 0 15px !important;
	color: #fff !important;
}
.recording-warning .swal2-html-container {
	line-height: 22px !important;
	text-align: left !important;
	margin: auto !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	padding: 0 40px 0 60px;
}
.recording-warning .swal2-html-container i {
	position: relative;
}
.recording-warning .swal2-html-container i:before {
	position: absolute;
	top: -10px;
	left: -20px;
}
.recording-warning .swal2-title strong {
	font-weight: 600 !important;
}
.recording-warning .swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}
.recording-warning .swal2-confirm {
	background-color: transparent !important;
    border: 1px solid #fff !important;
    color: #fff;
    transition: 0.25s all linear;
    margin: 37px 5px 15px;
	padding: 8px 31px;
	margin-top: 30px;
}
.recording-warning .swal2-confirm:hover {
	background-color: #fff !important;
    color: #10728b !important;
    border-color: #10728b;
    transition: 0.25s all linear;
}

/*******************/
.recording-confirmation {
	border-radius: 15px !important;
	overflow: hidden;
	padding-bottom: 10px !important;
}
.recording-confirmation:before {
	content: " ";
	background: rgba(20, 126, 251);
	width: 100%;
	min-height: 700px;
	position: absolute;
	top: 0;
	left: 0;
}
.recording-confirmation:after {
    content: "\f12a";
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 24px;
    left: 11px;
    font-family: 'Font Awesome 5 Free';
}
.recording-confirmation .swal2-title {
	font-size: 24px !important;
	margin: 24px 0 15px !important;
	color: #fff !important;
}
.recording-confirmation .swal2-html-container {
	line-height: 22px !important;
	text-align: left !important;
	margin: auto !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	padding: 0 40px 0 60px;
}
.recording-confirmation .swal2-html-container i {
	position: relative;
}
.recording-confirmation .swal2-html-container i:before {
	position: absolute;
	top: -10px;
	left: -20px;
}
.recording-confirmation .swal2-title strong {
	font-weight: 600 !important;
}
.recording-confirmation .swal2-confirm {
	background-color: transparent !important;
    border: 1px solid #fff !important;
    color: #fff;
    transition: 0.25s all linear;
    margin: 37px 5px 15px;
	padding: 8px 31px;
	margin-top: 30px;
}
.recording-confirmation .swal2-confirm:hover {
	background-color: #fff !important;
    color: #10728b !important;
    border-color: #10728b;
    transition: 0.25s all linear;
}
.recording-confirmation .swal2-deny {
	background-color: transparent !important;
    border: 1px solid #fff !important;
    color: #fff;
    transition: 0.25s all linear;
    margin: 37px 5px 15px;
	padding: 8px 31px;
	margin-top: 30px;
}
.recording-confirmation .swal2-deny:hover {
	background-color: #fff !important;
    color: #10728b !important;
    border-color: #10728b;
    transition: 0.25s all linear;
}
.recording-confirmation  .swal2-close:hover {
    transform: none;
    background: 0 0;
    color: #fff;
}
/*******************/
.screnshot-name-popup {
	margin: 0 5px;
    width: 110px;
}
.popover {
	border-radius: 17px !important;
}
.popover-title {
    background-color: #10728b !important;
    padding: 15px 20px !important;
    position: relative;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.btn1 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	cursor: pointer;
}
.btn1 input {
	padding: 13px 34px !important;
	background: #fff;
	border-width: 0;
	border-radius: 9px;
	outline: none;
	box-shadow: none;
	border: 1px solid #10728b;
	color: #10728b;
	transition: 0.25s all linear;
	float: left;
	padding-left: 54px !important;
	cursor: pointer;
}
.btn1 input:hover {
	background: #10728b;
	border-color: transparent;
	color: #fff;
	transition: 0.25s all linear;
}
.btn1 i {
	font-size: 20px;
	position: absolute;
	top: 13px;
	left: 26px;
	color: #10728b;
	-webkit-backface-visibility: hidden;
    pointer-events: none;
}
.btn1 input:hover i {
	color: #fff;
	color: #10728b;
}
.back-button {
	padding: 13px 21px;
	background: #ffffff;
	border-width: 0;
	border-radius: 9px;
	outline: none;
	box-shadow: none;
	border: 1px solid #10728b;
	transition: 0.25s all linear;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	font-size: 15px;
	transition: 0.25s all linear;
}
.back-button a {
	color: #10728b !important;
}
.back-button i {
	font-size: 16px;
	color: #10728b;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.back-button:hover {
	background: #10728b;
	border-color: #10728b;
	color: #ffffff;
	transition: 0.25s all linear;
}
.back-button:hover a, .back-button:hover i {
	color: #ffffff !important;
}
.btn2 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	cursor: pointer;
}
.btn2 input {
	padding: 13px 34px !important;
	background: #fff;
	border-width: 0;
	border-radius: 9px;
	outline: none;
	box-shadow: none;
	border: 1px solid #10728b;
	color: #10728b;
	transition: 0.25s all linear;
	float: left;
	padding-left: 54px !important;
	cursor: pointer;
}
.btn2 input:hover {
	background: #10728b;
	border-color: transparent;
	color: #fff;
	transition: 0.25s all linear;
}
.btn2 i {
	font-size: 20px;
	position: absolute;
	top: 13px;
	left: 26px;
	color: #10728b;
}
.btn2 input:hover i {
	color: #fff;
}
.btn3 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	cursor: pointer;
}
.btn3 input {
	padding: 13px 34px !important;
	background: #ffcc00;
	border-width: 0;
	border-radius: 9px;
	outline: none;
	box-shadow: none;
	border: 1px solid #ffcc00;
	color: #fff;
	transition: 0.25s all linear;
	float: left;
	padding-left: 51px !important;
	cursor: pointer;
}
.btn3 input:hover {
	background: transparent;
	color: #ffcc00;
	transition: 0.25s all linear;
	border: 1px solid #ffcc00;
}
.btn3 i {
	font-size: 20px;
	position: absolute;
	top: 13px;
	left: 26px;
	color: #fff;
}
.btn3:hover input i {
	color: #ffcc00;
}
.btnbutton.edit-delite-option input.delete:hover {
	border: 1px solid #72d4e1;
	color: #10728b;
	font-weight: 500;
}
.sessiontitle a.edit {
	background: #fff;
	border: 1px solid #cecece;
	border-radius: 5px;
	margin-right: 14px;
	text-align: center;
	padding-left: 12px;
	float: right;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	outline: none;
	color: #939393 !important;
	font-family: 'Poppins', "Font Awesome 5 Free", sans-serif;
	text-decoration: none !important;
}
.sessiontitle a.edit:hover {
	color: #fff !important;
	border: 1px solid #10728b;
	background: #10728b;
	text-decoration: none !important;
}
.sessiontitle a.edit:before {
	position: relative;
	left: -5px;
}
.btnbutton.edit-delite-option a.delete {
	background: #fff;
	border: 1px solid #cecece;
	border-radius: 5px;
	margin-right: 14px;
	text-align: center;
	padding-left: 12px;
	float: right;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	outline: none;
	color: #939393;
	font-family: 'Poppins', "Font Awesome 5 Free", sans-serif;
	margin-right: 0;
}
.btnbutton.edit-delite-option a.delete:hover {
	color: #fff !important;
	border: 1px solid #10728b;
	background: #10728b;
	text-decoration: none !important;
}
.btnbutton.edit-delite-option a.delete:before {
	position: relative;
	left: -5px;
}
.btnbutton.edit-delite-option a.repeat {
	background: #fff;
	border: 1px solid #cecece;
	border-radius: 5px;
	margin-right: 14px;
	text-align: center;
	padding-left: 12px;
	float: right;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	outline: none;
	color: #939393;
	font-family: 'Poppins', "Font Awesome 5 Free", sans-serif;
}
.btnbutton.edit-delite-option a.repeat:hover {
	color: #fff !important;
	border: 1px solid #10728b;
	background: #10728b;
	text-decoration: none !important;
}
.btnbutton.edit-delite-option a.repeat:before {
	position: relative;
}
.overlay-content {
	width: 100%;
}
.overlay-content .owl-carousel .owl-item img {
	width: 80%;
	margin: 0 auto 15px;
}
.overlay-content .owl-carousel .owl-item a.btn {
	width: 70%;
	margin-left: 15%;
	font-size: 12px;
}
.overlay-content .owl-carousel .owl-item a.btn i {
	font-size: 18px;
	margin-left: 6px;
	position: relative;
	top: 2px;
	font-weight: 700;
}
.overlay-content .owl-carousel .owl-item a.btn.btn-primary {
	background: #fff;
	border: 1px solid blue;
	color: blue;
}
.overlay-content .owl-carousel .owl-item a.btn.btn-primary:hover {
	background: #10728b;
	border: 1px solid #10728b;
	color: #fff;
}
.overlay-content .owl-carousel .owl-item a.btn.btn-secondary {
	background: #fff;
	border: 1px solid gray;
	color: gray;
}
.overlay-content .owl-carousel .owl-item a.btn.btn-secondary:hover {
	cursor: not-allowed;
}
.overlay-content .owl-carousel h3 {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}
[type="button"] {
	cursor: pointer;
}

.android-app-select-btn .control-checkbox {
	padding: 9px;
}
.android-app-select-btn .control-checkbox .control_indicator{
	height: 17px;
    width: 17px;
}

.document-list-select-btn .document-control-checkbox {
	padding: 9px;
}
.document-list-select-btn .document-control-checkbox .document-control_indicator{
	height: 17px;
    width: 17px;
}

/*----------------------------------*/

/*checkbox css*/
.document-control-group {
	display: inline-block;
	vertical-align: middle;
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 6px;
}
.document-control {
	font-family: 'Poppins', sans-serif !important;
	display: block;
	position: relative;
	padding-left: 21px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
}
.document-control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}


.document-control_indicator {
	position: absolute;
	top: 0;
	left: 0;
	height: 17px;
	width: 17px;
	background: #e6e6e6;
	border: 0px solid #000000;
	border-radius: 0px;
	border-radius: 50%;
}
.document-control:hover input ~ .document-control_indicator, .document-control input:focus ~ .document-control_indicator {
	background: #cccccc;
}
.document-control input:checked ~ .document-control_indicator {
	background: #34a853;
}
.document-control:hover input:not([disabled]):checked ~ .document-control_indicator, .document-control input:checked:focus ~ .document-control_indicator {
	background: #0e6647;
}
.document-control input:disabled ~ .document-control_indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
.document-control_indicator:after {
	box-sizing: unset;
	content: '';
	position: absolute;
	display: none;
}
.document-control input:checked ~ .document-control_indicator:after {
	display: block;
}
.document-control-checkbox .document-control_indicator:after {
	left: 6px;
	top: 2px;
	width: 3px;
	height: 8px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.document-control-checkbox input:disabled ~ .document-control_indicator:after {
	border-color: #7b7b7b;
}
.document-control-checkbox .document-control_indicator::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 4.5rem;
	height: 4.5rem;
	margin-left: -1.3rem;
	margin-top: -1.3rem;
	background: #34a853;
	border-radius: 3rem;
	opacity: 0.6;
	z-index: 99999;
	transform: scale(0);
}

.document-control-checkbox input + .document-control_indicator::before {
	animation: s-ripple 250ms ease-out;
}
.document-control-checkbox input:checked + .document-control_indicator::before {
	animation-name: s-ripple-dup;
}

/*----------------------------*/

.controlcntrbox {
	background: #f7f7f7;
	margin: 0 auto;
}
.controlbox {
	margin: 0 auto;
	padding: 10px;
	background: #10728b;
	color: #fff;
}

/*checkbox css*/
.control-group {
	display: inline-block;
	vertical-align: middle;
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 6px;
}
.control_excel {
	font-family: 'Poppins', sans-serif !important;
	display: block;
	position: relative;
	padding-left: 21px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
}
.control {
	font-family: 'Poppins', sans-serif !important;
	display: block;
	position: relative;
	padding-left: 21px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
}
.control_excel input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control_indicator {
	position: absolute;
	top: 0;
	left: 0;
	height: 17px;
	width: 17px;
	background: #e6e6e6;
	border: 0px solid #000000;
	border-radius: 0px;
	border-radius: 50%;
}
.control:hover input ~ .control_indicator, .control input:focus ~ .control_indicator {
	background: #cccccc;
}
.control_excel:hover input ~ .control_indicator, .control_excel input:focus ~ .control_indicator {
	background: #cccccc;
}
.control input:checked ~ .control_indicator {
	background: #34a853;
}
.control_excel input:checked ~ .control_indicator {
	background: #34a853;
}
.control:hover input:not([disabled]):checked ~ .control_indicator, .control input:checked:focus ~ .control_indicator {
	background: #0e6647;
}
.control_excel:hover input:not([disabled]):checked ~ .control_indicator, .control_excel input:checked:focus ~ .control_indicator {
	background: #0e6647;
}
.control input:disabled ~ .control_indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
.control_excel input:disabled ~ .control_indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
.control_indicator:after {
	box-sizing: unset;
	content: '';
	position: absolute;
	display: none;
}
.control input:checked ~ .control_indicator:after {
	display: block;
}
.control_excel input:checked ~ .control_indicator:after {
	display: block;
}
.control-checkbox .control_indicator:after {
	left: 6px;
	top: 2px;
	width: 3px;
	height: 8px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
	border-color: #7b7b7b;
}
.control-checkbox .control_indicator::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 4.5rem;
	height: 4.5rem;
	margin-left: -1.3rem;
	margin-top: -1.3rem;
	background: #34a853;
	border-radius: 3rem;
	opacity: 0.6;
	z-index: 99999;
	transform: scale(0);
}
@keyframes s-ripple {
	0% {
		transform: scale(0);
	}
	20% {
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(1);
	}
}
@keyframes s-ripple-dup {
	0% {
		transform: scale(0);
	}
	30% {
		transform: scale(1);
	}
	60% {
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(1);
	}
}
.control-checkbox input + .control_indicator::before {
	animation: s-ripple 250ms ease-out;
}
.control-checkbox input:checked + .control_indicator::before {
	animation-name: s-ripple-dup;
}

/*checkbox css*/
.buttonbottom .col-md-3 {
	width: 11%;
}
.managedevicesimg img {
	width: 22.5%;
}
.managedevicesimg1 img {
	width: 73%;
}
.searchbox {
	display: inline-block;
	position: absolute;
	width: 100%;
	top: 100%;
	z-index: 100;
	padding: 10px 0;
	display: none;
	background: #fff;
	border-radius: 0 0 15px 15px;
	-webkit-box-shadow: 0 8px 6px -6px #dddddd;
	-moz-box-shadow: 0 8px 6px -6px #dddddd;
	box-shadow: 0 8px 6px -6px #dddddd;
	margin-top: -26px;
}
.trim {
	width: 126px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.trim1 {
	width: 135px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.upload-icon-color {
	vertical-align: middle;
	margin-left: 5px;
}
.upload-icon-color, .upload-icon-color i {
	color: #34a853;
}
.searchbox.active {
	display: inline-block;
}
.searchbox h3 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
	display: none;
	vertical-align: middle;
}
.searchbox form {
	display: inline-block;
	vertical-align: middle;
}
.searchbox form input, .searchbox form select {
	width: 300px;
	border-radius: 10px;
	color: #525252;
	padding: 10px 20px;
	border: 1px solid #c3c3c3;
}
.searchbox form select {
	padding: 12px 20px;
}
ul.searchboxlist {
	display: inline-block;
	width: 100%;
	display: none;
}
ul.searchboxlist li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
ul.searchboxlist li.search a.search {
	background-position: center;
	background-size: 37px;
	border: 0px;
	width: 38px;
	height: 38px;
	padding: 0;
	cursor: pointer;
	font-family: 'Poppins', "Font Awesome 5 Free", sans-serif;
	color: #10728b;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: auto;
	background: #fff;
	border: 1px solid #10728b;
	border-radius: 8px;
}
ul.searchboxlist li.search a.search:hover {
	color: #fff;
	background: #10728b;
}
ul.searchboxlist li.search a.search:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
ul.searchboxlist li:nth-last-child(2) {
	margin-right: 0px
}
ul.searchboxlist li.search {
	margin-left: 20px;
}
ul.searchboxlist li.search i {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	margin-top: 0px;
	margin-left: 2px;
	float: none !important;
}
ul.searchboxlist li.search a.search {
	min-width: 38px;
	position: relative;
	padding: 10px 29px;
	border-radius: 8px;
	background: #10728b;
	color: #fff;
	font-size: 16px;
	border: 1px solid transparent;
}
ul.searchboxlist li.search a.search:hover {
	color: #10728b;
	background: transparent;
	border-color: #10728b;
}
.searchbox .col-lg-12 {
	padding-left: 0;
}
p.searchresult {
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	width: auto;
	display: block;
	padding-left: 0;
	display: none;
}
p.searchresult span {
	font-weight: 500;
	margin-top: 7px;
	display: inline-block;
	vertical-align: middle;
	color: #525252;
}
p.searchresult span strong {
	font-weight: 600;
	color: #525252;
}
p.searchresult input.reset {
	padding: 8px 11px;
	padding-left: 40px;
	min-width: auto;
	float: right;
	width: 97px !important;
	border-radius: 5px;
	background-position: 15px center;
	background-size: 20px;
	border-radius: 30px;
	border: 1px solid transparent;
	transition: 0.25s all linear;
	outline: none;
	box-shadow: none;
}

/*p.searchresult input.reset:hover {
color: #fff;
border-color: #72d4e1;
transition: 0.25s all linear;
}*/
.owl-theme .owl-nav [class*=owl-] {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.next-prev-arrow .owl-theme .owl-nav .owl-next {
	font-size: 0;
	padding: 20px;
}
.next-prev-arrow .owl-theme .owl-nav .owl-prev {
	font-size: 0;
	padding: 20px;
}
.next-prev-arrow #session-screenshot-list button.btn-secondary {
	padding: 0;
	line-height: normal;
	text-decoration: none !important;
	transition: 0.25s all linear;
	color: #10728b;
	margin-bottom: 20px;
	border: 0;
	text-align: left;
	border-radius: 0;
	text-transform: capitalize;
}
.next-prev-arrow {
	padding: 10px !important;
}
.recording-list-popup .w3-black {
	text-align: left;
	margin-bottom: 10px;
}
.recording-list-popup .w3-black .tooltip-list .tooltip-text {
	left: 0;
	right: auto;
}
.recording-list-popup table {
	-webkit-box-shadow: -3px 3px 20px 2px #dddddd;
	-moz-box-shadow: -3px 3px 20px 2px #dddddd;
	box-shadow: -3px 3px 20px 2px #dddddd;
}
.recording-list-popup table tr:first-child td:first-child {
	border-radius: 10px 0 0 0;
}
.recording-list-popup table tr:first-child td:last-child {
	border-radius: 0 10px 0 0;
}
.recording-list-popup table tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
}
.recording-list-popup table tr:last-child td:last-child {
	border-radius: 0 10px 0 0;
}
.recording-list-popup table tr td:nth-child(2) a {
	color: #10728b;
	text-decoration: underline !important;
}
.recording-list-popup table tr td:nth-child(2) a:hover {
	color: #fdc70c;
}
.next-prev-arrow .owl-theme .owl-nav .owl-next:before, .next-prev-arrow .owl-theme .owl-nav .owl-prev:before {
	content: '';
	display: block;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 20px;
	width: 20px;
	position: relative;
	top: -10px;
}
.session-access-control-popup table {
	width: 100% !important;
	margin-top: 0 !important;
}
.session-access-control-popup table tr:first-child th {
	background: transparent !important;
	border: 0 !important;
}
.session-access-control-popup table tr:first-child th .fa-spinner {
	position: absolute;
	right: 23px !important;
	top: 17px !important;
	margin: 0 !important;
	float: none !important;
}
.session-access-control-btn {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.session-access-control-btn .btn-primary{
	display: inline-block !important;
    width: 116px;
    margin: 0 8px !important;
    padding: 9px;
}
.session-access-control-btn .btn-secondary{
	display: inline-block !important;
    width: 116px;
    margin: 0 8px !important;
    padding: 9px;
}
.session-access-control-popup #submit-access-rights.btn-primary {
	padding: 9px;
	width: 116px;
	margin: 20px auto 7px;
	display: block;
}
.session-access-control-popup .submit-access-rights.btn-primary {
	padding: 9px;
	width: 116px;
	margin: 20px auto 7px;
	display: block;
}
.margin-top254 {
	margin-top: 240px;
}
.margin-top220 {
	margin-top: 235px;
}
.next-prev-arrow .owl-theme .owl-nav .owl-next:before {
	transform: rotate(45deg);
	left: -15px;
}
.next-prev-arrow .owl-theme .owl-nav .owl-prev:before {
	transform: rotate(225deg);
	left: -5px;
}
.next-prev-arrow .owl-theme .owl-nav .owl-next:hover:before, .outarrow .owl-theme .owl-nav .owl-prev:hover:before {
	border-top: 1px solid #e01f23;
	border-right: 1px solid #e01f23;
}
.next-prev-arrow .owl-theme .owl-nav .owl-next:hover, .next-prev-arrow .owl-theme .owl-nav .owl-prev:hover {
	box-shadow: 0px 0px 15px 0px rgba(14, 14, 14, 0.15);
	border-radius: 50%;
}
.next-prev-arrow .owl-theme .owl-nav .owl-prev {
	left: -20px;
}
.next-prev-arrow .owl-theme .owl-nav .owl-next {
	right: -20px;
}
.next-prev-arrow .get-script-video-list tr th:first-child {
	border-radius: 10px 0 0 0;
}
.next-prev-arrow .get-script-video-list tr th:last-child {
	border-radius: 0 10px 0 0;
}
.next-prev-arrow .get-script-video-list tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
}
.next-prev-arrow .get-script-video-list tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}
.next-prev-arrow .get-script-video-list tr th, .next-prev-arrow .get-script-video-list tr td {
	font-size: 13px;
}
.next-prev-arrow .get-script-video-list tr th:nth-child(2), .next-prev-arrow .get-script-video-list tr td:nth-child(2) {
	text-align: left;
}
.next-prev-arrow .get-script-video-list tr td:nth-child(2) a {
	color: #10728b;
}
.next-prev-arrow .get-script-video-list tr td:nth-child(2) a:hover {
	color: #ffcc00;
}
.get-script-video-list tr td .tooltip-list .tooltip-text {
	bottom: 24px !important;
}
.inarrow .owl-theme .owl-nav .owl-prev {
	left: 30px;
}
.inarrow .owl-theme .owl-nav .owl-next {
	right: 30px;
}
.projectssliderarrow .owl-theme .owl-nav .owl-prev {
	left: 140px;
}
.projectssliderarrow .owl-theme .owl-nav .owl-next {
	right: 140px;
}
.device-specifications {
	font-family: 'Poppins', sans-serif !important;
	margin-bottom: -12px;
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin-top: 0;
}
.device-specifications .container {
	padding-top: 2px;
}
.device-specifications .sceneIcons {
	display: block;
	width: 100%;
}
.device-specifications .sceneIcons .sceneIconbx {
	margin: 0;
	text-align: center;
	margin-right: 30px
}
.device-specifications .sceneIcons .sceneIconbx:last-child {
	margin-right: 0;
}
.device-specifications .sceneIcons .sceneIconbx b {
	font-size: 12px;
	font-weight: 600;
	display: block;
}
.device-specifications .sceneIcons .sceneIconbx .content-device-part {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-left: 9px;
	line-height: 14px;
}
.device-specifications .sceneIcons .sceneIconbx .content-device-part span {
	margin-left: 0;
	font-size: 12px;
	font-weight: 500;
}
.device-specifications .justify-content-between {
	z-index: 99;
	position: relative;
}
.device-specifications .justify-content-between .sceneIcons .d-flex {
	padding: 0 211px;
}
.device-specifications .sceneIcons .sceneIconbx {
	border-radius: 10px;
	padding: 5px 15px;
	margin: auto;
	border: 2px solid #ddd;
	position: relative;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.device-specifications .sceneIcons .sceneIconbx:last-child {
	margin-right: 0;
}
.project-configuration-list.common-heading-fixed {
	padding-bottom: 29px;
}
.project-configuration-list.common-heading-fixed .device-specifications .sceneIcons .sceneIconbx b {
	display: none;
}
.script-video-recording-page {
	padding-bottom: 29px !important;
}
.device-specifications .sceneIcons .sceneIconbx .info-circle i {
	display: block;
	font-size: 17px;
}
.device-specifications .sceneIcons .sceneIconbx .info-circle  span {
	font-size: 13px;
	color: #000;
	margin-top: 2px;
	font-weight: 600;
	margin-left: 0;
}
.device-specifications .sceneIcons .sceneIconbx .info-circle {
	display: inline-block;
	vertical-align: middle;
}
.device-specifications .sceneIcons .sceneIconbx.cpuIcon {
	border-color: #e9750e;
}
.device-specifications .sceneIcons .sceneIconbx.cpuIcon .info-circle i {
	color: #e9750e;
}
.device-specifications .sceneIcons .sceneIconbx.cpuIcon .info-circle span {
	color: #e9750e;
}
.device-specifications .sceneIcons .sceneIconbx.ramIcon {
	border-color: #86e400;
}
.device-specifications .sceneIcons .sceneIconbx.ramIcon .info-circle i {
	color: #86e400;
}
.device-specifications .sceneIcons .sceneIconbx.ramIcon .info-circle span {
	color: #86e400;
}
.device-specifications .sceneIcons .sceneIconbx.bateryIcon {
	border-color: #38b4ea;
}
.device-specifications .sceneIcons .sceneIconbx.bateryIcon .info-circle i {
	color: #38b4ea;
}
.device-specifications .sceneIcons .sceneIconbx.bateryIcon .info-circle span {
	color: #38b4ea;
}
.device-specifications .sceneIcons .sceneIconbx.timerIcon {
	border-color: #0fb45a;
}
.device-specifications .sceneIcons .sceneIconbx.timerIcon .info-circle i {
	color: #0fb45a;
}
.device-specifications .sceneIcons .sceneIconbx.timerIcon .info-circle span {
	color: #0fb45a;
}
.project-steps-content .projectStepsRow {
	border-radius: 22px;
	box-shadow: 0px 4px 17px #d6d6d6;
	margin-bottom: 50px;
}
.project-steps-content .projectStepsRow .error-show {
	display: block;
}
.project-steps-content .projectStepsRow .error-show .view-screenshot-btn {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	background: #10728b;
	font-weight: 600;
	color: #fff;
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
	padding: 3px 14px !important;
	margin-left: 5px;
}
.project-steps-content .projectStepsRow .stepsThumbnail.error-screenshots {
	margin: 0 0 0 71px;
	padding-bottom: 26px;
}
.project-steps-content .projectStepsRow  .stepsDesc .pstepsNo {
	font-size: 22px;
	color: #404040;
	font-weight: 300;
	vertical-align: middle;
	text-align: center;
	width: 92px;
	padding: 0 10px;
}
.project-steps-content .projectStepsRow .stepsDesc .pstepsText {
	width: 68%;
	padding: 0 10px;
}
.project-steps-content .projectStepsRow .stepsThumbnail {
	padding: 0;
	display: block;
	font-size: 14px;
	color: #f30a0a;
	font-weight: 600;
}
.project-steps-content .projectStepsRow .stepsThumbnail i {
	margin-right: 5px;
}
.project-steps-content .projectStepsRow .stepsThumbnail .view-screenshot-btn {
	padding: 9px 5px;
}
.project-steps-content .projectStepsRow .stepsDesc .pstepsText p {
	font-size: 16px;
	color: #404040;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
	word-break: break-word;
}
.project-steps-content .projectStepsRow .stepsDesc .align-self-center:nth-child(3) {
	width: 11%;
}
.project-steps-content .projectStepsRow .stepsDesc .align-self-center:nth-child(4) {
	width: 15%;
	text-align: right;
}
.project-steps-content .projectStepsRow ul li {
	padding: 11px 17px;
	border-bottom: 1px solid #efefef;
}
.project-steps-content .projectStepsRow ul li:last-child {
	border-bottom: 0;
}
.project-steps-content .projectStepsRow .steps-comm {
	display: block;
	padding: 7px 17px;
	border-radius: 8px;
	background: #ddd;
	color: #fff;
	text-transform: uppercase;
	line-height: normal;
	font-weight: 600;
	display: block;
	text-align: center;
	width: 79px;
	margin: auto;
}
.project-steps-content .step_number.pstepsNo {
	position: absolute;
	font-size: 12px;
	padding: 8px 0;
	background: #10728b;
	color: white;
	border-radius: 50%;
	width: 35px;
	height: 34px;
	text-align: center;
	margin-top: 5px;
	margin-left: 5px;
	font-weight: 500;
}
.project-steps-content .projectStepsRow .steps-comm.min-steps {
	background: #35cb55;
}
.project-steps-content .projectStepsRow .steps-comm.mid-steps {
	background: #e6e03c;
}
.project-steps-content .projectStepsRow .steps-comm.max-steps {
	background: #fe7e7e;
}
.project-steps-content .projectStepsRow .time-clock {
	font-size: 17px;
	color: #404040;
	font-weight: 400;
	padding: 0 24px;
}
.project-steps-content h1 {
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: -46px;
}
.project-steps-content h1 .tag {
	text-transform: capitalize;
	font-size: 16px;
	padding-left: 0px;
}
.btn {
	display: inline-block;
	margin: 0 0px 0 0;
	cursor: pointer;
	padding: 5px 10px;
	text-transform: uppercase;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	border-radius: 0px
}
.btn-primary {
	background: #10728b;
	border: 1px solid #10728b;
	color: #fff;
	padding: 12px 10px;
	font-family: 'Poppins', sans-serif;
	border-radius: 30px;
}
.btn-primary:active, .btn-primary.active, .btn-primary:hover {
	background: #fff;
	border: 1px solid #10728b;
	color: #10728b;
}
.btn-secondary {
	background: #fff;
	border: 1px solid #10728b;
	color: #10728b;
	padding: 12px 10px;
	font-family: 'Poppins', sans-serif;
	border-radius: 30px;
}
.btn-secondary:hover {
  background: #10728b;
  color: #fff;
  border-color: #10728b;
}
.but-font-size .btn {
	font-size: 13px;
	padding: 10px 5px;
}
.but-font-size i {
	top: 10px !important;
}
/*.btn-secondary:active, .btn-secondary.active, .btn-secondary:hover {
background: #10728b;
border: 1px solid #10728b;
color: #fff;
}*/
.btn-pattern {
	background: #fff;
	border: 1px solid #10728b;
	color: #10728b;
	padding: 12px 10px;
	font-family: 'Poppins', sans-serif;
	border-radius: 30px;
}
.activetab {
	margin-bottom: 50px;
}
.activetab .btn-secondary a {
	color: #10728b;
	width: 100%;
	padding: 5px 10px;
	display: inline-block;
}
.activetab .btn-secondary a:hover {
	color: #fff;
}
.activetab .btn-secondary:hover a {
	color: #fff;
}
.activetab .btn-primary a {
	color: #fff;
	width: 100%;
	padding: 5px 10px;
	display: inline-block;
}
.activetab .btn-primary a:hover {
	color: #10728b;
}
.activetab .btn-primary:hover a {
	color: #10728b;
}
/*--------------------------------*/

ul.selectwordslist {
	display: flow-root;
}
ul.selectwordslist li {
	width: 23%;
    float: left;
    margin: 0 8px;
	margin-bottom: 20px;
	border: 1px solid #e8e8e8;
	border-radius: 15px;
	padding: 10px 0 0;
	text-align: center;
}
ul.selectwordslist li.selectword {
	border-color: #10728b;
}
ul.selectwordslist li.selectword .checkboxcontainer {
	background: #10728b;
	color: #fff;
}
ul.selectwordslist li:nth-child(6n) {
	margin-right: 0px;
}
ul.selectwordslist li h3 {
	font-size: 14px;
	margin-bottom: 10px;
}
ul.selectwordslist li .checkmark {
	top: 10px;
	left: 25px;
	height: 15px;
	width: 15px;
}
ul.selectwordslist li input:checked ~ .checkmark {

	/*	background-color: #1cb300;*/

	/*border: 1px solid #1cb300;*/
	left: 51px;
	top: 14px;
	border-radius: 50%;
	background: none;
	border: 0;
}

ul.selectwordslist li .checkmark:after {
	left: -6px;
	top: -4px;
	width: 22px;
	height: 22px;
	background: url("../images/check-icon.png") no-repeat;
	border: 0;
	transform: none;
}
ul.selectwordslist li img {
	margin-bottom: 10px;
}
ul.selectwordslist li i {
	font-weight: 900;
}
ul.selectwordslist li i:before {
	margin-left: 5px;
}
ul.selectwordslist li h6 {
	margin-bottom: 10px;
	text-transform: uppercase;
}
ul.selectwordslist li .checkboxcontainer {
	border: 0;
	display: block;
	width: 100%;
	border-radius: 0 0 15px 15px;
	background: #f1f1f1;
	color: #10728b;
	font-size: 15px;
	text-transform: none;
}
ul.selectwordslist li .checkboxcontainer span {
	font-weight: 400;
}
ul.selectwordslist li .checkmark {
	background: transparent;
	border: 0;
}

/*--------------------------------------*/

ul.selectdevicelist {
	display: flow-root;
}
ul.selectdevicelist li {
	width: 23%;
    float: left;
    margin: 0 8px;
	margin-bottom: 20px;
	border: 1px solid #e8e8e8;
	border-radius: 15px;
	padding: 10px 0 0;
	text-align: center;
}
ul.selectdevicelist li.selectdevice {
	border-color: #10728b;
}
ul.selectdevicelist li.selectdevice .checkboxcontainer {
	background: #10728b;
	color: #fff;
}
ul.selectdevicelist li:nth-child(6n) {
	margin-right: 0px;
}
ul.selectdevicelist li h3 {
	font-size: 14px;
	margin-bottom: 10px;
}
ul.selectdevicelist li .checkmark {
	top: 10px;
	left: 25px;
	height: 15px;
	width: 15px;
}
ul.selectdevicelist li input:checked ~ .checkmark {

	/*	background-color: #1cb300;*/

	/*border: 1px solid #1cb300;*/
	left: 51px;
	top: 14px;
	border-radius: 50%;
	background: none;
	border: 0;
}
.sweet-alert {
	border-radius: 15px !important;
	padding: 17px !important;
}
.sweet-alert h2 {
	font-size: 24px !important;
	margin: 24px 0 4px !important;
}
ul.selectdevicelist li .checkmark:after {
	left: -6px;
	top: -4px;
	width: 22px;
	height: 22px;
	background: url("../images/check-icon.png") no-repeat;
	border: 0;
	transform: none;
}
ul.selectdevicelist li img {
	margin-bottom: 10px;
}
ul.selectdevicelist li i {
	font-weight: 900;
}
ul.selectdevicelist li i:before {
	margin-left: 5px;
}
ul.selectdevicelist li h6 {
	margin-bottom: 10px;
	text-transform: uppercase;
}
ul.selectdevicelist li .checkboxcontainer {
	border: 0;
	display: block;
	width: 100%;
	border-radius: 0 0 15px 15px;
	background: #f1f1f1;
	color: #10728b;
	font-size: 15px;
	text-transform: none;
}
ul.selectdevicelist li .checkboxcontainer span {
	font-weight: 400;
}
ul.selectdevicelist li .checkmark {
	background: transparent;
	border: 0;
}
.record-not-found {
	border: 0;
	padding: 0;
}
.record-not-found p {
	margin-bottom: 0;
	font-size: 18px;
	color: #000;
	text-align: center;
	padding: 15px 0;
}
.UnAvailable {
	cursor: no-drop;
	background-color: #fff;
	border-color: #ccc;
	opacity: .65;
}
.UnAvailable:hover {
	background-color: #fff;
	color: #10728b;
}
.btn-search-button {
	width: 12%;
	height: 31px;
	padding: -47px;
	line-height: 0;
	font-size: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #10728b;
	color: #10728b;
}
.select-filter {
	font-family: inherit;
	width: 17%;
	height: 30px;
	border-radius: 30px;
	display: inline-block;
	padding: 0px 10px;
}
.overlay-box .overlay-content {
	max-height: 500px;
	overflow: auto;
	padding-right: 0px;
	overflow-x: hidden;
}
.overlay-box .android-app-list-content {
	width: 460px;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}
.android-app-list-ok{
	margin: 10px 0 0;
}
.android-app-list-ok input{
	margin: 0;
}

.iOS-app-list-ok{
	margin: 10px 0 0;
}
.iOS-app-list-ok input{
	margin: 0;
}
.overlay-box .overlay-android-app-list {
	max-height: 500px;
	overflow: auto;
	padding-right: 0px;
	overflow-x: hidden;	
	border-radius: 15px;
	box-shadow: -3px 3px 20px 2px #dddddd;
}
.overlay-box .overlay-android-app-list .tablebox{
    padding-bottom: 0px;
}
.overlay-box .overlay-android-app-list .tablebox table tr th {
    padding: 10px 10px;
}
.scenelist>ul>li {
	border: 1px solid #ddd;
	margin-bottom: 30px;
	border-radius: 15px;
}
.scenelist>ul>li .scenelistbox .scenelistboxtitle {
	padding: 5px 10px;
	background: #f7f7f7;
	display: inline-block;
	width: 100%;
	border-radius: 15px 15px 0 0;
}
.scenelist>ul>li .scenelistbox .scenelistboxtitle .sleep-before {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-left: 25px;
	font-weight: 500;
	justify-content: end;
}
.scenelist>ul>li .scenelistbox .scenelistboxtitle .sleep-before input {
	width: 20%;
	padding: 5px 10px;
	border-radius: 8px;
	color: #222;
	text-align: center;
}
.scenelist>ul>li .scenelistbox .scenelistboxtitle .edit-delite-option .delete {
	padding: 6px 12px;
	border: 1px solid #10728b;
	color: #fff;
	background: #10728b;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 6px;
}
.scenelist>ul>li .scenelistbox .scenelistboxtitle .edit-delite-option .delete i {
	font-size: 16px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.scenelist>ul>li .scenelistbox .scenelistboxtitle .edit-delite-option .delete:hover {
	background: transparent;
	border-color: #10728b;
	color: #10728b;
}
.scenelist>ul>li .scenelistbox .scenelistboxtitle:nth-child(2) {
	border-radius: 0;
}
.scenelist>ul>li .scenelistbox .scenelistboxtitle .edit-delite-option {
	padding-right: 10px;
}
.scenelist>ul>li .scenelistbox .scenelistboxtitle .edit-delite-option a.edit, .scenelist>ul>li .scenelistbox .scenelistboxtitle .edit-delite-option a.delete {
	background: #10728b;
	border: 1px solid #10728b;
	color: #fff;
}
.scenelist>ul>li .scenelistbox .scenelistboxtitle .edit-delite-option a.edit:hover, .scenelist>ul>li .scenelistbox .scenelistboxtitle .edit-delite-option a.delete:hover {
	background: #fff;
	border: 1px solid #10728b;
	color: #10728b;
}
.scenelist>ul>li .scenelistbox h2 {
	font-size: 18px;
	margin-left: 15px;
	margin-top: 2px;
	display: inline-block;
}
.scenelist>ul>li .scenelistbox .scenelistboxdetails {
	padding: 8px 10px;
}
.scenelist>ul>li .scenelistbox .scenelistboxdetails .ui-state-default table {
	padding: 8px 10px;
}
.scenelist>ul>li .scenelistbox .scenelistboxdetails .ui-state-default table tr:nth-child(even) {
	background-color: #f3f3f3;
}
.scenelist>ul>li .scenelistbox .scenelistboxdetails .ui-state-default table tr {
	border: 1px solid #ddd;
}
.scenelist>ul>li .scenelistbox .scenelistboxdetails .ui-state-default table tr td {
	padding: 7px;
	font-weight: 500;
	border-left: none;
	border-right: none;
	vertical-align: middle;
}
.auto-sr-no {
	counter-reset: Serial;
}
.auto-sr-no table tr td:first-child:after {
	/*counter-increment: Serial;       Increment the Serial counter */
	/*content: counter(Serial); /* Display the counter */
	color: #fff;
}
.scenelist>ul>li .scenelistbox .scenelistboxdetails .ui-state-default table tr td:first-child i {
	display: none;
}
.scenelist>ul>li .scenelistbox .scenelistboxdetails .ui-state-default table tr td:nth-child(2) {
	margin-left: 35px;
	text-align: left;
	display: inline-block;
	width: auto !important;
}
.scenelist>ul>li .scenelistbox .scenelistboxdetails .ui-state-default table tr td:nth-child(2) p {
	width: 100% !important;
	word-break: break-word;
}
.scenelist>ul>li .scenelistbox .scenelistboxdetails .ui-state-default table tr td:nth-child(3) {
	width: 18%;
}
.device-routine-tab tr th {
	top: 0 !important;
}
.scenelist>ul>li .scenelistbox .scenelistboxdetails .ui-state-default table tr td:first-child {
	background: #4e9930;
	display: inline-block;
	height: 30px;
	color:white;
	margin-left: 0px;
	margin-top: 3px;
	position: relative;
	width: 65px;
	padding: 5px;
}
.scenelist>ul>li .scenelistbox .scenelistboxdetails .ui-state-default table tr td:first-child:before {
	border-left: 10px solid #4e9930;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	content: "";
	height: 0;
	left: 64px;
	position: absolute;
	top: 0px;
	width: 0;
}



.scenelist>ul>li:first-child .scenelistbox .scenelistboxdetails .ui-state-default table tr td:first-child i {
	display: none;
}
.scenelist>ul>li:first-child .scenelistbox .scenelistboxdetails .ui-state-default table tr td:nth-child(2) {
	margin-left: 35px;
	text-align: left;
	display: inline-block;
	width: 92% !important;
}
.scenelist>ul>li:first-child .scenelistbox .scenelistboxdetails .ui-state-default table tr td:nth-child(2) p {
	width: 100% !important;
	word-break: break-word;
}
.scenelist>ul>li:first-child .scenelistbox .scenelistboxdetails .ui-state-default table tr td:nth-child(3) {
	width: 18%;
}
.scenelist>ul>li:first-child .scenelistbox .scenelistboxdetails .ui-state-default table tr td:first-child {
	background: #4e9930;
	display: inline-block;
	height: 30px;
	color:white;
	margin-left: 0px;
	margin-top: 3px;
	position: relative;
	width: 39px;
	padding: 5px;
}
.scenelist>ul>li:first-child .scenelistbox .scenelistboxdetails .ui-state-default table tr td:first-child:before {
	border-left: 10px solid #4e9930;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	content: "";
	height: 0;
	left: 39px;
	position: absolute;
	top: 0px;
	width: 0;
}
.scenelist>ul>li .scenelistbox .scenelistboxdetails .ui-state-default table tr td .copy-btn {
	color: #9b9b9b;
	border-color: #9b9b9b;
	/*border-color: transparent;*/
}
.scenelist>ul>li .scenelistbox .scenelistboxdetails .ui-state-default table tr td .copy-btn input {
	margin-top: -1px;
	/*margin-top: -2px;
    margin-left: -7px;
    width: 26px;
    height: 26px;*/
}
.scenelist>ul>li .scenelistbox .scenelistboxdetails .ui-state-default table tr td .copy-btn .tooltip-text {
	color: #9b9b9b;
}
.scenelist>ul>li .scenelistbox .scenelistboxdetails .ui-state-default table tr td .bold {
	font-weight: 700;
}
.scenelist>ul>li .scenelistbox .scenelistboxdetails .ui-state-default table tr td button {
	display: inline-block;
	vertical-align: top;
	background: transparent;
}
.scenelist>ul>li .scenelistbox ul li {
	padding: 5px 10px;
	border: 0;
	margin-bottom: 5px;
}
.scenelist>ul>li .scenelistbox ul li.addEvent {
	display: inline-block;
	width: 100%;
	padding: 0;
	border: 0;
	margin-top: 5px;
	margin-left: 9px;
	margin-bottom: 0;
}
.scenelist>ul>li .scenelistbox ul li.addEvent .play-circle-btn {
	width: auto;
	height: auto;
}
.scenelist>ul>li .scenelistbox ul li.addEvent .play-circle-btn a {
	padding: 6px 11px;
	display: inline-block;
	color: #fd7e14;
	vertical-align: middle;
}
.scenelist>ul>li .scenelistbox ul li.addEvent .play-circle-btn a:hover {
	color: #fff;
}
.scenelist>ul>li .scenelistbox ul li.addEvent .play-circle-btn a i {
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 18px;
	transform: none;
}
.scenelist>ul>li .scenelistbox ul li.addEvent span.addcatagery {
	background-position: center;
	background-size: 37px;
	border: 0px;
	width: 38px;
	height: 38px;
	padding: 0;
	cursor: pointer;
	font-family: 'Poppins', "Font Awesome 5 Free", sans-serif;
	color: #fff;
	font-size: 16px;
	position: relative;
	right: 0;
	top: 0;
	background: #10728b;
	border: 1px solid #10728b;
}
.scenelist>ul>li .scenelistbox ul li.addEvent span.addcatagery a {
	position: absolute;
	left: 36px;
	right: auto;
	padding: 11px 10px;
	width: 150px;
	font-size: 14px;
	color: #10728b;
	background: #fff;
	border: 1px solid #10728b;
	font-weight: 400;
	display: none;
	transition: all 0ms ease;
	-moz-transition: all 0ms ease;
	-webkit-transition: all 0ms ease;
	text-align: center;
	margin-top: -1px;
	margin-right: -2px;
}
.scenelist>ul>li .scenelistbox ul li.addEvent span.addcatagery a:hover {
	background: #10728b;
	color: #fff;
}
.scenelist>ul>li .scenelistbox ul li.addEvent span.addcatagery:hover a {
	display: block;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}
.scenelist>ul>li .scenelistbox ul li.addEvent span.addcatagery:hover {
	background: #fff;
	color: #72d4e1;
}
.scenelist>ul>li .scenelistbox ul li.addEvent span.addcatagery:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.scenelist>ul>li .scenelistbox ul li p {
	margin: 0;
	display: inline-block;
	font-size: 13px;
}

.devices-list-recoding-play {
	position: relative;
	width: 100% !important;
	top: 0%;
	transform: translateY(0%);
}

.device-frame-container2 {
	position: relative !important;
	width: 100% !important;
	top: 50%;
	transform: translateY(-50%);
	padding-bottom: 0 !important;
}

.select2 {
	-webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    font-weight: 500;
    border: 1px solid #dfdfdf;
    padding: 6px 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;
    width: 100% !important;
}

.search-filer-popup .select2 {
	-webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    font-weight: 600;
    border: 1px solid #dfdfdf;
    padding: 0 27px 0 10px;
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;
    width: auto !important;
    font-size: 11px;
}
.select2 .select2-selection {
	border: none !important;
}
.select2 .select2-selection .select2-selection__rendered{
	padding-left: 0 !important;
	color: #787878 !important;
}
.select2 .select2-selection .select2-selection__arrow{
	background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: 19px;
    width: 10px;
    height: 10px;
    top: 0px !important;
    right: 23px !important;
    /*top: -7px !important;
    right: 12px !important;*/
}
.search-filer-popup .select2 .select2-selection .select2-selection__arrow{
	top: -7px !important;
    right: 12px !important;
}
.select2 .select2-selection .select2-selection__arrow b{
	display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 5px !important;
}
.sceneboxarrow {
	display: inline-block;
	float: right;
	width: 45px;
	margin-right: 20px;
}
.sceneboxarrow a {
	font-size: 32px;
	line-height: 22px;
}
.sceneboxarrow a:hover {
	color: #10728b;
}
.sceneboxarrow a.fa-caret-up {
	float: right;
}
.sceneboxarrow a.fa-caret-down {
	float: left;
}
.scenelist>ul>li .scenelistbox  .edit-delite-option {
	float: right;
	display: flex;
	text-align: right;
}
.scenelist>ul>li .scenelistbox  .edit-delite-option a {
	float: left;
	padding: 5px 10px;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: 600;
	outline: none;
	margin-right: 8px;
	text-align: center;
	padding-left: 8px;
	font-family: 'Poppins', "Font Awesome 5 Free", sans-serif;
}
.scenelist>ul>li .scenelistbox  .edit-delite-option a.edit-btn, .scenelist>ul>li .scenelistbox  .edit-delite-option a.trash-btn, .scenelist>ul>li .scenelistbox  .edit-delite-option a.comm-icon-btn {
	width: 27px;
}
.scenelist>ul>li .scenelistbox  .edit-delite-option a:before {
	position: relative;
	left: -5px;
}
.scenelist>ul>li .scenelistbox  .edit-delite-option a.delete {
	margin: 0;
}
.scenelist>ul>li .scenelistbox h2 {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.scenelist>ul>li .scenelistbox .seen-button {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 7px;
}
.scenelist>ul>li .scenelistbox .update_sleep.comm-icon-btn {
	background: #20c997;
	color: #fff;
	border-color: #20c997;
}
.scenelist>ul>li .scenelistbox .update_sleep.comm-icon-btn i {
	color: #fff;
}
.scenelist>ul>li .scenelistbox .update_sleep.comm-icon-btn:hover {
	background: #fff;
	color: #20c997;
	border-color: #20c997;
}
.scenelist>ul>li .scenelistbox .update_sleep.comm-icon-btn:hover i {
	color: #20c997;
}
.dashboardcntr {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	padding: 10px;
	background: #f7f7f7;
	border-radius: 15px;
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}
.dashboardcntr .tablebox td, .dashboardcntr .tablebox th {
	padding: 5px 10px;
}
.tablebox td.tooltip-list .tooltip-text {
	bottom: -16px;
}
.dashboardcntr .input-group {
	display: grid;
}
.dashboardcntr strong {
	margin-bottom: 10px;
	display: block;
	margin-left: 10px;
}
.dashboardcntr select {
	border-radius: 30px;
}
.dashboardcntr .input-group {
	margin-top: 30px !important;
}
.recording-time-analysis-cntr {
	margin-top: 23px;
}
.recording-time-analysis-cntr .cntrwrap {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	padding: 10px;
	background: #f7f7f7;
	min-height: 260px;
	max-height: 260px;
}
.recording-time-analysis-cntr .tablebox td, .recording-time-analysis-cntr .tablebox th {
	padding: 5px 10px;
}
.recording-time-analysis-cntr .tablebox td a {
	color: #10728b;
	font-weight: 500;
	text-decoration: underline !important;
}
.recording-time-analysis-cntr .tablebox td a:hover {
	color: #ffcc00;
}
.tableoverflow {
	max-height: 193px;
	min-height: 193px;
	overflow: auto;
}
.recording-time-analysis-cntr .tableoverflow { 
	border-radius: 15px 38px 0px 0px;
 }
.divoverflow {
	max-height: 193px;
	min-height: 193px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.texttitle {
	text-align: left;
	font-size: 32px;
	font-weight: 600;
	color: #10728b;
}
.piechart {
	width: 200px !important;
	height: 200px !important;
}
.statustable {
	margin-top: 50px;
}
.tablebox.statustable td, .tablebox.statustable th {
	padding: 5px 10px;
}
.marginauto {
	margin: 0 auto !important
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.mainbody {
    /*padding-bottom: 70px;*/
    min-height: 75vh;
}
.footer {
	padding: 20px 0 50px;
	/* position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 1;
    bottom: 0; */
}
.footerContnt p {
	font-size: 14px;
	line-height: 20px;
	margin: 0px 0;
	font-weight: 500;
	color: #4a4a4a;
	font-family: 'Poppins', sans-serif;
}
.footerContnt p a {
	color: #404040
}
.footerContnt p a:hover {
	color: #e01f23;
}
.mobile-nav-icon {
	display: none;
	float: right;
}
.popup-show-hide  {
	position: fixed;
    bottom: 10px;
    right: 70px;
    z-index: 999;
    background: #fff;
    width: 350px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.popup-show-hide h4 {
	font-size: 14px;
    line-height: 20px;
    margin: 0px 0;
    font-weight: 500;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    background: #10728b;
    padding: 8px 20px;
}
.popup-show-hide p {
	font-size: 14px;
    line-height: 20px;
    margin: 0px 0;
    font-weight: 500;
    color: #4a4a4a;
    font-family: 'Poppins', sans-serif;
    padding: 8px 20px;
}
.overlay-box .search-filer-popup {
	background: #fff;
	padding: 15px 20px;
	position: relative;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
	color: #10728b;
	font-size: 18px;
	font-weight: 500;
}
.overlay-box .overlay-content .accordion {
	background-color: #fff;
	color: #10728b;
	border-width: 0;
	border: 1px solid #10728b;
	outline: none;
	box-shadow: none;
	margin: 2px 0;
	font-size: 13px;
	border-radius: 7px;
	text-transform: uppercase;
	font-weight: 600;
}
.overlay-box .overlay-content .accordion.active, .overlay-box .overlay-content .accordion:hover {
	background: #10728b;
	color: #fff;
	border: 1px solid #10728b;
}

.overlay-box .overlay-content .accordion.active, .overlay-box .overlay-content .accordion:hover + i {
    background: #10728b;
    color: #fff;
    border: 1px solid #10728b;
}
.delete-script-logs{
	color: #11728b;
}
.overlay-box .overlay-content .accordion.active {
	border-radius: 7px 7px 0 0;
	margin-bottom: 0;
}
.overlay-box .overlay-content .accordion.active + i {
	border-radius: 7px 7px 0 0;
	margin-bottom: 0;
	color:white;
}
.overlay-box .overlay-content table {
	border-radius: 15px;
}
.overlay-box .overlay-content table tr th {
	border-top: 0;
}
.overlay-box .overlay-content.next-prev-arrow table tr th {
	position: static;
}
.overlay-box .overlay-content table.log-table-format tr th {
	display: none;
}
.overlay-box .overlay-content table.log-table-format tr td {
	padding: 3px 10px;
	vertical-align: middle;
	height: 40px;
}
.overlay-box .overlay-content table.log-table-format tr td a {
	display: block;
}
.overlay-box .overlay-content table tr th {
	top: 0;
	background: #e7e7e7;
	color: #525252;
	font-weight: 700;
	font-size: 14px;
	position: sticky;
	top: 0;
}
.overlay-box .overlay-content table tr:first-child th {

	/*background: transparent !important;*/

	border: 0;
}
.overlay-box .overlay-content table tr td {
	font-weight: 500;
}
.overlay-box .overlay-content table tr:nth-child(2) td .tooltip-list .tooltip-text {
	/*bottom: 100%;*/
}
.overlay-box .overlay-content table tr td .tooltip-list .tooltip-text {
	bottom: -3px;
    left: auto;
    right: 30px;
}
.overlay-box .overlay-content table.log-table-format tr td a.log-title {
	text-decoration: none;
	color: #10728b;
	font-weight: 500;
	text-decoration: underline !important;
}

.overlay-box .overlay-content table.log-table-format tr:last-child td .tooltip-list .tooltip-text {
	bottom: -3px;
	left: auto;
	right: 30px;
}
.overlay-box .overlay-content table.log-table-format tr td a.log-title:hover {
	color: #ffcc00;
}
.overlay-box .overlay-content table.log-table-format tr td .common-btn {
	padding: 6px 9px !important;
	border-radius: 6px !important;
	color: #fff;
}
.overlay-box .overlay-content table.log-table-format tr td .common-btn.btn-danger {
	background: #fff;
	border-color: #d9534f;
	color: #d9534f;
	transition: 0.25s all linear;
}
.overlay-box .overlay-content table.log-table-format tr td .common-btn.btn-danger:hover {
	color: #fff;
	background: #d9534f;
	border-color: #d9534f;
	transition: 0.25s all linear;
}
.overlay-box .overlay-content table.log-table-format tr td .common-btn.btn-success {
	background: #fff;
	border-color: #5cb85c;
	color: #5cb85c;
	transition: 0.25s all linear;
}
.overlay-box .overlay-content table.log-table-format tr td .common-btn.btn-success:hover {
	color: #fff;
	background: #5cb85c;
	border-color: #5cb85c;
	transition: 0.25s all linear;
}
.overlay-box .overlay-content table tr td a {
	text-decoration: none;
}
.appium-reports-table tr td a.log-title {
	text-decoration: none;
	color: #10728b;
	font-weight: 500;
	text-decoration: underline !important;
}
.change-scene-table {
	width: 100%;
	overflow: hidden;
}
.change-scene-table tr th {
	border: 1px solid #ddd !important;
    padding: 5px 0;
}
.change-scene-save-btn {
	border-radius: 10px;
	padding: 10px 10px 10px 32px;
}
.change-scene-save-btn:hover {
    background: #fff;
    color: #10728b !important;
    border-color: #10728b;
}
.change-scene-save-btn:hover i{
    color: #10728b !important;
}
.change-scene-save-btn i {
	left: 20px !important;
    top: 11px !important;
}
.change-scene-cancel-btn {
	border-radius: 10px;
	padding: 10px 10px 10px 38px;
}
.change-scene-cancel-btn:hover {
    background: #10728b;
    color: #fff !important;
    border-color: #10728b;
}
.change-scene-cancel-btn:hover i{
    color: #10728b;
}
.change-scene-cancel-btn i {
	left: 20px !important;
    top: 7px !important;
}
.sweet-alert button {
	border-radius: 30px;
}
.sweet-alert p {
	line-height: 22px;
	font-size: 14px !important;
	font-weight: 500 !important;
}
.change-scene-popup .overlay-box {
	width: 350px;
}
.overlay-box .overlay-header {
	text-transform: uppercase;
	font-size: 16px;
}
.change-scene-popup .overlay-box .overlay-content {
	padding: 0;
}
.change-scene-popup .overlay-box .overlay-content .selectdevicebox {
	padding: 20px;
}
.change-scene-popup .overlay-box .overlay-content .selectdevicebox .inputType {
	border-radius: 6px;
	display: block;
	margin-bottom: 20px;
}
.change-scene-popup .overlay-box .overlay-content .selectdevicebox .sceneBtn {
	padding: 10px;
	font-size: 15px;
	display: block;
}
.overlay-box .overlay-content table tr td a:hover {
	color: #fdc70c;
}
.overlay-box .overlay-content .accordion i {
	margin-right: 10px;
}
.mobileDropDown {
	display: none;
	position: absolute;
	right: -30px;
	top: 14px;
	font-size: 15px;
	color: #fff;
	width: 35px;
	text-align: center;
}
.scrollTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	z-index: 100;
	display: none;
	background: #ffcc00;
	border-radius: 50%;
}
.scrollTop a {
	display: block;
	color: #fff;
	line-height: 40px;
	font-size: 20px;
}
.scrollTop a:before {
	font: 20px/40px 'Font Awesome 5 Free';
	font-family: "Font Awesome 5 Free";
}
.tooltip-list {
	position: relative;
	cursor: pointer;
	margin: 0 2px;
}
.paltform-icon .tooltip-list {
	cursor: default;
}
.tooltip-list input{
	cursor: pointer;
}
.tooltip-list .tooltip-text {
	position: absolute;
	bottom: 0;
	pointer-events: none;
	opacity: 0;
	width: auto;
	font-size: 11px;
	padding: 7px 10px;
	background: #fff;
	text-align: center;
	white-space: nowrap;
	font-weight: 500;
	color: #10728b;
	border-radius: 4px;
	right: 0;
	box-shadow: 0 0 9px 0 rgb(0 0 0 / 30%);
	transition: all .1s ease-in;
	z-index: 999;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.controlcntrbox .tooltip-list .tooltip-text {
	right: -24px !important;
    bottom: -38px !important;
}
.tooltip-list:hover .tooltip-text {
	bottom: -15px;
    opacity: 1;
    pointer-events: all;
    right: 30px;
}
.login-footer .footer {
	padding: 20px 0 20px;
}
.sweet-alert {
	padding: 0 !important;
	position: relative;
}
.sweet-alert .sa-button-container {

	/*padding: 36px 10px 15px;*/
}
.sweet-alert .sa-button-container .confirm {
	background-color: transparent !important;
	border: 1px solid #fff;
	color: #fff;
	transition: 0.25s all linear;
	margin: 37px 5px 15px;
}
.sweet-alert .sa-button-container .confirm:hover {
	background-color: #fff !important;
	color: #10728b;
	border-color: #10728b;
	transition: 0.25s all linear;
}
.sweet-alert .sa-icon.sa-warning {
	position: relative;
}
.sweet-alert .sa-icon.sa-warning:before {
	content: " ";
	background-color: rgba(246, 102, 2);
	width: 482px;
	min-height: 700px;
	position: absolute;
	top: -12px;
	left: -200px;
}
.sweet-alert .sa-icon.sa-error:before {
	content: " ";
	background: rgb(255 0 0);
	width: 482px;
	min-height: 700px;	/*border-radius: 0 0 17% 17%;*/
	position: absolute;
	top: -12px;
	left: -200px;
}
.sweet-alert .sa-icon.sa-info:after {
	content: " " !important;
	background-color: rgba(20, 126, 251) !important;
	width: 482px !important;
	min-height: 700px !important;
	border-radius: 0 !important;
	position: absolute !important;
	top: -25px !important;
	left: -200px !important;
}
.sweet-alert .sa-icon.sa-info:before {
	content: ' \2139' !important;
	font-size: 74px !important;
	color: #fff !important;
	text-align: center !important;
	position: absolute;
	top: -13px;
	left: 25px !important;
	z-index: 1;
	right: 0;
	background-color: transparent !important;
}
.sweet-alert .sa-icon.sa-success:before {
	content: " ";
	background: rgba(83, 215, 105);
	width: 482px;
	min-height: 700px;	/*border-radius: 0 0 17% 17%;*/
	position: absolute;
	top: -25px;
	left: -200px;
}
.sweet-alert .sa-icon.sa-success:after {
	content: "\f058";
	font-size: 40px;
	color: #fff;
	position: absolute;
	top: 16px;
	left: 25px;
	font-family: 'Font Awesome 5 Free';
}
.sweet-alert .sa-icon.sa-success .sa-line, .sweet-alert .sa-icon.sa-success .sa-fix {
	display: none !important;
}
.sweet-alert .sa-icon.sa-custom:before {
	content: " ";
	background: rgba(254, 203, 46);
	width: 482px;
	min-height: 700px;	/*border-radius: 0 0 17% 17%;*/
	position: absolute;
	top: -25px;
	left: -200px;
}
.sweet-alert .sa-icon.sa-custom:after {
	content: "\f085";
	font-size: 40px;
	color: #fff;
	position: absolute;
	top: 24px;
	left: 11px;
	font-family: 'Font Awesome 5 Free';
}
.sweet-alert .sa-please-wait {
	padding-top: 40px !important;
}
.sweet-alert .sa-please-wait:after {
	content: " ";
	position: absolute;
	top: 25px;
	left: 0px;
	height: 86px;
	width: 80px;
	background: url(../images/please-wait.png);
}
.sweet-alert .sa-please-wait:before {
	content: " ";
	background: rgba(20, 126, 251);
	width: 482px;
	min-height: 700px;    /* border-radius: 0 0 17% 17%; */
	position: absolute;
	top: -25px;
	left: -200px;
}
.sweet-alert .sa-app-installation {
	padding-top: 40px !important;
}
.sweet-alert .sa-app-installation:after {
	content: " ";
	position: absolute;
	top: 25px;
	left: 0px;
	height: 86px;
	width: 80px;
	background: url(../images/app-installtion.png);
}
.sweet-alert .sa-app-installation + p {
	background: red;
	padding: 10px 0;
}
.sweet-alert .sa-app-installation:before {
	content: " ";
	background: rgba(20, 126, 251);
	width: 482px;
	min-height: 700px;
	height: 700px;    /* border-radius: 0 0 17% 17%; */
	position: absolute;
	top: -25px;
	left: -200px;
}
.sweet-alert .sa-script-code-has:before {
	content: " ";
	background: rgba(83, 215, 105);
	width: 482px;
	min-height: 700px;
	height: 700px;    /* border-radius: 0 0 17% 17%; */
	position: absolute;
	top: -25px;
	left: -200px;
}
.sweet-alert .sa-script-code-has:after {
	content: "\f0c5";
	font-size: 40px;
	color: #fff;
	position: absolute;
	top: 24px;
	left: 11px;
	font-family: 'Font Awesome 5 Free';
}
.sa-icon.sa-success.animate::after {
	animation: none !important;
}
.sweet-alert .sa-icon {
	margin: 7px auto !important;
}
.pulseWarningIns {
	animation: none !important;
}
.sweet-alert .sa-icon.sa-warning, .sweet-alert .sa-icon.sa-error, .sweet-alert .sa-icon.sa-info, .sweet-alert .sa-icon.sa-success {
	border-color: #fff !important;
}
.sweet-alert .sa-icon.sa-warning .sa-body, .sweet-alert .sa-icon.sa-warning .sa-dot, .sweet-alert .sa-icon.sa-error .sa-line, .sweet-alert .sa-icon.sa-error .sa-line, .sweet-alert .sa-icon.sa-success .sa-line {
	background-color: #fff !important;
}
.sweet-alert h2, .sweet-alert p {
	color: #fff !important;
}
.sweet-alert h2 {
	margin-top: 0 !important;
	padding: 20px 20px 0 !important;
}
.sweet-alert p {
	line-height: normal !important;
	text-align: center !important;
	margin: auto !important;
	padding: 0 10px !important;
}
.sweet-alert {
	font-family: 'Poppins', sans-serif !important;
	background-color: rgba(246, 102, 2) !important;
}
.sweet-alert p, .sweet-alert h2, .sweet-alert .sa-button-container button {
	font-family: 'Poppins', sans-serif !important;
}
.bor-bot-no {
	border-bottom: none;
}
.sweet-alert .sa-button-container .cancel {
	background-color: transparent !important;
	border: 1px solid #fff;
	color: #fff;
	transition: 0.25s all linear;
	margin: 37px 5px 15px;
	position: relative;
}
.sweet-alert .sa-button-container .cancel:hover {
	background-color: #fff !important;
	color: #10728b;
	border-color: #10728b;
	transition: 0.25s all linear;
}
.sweet-alert .sa-button-container button {
	padding: 8px 31px;
	border-radius: 7px;
	text-transform: uppercase;
	font-size: 14px;
}
.sa-error-container .icon {
	color: #ea7d7d;
}
.sa-error-container p {
	color: #222;
}
.sweet-alert.app-installation .sa-icon.sa-info {
	display: none !important;
}
.sweet-alert.app-installation .sa-icon.sa-custom {
	display: block !important;
}
.sweet-alert.app-installation .sa-icon.sa-custom:after {
	content: " " !important;
	background: url("../images/app-installtion.png") no-repeat !important;
	top: 7px !important;
	left: 4px !important;
	width: 80px !important;
	height: 80px !important;
	margin-top: 45px !important;
}
.sweet-alert.app-installation .sa-icon.sa-custom:before {
	height: 338px !important;
	top: -12px;
}
.sweet-alert.app-installation h2 {
	margin-top: 24px !important;
	font-size: 21px !important;
	width: 78%;
	margin: 56px auto 10px !important;
}

/*please-wait*/

/*#script-device-tbody .panel .scrollbox-wrapper .container1 {
height: 289px;
overflow-y: scroll;
}*/
.log-table-format tr td:nth-child(2) {
	text-align: left;
}
.sweet-alert.script-code-has .sa-icon.sa-success:before, .sweet-alert.script-code-has .sa-icon.sa-success {
	display: block !important;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
	border: 0 !important;
}
.sweet-alert.script-code-has .sa-icon.sa-success:after {
	content: "\f0c5" !important;
}
.sweet-alert.please-wait .sa-icon.sa-info:after, .sweet-alert.please-wait .sa-icon.sa-info {
	display: block !important;
}
.sweet-alert.please-wait .sa-icon.sa-info:before {
	content: " " !important;
	background: url(../images/please-wait.png) no-repeat !important;
	width: 80px !important;
	height: 86px !important;
	top: 2px !important;
	left: 1px !important;
}
.sweet-alert.please-wait .sa-icon.sa-info {
	margin-top: 55px !important;
}
.sweet-alert.please-wait .sa-icon.sa-info:after {
	height: 307px !important;
	top: -62px !important;
}
.managetestlist.session-edit-page-heading ul li {
	width: 100%;
	border: 0;
}
.managetestlist.session-edit-page-heading ul li .tablebox table {
	box-shadow: none;
}
.managetestlist.session-edit-page-heading ul li .tablebox table td {
	text-transform: none;
	text-align: left;
	font-size: 18px;
	color: #39364e;
	font-weight: 500;
	border: 0;
	padding: 10px 27px;
}
.managetestlist.session-edit-page-heading ul li .tablebox table td strong {
	font-weight: 500;
}
.managetestlist.session-edit-page-heading ul li .tablebox table td:first-child {
	text-align: left;
	border-right: 1px solid #e4e4e4;
}
.managetestlist.session-edit-page-heading ul li .tablebox table td b {
	display: block;
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 0;
}
.managetestlist.session-edit-page-heading ul li .tablebox table td:first-child {
	font-size: 22px;
	color: #39364e;
	font-weight: 500;
}
.managetestlist.session-edit-page-heading ul li .tablebox table td:first-child strong {
	font-weight: 600;
}
.managetestlist.save-type-file-section ul li td {
	border: 0;
}
.managetestlist.save-type-file-section ul li td:nth-child(1) {
	width: 107px;
}
.managetestlist.save-type-file-section ul li td:nth-child(2) {
	width: 300px;
}
.managetestlist.save-type-file-section ul li td:nth-child(1) b {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
}
.managetestlist.save-type-file-section .btn1 i {
	color: #fff;
}
.managetestlist.save-type-file-section .btn1 input {
	background: #10728b;
	color: #fff;
	border-color: #10728b;
}
.managetestlist.save-type-file-section .btn1:hover input {
	background: #fff;
	color: #10728b;
	border-color: #10728b;
}
.project-configuration-list {
	padding-bottom: 0;
}
.project-configuration-list.project-configation-device-list {
	padding-bottom: 29px;
}
.project-configuration-list .container {
	padding-bottom: 0 !important;
}
.project-configuration-list .page-header {
	text-align: right;
}
.project-configuration-list .page-header .projctStepsTxt a {
	display: block;
	font-size: 16px;
	text-transform: capitalize;
	color: #707070;
	font-weight: 600;
}
.project-configuration-list .page-header .projctStepsTxt a i {
	margin-right: 10px;
}
.project-configuration-list .page-header .projctStepsTxt a:hover {
	color: #10728b;
}

/*.project-configuration-list .projectStepsInfo .col-md-3:first-child {
border-right: 1px solid #ddd;
}*/
.project-configuration-list .projectStepsInfo .projctStepsTxt {
	padding: 20px 0;
}
.project-configuration-list .projectStepsInfo {
	width: 100%;
}
.projectStepsInfo .projctStepsTxt:last-child {
	padding-left: 0;
	display: inline-block;
	vertical-align: middle;
}
.projectStepsInfo .back-icon:first-child {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #e9750e;
	border: 1px solid #e9750e;
	position: relative;
	border-radius: 30px;
	transition: 0.25s all linear;
	margin-right: 20px;
	vertical-align: middle;
}
.projectStepsInfo .back-icon:first-child b {
	color: #e9750e
}
.project-configuration-list .projectStepsInfo .col-md-3:first-child .projctStepsTxt {
	padding-left: 0;
	display: inline-block;
	vertical-align: middle;
	width: 78%;
}
.project-configuration-list .projectStepsInfo .col-md-3:first-child .back-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #e9750e;
	border: 1px solid #e9750e;
	position: relative;
	border-radius: 30px;
	transition: 0.25s all linear;
	margin: 20px 20px 20px 0;
	vertical-align: middle;
}
.text-fit-col .recorded-script-editor-back {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #e9750e;
	border: 1px solid #e9750e;
	position: relative;
	border-radius: 30px;
	transition: 0.25s all linear;
	margin: 10px 20px 20px 0;
	vertical-align: middle;
}
.text-fit-col .recorded-script-editor-back span{
    cursor: pointer;
    font-family: 'Poppins', "Font Awesome 5 Free", sans-serif;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
    width: 30px;
    height: 30px;
}
.text-fit-col .recorded-script-editor-back span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text-fit-col .recorded-script-editor-back b {
    font-size: 11px !important;
    color: #e9750e !important;
    font-weight: 500 !important;
}
.scenelistboxtitle h2 i.fa-caret-right {
	margin-left: 10px;
}
.project-configuration-list .projectStepsInfo .col-md-3:first-child .back-icon b {
	color: #e9750e
}
.back-icon-btn {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #e9750e;
	border: 1px solid #e9750e;
	position: relative;
	border-radius: 10px;
	transition: 0.25s all linear;
	margin-right: 20px;
	vertical-align: middle;
	cursor: pointer;
}
.back-icon-btn.tooltip-list a {
	display: inline-block;
	width: 30px;
	height: 30px;
}
.back-icon-btn i, .back-icon-btn svg {
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
}
.back-icon-btn .tooltip-text {
	color: #e9750e;
}
.project-configuration-list .projectStepsInfo label, .project-configuration-list .projectStepsInfo h2 {
	color: #39364e;
}
.project-configuration-list .projectStepsInfo label {
	display: block;
	font-size: 14px;
	color: #39364e;
	font-weight: 600;
	margin-bottom: 0;
}
.project-configuration-list .projectStepsInfo h2 {
	font-weight: 500;
	font-size: 16px;
	display: block;
	margin-top: 7px;
}
.project-configuration-list .projectStepsInfo .col-md-3:first-child h2 {
	font-size: 18px;
	color: #39364e;
	font-weight: 600;
}
.downloadPdfBtn a {
	border-radius: 10px;
	padding: 10px 16px;
	background: #f30a0a;
	border-color: #f30a0a;
	outline: none;
}
.downloadPdfBtn a i {
	margin-left: 6px;
}
.downloadPdfBtn a:hover {
	background: #fff;
	border-color: #f30a0a;
	color: #f30a0a;
}
.project-configuration-list h1 .tag {
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	margin-left: 10px;
}
.stop-fixed-header .header-area, .stop-fixed-header .fixed-header .header-lower, .script-video-recording-page, .script-video-recording-page.common-heading-fixed {
	position: static;
}
.script-video-recording-page {
	padding-top: 15px;
}
.dashboard-master-page .dashboardcntr {
	padding: 17px 12px;
	border: 0;
	border-radius: 15px;
	box-shadow: none;
	margin-bottom: 0;
}
.analysis-section.dashboard-master-page {
	margin-top: 0;
}
.analysis-section #recording-logs .status-device {
	padding: 2px 10px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 600;
	border: 1px solid #ddd;
	width: 100px;
	margin: auto;
}
.dashboard-master-page .dashboardcntr .sesstion {
	position: relative;
}
.dashboard-master-page .dashboardcntr .sesstion .number-div {
	width: 71px;
	height: 45px;
	border-radius: 40px;
	font-size: 21px;
	color: #ffffff;
	padding: 7px;
	text-align: center;
	background: #ddd;
	position: absolute;
	top: -52px;
	left: 0;
	right: 0;
	margin: auto;
}
.dashboard-margin-bottom {
	margin-bottom: 24px;
}
.dashboard-master-page .dashboardcntr .sesstion h3 {
	display: block;
	font-size: 16px;
	color: #404040;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
	margin-top: 11px;
	margin-bottom: 18px;
}
.dashboard-master-page .dashboardcntr .sesstion .input-group {
	margin-top: 0 !important;
}
.dashboard-master-page .dashboardcntr .sesstion select {
	border: 2px solid #dedede;
	border-radius: 10px;
	background-color: #fff !important;
	font-size: 14px;
	text-transform: capitalize;
	color: #404040;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url(../images/down-arrow.png);
	background-repeat: no-repeat;
	background-position-x: 94%;
	background-position-y: 19px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
.dashboard-master-page .sessiontitle {
	font-size: 24px;
	color: #10728b;
	font-weight: 400;
	text-transform: uppercase;
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	margin-top: 36px;
}
.dashboard-master-page .dashboardcntr.no-of-session {
	background: #fcf6ed;
}
.dashboard-master-page i.right-arro {
	position: absolute;
	bottom: 33px;
	right: -5px;
}
.dashboard-master-page img {
	position: absolute;
	top: 93px;
	right: -10px;
}
.dashboard-master-page .dashboardcntr.no-of-session .sesstion .number-div {
	background: #e9750e;
}
.dashboard-master-page .dashboardcntr.no-of-scripts {
	background: #e2f5fd;
}
.dashboard-master-page .dashboardcntr.no-of-scripts .sesstion .number-div {
	background: #38b4ea;
}
.dashboard-master-page .dashboardcntr.no-of-scripts-runs {
	background: #eafcf2;
	margin-bottom: 5px;
	position: relative;
}
.dashboard-master-page .dashboardcntr.no-of-scripts-runs .sesstion .number-div {
	background: #0fb45a;
}
.dashboard-button-set .btn-primary {
	background: #fff;
	border: 1px solid #10728b !important;
	color: #10728b !important;
	font-size: 14px;
	text-transform: uppercase;
	outline: none;
	padding: 7px 19px !important;
	margin: 0 7px;
	border-radius: 11px !important;
}
.box-border {
	border: 1px solid #ededed;
	padding: 40px 10px 15px 10px;
	border-radius: 10px;
}
.common-tab {
	display: block;
	margin-left: 7px;
}
.common-tab a {
	font-size: 14px;
	background: #ebebeb;
	padding: 10px 20px;
	border-radius: 10px 10px 0px 0px;
	margin-right: 5px;
	text-transform: capitalize;
	box-sizing: border-box;
	color: #2f2f2f;
	font-weight: 400;
	width: 260px;
	display: inline-block;
	text-align: center;
	transform: all 0.3 ease;
}
.common-tab a:hover {
	font-weight: 600;
	color: #000;
	transform: all 0.3 ease;
}
.common-tab a.active {
	font-weight: 600;
	color: #000;
	transform: all 0.3 ease;	/*padding: 20px 20px 10px 20px;*/
}
.dashboard-button-set .show-analytics {
	margin: 70px 0 0;
	width: 100%;
}
.dashboard-button-set .recording-show-analytics {
	margin-bottom: 10px;
	margin-top: 10px;
}
.dashboard-button-set .recording-show-analytics, .dashboard-button-set .show-analytics-play {
	display: block;
	margin-left: 0;
	margin-right: 0;
}
.dashboard-button-set .btn-primary:hover {
	background: #10728b !important;
	color: #fff !important;
	border-color: #10728b !important;
}
.dashboard-button-set .btn-primary i {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	position: static;
}
.dashboard-button-set .btn-primary:hover i {
	color: #fff !important;
}
.analysis-section.recording-time-analysis-cntr .cntrwrap {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #dadada;
	padding: 23px;
	min-height: auto;
	max-height: 334px;
	margin-bottom: 17px;
}
.analysis-section.recording-time-analysis-cntr .cntrwrap h2 {
	background: transparent;
	text-align: center !important;
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 33px;
}
.analysis-section.recording-time-analysis-cntr .cntrwrap h2.pichanrt-text {
	text-align: center !important;
}
.analysis-section.recording-time-analysis-cntr table tr th {
	position: sticky;
	top: 0;
	padding: 10px;
}
.analysis-section.recording-time-analysis-cntr table tr th:first-child {
	border-radius: 0;
}
.analysis-section.recording-time-analysis-cntr table tr th:last-child {
	border-radius: 0;
}
.analysis-section.recording-time-analysis-cntr .heading-table {
	background: transparent;
	text-align: left !important;
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 44px;
}
.analysis-section.recording-time-analysis-cntr .heading-table  a {
	padding: 5px 10px;
	border-radius: 6px;
	background: #fff;
	border: 1px solid #10728b;
	color: #10728b;
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
	transition: 0.25s all linear;
	float: right;
}
.analysis-section.recording-time-analysis-cntr .heading-table a:hover {
	background: #10728b;
	color: #fff;
	border-color: #10728b;
	transition: 0.25s all linear;
}
.run-logs-script-table .heading-table {
	font-size: 24px;
	color: #10728b;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 15px;
}
.run-logs-script-table .marginauto {
	padding: 0;
}
.run-logs-script-table {
	margin-top: 0;
}
.run-logs-script-table .heading-table a {
	padding: 7px 20px;
	border-radius: 10px;
	color: #10728b;
	background: #fff;
	border: 1px solid #10728b;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	text-decoration: none !important;
	transition: 0.25s all linear;
	float: right;
	display: inline-block;
	vertical-align: middle;
}
.run-logs-script-table .heading-table a:hover {
	background: #10728b;
	color: #fff;
	border-color: #10728b;
	transition: 0.25s all linear;
}
.run-logs-script-table table tr th, .run-logs-script-table table tr td {
	padding: 7px 10px;
}
.run-logs-script-table table tr td .status-device {
	padding: 2px 10px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 600;
	border: 1px solid #ddd;
	width: 100px;
	margin: auto;
}
.run-logs-script-table table tr td:nth-child(2) {
	text-align: left;
}
.project-dashboard-note {
	display: block;
	font-size: 12px;
	color: #525252;
	font-weight: 700;
	text-align: left;
	margin-left: 14px;
	line-height: 18px;    /*position: absolute;
	    bottom: -42px;
	    margin: 0;
	    left: 15px;*/
}
.screenshot-page-section .photo-gallery {
	margin-top: 0;
}
.screenshot-page-section .photo-gallery .intro h2 {
	font-size: 24px;
	color: #10728b;
	font-weight: 400;
	text-transform: uppercase;
	background: transparent;
	display: inline-block;
	vertical-align: middle;
}
.screenshot-page-section .photo-gallery .intro.main-device-format {
	margin-bottom: 28px;
}
.screenshot-page-section .photo-gallery .intro.main-device-format h2 {
	font-size: 16px;
	color: #10728b;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 46px;
}
.screenshot-page-section .photo-gallery .intro.main-device-format .list-of-device ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	margin-right: 25px;
	text-align: left;
}
.screenshot-page-section .photo-gallery .intro.main-device-format .list-of-device ul li span {
	display: block;
}
.screenshot-page-section .photo-gallery .intro.main-device-format .list-of-device ul li b {
	margin-top: 9px;
	padding: 5px 10px;
	border-radius: 30px;
	font-size: 9px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
}
.screenshot-page-section .photo-gallery .intro.main-device-format .list-of-device ul li b.master {
	background: #47b04b;
}
.screenshot-page-section .photo-gallery .intro.main-device-format .list-of-device ul li b.common-device {
	background: #ffc200;
}
.screenshot-page-section .photo-gallery .photo-text-format {
	box-shadow: none;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
.screenshot-page-section .photo-gallery .photo-text-format .item {
	padding-bottom: 0;
	margin: 0;
	padding: 0;
}
.screenshot-page-section .photo-gallery .photo-text-format .item h3 i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 28px;
}
.screenshot-page-section .photo-gallery .photo-text-format .item h3 small {
	font-size: 17px !important;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}
.screenshot-page-section .photo-gallery .separate-devices-section {
	margin: 0;
	margin-right: 0;
	padding: 20px 41px;
	border: 1px solid #f7f7f7;
	border-radius: 15px;
	box-shadow: -2px 7px 26px 1px #ddd;
}
.screenshot-page-section .photo-gallery .separate-devices-section .intro {
	margin-bottom: 20px;
}
.screenshot-page-section .photo-gallery .separate-devices-section .intro h2 {
	font-size: 20px;
}
.screenshot-page-section .photo-gallery .separate-devices-section .photos {
	border-radius: 15px;
	box-shadow: none;
	padding: 0;
}
.screenshot-page-section .photo-gallery .separate-devices-section .photos .item {
	padding-bottom: 0;
}
.screenshot-not-avaliable {
	padding: 158px 0;
	text-align: center;
}
.screenshot-not-avaliable h2 {
	padding: 40px 50px;
	background: #fff9e0 !important;
	border-radius: 15px;
	font-size: 24px !important;
	color: #000000 !important;
	font-weight: 500 !important;
	display: inline-block;

}
.screenshot-not-avaliable h2 img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.log-not-avaliable {
	padding: 158px 0;
	text-align: center;
}
.log-not-avaliable h2 {
	padding: 40px 50px;
	background: #fff9e0 !important;
	border-radius: 15px;
	font-size: 24px !important;
	color: #000000 !important;
	font-weight: 500 !important;
	display: inline-block;
	text-transform: uppercase;
	
}
.log-not-avaliable h2 i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

/* for separtor css */
.change-seprator {
      padding: 9px;
    /* background-color: gray; */
    border: 1px solid #d3d3d3;
    width: 254px;
    height: 43px;
    border-radius: 11px;
}

   .seprators{ 
   width: 204px;
    height: 140px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 11px;
    margin-top: 4px;
    z-index: 100;
    border: 1px solid #e5e7eb;
    }

/*Media Queries*/
@media(min-width:769px) {

	/*For Desktop Only*/
	.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
		float: left;
		padding: 0 1%
	}
	.grid-layout {
		margin: 0%
	}
	.grid-12 {
		width: 100%;
		float: none;
	}
	.grid-11 {
		width: 91.66666666666666%
	}
	.grid-10 {
		width: 83.33333333333334%
	}
	.grid-9 {
		width: 75%
	}
	.grid-8 {
		width: 66.66666666666666%
	}
	.grid-7 {
		width: 58.333333333333336%
	}
	.grid-6 {
		width: 50%
	}
	.grid-5 {
		width: 41.66666666666667%
	}
	.grid-4 {
		width: 33.33333333333333%
	}
	.grid-3 {
		width: 25%
	}
	.grid-2 {
		width: 16.666666666666664%
	}
	.grid-1 {
		width: 8.333333333333332%
	}
}
@media(min-width:1920px) {
	.deviceimg img {
		width: 100%;
	}
	.managedevicesimg1 img {
		width: 85%;
	}
	.managedevicesimg img {
		width: 26%;
	}
	.mobilefeaturesbox .devicenote {
		margin-left: 0px;
	}
}
@media screen and (min-width:1300px) and (max-width:1440px) {
	.tablebox {
		padding-bottom: 0;
	}
	/*.mainbody {
	    position: absolute !important;
	    width: 100% !important;
	    top: 74px !important;
	}*/
	.main-menu .navigation li {
		margin-left: 0px;
	}
	.run-logs-script-table .heading-table {
		margin-top: 20px;
	}
}
@media screen and (min-width:1280px) and (max-width:1440px) {
	.loginbox {
		padding: 37px 0;
	}
	.topband .right-side-search {
		margin-top: 5px;
	}
}
@media(min-width:1601px) {
	.container {
		max-width: 1300px;
	}
}
@media screen and (min-width:1200px) and (max-width:1600px) {
	.container {
		max-width: 1300px;
	}
}
@media screen and (min-width:0) and (max-width:1300px) {


	/*overlay*/
	.overlay-box {
		width: 96%;
		min-width: 0
	}

	/*overlay end*/
	.header-lawer-content .logo {
		width: 160px;
	}
	.header-lower-logo .dsirLogo {
		margin-top: 25px;
		margin-left: 20px;
	}
	.main-menu .navigation li {
		margin-left: 10px;
	}
	.container {
		padding-left: 0;
		padding-right: 0
	}
	.tablebox {
		padding-bottom: 0;
	}
	.topband .right-side-search {
		margin-top: 5px;
	}
}
@media screen and (min-width:0) and (max-width:1024px) {

	/*For ipad and tab*/
}
@media(max-width:1024px) {
	.header-lawer-content{
		width: max-content;
	}
}
@media(min-width:980px) {
	.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
		color: #fdc70c;
		opacity: 1;
	}
	.main-menu .navigation li a:after {
		position: absolute;
		left: 0px;
		top: 45px;
		content: "";
		display: block;
		background: #fdc70c;
		width: 100%;
		height: 1px;
		transition: all 300ms ease;
		text-align: center;
		opacity: 0;
	}
	.main-menu .navigation > li:hover > a {
		color: #fdc70c
	}
	.main-menu .navigation > li > ul {
		position: absolute;
		text-align: left;
		left: 0px;
		top: 110%;
		width: 200px;
		background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0;
		z-index: 100;
		visibility: hidden;
		opacity: 0;
		display: block;
		padding: 10px 10px 10px;
	}
	.main-menu .navigation > li:hover > ul {
		top: 100%;
		opacity: 1;
		visibility: visible;
	}
	.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
		color: #fdc70c;
		opacity: 1;
	}
	.main-menu .navigation > li:hover > a {
		color: #fdc70c
	}
	.main-menu .navigation > li > ul {
		position: absolute;
		text-align: left;
		left: 0px;
		top: 110%;
		width: 250px;
		background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0;
		z-index: 100;
		-moz-box-shadow: -1px -2px 4px #e8e8e8;
		-webkit-box-shadow: -1px -2px 4px #e8e8e8;
		box-shadow: 0px -2px 5px #e8e8e8;
		display: none;
		padding: 0px;
	}
}
@media screen and (min-width:0) and (max-width:980px) {

	/*For small tabs*/

	/*form*/
	.form-row .form-field {
		margin: 0;
	}

	/*form end*/
	body, html {
		overflow-x: hidden
	}
	.mobile-nav-icon {
		display: block;
		padding-top: 25px
	}
	.menu-icon {
		display: block;
		position: relative;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 31px;
		height: 31px;
		font-size: 0;
		text-indent: -9999px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
	}
	.menu-icon:focus {
		outline: none;
	}
	.menu-icon span {
		display: block;
		position: absolute;
		top: 13px;
		left: 0px;
		right: 0px;
		height: 3px;
		background: #000;
		z-index: 99
	}
	.menu-icon span::before, .menu-icon span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #000;
		content: "";
	}
	.menu-icon span::before {
		top: -8px;
	}
	.menu-icon span::after {
		bottom: -8px;
	}
	.mobil-icon-toggle {
		background-color: transparent;
	}
	.mobil-icon-toggle span {
		-webkit-transition: background 0s 0.3s;
		transition: background 0s 0.3s;
	}
	.mobil-icon-toggle span::before, .mobil-icon-toggle span::after {
		-webkit-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0s;
		transition-delay: 0.3s, 0s;
	}
	.mobil-icon-toggle span::before {
		-webkit-transition-property: top, -webkit-transform;
		transition-property: top, transform;
	}
	.mobil-icon-toggle span::after {
		-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, transform;
	}

	/* active state, i.e. menu open */
	.mobil-icon-toggle.active {
		background-color: transparent;
	}
	.mobil-icon-toggle.active span {
		background: none;
	}
	.mobil-icon-toggle.active span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.mobil-icon-toggle.active span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.mobil-icon-toggle.active span::before, .mobil-icon-toggle.active span::after {
		-webkit-transition-delay: 0s, 0.3s;
		transition-delay: 0s, 0.3s;
		background: #e01f23 !important;
	}
	.menulinks ul li a::before {
		display: none !important
	}
	.mobileNav {
		position: fixed;
		right: -100%;
		top: 55px;
		height: calc(100% - 55px);
		background: #fff;
		width: 100%;
		overflow-y: scroll;
		transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		box-shadow: 0 5px 2px 2px rgba(0, 0, 0, 0.25)
	}

	/*tab Layout Css*/
	.tabNav {
		display: none
	}
	.tabResult {
		padding: 0px 0;
		border: none;
	}
	.tabResult .tabBx {
		display: block !important;
		border: 1px solid #ccc;
		margin-bottom: 25px;
	}
	.tabResult .tabBx .content {
		display: none;
		padding: 10px 3%;
	}
	.tabResult .tabBx .mobile-menu {
		display: block;
		font-size: 16px;
		color: #fff;
		display: none
	}
	.tabResult .tabBx .mobile-menu a {
		display: block;
		font-size: 35px;
		font-weight: 800;
		padding-left: 10px;
		padding-right: 10px;
		color: #ff7954;
	}
	.tabResult .tabBx .content {
		padding: 30px 10px 10px 25px;
		display: block
	}
	.tabResult .tabBx:last-child {
		margin-bottom: 0
	}
	.main-menu .navigation li {
		display: block;
		margin-left: 0
	}
	.main-menu .navigation {
		text-align: left
	}
	.main-menu .navigation li a {
		padding: 15px;
		padding-right: 40px;
		font-size: 13px;
	}
	.main-menu .navigation > li > a {
		border-bottom: rgba(0, 0, 0, 0.2) solid 1px
	}
	.header-lower-left {
		float: none !important;
		clear: both;
		position: fixed;
		right: 0;
		top: 70px;
		height: calc(100% - 70px);
		overflow-y: auto;
		background: #fff;
		width: 50%;
		right: -100%;
		box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
		margin-right: 0;
	}
	.header-lower-left.menubaropen {
		right: 0;
	}
	.header-lower-left {
		width: 80%;
		top: 74px;
		margin-top: 0 !important;
	}
	.main-menu .navigation li a i {
		display: none;
	}
	.mobileDropDown {
		color: #e01f23;
		right: 0px;
		font-size: 20px;
		top: 0px;
		cursor: pointer;
		display: block;
		padding: 11px;
		width: auto;
		border-left: 1px solid rgba(0, 0, 0, 0.2);
	}
	.main-menu .navigation > li > ul {
		display: none
	}
	.main-menu .navigation > li > ul.rightMenu.openSubMob {
		padding: 0;
		width: 100%;
		display: block;
	}
	.main-menu .navigation > li > ul > li > a {
		border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
		font-size: 13px;
		line-height: 16px;
		text-transform: uppercase;
		padding: 10px 10px 10px 30px !important;
		position: relative;
	}
	.main-menu .navigation > li > ul > li > a:before {
		content: '';
		display: block;
		border-top: 1px solid #e01f23;
		border-right: 1px solid #e01f23;
		height: 6px;
		width: 6px;
		transform: rotate(45deg);
		position: absolute;
		top: 14px;
		left: 15px;
	}
	.header-lawer-content .logo {
		padding: 10px 0
	}
	.header-lower-logo .dsirLogo {
		margin-top: 17px
	}
}
@media screen and (min-width:0) and (max-width:767px) {
	.md-pt0 {
		padding-top: 0px !important;
	}
	.md-pb0 {
		padding-bottom: 0px !important;
	}
	.md-pr0 {
		padding-right: 0px !important;
	}
	.md-pl0 {
		padding-left: 0px !important;
	}
	.md-mt0 {
		margin-top: 0px !important;
	}
	.md-mb0 {
		margin-bottom: 0px !important;
	}
	.md-mr0 {
		margin-right: 0px !important;
	}
	.md-ml0 {
		margin-left: 0px !important;
	}
}
.all-screenshot {
	background: #fff;
	text-align: center;
	padding-left: 12px;
	float: right !important;
	padding: 5px 12px !important;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	outline: none;
	color: #939393 !important;
	font-family: 'Poppins', "Font Awesome 5 Free", sans-serif;
	text-decoration: none !important;
}
.device-icon-button {
	background: #fff;
	text-align: center;
	float: right;
	padding: 1px 12px !important;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	outline: none;
	color: #939393 !important;
	font-family: 'Poppins', "Font Awesome 5 Free", sans-serif;
	text-decoration: none !important;
}
.icon-button {
	background: #fff;
	border: 1px solid #cecece;
	border-radius: 5px;
	text-align: center;
	margin-left: 6px;
	float: right;
	padding: 7px 10px !important;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	outline: none;
	color: #939393 !important;
	font-family: 'Poppins', "Font Awesome 5 Free", sans-serif;
	text-decoration: none !important;
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	font-size: 12px;
	filter: alpha(opacity=0);
	opacity: 0
}
.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}
.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}
.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}
.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.save-button-icon {
	position: relative;
}
.save-button-icon i {
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 13px;
	left: 76px;
	z-index: 5;
	right: 0;
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-backface-visibility: hidden;
    pointer-events: none;
}
.save-button-icon:hover i {
	color: #10728b;
}
.save-button-icon .btn {
	padding-left: 35px;
}
.close-button-icon {
	position: relative;
}
.close-button-icon .btn {
	padding-left: 35px;
}
.close-button-icon .fa-times {
	font-size: 25px;
	color: #10728b;
	position: absolute;
	top: 10px;
	left: 66px;
	z-index: 5;
	right: 0;
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-backface-visibility: hidden;
    pointer-events: none;
}
.date-button-icon i {
	font-size: 20px;
    color: #b6b5b5;
    position: absolute;
    top: 38px;
    left: 15px;
    z-index: 5;
    right: 0;
    text-align: center;
    width: 20px;
    height: 20px;
}
.pad-l-50 {
	padding-left: 40px !important;
}
.close-button-icon .btn-secondary, .save-button-icon .btn-primary {
	border-radius: 10px;
}
.preview-script-btn {
	position: relative;
}
.preview-script-btn svg {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    right: 0;
    text-align: center;
    fill: #10728b;
    height: 20px;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
}
.preview-script-btn input {
    padding-left: 28px !important;
}
.close-button-icon:hover .btn-secondary {
	background: #10728b;
	color: #fff;
	border-color: #10728b;
}
.close-button-icon:hover .fa-times {
	color: #fff;
}
.close-button-icon .fa-times .btn {
	padding-left: 35px;
}
.spad-l-35 .btn {
	padding-left: 45px;
}
.spad-l-35 i {
	left: 65px;
}
.cpad-l-35 .btn {
	padding-left: 45px;
}
.cpad-l-35 i {
	left: 56px !important;
}
.apad-l-35 .btn {
	padding-left: 35px;
}
.apad-l-35 i {
	left: 66px !important;
}
.mar-bot-15{
	margin-bottom: 15px;
}
.apad-plus-l-35 i {
	left: 20px !important;
}
.mar-t {
	margin-top: 20px;
}
.preview-script-btn:hover svg{
    fill: #fff;
}
.preview-script-btn:hover input{
    background: #10728b;
    color: #fff;
    border-color: #10728b;
}
.capabilities-report-main-table {
	border-radius: 18px 18px 18px 18px;
}
.capabilities-report-table .appium-log{
    border-radius: 6px;
    font-size: 100%;
    padding: 10px 0px;
    height: auto;
    background: transparent;
}
.capabilities-report-table .appium-log:hover{
    background: #34a853;
    color: #fff;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
	text-transform: capitalize;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.accordion {
	background-color: lightblue;
	color: #444;
	cursor: pointer;
	padding: 8px;
	width: 100%;
	border-bottom: 1px solid white;
	text-align: left;
	outline: none;
	transition: all 0.5s;
}
.accordion:hover, .accordion .active {
	background-color: #ccc;
}
.accordion > .fa-angle-down, .accordion > .fa-angle-up {
	float: right;
}
.panel {
	background-color: white;
	max-height: 0;
	transition: max-height 0.5s;
	overflow: hidden;
}
.panel  ul li {
	background: #fefefe;
	padding: 6px;
}
.panel  ul li:nth-child(odd) {
	background: #e1dfdf;
	padding: 6px;
}

/* width */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #10728b;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #10728b;
}
.switch {
	position: relative;
	vertical-align: top;
	width: 135px;
	height: 26px;
	padding: 3px;
	margin: 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	box-sizing: content-box;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing: content-box;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	box-sizing: content-box;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	box-sizing: content-box;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #E1B42B;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 25px;
	height: 25px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 112px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.ok-button {
	float: none;
	font-size: 15px;
	border-radius: 6px;
	font-weight: 500;
	text-align: center;
}
.ok-button i {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	color: #10728b;
}
.ok-button input {
	padding: 10px 20px;
	border: 1px solid #10728b;
	cursor: pointer;
}
.ok-button input:hover {
	background: #10728b;
	border-color: #10728b;
	color: #fff;
}
.ok-button input:hover i {
	color: #fff;
}
.selectdevicebox .ok-button {
	position: sticky;
    bottom: 0;
}
#device-list .ok-button {
    position: sticky;
    bottom: 0;
}
#device-list .next-prev-arrow {
    padding-bottom: 0px !important;
}
#show-device .next-prev-arrow {
    padding-bottom: 0px !important;
}
.right-side-name-menu {
	margin-right: 0;
}
.right-side-name-menu .main-menu .navigation li a span.username {
	font-size: 13px;
	width: 145px;
}
.right-side-name-menu .main-menu .navigation li a span.username p{
	margin: 0;
}
.right-side-name-menu .main-menu .navigation li a span.username p i{
	margin: 0;
}
.right-side-name-menu .main-menu .navigation li a span.username p span{
	position: absolute;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    width: auto;
    font-size: 11px;
    padding: 3px 10px;
    background: #fff;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
    color: #10728b;
    border-radius: 4px;
    right: 0;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 30%);
    transition: all .1s ease-in;
    z-index: 999;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.right-side-name-menu .main-menu .navigation li a span.username p:hover .tooltip-text {
    bottom: -30px;
    opacity: 1;
    pointer-events: all;
    right: 140px;
}
.right-side-name-menu .main-menu .navigation li a span.username b {
	font-size: 14px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 55px;
    float: left;
}
.right-side-name-menu .main-menu .navigation li a span.username u {
	font-size: 14px;
    font-weight: bold;
    margin-top: 6px;
    display: inline-block;
}
.right-side-name-menu .main-menu .navigation li.time-remaining {
    margin-left: 10px;
    /*position: fixed;
    right: 0;*/
}

.right-side-name-menu .main-menu .navigation li.time-remaining a {
	background: #ffcc00;
	padding: 3px 15px;
	font-size: 11px;
	line-height: 16px;
	font-weight: 500;
	border-radius: 6px;
	text-decoration: none !important;
	color: #525252;
	border: 1px solid transparent;
	transition: 0.25s all linear;
}
.right-side-name-menu .main-menu .navigation li.time-remaining a:hover {
	background: #10728b;
	border-color: #10728b;
	color: #fff;
	transition: 0.25s all linear;
}
.devices-details .list-of-device {
	margin: 0;
	padding: 0 10px;
}
.devices-details .list-of-device .slick-track {
	/*padding-left: 14px !important;*/
}
.devices-details .list-of-device .col-lg-4 {
	padding: 0 8px;
}
.devices-details .list-of-device .listing {
	padding: 0 5px;
	display: flex;
	vertical-align: top;
	padding: 7px;
	border-radius: 15px;
	margin: 10px 4px 0;
	position: relative;
	border: 1px solid #ddd;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 28px;
}
.div-wid-main {
	display: flex;
}
.div-wid-50 {
	width: 48%;
	margin: 0 auto;
}
.devices-details .list-of-device .slick-arrow {
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	z-index: 5;
	position: absolute;
	top: -16px;
	right: 80px;
}
.devices-details .list-of-device .slick-arrow:before {
	width: 30px;
	height: 30px;
	border: 1px solid #10728b;
	border-radius: 50%;
	font-size: 20px;
	color: #10728b;
	display: inline-block;
	padding: 3px 2px;
}
.devices-details .list-of-device .slick-arrow:hover {
	background: #10728b;
}
.devices-details .list-of-device .slick-arrow:hover:before {
	color: #fff;
	border-color: #10728b;
}
.replicator-slider .list-of-device button.slick-prev {
	top: -26px;
	right: 120px
}
.replicator-slider .list-of-device button.slick-next {
	right: 90px;
	top: -26px;
}
.devices-details .list-of-device .slick-arrow.slick-prev {
	left: auto;
	right: 130px;
}
.slick-track {
	/*padding-left: 14px;*/
}
.slick-slide .device-img img {
	height: 76px;
}

/*.devices-details .list-of-device .slick-arrow.slick-prev {
top: 41%;
left: 0;
}*/
.devices-details .list-of-device .slick-arrow.slick-prev:before {
	content: ' \276E';
}

/*.devices-details .list-of-device .slick-arrow.slick-next {
right: 0;
top: 41%;
}*/
.devices-details .list-of-device .slick-arrow.slick-next:before {
	content: ' \276F';
}
.devices-details .list-of-device .listing.selecting-device {
	border: 1px solid #34a853;
}
.devices-details .list-of-device .listing.selecting-device .device-content h3 {
	color: #34a853;
}
.devices-details .list-of-device .listing .close-btn {
	position: absolute;
	top: -9px;
	right: -1px;
}
.devices-details .list-of-device .listing.selecting-device .control-group {
	border-color: #34a853;
}
.devices-details .list-of-device .listing .close-btn a {
	width: 19px;
	height: 19px;
	position: relative;
	border-radius: 100%;
	color: #fff;
	background: #9b9b9b;
	display: block;
}
.devices-details .list-of-device .listing .close-btn a svg {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	margin: auto;
}
.devices-details .list-of-device .listing .close-btn a.tooltip-list .tooltip-text {
	color: #646464;
}
.devices-details .list-of-device .listing .device-img {
	width: 27%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.devices-details .list-of-device .listing .device-img span.available {
	padding: 3px;
	background: #34a853;
	border-radius: 6px;
	font-size: 9px;
	color: #fff;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 7px;
	left: -7px;
	z-index: 9;
	text-transform: capitalize;
	font-weight: 500;
}
.devices-details .list-of-device .listing .device-content {
	width: 68%;
	padding-left: 2px;
	display: inline-block;
	vertical-align: top;
}
.devices-details .list-of-device .listing .device-content h3 {
	font-size: 13px;
	font-weight: 500;
	color: #404347;
	text-align: left;
	margin-bottom: 5px;
	text-transform: uppercase;
	min-height: 43px;
}
.devices-details .list-of-device .listing .device-content h3 .device-count {
	width: 21px;
	height: 21px;
	display: inline-block;
	text-align: center;
	background: #34a853;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
	margin-right: 5px;
	vertical-align: middle;
	padding: 1px;
	position: absolute;
	top: 4px;
	left: 6px;
}
.devices-details .list-of-device .listing .device-content h3.trim {
	width: 118px;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.devices-details .list-of-device .listing .device-content .tooltip-list {
	margin-right: 4px;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
}
.devices-details .list-of-device .listing .device-content .log-btn {
	padding: 3px 7px;
	color: #007bff;
	font-size: 11px;
	font-weight: 500;
	border: 1px solid #007bff;
	border-radius: 6px;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	transition: 0.25s all linear;
}
.devices-details .list-of-device .listing .device-content .log-btn:hover {
	background: #007bff;
	color: #fff;
	transition: 0.25s all linear;
}
.devices-details .list-of-device .listing .device-content .ban-btn {
	padding: 3px 7px;
	color: #9b9b9b;
	font-size: 11px;
	font-weight: 500;
	border: 1px solid #9b9b9b;
	border-radius: 6px;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	transition: 0.25s all linear;
}
.devices-details .list-of-device .listing .device-content .ban-btn:hover {
	background: #9b9b9b;
	color: #fff;
	transition: 0.25s all linear;
}
.scriptTablebox tr th {
	position: sticky;
	top: 0;
}
.scriptTablebox tr td .tooltip-list, .scriptTablebox tr td a.edit-btn, .scriptTablebox tr td a.trash-btn, .scriptTablebox tr td a.download-btn {
	width: 24px;
	height: 24px;
	padding: 0 !important;
}
.scriptTablebox tr td .updated-date {
	display: block;
	font-size: 10px;
	margin-top: 5px;
	color: #222;
}
.scriptTablebox tr td .updated-date b {
	display: inline-block;
	vertical-align: middle;
}
.scriptTablebox tr td.action-button-list .tooltip-list:hover .tooltip-text {
	bottom: 10px;
}
.scriptTablebox tr:nth-child(2) td.action-button-list .tooltip-list:hover .tooltip-text {
	bottom: -20px;
}
.scriptTablebox tr td:nth-child(4) .common-drop-down .dropdown-menu {
	top: auto;
	bottom: 100%;
}
.scriptTablebox tr:nth-child(2) td:nth-child(4) .common-drop-down .dropdown-menu {
	top: 100%;
	bottom: auto;
	margin-top: 0px;
}
.sl-overlay {
	background-color: #000 !important;
	filter: alpha(Opacity=80) !important;
	opacity: .8 !important;
}
.sl-wrapper .sl-navigation button {
	color: #fff !important;
}
.sl-wrapper .sl-counter {
	color: #fff !important;
	background: #10728b;
	padding: 4px 12px;
	border-radius: 10px;
	letter-spacing: 2px;
}
.lb-data .lb-close {
	position: absolute;
	top: -30px;
	right: 20px;
}
.lb-nav a.lb-next {
	position: fixed;
}
.lb-nav a.lb-prev {
	position: fixed;
}
.lb-data .lb-details {
	width: 100% !important;
}
.lb-data .lb-number {
	font-size: 14px !important;
	color: #fff !important;
	text-align: center;
	padding-top: 7px;
	text-transform: uppercase;
}
#script-device-tbody p {
	text-align: center;
	margin: 20px 0;
}
.sl-wrapper .sl-close {
	color: #fff !important;
}
.common-drop-down .btn-primary {
	padding: 0;
	background: transparent;
	border: 0;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: 500;
}
.common-drop-down .btn-primary svg {
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
}
/*.common-drop-down .dropdown-menu {
	display: block;
	padding: 0;
	display: none;
	border-radius: 8px;
}
.common-drop-down .dropdown-menu li {
	display: block;
	width: 100%;
	text-align: left;
	height: auto !important;
	border: 0;
	text-transform: capitalize;
	padding: 0;
	border-radius: 0;
	border-bottom: 1px solid #f3f3f3;
}
.common-drop-down .dropdown-menu li:last-child {
	border: 0;
}
.common-drop-down .dropdown-menu li a {
	padding: 7px 10px;
	display: block;
	text-align: left;
	transition: 0.25s all linear;
	font-weight: 500;
	font-size: 13px;
	color: #939393 !important;
	text-decoration: none !important;
	border-radius: 0;
}
.common-drop-down .dropdown-menu li a i {
	margin-right: 5px;
}
.common-drop-down .dropdown-menu li:hover a {
	background: #10728b;
	color: #fff !important;
	text-decoration: none !important;
}
.common-drop-down .dropdown-menu li:first-child a, .common-drop-down .dropdown-menu li:first-child {
	border-radius: 8px 8px 0 0;
}
.common-drop-down .dropdown-menu li:last-child a, .common-drop-down .dropdown-menu li:last-child {
	border-radius: 0 0 8px 8px;
}
.common-drop-down:hover .dropdown-menu {
	display: block;
}*/
.common-drop-down .dropdown-menu {
	display: block;
	padding: 0;
	display: none;
	border-radius: 8px;
}
.common-drop-down .dropdown-menu li {
	display: block;
	width: 100%;
	text-align: left;
	height: auto !important;
	border: 0;
	text-transform: capitalize;
	padding: 0;
	border-radius: 0;
	border-bottom: 1px solid #f3f3f3;
}
.common-drop-down .dropdown-menu li:last-child {
	border: 0;
}
.common-drop-down .dropdown-menu li a {
	padding: 7px 10px;
	display: block;
	text-align: left;
	transition: 0.25s all linear;
	font-weight: 500;
	font-size: 13px;
	color: #939393 !important;
	text-decoration: none !important;
	border-radius: 0;
}
.common-drop-down .dropdown-menu li a i {
	margin-right: 5px;
}
.common-drop-down .dropdown-menu li:hover a {
	background: #10728b;
	color: #fff !important;
	text-decoration: none !important;
}
.common-drop-down .dropdown-menu li:first-child a, .common-drop-down .dropdown-menu li:first-child {
	border-radius: 8px 8px 0 0;
}
.common-drop-down .dropdown-menu li:last-child a, .common-drop-down .dropdown-menu li:last-child {
	border-radius: 0 0 8px 8px;
}
.common-drop-down:hover .dropdown-menu {
	display: block;
}
.common-drop-down .view-log-dropdown{
	min-width: 110px;
    left: 44px;
    top: -14px !important;
    padding: 4px 10px;
    height: 40px;
}
.common-drop-down .view-log-dropdown li {
	width: auto;
    float: none;
    display: inline-block;
    border: none !important;
}
.common-drop-down .view-log-dropdown li:first-child {
	margin-left: 4px;
}
.common-drop-down .view-log-dropdown li a{
	border-radius: 6px !important;
    display: inline-block;
    margin: 3px 0;
}
.common-drop-down .view-log-dropdown li a.gray-icon-btn:hover {
    background-color: #9b9b9b !important;
}
.common-drop-down .view-log-dropdown li a i {
     margin-right: 0px;
}
.mar-b-0 h1{
	margin-bottom: -15px;
}
.sweet-alert.scheduled-maintenance {
	width: 793px;
	border-radius: 10px;
	font-family: 'Poppins', sans-serif;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto !important;
	padding: 17px !important;
	background-color: #fff !important;
}
.sweet-alert.scheduled-maintenance .sa-icon.sa-custom {
	display: inline-block !important;
	vertical-align: top;
	width: 226px;
	height: 216px;
}
.sweet-alert.scheduled-maintenance .sa-icon.sa-custom:before {
	content: " ";
	background: url("../images/setting.jpg") no-repeat;
	width: 226px;
	height: 216px;
	display: block;
	font-family: 'Poppins', sans-serif;
	position: relative;
	top: 10px;
	left: 0;
}
.sweet-alert.scheduled-maintenance h2 {
	width: 69%;
    display: inline-block;
    vertical-align: top;
    font-size: 26px !important;
    color: #575757 !important;
    font-weight: 700;
    text-transform: capitalize;
    text-align: left;
    padding-left: 27px !important;
    font-family: 'Poppins', sans-serif;
    margin: 0px 0 !important;
}
.sweet-alert.scheduled-maintenance p {
	width: 65%;
    display: inline-block !important;
    vertical-align: top;
    text-align: left !important;
    font-size: 18px !important;
    color: #575757 !important;
    line-height: 25px !important;
    font-weight: 500 !important;
    position: absolute;
    top: 90px;
    right: 0;
    padding-left: 0 !important;
    padding-right: 70px !important;
    font-family: 'Poppins', sans-serif;
}
.sweet-alert.scheduled-maintenance .sa-error-container p {
	position: static;
}
.sweet-alert.scheduled-maintenance p span {
	color: #000 !important;
	font-weight: 700 !important;
}
.sweet-alert.scheduled-maintenance .sa-confirm-button-container .confirm, .sweet-alert.scheduled-maintenance .sa-button-container .cancel {
	border: 3px solid #f36e43;
	border-radius: 10px;
	background-color: #fff !important;
	font-size: 18px;
	color: #f26f43;
	text-transform: capitalize;
	font-weight: 600;
	transition: 0.25s all linear;
	margin-top: 0;
}
.sweet-alert.scheduled-maintenance .sa-confirm-button-container .confirm:hover, .sweet-alert.scheduled-maintenance .sa-button-container .cancel:hover {
	background-color: #f26f43 !important;
	color: #fff !important;
	border-color: #f26f43;
	transition: 0.25s all linear;
}
.eqlh {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.managetestlist .auto-scroll {
	max-height: 215px;
    height: auto;
	/*height: 215px;*/
	margin-right: 10px;
	z-index: 1;
	position: relative;
}
#script-device-log-list .overlayCntr {
	position: relative;
}
#script-device-log-list .overlayCntr:before {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 99;
	border-radius: 0 0 20px 20px;
	background: #fff;
}
.top-menu-mobile-device {
	margin: 10px;
}
.top-menu-mobile-device .col-md-1, .top-menu-mobile-device .col-md-10, .top-menu-mobile-device .col-md-1 {
	background: #fff;
}
.top-menu-mobile-device .managetestlist ul li {
	background: #fff;
	border: 0;
	margin-bottom: 0 !important;
}
.top-menu-mobile-device .managetestlist ul li .tablebox table {
	box-shadow: none;
	border: 0;
}
.top-menu-mobile-device .managetestlist ul li .tablebox table tr th {
	background: #fff;
	border: 0;
}
.top-menu-mobile-device .managetestlist ul li .edit-delite-option {
	padding: 0;
}
.top-menu-mobile-device .managetestlist ul li .edit-delite-option span strong {
	color: #10728b;
	font-weight: 500;
	margin-top: 7px;
}
.top-menu-mobile-device .managetestlist ul li .edit-delite-option span strong label {
	font-weight: 500;
}
.top-menu-mobile-device .managetestlist ul li .edit-delite-option .edit-btn {
	width: 27px;
	height: 27px;
	border-radius: 6px;
	color: #007bff;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #007bff;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 6px;
	box-shadow: none;
}
.top-menu-mobile-device .managetestlist ul li .edit-delite-option .edit-btn:hover {
	background: #007bff;
	color: #fff;
	border-color: #007bff;
}
.top-menu-mobile-device .managetestlist ul li .edit-delite-option .common-btn {
	text-transform: uppercase;
	font-weight: 600;
	padding: 6px 18px;
	line-height: normal;
	color: #9b9b9b;
	text-decoration: none !important;
	transition: 0.25s all linear;
	border-radius: 15px;
	box-shadow: none;
	background: #fff !important;
	border-radius: 10px;
	border: 2px solid #9b9b9b;
	transition: 0.25s all linear;
	box-shadow: none !important;
}
.top-menu-mobile-device .managetestlist ul li .edit-delite-option .common-btn:hover {
	border-color: #10728b;
	background: #10728b !important;
	color: #fff;
	transition: 0.25s all linear;
}
.top-menu-mobile-device .managetestlist ul li .edit-delite-option .common-btn i {
	margin-left: 5px;
}
.top-menu-mobile-device .application-mode {
	font-weight: 500;
}
.top-menu-mobile-device .recording-back {
	border-radius: 10px;
	background: #fff;
	border-color: #007bff;
	color: #007bff;
	transition: 0.25s all linear;
	outline: none;
	height: auto;
}
.top-menu-mobile-device .recording-back i {
	margin-right: 6px;
}
.top-menu-mobile-device .recording-back:hover {
	background: #007bff;
	border-color: #007bff;
	color: #fff;
	transition: 0.25s all linear;
}
.top-menu-mobile-device .margin-controller {
	vertical-align: middle;
}
.devices-list-recoding-play .controlbox {
	background: transparent;
}
.currentScene.edit-btn.tooltip-list {
	vertical-align: middle;
}
.devices-list-recoding-play .controlbox label {
	color: #222;
	font-weight: 600;
	margin-right: 10px;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 0px;
	width: 135px;
	margin: 0 auto 10px;
	display: block;
}
.devices-list-recoding-play .controlbox label input {
	display: inline-block;
	vertical-align: text-top;
	accent-color: rgb(84 163 84);
	width: 15px;
	height: 15px;
	margin-top: 3px;
}
.devices-list-recoding-play .controlcntrbox .buttonbottom .tooltip-list .tooltip-text {
	bottom: 25px;
}
.devices-list-recoding-play .controlbox span.fr {
	float: none !important;
	color: #10728b;
	font-weight: 700;
	text-transform: uppercase;
}
.devices-list-recoding-play .controlbox .buttonbottom {
	background: #fff;
}
.devices-list-recoding-play .controlcntrbox {
	background: #fff;
	/*margin-top: 13px;*/
}
.device-adjustment-popup .slidecontainer p {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 0;
}
.device-adjustment-popup .slidecontainer .slider {
	height: 8px;
}
.change-scene-popup.change-recoding-popup .selectdevicebox {
	padding: 10px !important;
}
.change-scene-popup.change-recoding-popup .selectdevicebox .sceneBtn {
	padding: 8px 10px !important;
	font-size: 14px !important;
	display: block !important;
	width: 100px;
	text-align: center;
	margin: auto;
	background-color: #fff !important;
	border: 1px solid #10728b;
	color: #10728b;
	transition: 0.25s all linear;
}
.change-scene-popup.change-recoding-popup .selectdevicebox .sceneBtn:hover {
	background-color: #10728b !important;
	color: #fff;
	border-color: #10728b;
	transition: 0.25s all linear;
}
.change-scene-popup.change-recoding-popup .overlay-box .closeButton {
	top: 14px;
	right: 14px;
}

/********************/
.footer-container {
	width: 99%;
	max-width: 100%;
	margin: 0 auto;
}
.footer-show-hide {
	position: fixed;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    background: #ccc;
    width: 64px;
    height: 58px;
    vertical-align: middle;
    cursor: pointer;
    display: block !important;
    z-index: 2;
}
.footer-show-hide a{
	position: relative;
}
.footer-show-hide:hover b {
	opacity: 1;
}
.footer-show-hide b {
	position: absolute;
    bottom: 30px;
    pointer-events: none;
    opacity: 0;
    width: auto;
    font-size: 11px;
    padding: 7px 15px;
    background: #fff;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
    color: #10728b;
    border-radius: 4px;
    right: 0px;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 30%);
    transition: all .1s ease-in;
    z-index: 999;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.active-script-os b {
	right: 90px !important;
}
.footer-show-hide-bg-color {
	background: #10728b;
	color: #fff;
}
.footer-show-hide a {
	font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s;
    transform: translate(-50%, -70%);
    width: 22px;
    height: 25px;
}
.footer-show-hide i {
	/*position: absolute;
	top: 18px;
	left: 25px;
	transition: .3s;*/
}

.session-lock-btn {
	margin-top: -29px;
}
.rotate {
	transform: rotate(-180deg);
	transition: .3s;
}
.devices-list-recoding-play-new .controlbox label {
	border: none;
    margin: 0 0 5px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.devices-list-recoding-play-new .controlbox span.fr {
	font-size: 14px;
	color: #000;
	margin: 0px 0;
	display: block;
}
.mob-controler {
	display: inline-block;
	vertical-align: middle;
}
.controlcntrbox label {
	width: 100px;
	vertical-align: top;
}
.controlcntrbox .mob-controler {
	width: 100%;
    vertical-align: top;
}
.controlcntrbox .mob-controler a {
	margin-bottom: 6px;
}
.player-mode-sel-mob .play-mod-add-mob {
	float: left;
	vertical-align: bottom;
	width: 730px;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	padding-bottom: 5px;
	scrollbar-width: thin;
}
.player-mode-sel-mob .play-mod-add-mob li {
	color: #10728b;
	text-transform: uppercase;
	margin-right: 20px;
	display: inline-block;
	font-weight: 600;
}
.player-mode-sel-mob .play-mod-add-mob li span {
	margin-left: 5px;
}
.player-mode-sel-mob .play-mod-add-mob li b {
	display: table;
	background: #10728b;
	color: #fff;
	padding: 1px 9px;
	width: auto;
	border-radius: 20px;
	font-weight: 600;
	font-size: 12px;
	margin-left: 6px;
}
.footer-btn-align ul li {
	margin-right: 0;
}

/*.play-mod-add-mob {
  -ms-overflow-style: none;  for Internet Explorer, Edge 
  scrollbar-height: none; 
  overflow-y: scroll; 
}*/
.play-mod-add-mob::-webkit-scrollbar {
	height: 5px;
	cursor: pointer;
}
.play-mod-add-mob::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.play-mod-add-mob::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #10728b; 
}
.player-mode-sel-mob p {
	background: #dedede;
	text-align: center;
	float: left;
	margin: 0 0px;
	padding: 8px 5px;
	transform: rotate(270deg);
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
}
.bottom-menu-fix {
	background-color: #f0f0f0;
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding: 6px 0 0px;
	margin: 10px 0 0;
	left: 0;
	z-index: 2;
}
.devices-list-recoding-play::-webkit-scrollbar {
    height: 7px;
}
 
.devices-list-recoding-play::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.devices-list-recoding-play::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #10728b; 
}
.bottom-menu-fix .col-md-1 {
	background: transparent;
}
.bottom-menu-fix .col-md-10 {
	background: transparent;
}
.bottom-menu-fix .managetestlist ul li {
	background: transparent;
}
.bottom-menu-fix .tablebox table {
	background: transparent;
}
.bottom-menu-fix .managetestlist ul li .tablebox table tr th {
	background: transparent;
}
.scene-border {
	border: 1px solid #000;
	border-radius: 10px;
	padding: 6px 9px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 6px;
	text-transform: uppercase;
}
.scene-border .tooltip-list {
	position: relative;
	margin-left: 10px;
}
.scene-border .tooltip-list:hover .tooltip-text {
	bottom: 40px;
	opacity: 1;
	pointer-events: all;
}
.mode-record-text {
	color: #f7412d;
	font-weight: 500;
	text-transform: uppercase;
}
.mode-record-text strong {
	font-weight: 400;
}
.save-back-btn {
	background-color: #00a7f7 !important;
	color: #fff !important;
	border-color: #00a7f7 !important;
	width: auto;
	/*float: left;*/
	padding: 14px 22px !important;
	margin-top: 4px;
}
.full-screen-btn {
	float: left;	
	margin-top: 4px !important;
	margin-left: 10px !important;
	position: absolute !important;
    right: 65px;
}
.alexa-running-device-text {
	text-align: center;
    font-weight: 700;
    vertical-align: middle;
    padding: 12px 0;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.alexa-backsave-btn {
	margin-top: 0px;
}
.footer-tooltip {
	margin: 0 5px;
	vertical-align: middle;
	cursor: pointer;
}
.pattern-icon-btn {
	width: 40px;
	height: 40px;
	font-size: 22px;
	border-radius: 6px;
	background: #009788;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #009788;
}

.install-icon {
	width: 40px;
	height: 40px;
	font-size: 22px;
	border-radius: 6px;
	background: #009788;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #009788;
}

.execution-btn-area .install-icon {
	width: 28px;
	height: 28px;
	font-size: 16px;
}
.execution-btn-area .pattern-icon-btn {
	width: 28px;
	height: 28px;
	font-size: 16px;
}
.execution-btn-area .margin-icon-btn {
	width: 28px;
	height: 28px;
	font-size: 16px;
}
.execution-btn-area .save-icon-btn {
	width: 24px;
	height: 24px;
	font-size: 14px;
}
.pattern-icon-btn b {
	color: #009788 !important;
}
.install-icon b {
	color: #009788 !important;
}
.pause-icon-btn {
	width: 40px;
	height: 40px;
	font-size: 22px;
	border-radius: 6px;
	background: #ffc200;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #ffc200;
}
.pause-icon-btn b {
	color: #ffc200 !important;
}
.save-icon-btn {
	width: 40px;
	height: 40px;
	font-size: 22px;
	border-radius: 6px;
	background: #47b04b;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #47b04b;
}
.save-icon-btn b {
	color: #47b04b !important;
}
.add-delay-icon-btn {
	width: 40px;
	height: 40px;
	font-size: 22px;
	border-radius: 6px;
	background: #ff5607;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #ff5607;
}
.add-delay-icon-btn b {
	color: #ff5607 !important;
}
.rollback-icon-btn {
	width: 40px;
	height: 40px;
	font-size: 22px;
	border-radius: 6px;
	background: #3e4eb8;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #3e4eb8;
}
.rollback-icon-btn b {
	color: #3e4eb8 !important;
}
.excel-icon-btn {
	width: 40px;
	height: 40px;
	font-size: 22px;
	border-radius: 6px;
	background: #1d6f42;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #1d6f42;
}
.excel-icon-btn b {
	color: #1d6f42 !important;
}
.margin-icon-btn {
	width: 40px;
	height: 40px;
	font-size: 22px;
	border-radius: 6px;
	background: #10728b;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #10728b;
}
.footer-tooltip i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	margin: auto;
	transform: translateY(-50%)
}
.margin-icon-btn svg {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	width: 40px;
	height: 40px;
	color: #fff;
	margin: auto;
	transform: translateY(-50%)
}
.margin-icon-btn:hover svg {
	color: #10728b;
}
.margin-icon-btn b {
	color: #10728b !important;
}
.footer-tooltip:hover .tooltip-text {
	bottom: 44px;
	opacity: 1;
	pointer-events: all;
}
.footer-tooltip:hover {
	background: #fff;
}
.pattern-icon-btn:hover i {
	color: #009788;
}
.install-icon:hover i {
	color: #009788;
}
.pause-icon-btn:hover i {
	color: #ffc200;
}
.excel-icon-btn:hover i {
	color: #1d6f42;
}
.save-icon-btn:hover i {
	color: #47b04b;
}
.add-delay-icon-btn:hover i {
	color: #ff5607;
}
.rollback-icon-btn:hover i {
	color: #3e4eb8;
}
.margin-icon-btn:hover i {
	color: #10728b;
}
.save-back-btn:hover {
	background: #fff !important;
	color: #00a7f7 !important;
}
.full-screen-btn {
	width: 40px;
	height: 40px;
	font-size: 22px;
	border-radius: 6px;
	background: #fff;
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	border: 1px solid #000;
}
.full-screen-btn i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #000;
    margin: auto;
    transform: translateY(-50%);
}
.full-screen-btn b {
	color: #000 !important;
}
.full-screen-btn:hover {
	background: #000;
}
.full-screen-btn:hover i {
    color: #fff;
}
/******************************/

/* Switch Left Right*/
@media  screen and (max-width:1920px) {
	.bottom-menu-fix {
		bottom: 8px;
	}
	.footer-show-hide {
		bottom: 8px;
	}
}
/* Switch Left Right*/
@media  screen and (max-width:1366px) {
	.mainbody {
	    min-height: 67vh;
	}
	/*.right-side-name-menu .main-menu .navigation li.dropdown {
	    margin-right: 70px;
	}*/
}
@media  screen and (max-width:1280px) {
	/*.right-side-name-menu .main-menu .navigation li.dropdown {
	    margin-right: 100px;
	}*/
}
@media screen and (min-width:0) and (max-width:1023px) {
	.loginbox {
		padding: 50px 0;
	}
	.logincntrbox {
		width: 90%;
		padding: 15px;
	}
	.logincntrbox img {
		width: 72%;
	}
	.logincntrbox h1 {
		font-size: 20px;
	}
	.logincntrbox p {
		font-size: 14px;
	}
	.login-cntr .submitformbtn {
		margin-top: 10px;
	}
	.footerContnt p {
		padding: 0 10px;
	}
}
.reverse {
    top:auto;
    bottom:100%;
}

/*********************************/
	.devices-details .list-of-device .listing .device-content h3 p {
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    width: 106px;
	    margin-bottom: 0;
	    font-size: 13px;
	    line-height: 18px;
	}
	.devices-details .list-of-device .listing .device-content h3 i {
	    position: absolute;
	    top: 0;
	    pointer-events: none;
	    opacity: 0;
	    width: 108px;
	    font-size: 11px;
	    padding: 3px 10px;
	    background: #fff;
	    font-weight: 500;
	    color: #10728b;
	    border-radius: 4px;
	    right: 0;
	    box-shadow: 0 0 9px 0 rgb(0 0 0 / 30%);
	    transition: all .1s ease-in;
	    z-index: 999;
	    text-transform: uppercase;
	    font-family: 'Poppins', sans-serif;
	}
	.devices-details .list-of-device .listing .device-content h3 p:hover + .tooltip-text {
	    top: 0px;
	    opacity: 1;
	    pointer-events: all;
	    right: 0;
	}
/*********************************/



/*********************************/

.login-help {
		width: 66px;
	    height: 27px;
	    border-radius: 6px;
	    color: #fff;
	    text-decoration: none !important;
	    display: flex;
	    position: absolute;
	    border: 1px solid #007bff;
	    top: 20px;
	    right: 15px;
	    cursor: pointer;
	}
	.login-help:hover {
	    background: #fff;
	    color: #007bff;
	    border: 1px solid #007bff;
	}
	.login-help > svg {
		position: absolute;
	    top: 50%;
	    right: 0;
	    transform: translateY(-50%);
	    width: 26px;
	    height: 26px;
	    background: #007bff;
	    fill: #fff;
	    border-radius: 0 4px 4px 0;
	}
	.login-help h3 {
		position: absolute;
	    font-size: 12px;
	    color: #007bff;
	    padding: 4px 6px;
	    font-weight: 600;
	    text-transform: uppercase;
	}
	.login-help .video-gallery {
		display: none;
	}
	.login-help:hover .video-gallery{
	    display: block;
	    position: absolute;
	    top: 0px;
	    left: 65px;
	    border-radius: 6px;
	    border: 1px solid #ccc;
	    overflow: hidden;
	    width: auto;
	    white-space: nowrap;
	}
	.login-help .video-gallery .gallery-item {
		background: #fff;
	    padding: 2px 10px;
	    color: #10728b;
	    cursor: pointer;
	    display: block;
	    position: relative;
	    border-bottom: 1px solid #f1f1f7;
	}
	.login-help .video-gallery .gallery-item:hover {
		background: #10728b;
	    color: #fff;
	}
	.login-help .gallery-item h2 {
		font-size: 14px;
		font-weight: 400;
	}
	.login-help .gallery-item h2 svg{
		width: 16px;
	    position: unset;
	    top: unset;
	    transform: unset;
	    height: unset;
	    padding: 6px 0;
	    vertical-align: bottom;
	    margin-right: 5px;
	}
	.login-help .gallery-item-caption > a {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
	.mfp-title {
	    position: absolute;
	    top: -40px;
	    font-weight: 600;
	    font-size: 22px;
	    color: #82dff6 !important;
	    border-bottom: 2px solid #82dff6;
	    padding: 0 0 4px !important;
	}
	.login-help .view-all-video-btn h2 {
		font-size: 14px;
		font-weight: 400;
	}
	.login-help .view-all-video-btn h2 svg{
		width: 16px;
	    position: unset;
	    top: unset;
	    transform: unset;
	    height: unset;
	    padding: 6px 0;
	    vertical-align: bottom;
	    margin-right: 5px;
	}

	
	.common-help {
		width: 27px;
	    height: 66px;
	    border-radius: 6px;
	    color: #fff;
	    text-decoration: none !important;
	    display: flex;
	    position: fixed;
	    border: 1px solid #007bff;
	    top: 50%;
	    right: 0;
	    cursor: pointer;
	    transform: translateY(-50%);
	    z-index: 999;
	}
	.common-help:hover {
	    background: #fff;
	    color: #007bff;
	    border: 1px solid #007bff;
	}
	.common-help > svg {
		position: absolute;
	    top: 0;
	    right: 0;
	    width: 26px;
	    height: 26px;
	    background: #007bff;
	    fill: #fff;
	    border-radius: 4px 4px 0px 0px;
	    transform: rotate(-90deg);
	}
	.common-help h3 {
		position: absolute;
	    font-size: 12px;
	    color: #007bff;
	    padding: 4px 6px;
	    font-weight: 600;
	    text-transform: uppercase;
	    transform: rotate(-90deg);
	    bottom: 6px;
	    left: -8px;
	}
	.common-help .video-gallery {
		display: none;
	}
	.common-help:hover .video-gallery{
	    display: block;
	    position: absolute;
	    top: 0px;
	    right: 26px;
	    border-radius: 6px;
	    border: 1px solid #ccc;
	    overflow: hidden;
	    width: auto;
	    white-space: nowrap;
	}
	.common-help .video-gallery .gallery-item {
		background: #fff;
	    padding: 2px 10px;
	    color: #10728b;
	    cursor: pointer;
	    display: block;
	    position: relative;
	    border-bottom: 1px solid #f1f1f7;
	}
	.common-help .video-gallery .gallery-item:hover {
		background: #10728b;
	    color: #fff;
	}
	.common-help .gallery-item h2 {
		font-size: 14px;
		font-weight: 400;
	}
	.common-help .gallery-item h2 svg{
		width: 16px;
	    position: unset;
	    top: unset;
	    transform: unset;
	    height: unset;
	    padding: 6px 0;
	    vertical-align: bottom;
	    margin-right: 5px;
	}
	.common-help .gallery-item-caption > a {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
	.mfp-title {
	    position: absolute;
	    top: -40px;
	    font-weight: 600;
	    font-size: 22px;
	    color: #82dff6 !important;
	    border-bottom: 2px solid #82dff6;
	    padding: 0 0 4px !important;
	}
	.common-help .view-all-video-btn h2 {
		font-size: 14px;
		font-weight: 400;
	}
	.common-help .view-all-video-btn h2 svg{
		width: 16px;
	    position: unset;
	    top: unset;
	    transform: unset;
	    height: unset;
	    padding: 6px 0;
	    vertical-align: bottom;
	    margin-right: 5px;
	}
/*********************************/


.navbar-collapse .rightMenu ul li.active a {
    background: #10728b;
    color: #fff;
    transition: 0.25s all linear;
}

    /*sub menu css*/
    .main-menu .navigation>li>ul.rightMenu>li {
        position: relative;
    }

    .main-menu .navigation>li>ul.rightMenu>li .sub-menu {
        position: absolute;
        right: auto;
        top: 0;
        left: 100%;
        width: 272px;
        display: none;
    }

    .main-menu .navigation>li>ul.rightMenu>li:hover .sub-menu {
        display: block;
    }

    .main-menu .navigation li:hover .rightMenu {
        display: block;
    }

    .main-menu .navigation li:hover .rightMenu .sub-menu a {
        padding: 15px 14px !important;
        font-size: 14px !important;
        background: #10728b;
        color: #fff;
    }

    .main-menu .navigation li:hover .rightMenu .sub-menu a:hover {
        color: #10728b;
        background: #fff;
    }



.swal2-styled.swal2-confirm {
    border: 1px solid white!important;
    border-radius: 9px!important;
    background: initial!important;
    background-color: none!important;
    color: white!important;
    font-size: 1em!important;
}

.swal2-styled.swal2-confirm:hover {
    border: 1px solid black!important;
    border-radius: 9px!important;
    background: initial!important;
    background-color: white!important;
    color: black!important;
    font-size: 1em!important;
}

.swal2-styled.swal2-cancel {
    border: 1px solid!important;
    border-radius: 9px!important;
    background: initial!important;
    background-color: none!important;
    color: #fff!important;
    font-size: 1em!important;
}

.swal2-styled.swal2-cancel:hover {
    border: 1px solid black!important;
    border-radius: 9px!important;
    background: initial!important;
    background-color: white!important;
    color: black!important;
    font-size: 1em!important;
}

.swal2-icon-warning {
    background-color: rgba(246, 102, 2)!important;
    color: white!important;
    font-size: 0.8rem!important;
    width: 38em!important;
}

.swal2-icon.swal2-warning {
    border-color: white!important;
    color: white!important;
}


.swal2-icon-success{
	  background: rgba(83, 215, 105)!important;
    color: white!important;
     font-size: 0.8rem!important;
    width: 38em!important;
}

.swal2-icon.swal2-success {
    border-color: white!important;
    color: white!important;

}

.swal2-icon.swal2-success [class^=swal2-success-line] {

    background-color: white!important;
}

.swal2-icon.swal2-success .swal2-success-ring {
border: .25em solid white!important;
}