@font-face {
	font-family: "Barlow";
	src: local("Barlow"), local("Barlow-Light"), url(../fonts/Barlow-Light.ttf) format('woff');
	font-weight: 300;
	font-display: fallback;
}
@font-face {
	font-family: "Barlow";
	src: local("Barlow"), local("Barlow-Regular"), url(../fonts/Barlow-Regular.ttf) format('woff');
	font-weight: 400;
	font-display: fallback;
}
@font-face {
	font-family: "Barlow";
	src: local("Barlow Medium"), local("Barlow-Medium"), url(../fonts/Barlow-Medium.ttf) format('woff');
	font-weight: 500;
	font-display: fallback;
}
@font-face {
	font-family: "Barlow";
	src: local("Barlow SemiBold"), local("Barlow-SemiBold"), url(../fonts/Barlow-SemiBold.ttf) format('woff');
	font-weight: 600;
	font-display: fallback;
}
@font-face {
	font-family: "Barlow";
	src: local("Barlow Bold"), local("Barlow-Bold"), url(../fonts/Barlow-Bold.ttf) format('woff');
	font-weight: 700;
	font-display: fallback;
}

html {
	margin: 0 0!important;
	padding: 0 0!important
}

body {
	background-color: white;
}

.go-to-project-link {
	color: #3ab0e0;
}

.flex-row-center {
	display: flex;
  flex-direction: row;
  align-items: center;
}

/* User Popover Menu */
.user-popover-menu p {
	margin: 10px 10px;
}
.user-popover-menu p:first-child {
	margin-top: 0px;
}
.user-popover-menu p:last-child {
	margin-bottom: 0px;
}
/* Log Viewer */
.logviewer
	.grid-header {
    	width: 100%;
		font-size: 0.9em;
    	overflow: hidden !important;
	}

.required-wrap {
	position: relative;
	margin-bottom: 10px;
}

.required {
	color: red;
}

.required-wrap > .required {
    font-size: 1.5em;
	position: absolute;
	right: 6px;
	top: 4px;
}

.required-description {
	float: left;
}

.required-description > .required {
	font-size: inherit;
}

.switcher-container {
	display: inline-block;
}

.sources-switcher .btn-primary[disabled] {
	cursor: default !important;
	background-color: #204d74 !important;
    border-color: #122b40 !important;
	opacity: 1 !important;
}

.sources-switcher input[type=checkbox][disabled] {
    cursor: default !important;
}

.fake-link:hover {
	cursor: pointer;
}

.edit-table-td {
	padding: 0px;
	position: relative;
	height: 37px;
	overflow: hidden;
}

.edit-table-input-wrap {
	padding: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 100%;
}

.edit-table-input-wrap input{
	padding: 9px;
	width: 100%;
	max-width: 100%;
	border: none;
	outline: 1px solid #3AC2F1;
	outline-offset: -1px;
	height: calc(100% - 0px);
}

.field-validation-error {
	color: #b94a48;
	padding-left: 8px
}

.field-validation-valid {
	display: none
}

.nopadding {
	padding: 0
}

.nomargin {
	margin: 0
}

input.input-validation-error {
	border: 1px solid #b94a48
}

input[type="checkbox"].input-validation-error {
	border: 0 none
}

.validation-summary-errors {
	color: #b94a48
}

.validation-summary-valid {
	display: none
}

a.active {
	color: #005580;
	text-decoration: underline
}

a.disabled-link {
	pointer-events: none;
	cursor: not-allowed;
}

.shadow {
	box-shadow: 2px 2px 2px #d4d8da
}

.rounded-border-light {
	border: 1px solid #D8EBF1;
	-moz-border-radius-bottomright: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	background-color: #fff
}

.nodecor {
	text-decoration: none
}

span.status.success {
	background-color: #5cb85c
}

span.status.failed {
	background-color: #dc3912
}

span.status.canceled {
	background-color: #999
}

span.status {
	display: inline;
	padding: .4em .6em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

span.pager-info {
	padding: 8px 14px;
	display: inline-block
}

.float-left {
	float: left
}

.float-right {
	float: right
}

.glyph-a {
	color: #000;
	font-size: 12px
}

.datetime-picker {
	width: 250px
}

#monacoEditor {
	height: 500px;
	background: #f1f1f1;
	width: calc(100% - 1px);
    float: right;
}

#monacoEditor .script-editor-container-monaco {
	margin-top: 0px;
}

.cancel-link {
	margin-right: 25px
}

div.hr {
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 20px
}

div.hr>span {
	font-weight: bold
}

div.hr.attachments-hr {
	margin-top: 30px
}

.attachments-wrap {
	position: relative;
	min-height: 50px;
}

.attachments-form {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	justify-content: flex-end
}

.attachments-form input[type="file"] {
	opacity: 0
}

label {
	font-weight: normal
}

label.inline {
	display: inline-block;
	padding-right: 20px
}

.width-xl {
	width: 400px
}

.panel-noshadow {
	box-shadow: none;
	-webkit-box-shadow: none
}

.pre-wrap {
	white-space: pre-wrap
}

.td-wrap {
	table-layout: fixed;
	word-wrap: break-word;
	word-break: break-all
}

.padding-right-0 {
	padding-right: 0
}

.padding-left-0 {
	margin-left: -22px;
	padding-left: 0
}

.loading-panel {
	text-align: center;
	background: url(../img/loader-large.gif) no-repeat center;
	width: 100%;
	height: 200px;
	padding-top: 150px
}

.navbar {
	background-color: #444;
	height: 54px
}

.navbar .logo {
	background: url(../img/cb-logo.png) no-repeat;
	display: block;
	text-indent: -9999px;
	height: 36px;
	width: 169px;
	margin-top: 12px
}

.navbar .separator {
	border-right: 1px solid #5b5b5b;
	height: 28px;
	margin-top: 12px;
	margin-left: 25px
}

.navbar .separator-icons {
	border-right: 1px solid #5b5b5b;
	height: 28px;
	margin-top: 12px
}

.navbar .nav {
    float: left;
    margin: 0;
	margin-left: 15px;
}

.navbar .nav li {
	margin-left: 10px;
	margin-right: 10px
}

.navbar .nav .icon {
	box-shadow: none!important;
	height: 25px;
	width: 25px;
	margin: 15px 0 0;
	padding: 0;
	box-shadow: none!important;
	text-indent: -9999px;
}

.navbar .nav .active a:hover {
	background-color: inherit!important
}

.isoMenuHolder .icon {
	height: 18px;
    width: 18px!important;
    background-size: contain!important;
}

.isoMenuHolder .icon-testing {
	background: url(../img/icon-testing-off.png) no-repeat
}

.ant-menu-item-selected .isoMenuHolder .icon-testing {
	background: url(../img/icon-testing-on.png) no-repeat
}


.isoMenuHolder .icon-test-suites {
	background: url(../img/icon-test-suites-off.png) no-repeat
}

.ant-menu-item-selected .isoMenuHolder .icon-test-suites {
	background: url(../img/icon-test-suites-on.png) no-repeat
}


.isoMenuHolder .icon-test-runs {
	background: url(../img/icon-runs-off.png) no-repeat
}

.ant-menu-item-selected .isoMenuHolder .icon-test-runs {
	background: url(../img/icon-runs-on.png) no-repeat
}


.isoMenuHolder .icon-test-results {
	background: url(../img/icon-test-results-off.png) no-repeat
}

.ant-menu-item-selected .isoMenuHolder .icon-test-results {
	background: url(../img/icon-test-results-on.png) no-repeat
}


.isoMenuHolder .icon-apps {
    background: url(../img/icon-apps-off-1.png) no-repeat
}

.ant-menu-item-selected .isoMenuHolder .icon-apps {
    background: url(../img/icon-apps-on-1.png) no-repeat
}


.isoMenuHolder .icon-requires {
	background: url(../img/icon-requires-off.png) no-repeat
}

.ant-menu-item-selected .isoMenuHolder .icon-requires {
	background: url(../img/icon-requires-on.png) no-repeat
}


.isoMenuHolder .icon-releases {
	background: url(../img/icon-releases-off.png) no-repeat
}

.ant-menu-item-selected .isoMenuHolder .icon-releases {
	background: url(../img/icon-releases-on.png) no-repeat
}


.isoMenuHolder .icon-env {
	background: url(../img/icon-env-off.png) no-repeat
}

.ant-menu-item-selected .isoMenuHolder .icon-env {
	background: url(../img/icon-env-on.png) no-repeat
}


.isoMenuHolder .icon-projects {
	background: url(../img/icon-projects-off.png) no-repeat
}

.ant-menu-item-selected .isoMenuHolder .icon-projects {
	background: url(../img/icon-projects-on.png) no-repeat
}


.isoMenuHolder .icon-reports {
	background: url(../img/icon-reports-off.png) no-repeat
}

.ant-menu-item-selected .isoMenuHolder .icon-reports {
	background: url(../img/icon-reports-on.png) no-repeat
}


.navbar .nav .icon-testing {
	background: url(../img/icon-testing-off.png) no-repeat
}

.navbar .nav .active .icon-testing {
	background: url(../img/icon-testing-on.png) no-repeat
}

.navbar .nav .icon-requires {
	background: url(../img/icon-requires-off.png) no-repeat
}

.navbar .nav .active .icon-requires {
	background: url(../img/icon-requires-on.png) no-repeat
}

.navbar .nav .icon-test-suites {
	background: url(../img/icon-test-suites-off.png) no-repeat
}

.navbar .nav .active .icon-test-suites {
	background: url(../img/icon-test-suites-on.png) no-repeat
}

.navbar .nav .icon-test-results {
	background: url(../img/icon-test-results-off.png) no-repeat
}

.navbar .nav .active .icon-test-results {
	background: url(../img/icon-test-results-on.png) no-repeat
}

.navbar .nav .icon-apps {
    background: url(../img/icon-apps-off-1.png) no-repeat
}

.navbar .nav .active .icon-apps {
    background: url(../img/icon-apps-on-1.png) no-repeat
}

.navbar .nav .icon-test-runs {
	background: url(../img/icon-runs-off.png) no-repeat
}

.navbar .nav .active .icon-test-runs {
	background: url(../img/icon-runs-on.png) no-repeat
}

.navbar .nav .icon-dashboard {
	background: url(../img/icon-dashboard-off.png) no-repeat
}

.navbar .nav .active .icon-dashboard {
	background: url(../img/icon-dashboard-on.png) no-repeat;
	margin-top: 18px
}

.navbar .nav .icon-checks {
	background: url(../img/icon-checks-off.png) no-repeat
}

.navbar .nav .active .icon-checks {
	background: url(../img/icon-checks-on.png) no-repeat
}

.navbar .nav .icon-incidents {
	background: url(../img/icon-incidents-off.png) no-repeat
}

.navbar .nav .active .icon-incidents {
	background: url(../img/icon-incidents-off.png) no-repeat
}

.navbar .nav .icon-settings {
	background: url(../img/icon-settings-off.png) no-repeat
}

.navbar .nav .active .icon-settings {
	background: url(../img/icon-settings-on.png) no-repeat
}

.navbar .nav .icon-releases {
	background: url(../img/icon-releases-off.png) no-repeat
}

.navbar .nav .active .icon-releases {
	background: url(../img/icon-releases-on.png) no-repeat
}

.navbar .nav .icon-mon-settings {
	background: url(../img/icon-mon-settings-off.png) no-repeat
}

.navbar .nav .active .icon-mon-settings {
	background: url(../img/icon-mon-settings-on.png) no-repeat
}

.navbar .nav .icon-env {
	background: url(../img/icon-env-off.png) no-repeat
}

.navbar .nav .active .icon-env {
	background: url(../img/icon-env-on.png) no-repeat
}

.navbar .nav .icon-reports {
	background: url(../img/icon-reports-off.png) no-repeat
}

.navbar .nav .active .icon-reports {
	background: url(../img/icon-reports-on.png) no-repeat
}

.navbar .nav .icon-projects {
	background: url(../img/icon-projects-off.png) no-repeat
}

.navbar .nav .active .icon-projects {
	background: url(../img/icon-projects-on.png) no-repeat
}

.navbar .status {
	background-color: #333;
	height: 54px
}

.navbar .status .title {
	font-size: 13px;
	color: #aaa;
	padding-right: 12px
}

.navbar .status .status-container {
	margin-top: 14px
}

.navbar .status .cbicon-status.ok {
	background: url(../img/icon-status-ok.png) no-repeat
}

.navbar .status .cbicon-status.ok.cbicon-right {
	background: url(../img/icon-status-ok.png) center right no-repeat
}

.navbar .status .cbicon-status.problem {
	background: url(../img/icon-status-problem.png) no-repeat
}

.navbar .status .cbicon-status.problem.cbicon-right {
	background: url(../img/icon-status-problem.png) center right no-repeat
}

.navbar .status .cbicon-left {
	padding-left: 20px
}

.navbar .status .cbicon-right {
	padding-right: 20px
}

.navbar .status a {
	color: #fff
}

.navbar .status a.problem {
	color: #ffa500
}

.navbar .status .status-item {
	padding-right: 20px
}

.navbar .user {
	margin: 0;
	float: right!important;
}

.navbar .user .icon-user-dropmenu {
	display: block;
	text-indent: -9999px;
	height: 39px;
	width: 61px;
	margin: 7px 0 0;
	padding: 0;
	background: url(../img/icon-user-dropmenu.png) no-repeat
}

.grid-11 {
	width: 100%
}

.grid-12 {
	width: 50%
}

.grid-34 {
	width: 75%
}

.grid-15 {
	width: 20%;
	float: left
}

.grid-14 {
	width: 25%
}

.grid-13 {
	width: 33.3%
}

.grid-23 {
	width: 66.7%
}

.grid-25 {
	width: 40%
}

.grid-35 {
	width: 60%
}

.grid-inner-wrapper {
	padding: 14px;
	margin: 16px
}

.grid-inner-wrapper.narrow-side-margins {
	padding: 14px;
	margin: 6px
}

.grid-inner-wrapper.first {
	margin-left: 0px!important
}

.grid-inner-wrapper.last {
	margin-right: 0px!important
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 1200px
}

.full-screen.modal {
	width: 90%;
	margin-left: -45%
}

.full-screen.modal.fade.in {
	top: 5%
}

.full-screen .modal-body {
	max-height: 100000px
}

.tab-pane {
	margin-top: 20px
}

.ui-radio-group.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
	background: #3dc0ef;
    border-color: #3dc0ef;
	-webkit-box-shadow: -1px 0 0 0 #3dc0ef;
    box-shadow: -1px 0 0 0 #3dc0ef;
}

.ui-radio-group .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
	background-color: #3dc0ef !important;
}

.ui-device-filters {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 0.5px solid #979797;
	min-height: 50px;
}

.reload-control {
	border-right: 1px solid #1F263E;
	padding-right: 20px;
    margin-right: 20px;
}

.filter-control {
	margin: 0 20px 5px 0!important;
}

.ui-device-filters-badge .ant-avatar.ant-avatar-circle {
	background: #3DC0EF;
	color: white;
	margin-right: 10px;
}

.ui-device-filters-badge .ant-avatar-string {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
}

.ui-device-filters-badge-text {
	color: #3CBFEE;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 19px;
}

.ui-device-sub-filters {
	margin-top: 20px;
	margin-bottom: 10px;
}

.sub-filters-title {
	color: #1E2540;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 46px;
}

.sub-filters-control {
	height: 18px;
	width: auto;
}

.sub-filters-control-wrap {
	display: inline-block;
	padding: 12px;
	cursor: pointer;
	height: 42px;
}

.sub-filters-control-wrap-active {
	background: rgba(61, 191, 239, 0.15);
    border-radius: 50%;
}

.sub-filters-control-wrap-active #control-icon {
	fill: #3DC0EF;
}

.btn-default .badge.badge-blue {
	background-color: #337ab79e;
}

.button-toolbar-wrap .btn-toolbar>.btn-group{
	margin-top: 5px;
	margin-bottom: 5px;
}

.collapse-devices {
	margin-top: 16px;
	margin-bottom: 16px;
}

.multiple-iteration-err-msg {
	margin-left: 10px;
	color: #a94442;
}

.form-control.inline-block {
	width: unset!important;
	display: inline-block;
	margin-left: 10px
}

.results-selector .ant-select-selection__rendered {
	margin-left: 0px;
}

.results-selectors-wrapper {
    display: flex;
    flex: 1 1 0%;
	margin: 0 -15px;
    flex-direction: row;
}

.results-selector-wrapper {
    flex: 1;
	padding: 0 15px;
}

.failure-popover {
	max-width: 400px!important;
	overflow: auto;
}

.alert {
	padding: 5px 10px 10px!important
}

.alert.narrow-margin-bottom {
	margin-bottom: 10px!important
}

.alert-dismissable .close,
.alert-dismissible .close {
	right: 0px!important
}

.glyphicon-light::before {
	font-weight: 100
}

.node-test>i,
.node-script>i {
	display: none!important
}

a.node-test,
a.node-script {
	margin-left: 3px
}

.node-suite>i {
	display: none!important
}

a.node-suite {
	margin-left: 3px
}

.body-content {
	padding-left: 15px;
	padding-right: 15px
}

.body-content .title-bar {
	margin: 5px 0px
}

.body-content .title-bar h1 {
	display: inline-block;
	margin: 0;
	font-size: 22px;
	color: #2C2C2C;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 34px;
}

.body-content .title-bar .period,
.body-content-react .title-bar .period {
	font-weight: 600
}

.body-content .title-bar .area-central {
	margin-top: 13px;
	margin-left: 60px
}

.body-content .content.box.no-top-padding {
	padding-top: 0px;
}
.body-content .content.box.no-bottom-padding {
	padding-bottom: 0px;
}


.content.box .innerr{
	background-color: #fff;
	padding: 25px;
	margin-left: -30px;
}

.body-content .content.box .inner {
	min-height: 500px;
	background-color: #fff;
	padding: 25px;
}

.roww {
	margin-left: 15px;
}

.body-content .content.box .header {
	color: #2C2C2C;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 16px
}

.body-content .content.box .header h2 {
	text-transform: uppercase
}

.body-content .content.box .body {
	padding-top: 10px
}

.body-content .content.box .body.app-body {
	padding-top: 0px;
	margin-top: -2px;
}

.body-content .content.box .button-more {
	display: block;
	text-align: center;
	padding-top: 5px
}

.body-content .content.box .button-more a {
	color: #fff;
	background-color: #3ab0e0;
	font-weight: 500;
	text-decoration: none;
	width: 180px;
	height: 38px;
	padding-top: 9px;
	display: inline-block
}

.button {
	display: inline-block;
	padding: 10px 15px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	text-transform: uppercase
}

.find-widget .button {
	color: #616161;
	padding: 0px;
}

.find-widget .button:focus {
	outline: none;
}

.button.wide {
	padding: 10px 25px
}

.button a {
	color: #fff;
	background-color: #3ab0e0;
	font-weight: 500;
	text-decoration: none;
	width: 180px;
	height: 38px;
	padding-top: 14px;
	display: inline-block
}

BUTTON.button.primary {
	background-color: #3ae06d;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75)
}

BUTTON.button.primary:disabled {
	background-color: #3ae06c7c;
}

.container .section {
	border-bottom: 1px solid #e5e9ec;
	margin-bottom: 20px
}

.container .section h1 {
	font-size: 20px;
	color: #444;
	margin: 0;
	font-weight: normal;
	padding-bottom: 10px
}

.pdf-icon {
	height: 14px;
    width: 14px;
    margin-right: 3px;
}

.pdf-icon-btn {
	margin-top: -5px;
}

.tab-header h2 {
	font-size: 18px!important;
	color: #337ab7!important;
	text-transform: uppercase;
	margin: 0;
	padding: 0px 12px 12px 0px;
	display: inline-block
}

.tab-header.with-button h2 {
	color: #1F263E!important;
	font-family: 'Barlow';
	font-size: 18px!important;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 22px;
}

.tab-header>div {
	border-bottom: 0.5px solid #979797;
}

.not-auth-wrap {
	color: #242A31;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 15px;
	background: #F5F7F9;
	line-height: 1em;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	min-height: 100vh;
}

.not-auth-wrap-app {
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    color: #242A31;
    width: 100%;
    margin: 0;
    display: flex;
    padding: 0;
    background: #F5F7F9;
    min-height: 100vh;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.not-auth-wrap-page-wrapper {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex: 1;
    margin: 0;
    display: flex;
    padding: 0;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.not-auth-wrap-page-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex: 1;
    margin: 0;
    display: flex;
    padding: 0;
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
    flex-direction: column;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-box-align: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.not-auth-wrap-modal-wrapper {
    margin: 0;
    display: block;
    padding: 0;
    padding-bottom: 50px;
}

.not-auth-wrap-vertical-modal-wrapper {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex: 1;
    margin: 0;
    display: flex;
    padding: 0;
    max-width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
    flex-direction: column;
    pointer-events: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.not-auth-wrap-modal-small-border {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
    border: 1px solid #d4dadf;
    margin: auto;
    display: flex;
    padding: 0;
    overflow: hidden;
    max-width: 460px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(116, 129, 141, 0.1);
    align-items: stretch;
    border-radius: 4px;
    flex-direction: column;
    pointer-events: auto;
    -webkit-box-align: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.not-auth-wrap-certical-horizontal-modal-header-header {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0;
    display: flex;
    padding: 0;
    align-items: center;
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
    flex-direction: row;
    padding-bottom: 32px;
    -webkit-box-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

.not-auth-wrap-header-title {
	flex: 1;
    margin: 0;
    display: block;
    padding: 0;
}

.not-auth-wrap-text-ui-family {
	font-size: 24px;
	font-family: "Barlow", sans-serif;
    font-weight: 500;
	line-height: 1.5;
	display: block;
}

.not-auth-wrap-text-ui-family-small {
	font-size: 18px;
    font-weight: 400;
}

.not-auth-wrap-modal-body {
    flex: auto;
    margin: 0;
    display: block;
    padding: 0;
    overflow: auto;
    position: relative;
    border-top: 1px solid #E6ECF1;
    max-height: calc(100vh - 200px - 48px);
}

.not-auth-wrap-modal-body-inner-vertical-horizontal {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0;
    display: flex;
    padding: 0;
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
    flex-direction: column;
    padding-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.not-auth-wrap-form {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex: auto;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.not-auth-wrap-actions {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0;
    display: flex;
    padding: 0;
}

.not-auth-wrap-button-medium-block {
	color: rgb(255, 255, 255);
    width: 100%;
    cursor: pointer;
    height: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    line-height: 1em;
    white-space: nowrap;
    justify-content: center;
    -webkit-box-pack: center;
    background-color: rgb(56, 132, 255);
    -webkit-box-align: center;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    outline: none;
    padding: 0px 24px;
    border-color: transparent;
    border-radius: 3px;
    text-decoration: none;
    transition: all 250ms ease-out 0s
}

.not-auth-wrap-button-text {
	font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    line-height: 1em;
}

.not-auth-wrap-form-group-text-wrap {
	color: rgb(157, 170, 182);
    display: block;
    margin: 8px 0px;
    padding: 0px;
}

.not-auth-wrap-form-group {
	margin: 0;
    display: block;
    padding: 0;
    text-align: left;
    margin-bottom: 24px;
}

.not-auth-wrap-bottom-flex-wrapper {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0;
    display: flex;
    padding: 0;
    align-items: center;
    margin-bottom: 8px;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
	color: #9DAAB6;
    font-size: 12px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.not-auth-wrap-input-wrapper-light {
	width: 100%;
    display: flex;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.625;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    margin: 0px;
    outline: none;
    padding: 0px;
    background: rgb(255, 255, 255);
    border-color: rgb(211, 220, 228);
    border-radius: 3px;
}

.not-auth-wrap-input-wrapper-light.no-border {
	border: none;
}

.not-auth-wrap-input-inner-sizer {
    flex: 1;
    margin: 0;
    display: block;
    padding: 0;
}

.not-auth-wrap-input-inner-medium {
	color: rgb(36, 42, 49);
    width: 100%;
    cursor: inherit;
    height: 38px;
    resize: none;
    box-sizing: border-box;
    text-align: left;
    font: inherit;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    outline: none;
    padding: 0px 8px;
    background: transparent;
    border-radius: 3px;
}

.not-auth-wrap-vertical-grey-base {
    color: #9DAAB6;
    margin: 0;
    display: block;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 8px;
}

.not-auth-wrap-text-ui-family-small {
    font-size: 12px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    line-height: 1.625;
}

.not-auth-wrap-link-primary {
	color: rgb(56, 132, 255);
    cursor: pointer;
    text-decoration: underline;
}

.tab-header .arrow,
.login .arrow {
	height: 2.2rem;
	width: 2.2rem;
	vertical-align: text-bottom;
	flex-grow: 1;
	max-width: 100%;
	position: relative;
	display: inline-block;
	fill: currentcolor;
	color: #3ab0e0;
	padding-top: 1px
}

.tab-header .arrow {
	color: #1F263E;
}

.login .arrow {
	margin-right: 5px;
}

.login h4{
	display: inline-block;
}

.right-arrow {
	height: 1em;
	width: 1em;
	vertical-align: text-bottom;
	flex-grow: 1;
	max-width: 100%;
	position: relative;
	display: inline-block;
	fill: currentcolor;
	color: #3ab0e0;
	margin-left: 3px;
	transform: rotate(180deg);
}

.connection-link {
	color: #3ab0e0;
}

.release-connection-link {
	margin-left: 0px;
    margin-bottom: 20px;
    display: inline-block;
}

.settings-container {
	display: flex;
	flex-direction: row;
	align-self: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-width: 800px;
}

.settings-container-colum {
	display: flex;
	flex-direction: column;
	align-self: start;
	justify-content: center;
	width: 100%;
	min-width: 40px;
}

.settings-container-colum-padding-right {
	padding-right: 24px;
}

.settings-container-colum-padding-left {
	padding-left: 24px;
}

.tab-section.no-header {
	margin-top: 20px
}

.tab-section:first-child .header {
	margin-top: 0
}

.tab-section .header {
	padding-bottom: 9px;
	border-bottom: #f7f5f5;
	font-size: 16px
}

.tab-section h3.header {
	font-weight: 600!important;
	color: #3ab0e0!important
}

.tab-section h4.header {
	font-size: 1em!important;
	color: #999!important;
	font-weight: 600!important
}

.tab-section .form-group {
	margin-bottom: 15px!important
}

.project-main-container .header {
	margin-left: 0;
	margin-right: 0;
}

.project-main-container .header h2 {
	color: #2C2C2C!important;
	padding-top: 5px;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #2C2C2C!important
}

.nav-tabs>li.align-right {
	float: right
}

div.error-box {
	padding-top: 50px;
	padding-bottom: 30px
}

div.error-box>.icon {
	display: block;
	height: 120px;
	background: url(../img/error-box-icon.png) center center no-repeat
}

div.error-box>.title {
	text-align: center
}

div.error-box>.body {
	text-align: center;
	color: #9c9c9c
}


div.info-box {
	padding-top: 50px;
	padding-bottom: 30px
}

div.info-box>.icon {
	display: block;
	height: 120px;
	background: url(../img/add_folder.png) center center no-repeat;
	background-size: contain;
	margin-bottom: 25px;
}

div.info-box>.icon.icon-folder {
	background: url(../img/icon-empty-folder.png) center center no-repeat;
	background-size: contain;
}

div.info-box>.icon.icon-case {
	background: url(../img/add_case.png) center center no-repeat;
	background-size: contain;
}

div.info-box>.icon.icon-env {
	background: url(../img/icon-env.png) center center no-repeat;
	background-size: contain;
}

div.info-box>.icon.icon-project {
	background: url(../img/icon_projects.png) center center no-repeat;
	background-size: contain;
}

div.info-box>.title {
	text-align: center;
	color: #737273;
	font-weight: 600;
}

div.info-box>.body {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #d899d8;
}

.dashboard .widget {
	background-color: #3ab0e0
}

.dashboard .widget.status.failure {
	background-color: #e03a5d
}

.dashboard .widget.status.notranyet {
	background-color: #444
}

.dashboard .widget .header {
	color: #9DD8F0;
	text-transform: uppercase;
	font-weight: bold
}

.dashboard .widget .body {
	height: 68px;
	color: #fff;
	text-align: center
}

.dashboard .widget .footer {
	color: #fff;
	font-size: 13px;
	text-align: center
}

.dashboard .widget.status.ok .body {
	display: block;
	background: url(../img/icon-dash-status-ok.png) center center no-repeat
}

.dashboard .widget.status.failure .body {
	display: block;
	background: url(../img/icon-dash-status-failure.png) center center no-repeat
}

.dashboard .widget.sla.ok .body {
	display: block;
	background: url(../img/icon-dash-sla-ok.png) center center no-repeat
}

.dashboard .widget .body.uptime {
	font-size: 48px;
	line-height: 64px;
	font-weight: 400;
	text-align: center
}

.collapse-devices > .collapse-devices-value {
	width: 15px;
    display: inline-block;
}

.collapse-devices:hover {
	cursor: pointer;
}

.dashboard .widget .body.date,
.dashboard .widget .body.browser,
.dashboard .widget .body.location,
.dashboard .widget .body.device {
	font-size: 22px;
	line-height: 64px;
	font-weight: 400;
	text-align: center
}

.dashboard .widget .body.date {
	height: 87px!important
}

.dashboard .widgets {
	margin-bottom: 16px
}

.dashboard .grid-15:last-child .widget.grid-inner-wrapper {
	margin-right: 0
}

.dashboard .grid-15:first-child .widget.grid-inner-wrapper {
	margin-left: 0
}

.dashboard .box.collapse {
	padding: 0 0!important
}

.dashboard .box.collapse.in {
	padding-bottom: 14px!important
}

.dashboard .monitor-name h2 {
	font-size: 22px;
	margin: 0
}

.version-string {
	/* color: #999; */
    font-size: 0.75em;
    margin-right: 15px;
    margin-top: 5px;
}

table.borderless-cells>thead>tr>th,
table.borderless-cells>tbody>tr>td {
	border-right: 0;
	border-left: 0
}

table.borderless-cells>thead>tr>th:last-child,
table.borderless-cells>tbody>tr>td:last-child {
	border-right: 1px solid #ddd
}

table.borderless-cells>thead>tr>th:first-child,
table.borderless-cells>tbody>tr>td:first-child {
	border-left: 1px solid #ddd
}

table.checks,
table.step-stats,
table.step-broken-res,
table.steps,
table.commands,
table.devices-browsers {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px
}

table.checks th,
table.checks td,
table.steps th,
table.steps td,
table.devices-browsers th,
table.devices-browsers td {
	/* border-bottom: 1px solid #e4e4e4; */
	padding: 15px 20px 15px 0px
}

table.checks th,
table.step-broken-res th,
table.steps th,
table.commands th,
table.devices-browsers th {
	/* color: #999; */
	text-align: left
}

table.steps th {
	vertical-align: top
}

table.checks th.date,
table.checks td.date {
	width: 15%
}

table.checks th.monitor,
table.checks td.monitor {
	width: 15%
}

table.checks th.location,
table.checks td.location {
	width: 15%
}

table.checks th.browser,
table.checks td.browser {
	width: 12%
}

table.checks th.speed,
table.checks td.speed {
	width: 12%
}

table.steps th.command,
table.steps td.command,
table.commands td.command,
table.commands th.command {
	width: 200px
}

table.steps span.js_evaluate_error_line {
	color: red
}

table.steps td.command div {
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

table.checks td.status,
table.steps td.status,
.iteration div.status {
	width: 10%;
	text-align: center
}

table.checks td.duration,
table.steps td.duration {
	width: 10%
}

table.checks td.full-load,
table.steps td.full-load {
	width: 10%
}

table.checks td.first-visual,
table.steps td.first-visual {
	width: 10%
}

table.checks td.size,
table.steps td.size {
	width: 10%
}

table.checks td.status div,
table.steps td.status div,
table.reports-projects td.status div,
table.reports-env td.status div,
.iteration div.status {
	border-radius: 2px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8em;
	width: 70px
}

table.checks td.status div.passed,
table.steps td.status div.passed,
table.reports-projects td.status div.passed,
table.reports-env td.status div.passed,
.iteration div.status div.passed {
	background-color: #6cdc12
}

table.checks td.status div.failed,
table.steps td.status div.failed,
table.reports-projects td.status div.failed,
table.reports-env td.status div.failed,
.iteration div.status div.failed {
	background-color: #dc3912
}

table.steps td.status div.failed a {
	color: #fff!important
}

table.checks td.status div.pending,
table.reports-projects td.status div.pending,
table.reports-env td.status div.pending,
table.steps td.status div.pending {
	background-color: #78e
}

table.checks td.status div.canceled,
table.reports-projects td.status div.canceled,
table.reports-env td.status div.canceled,
table.steps td.status div.canceled,
table.checks td.status div.canceling,
table.reports-projects td.status div.canceling,
table.reports-env td.status div.canceling,
table.steps td.status div.canceling {
	background-color: #a3a3a3
}

table tr.expendable>td {
	padding: 0 0!important
}

table td iframe {
	border: 0
}

table td .accordian-body .expendable-wrapper {
	padding-top: 8px;
	padding-bottom: 20px
}

table td .accordian-body .expendable-wrapper iframe.harviewer {
	width: 100%;
	height: 400px
}

table td .accordian-body .expendable-wrapper img.screenshot {
	width: 100%;
	border: 1px solid #e5e9ec
}

table td .accordian-body .nav>li>a {
	padding: 6px 15px
}

table.step-broken-res thead th,
table.step-stats thead th {
	color: #2c2c2c;
	font-size: 12px;
	background-color: #e5e9ec;
	padding: 5px;
	border: none
}

table.step-broken-res tbody th,
table.step-broken-res tbody td,
table.step-stats tbody th,
table.step-stats tbody td {
	padding: 5px 5px 5px!important;
	font-size: 12px
}

table.step-broken-res tbody th,
table.step-stats tbody th {
	font-weight: 700
}

table.step-stats tbody th {
	width: 30%
}

table.step-stats tbody td {
	width: 20%
}

.failures table.step-stats {
	table-layout: fixed;
}

.failures table.step-broken-res thead th,
.failures table.step-stats thead th {
	overflow-x: auto;
}

html, body, #main_page_wrap, .login{
	min-height: 100%;
	min-height: 100vh;
	overflow: auto;
}

.login {
	background-color: #444;
	padding-top: 0;
}

.login .login-logo {
	background: url(../img/cb-logo-login.png) no-repeat;
	display: block;
	text-indent: -9999px;
	height: 57px;
	width: 261px;
	margin: 120px auto 30px
}

.login .container {
	width: 640px;
	margin: auto
}

.login .shadow {
	box-shadow: 2px 2px 2px #3f3f3f
}

.login .login-box,
.login-box .inner {
	background-color: #fff
}

.login .login-box .inner,
.login-box .inner {
	padding: 15px 30px
}

.login input[type="text"],
.login input[type="password"] {
	padding: 10px
}

.login input[type="submit"].button {
	font-family: "Barlow", sans-serif;
	text-align: center;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	background-color: #3ae06d;
	width: 130px;
	height: 40px;
	border: none;
	margin-left: 10px;
}
.login input[type="submit"].button:disabled {
	background-color: #3ae06c7c;
}

.login .form-group {
	margin: 10px 0px
}

.login .container-fluid {
	padding: 0
}

table.steps .nav-pills>.active>a,
table.steps .nav-pills>.active>a:hover {
	color: #fff;
	background-color: #3ab0e0
}

table.steps .nav-pills>li>a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #e5e9ec
}

table.steps .nav-pills>li {
	margin: 0px 2px
}

.settings .main {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
}

.settings .submenu {
	padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
}

.settings .submenu a.active {
	font-weight: bold;
	text-decoration: none
}

.settings .section {
	border-bottom: 1px solid #e5e9ec;
	margin-bottom: 20px
}

.settings .section h1 {
	font-size: 20px;
	color: #444;
	margin: 0;
	font-weight: normal;
	padding-bottom: 10px
}

.settings .field-group {
	margin-bottom: 20px
}

.settings table.notifications th {
	color: #757575;
	font-weight: 600
}

.settings table.notifications thead th,
.settings table.notifications td {
	text-align: center;
	padding-right: 0
}

.settings .container-fluid {
	padding: 0
}

.settings .submenu .menuitem {
	margin: 10px 0px;
}

.settings .submenu .menugroup {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px
}

.field-group {
	width: 100%
}

.field-group th {
	width: 200px;
	font-size: 100%;
	text-align: left;
	vertical-align: top;
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.dashed-ul {
	display: block;
	list-style-type: disc;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

.field-group th label {
	font-weight: bold;
}

.field-group td {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px
}

.modal-footer-loader {
	margin-top: 5px;
	margin-left: 5px;
	display: none
}

.notify-methods {
	width: 100%
}

.notify-methods th {
	width: 200px;
	font-size: 100%;
	color: #5A5A5A;
	text-align: left;
	vertical-align: top;
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 5px
}

.notify-methods td {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px
}

table.users {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px
}

table.users th {
	/* border-bottom: 1px solid #e4e4e4; */
	padding: 10px 15px 15px 0;
	/* color: #999; */
	text-align: left
}

table.users td {
	/* border-bottom: 1px solid #e4e4e4; */
	padding: 15px 20px 15px 0px
}

table.users .group-delete {
	padding-left: 1px;
	color: black;
	text-decoration: none;
}

table.users .group-add {
	vertical-align: sub;
	margin-left: 4px
}

table.groups {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px
}

table.groups th {
	/* border-bottom: 1px solid #e4e4e4; */
	padding: 10px 15px 15px 0;
	/* color: #999; */
	text-align: left
}

table.groups td {
	/* border-bottom: 1px solid #e4e4e4; */
	padding: 15px 20px 15px 0px
}

table.monitors {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px
}

table.monitors tr.monitor td {
	padding: 20px 10px;
	font-weight: bold
}

table.monitors tr.monitor {
	/* border-bottom: 1px solid #e4e4e4; */
	border-top: 1px solid #e4e4e4
}

.error-body {
	padding-left: 60px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
    font-family: "Barlow", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}

.error-body .a:link,
.error-body a:visited {
	color: #fff
}

.error-body>span.error-code {
	margin-top: 90px;
	font-weight: bold
}

.modify-the-script {
	color: #1F253F;
	font-family: 'Barlow';
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 32px;
}

.script-editor-container-monaco {
	position: relative;
	border: 1px solid #ccc;
	display: inline-block;
	width: 100%;
	margin-top: 20px
}

.script-editor-container textarea {
	width: 100%;
	height: 400px
}

.script-editor-container textarea[readonly] {
	color: #d3d3d3
}

.schedule_type {
	width: 100%;
	height: 43px;
	padding-top: 5px;
	border: none
}

.schedule_type>span {
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	line-height: 33px
}

.schedule_type input[type="radio"] {
	margin-top: 11px;
	margin-left: 5px;
	float: left
}

.schedule-tab {
	width: 100%;
}

.schedule-tab .schedule,
.ui-section-header-text
{
	color: #1F263E;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 17px;
	text-transform: uppercase;
}

.ui-section-header-link
{
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 17px;
}

.ui-section-header-link:hover {
	cursor: pointer;
}

.schedule-tab .schedule-inner-wrap,
.ui-section-inner-wrap {
	border-radius: 2px;
	background-color: rgba(240, 241, 247, 0.34);
	margin-top: 15px;
	padding: 24px;
	margin-bottom: 34px;
	overflow: hidden;
}

.schedule-tab .schedule-inner-wrap .ant-radio-inner,
.ui-section-inner-wrap .ant-radio-inner
{
	background: transparent;
}

.schedule-tab .schedule-inner-wrap .ant-radio-checked .ant-radio-inner {
	border-color: #3DC0EF;
}

.schedule-tab .schedule-inner-wrap .ant-radio-inner::after {
	background-color: #3DC0EF;
}

.schedule-tab .schedule-inner-wrap span.ant-radio + * ,
.ui-section-inner-wrap .ant-checkbox + span
{
	color: #1F263E;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 19px;
}

.schedule-tab .schedule-inner-wrap .ant-select-selection,
.ui-section-inner-wrap .ant-select-selection,
.ui-section-inner-wrap .ant-input-number
{
	background-color: transparent;
}

.schedule-tab .schedule-inner-wrap .ant-select-selection,
.ui-section-inner-wrap .ant-input-number
{
	border: 1px solid #979797;
}

.browsers-list-name{
	color: #1E2540;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 19px;
	text-transform: uppercase;
}

.ui-checkbox .ant-checkbox-inner {
	border: 1.5px solid #1F263E;
	background: transparent;
}

.ui-radio {
	display: flex!important;
    align-items: center;
}

.ui-radio span.ant-radio + * {
	padding-right: 6px;
    padding-left: 6px;
}

.ui-section-inner-wrap .ant-checkbox-inner,
.ui-section-inner-wrap .ant-radio-inner,
.browser-selector-thumb .ant-checkbox-inner,
.ui-radio .ant-radio-inner {
	border: 1.5px solid #1F263E;
}

.browser-selector-thumb .ant-checkbox-inner {
	background: transparent;
}
.ui-radio .ant-radio-inner::after,
.ui-section-inner-wrap .ant-radio-inner::after
{
	background-color: #3DC0EF;
}

.ui-section-inner-wrap .ant-checkbox-checked .ant-checkbox-inner,
.browser-selector-thumb .ant-checkbox-checked .ant-checkbox-inner,
.ui-checkbox .ant-checkbox-checked .ant-checkbox-inner
{
	background-color: #3DC0EF;
	border-color: #3DC0EF;
}

.ui-section-inner-wrap .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ui-section-inner-wrap .ant-checkbox:hover .ant-checkbox-inner,
.ui-section-inner-wrap .ant-checkbox-input:focus + .ant-checkbox-inner,
.browser-selector-thumb .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.browser-selector-thumb .ant-checkbox:hover .ant-checkbox-inner,
.browser-selector-thumb .ant-checkbox-input:focus + .ant-checkbox-inner,
.ui-checkbox .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ui-checkbox .ant-checkbox:hover .ant-checkbox-inner,
.ui-checkbox .ant-checkbox-input:focus + .ant-checkbox-inner
{
	border-color: #3DC0EF;
}

.ui-section-inner-wrap .ant-radio-wrapper:hover .ant-radio,
.ui-section-inner-wrap .ant-radio:hover .ant-radio-inner,
.ui-section-inner-wrap .ant-radio-input:focus + .ant-radio-inner ,
.ui-radio .ant-radio-wrapper:hover .ant-radio,
.ui-radio .ant-radio:hover .ant-radio-inner,
.ui-radio .ant-radio-input:focus + .ant-radio-inner
{
	border-color: #3DC0EF;
}

.ui-section-inner-wrap .ant-radio-checked .ant-radio-inner,
.ui-radio .ant-radio-checked .ant-radio-inner
{
	border-color: #3DC0EF;
  background-color: transparent;
}

.ui-section-inner-wrap .control-text{
	color: #1F263E;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 19px;
}

.schedule-tab .schedule-inner-wrap .ui-selector-icon-down {
	margin-top: -6.5px;
}

.schedule-tab .schedule-inner-wrap .ui-selector-icon-down #Shape {
	fill: #a5a5a7;
}

.schedule-tab .schedule-inner-wrap .ant-select-selection-selected-value {
	color: #8B8B8B;
    font-size: 16px;
    letter-spacing: 0;
}

.schedule-tab .schedule-inner-wrap .ant-time-picker-input {
	background-color: transparent;
	border: 1px solid #979797;

	color: #8B8B8B;
	font-size: 16px;
	letter-spacing: 0;
}

.schedule-tab .datetime-picker {
	display: inline-flex
}

.schedule-tab .datetime-picker .input-group-addon {
	line-height: unset!important;
	width: unset!important
}

.schedule-tab .schedule-type {
	width: 100%;
	margin-top: 10px;
	border: none;
	margin-bottom: 10px
}

.schedule-tab .ant-checkbox-wrapper > span {
  font-weight: 700;
}

.schedule-tab .schedule-type>span {
	line-height: 33px;
	color: #1F263E;
    font-size: 16px;
    letter-spacing: 0;
}

.iter_type,
.iter_settings {
	width: 100%;
	height: 30px;
	border-radius: 4px
}

.iter_settings {
	padding-top: 10px
}

.iter_type>span,
.iter_settings>span {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	float: left
}

.iter_type input[type="radio"],
.iter_settings input[type="checkbox"] {
	margin-left: 5px;
	margin-top: 8px;
	float: left
}

table.project-folder-tbl {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px
}

.project-folder-tbl th,
.project-folder-tbl td {
	/* border-bottom: 1px solid #e4e4e4; */
	padding: 20px 20px 20px 0px
}

.project-folder-tbl th {
	/* color: #999; */
	text-align: left
}

.project-folder-tbl th:nth-of-type(1) {
	width: 60%
}

.project-folder-tbl th:nth-of-type(2) {
	width: 30%
}

.project-folder-tbl th:nth-of-type(3) {
	width: 20%
}

.project-folder-tbl td.status div {
	width: 70px
}

.project-folder-tbl td.runnow button {
	float: right
}

.ReactVirtualized__Table__headerRow {
	margin-top: 20px;
    border-bottom: 1px solid;
}

.ReactVirtualized__Table__row {
    border-bottom: 1px solid #f1f1f1;
}

table.project-folder-tbl td.status {
	width: 10%;
}

table.project-history,
table.result-list,
table.app-list,
table.draggable-case-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px
}

table.project-history th,
table.project-history td,
table.result-list th,
table.result-list td,
table.app-list th,
table.app-list td,
table.draggable-case-table th,
table.draggable-case-table td {
	/* border-bottom: 1px solid #e4e4e4; */
	padding: 15px 20px 15px 0px
}

table.project-history th,
table.result-list th,
table.app-list th,
table.draggable-case-table th {
	/* color: #999; */
	text-align: left
}

table.project-history th.date,
table.project-history td.date,

table.result-list th.date,
table.result-list td.date {
	width: 12%
}

table.result-list th.test-name,
table.result-list td.test-name {
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

table.result-list td.test-name span1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: inline-block
}

table.result-list td.pass-rate-column {
	min-width: 7em;
}

table.result-list th.locations,
table.result-list td.locations {
	width: 12%
}

table.result-list td.stop-action {
	width: 125px;
}

table.result-list td.date button {
	padding-left: 0
}

table.project-history th.location,
table.project-history td.location,
table.result-list th.location,
table.result-list td.location {
	width: 20%
}

table.project-history th.browser,
table.project-history td.browser,
table.result-list th.browser,
table.result-list td.browser {
	width: 15%
}

table.project-history th.project-history,
table.project-history td.status,
table.result-list th.status,
table.result-list td.status {
	width: 10%;
	text-align: center
}

table.project-history th.executing-user,
table.project-history td.executing-user {
	width: 22%
}

table.project-history td.status div {
	-moz-border-radius-bottomright: 2px;
	border-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8em;
	width: 60px
}

table.project-history td.status div.passed {
	background-color: #6cdc12
}

table.project-history td.status div.failed {
	background-color: #dc3912
}

table.project-history td.status div.warning {
	background: url(../img/result-warning.png) no-repeat
}

table.project-history td.devices-browsers,
table.project-history td.duration {
	text-align: center
}

.results-filter-panel button.apply-filter {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px
}


.testing select.project-selector {
	width: 185px;
	height: 30px
}

.testing .btn-edit-projects {
	margin-top: -3px
}

.git-wrap {
	border: 1px solid #737273;
	border-radius: 5px;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 24px;
}

.git-wrap-inner {
	padding: 10px;
	max-height: 200px;
	overflow-y: auto;
}

.git-title-wrap {
	text-align: center;
    display: flex;
    flex-direction: row;
	justify-content: center;
	margin-bottom: 20px;
}

.git-title {
    display: inline-block;
    line-height: 25px;
    margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 10px;
	font-size: 1em;
}

.project-tree-container,
.tree-background {
	background: #fafafc!important;
}

.tree-background {
	border-right: 1px solid #e3e4e8 !important;
}

.content-background {
	background: white;
}

.sidebar .dragline {
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
	width: 20px;
	height: 100%;
	border: none;
	cursor: col-resize;
	outline: none;
	background: transparent;
	z-index: 10;
	right: -10px;
}

.sidebar .dragline:hover,
.sidebar .dragline:focus,
.sidebar .dragline:active,
.sidebar .dragline.active {
	background: transparent;
}

.sidebar.restore-animation {
	transition: all .2s;
  }

  .sidebar.prevent-animation {
	transition: unset !important;
  }

.testing .project-main-container {
	min-height: 400px
}

.testing #main h2 {
	color: #3ab0e0;
	font-weight: normal
}

.checkbox-grid li {
	display: block;
	float: left;
	width: 25%
}

.checkbox-grid.mobile li {
	display: block;
	float: left;
	width: 33.333%
}

.checkbox-grid li input {
	float: left;
	vertical-align: -0.1em
}

.checkbox-grid li label {
	padding-left: 5px;
	float: left
}

table.commands th,
table.commands td {
	/* border-bottom: 1px solid #e4e4e4; */
	padding: 5px 10px
}

#commandsbreakdown .transaction-name {
	background-color: #f2f2f2
}

#commandsbreakdown .transaction-name td {
	font-weight: bold
}

#commandsbreakdown .command .index {
	font-weight: bold
}

#commandsbreakdown .command-unsupported {
	color: red
}

.last-run-entry {
	padding: 4px 5px 4px 10px;
	border-radius: 4px;
	background-color: #cee1ea;
	border: 1px solid #bccdd5;
	height: 2.5em;
	line-height: 24px
}

.unauthorized {
	pointer-events: none;
	color: #999
}

.unauthorized>i {
	opacity: 0.4;
	filter: alpha(opacity=40)
}


.releases select.project-selector {
	width: 185px;
	height: 30px
}

.releases .btn-edit-projects {
	margin-top: -3px
}

.releases .project-tree-container {
	min-height: 400px
}

.releases .project-main-container {
	min-height: 400px
}

.releases #main h2 {
	font-size: 20px;
	color: #3ab0e0;
	font-weight: normal
}

.releases .save-success {
	color: #50b45b;
	font-weight: bold;
	padding-left: 10px;
	position: relative;
	top: 8px
}

.releases a.delete-link-right {
	padding-right: 10px;
	padding-top: 10px
}

.releases textarea {
	min-width: 560px
}

.releases .field-group {
	width: 100%
}

.releases .field-group th {
	width: 150px;
	font-size: 100%;
	color: #5A5A5A;
	text-align: left;
	vertical-align: top;
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 10px
}

.releases .field-group td {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px
}

.releases button.add-release {
	margin-left: 45px;
	margin-top: 20px
}

table.release-history {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px
}

table.release-history th,
table.release-history td {
	/* border-bottom: 1px solid #e4e4e4; */
	padding: 20px 20px 20px 0px
}

table.release-history th {
	/* color: #999; */
	text-align: left
}

table.release-history th.date,
table.release-history td.date {
	width: 14%
}

table.release-history th.name,
table.release-history td.name {
	width: 20%
}

table.release-history th.location,
table.release-history td.location {
	width: 14%
}

table.release-history th.release-history,
table.release-history td.status {
	width: 9%;
	text-align: center
}

table.release-history th.executing-user,
table.release-history td.executing-user {
	width: 22%
}

table.release-history td.status div {
	-moz-border-radius-bottomright: 2px;
	border-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8em;
	width: 60px
}

table.release-history td.status div.passed {
	background-color: #6cdc12
}

table.release-history td.status div.failed {
	background-color: #dc3912
}

table.release-history td.status div.warning {
	background: url(../img/result-warning.png) no-repeat
}

.treegrid td.release {
	padding-left: 10px
}

.treegrid td.cycle {
	padding-left: 26px
}

.treegrid tr.treegrid-release {
	background-color: #f9f9f9
}

.treegrid .run-btn {
	margin-left: 20px
}

.environments select.project-selector {
	width: 185px;
	height: 30px
}

.environments .btn-edit-projects {
	margin-top: -3px
}

.environments .project-tree-container {
	min-height: 400px
}

.environments .project-main-container {
	min-height: 400px
}

.environments #main h2 {
	font-size: 20px;
	color: #3ab0e0;
	font-weight: normal
}

.environments .field-group {
	width: 100%
}

.environments .field-group th {
	width: 150px;
	font-size: 100%;
	color: #5A5A5A;
	text-align: left;
	vertical-align: top;
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 10px
}

.environments .field-group td {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px
}

.environments button.add-env {
	margin-left: 40px;
	margin-top: 20px
}

.projects .project-main-container {
	min-height: 400px
}

.modal-open .modal {
	background-color: rgba(0, 0, 0, 0.25)
}

.add-project-checkbox {
	margin-right: 10px!important
}

.app-file-selector-container {
	display: flex;
}

.app-file-selector-progress {
	display: inline-block;
    width: 200px;
    margin-left: 25px;
    margin-top: 7px;
}

.app-file-selector-progress-message {
	display: inline-block;
    width: auto;
    margin-left: 25px;
    margin-top: 0px;
}

.add-project-file-select[type="text"] {
	z-index: 0!important;
	margin-top: 10px;
	margin-bottom: 40px;
	width: 100%
}

.add-project-file-select[type="file"] {
	height: 50px
}

.add-project-file-select[type="text"]{
	margin-bottom: 3px;
    height: 34px;
    border: 1px solid #979797;
    border-radius: 4px;
	padding: 6px 12px;
	margin-top: 0px;
	background: transparent;
}

.pull-right.ui-section-header-link {
  color: #3DC0EF;
}

.app-body .add-project-file-select[type="file"] {
	height: 37px;
}
.browse-btn,
.ghost-btn {
	background: transparent!important;
  	color: #000000a6;
  	border: 1px solid #1F263E!important;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 19px;
}

.add-project-form-contol {
	margin-top: 10px;
	margin-bottom: 10px
}

.avoid-clicks {
	pointer-events: none;
	opacity: 0.6
}

.projects a.group-delete {
	padding-left: 6px;
	color: #fff;
}

.projects span.label {
	margin-right: 5px;
	float: left;
	margin-bottom: 15px;
	margin-left: 5px
}

.save-success-notify {
	color: #50b45b;
	font-weight: bold;
	margin-right: 8px;
	display: none
}

.check-result-params {
	padding-top: 20px;
	padding-bottom: 20px
}

.check-result-params table {
	width: 100%
}

.check-result-params table tr {
	border-top: 1px solid #ddd
}

.check-result-params table tr:last-child {
	border-bottom: 1px solid #ddd
}

.check-result-params table tr td:first-child {
	width: 15%;
	padding-right: 20px;
	font-weight: bold
}

table.audit {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px
}

table.audit th,
table.audit td {
	/* border-bottom: 1px solid #e4e4e4; */
	padding: 14px 20px 14px 0px;
	text-align: left
}

table.audit th.action,
table.audit td.action {
	width: 6%;
	text-align: center
}

table.audit th.date,
table.audit td.date {
	width: 12%
}

table.audit th.user,
table.audit td.user {
	width: 15%
}

table.audit th.object,
table.audit td.object {
	width: 10%
}

table.audit th.name,
table.audit td.name {
	width: 18%
}

table.audit th.property,
table.audit td.property {
	width: 14%
}

table.audit th.details,
table.audit td.details {
	width: 25%
}

.reports-summary-name {
	font-weight: bold
}

table.reports-projects {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-top: 20px
}

table.reports-projects th,
table.reports-projects td {
	/* border-bottom: 1px solid #e4e4e4; */
	padding: 14px 20px 14px 0px;
	text-align: left
}

table.reports-projects th {
	border-bottom: 2px solid #e4e4e4
}

table.reports-projects th.project,
table.reports-projects td.project {
	width: 30%
}

table.reports-projects th.runs,
table.reports-projects td.runs {
	width: 30%
}

table.reports-projects td.runs {
	padding-right: 40px
}

table.reports-projects td.runs .progress {
	margin-bottom: 0!important
}

table.reports-projects th.last-run,
table.reports-projects td.last-run {
	width: 20%
}

table.reports-projects th.status,
table.reports-projects td.status {
	width: 15%
}

table.reports-projects th.stats,
table.reports-projects td.stats {
	width: 15%
}

table.reports-projects th.perf,
table.reports-projects td.perf {
	width: 10%
}

table.reports-releases {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px
}

table.reports-release-cycles,
table.reports-release-cycle-tests {
	width: 100%;
	border-collapse: collapse
}

table.reports-releases td.cycles-container,
table.reports-releases td.tests-container {
	padding-right: 0px!important;
	padding-left: 30px!important
}

table.reports-releases th,
table.reports-releases td {
	/* border-bottom: 1px solid #e4e4e4; */
	padding: 14px 20px 14px 0px;
	text-align: left
}

table.reports-releases .reports-release-cycles tr:last-child>td {
	border-bottom: unset!important
}

table.reports-releases th.name,
table.reports-releases td.name {
	width: 35%
}

table.reports-releases th.runs,
table.reports-releases td.runs {
	width: 30%
}

table.reports-releases th.coverage,
table.reports-releases td.coverage {
	width: 10%;
	text-align: center!important
}

table.reports-releases th.last-run,
table.reports-releases td.last-run {
	width: 25%
}

table.reports-releases div.progress {
	margin-bottom: unset!important
}

table.reports-release-cycles td.name a1:before {
	font-family: "'Glyphicons Halflings'";
	content: "\e080";
	transition: all 0.5s
}

.fa-fw {
	width: 2em!important
}

table.reports-release-cycles td.name a[data-toggle="collapse"] .fa:before {
	content: "\f078"
}

table.reports-release-cycles td.name a[data-toggle="collapse"].collapsed .fa:before {
	content: "\f054"
}

.reports-projects .status-passed,
.reports-releases .status-passed {
	background-color: #6cdc12;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8em;
	width: 60px
}

.reports-projects .status-failed,
.reports-releases .status-failed {
	background-color: #dc3912;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8em;
	width: 60px
}

table.reports-env {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-top: 20px
}

table.reports-env th,
table.reports-env td {
	/* border-bottom: 1px solid #e4e4e4; */
	padding: 14px 20px 14px 0px;
	text-align: left
}

table.reports-env th {
	border-bottom: 2px solid #e4e4e4
}

table.reports-env th.proj-name,
table.reports-env td.proj-name {
	width: 20%
}

table.reports-env th.env-name,
table.reports-env td.env-name {
	width: 20%
}

table.reports-env th.runs,
table.reports-env td.runs {
	width: 40%
}

table.reports-env td.runs {
	padding-right: 40px
}

table.reports-env td.runs .progress {
	margin-bottom: 0!important
}

table.reports-env th.last-run,
table.reports-env td.last-run {
	width: 20%
}

table.reports-env th.status,
table.reports-env td.status {
	width: 15%
}

table.reports-env th.stats,
table.reports-env td.stats {
	width: 15%
}

table.reports-env th.perf,
table.reports-env td.perf {
	width: 10%
}

table.reports-env td.status {
	vertical-align: bottom
}

ul.test-cases>li {
	cursor: pointer
}

.test-cases.flex-column {
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	flex-direction: column
}

.test-cases.flex {
	display: flex
}

.test-cases.list-reset {
	list-style: none outside none;
	width: 94%
}

.test-cases element.style {
	position: relative;
	z-index: 10
}

.test-cases .decor {
	background-color: #f5f5f5;
	border-radius: 4px;
	border: 1px solid #ddd
}

.test-cases .decor-placeholder {
	border: 1px dashed #ddd;
	border-radius: 4px
}

.test-cases .p1 {
	padding: 0.5rem
}

.test-cases .mb1 {
	margin-bottom: 0.5rem
}

.test-cases .case-delete {
	position: absolute;
	right: 10px;
	top: 6px
}

.device-browser-selector-thumbs {
	display: flex;
	flex-wrap: wrap;
	padding-left: 40px;
    padding-right: 40px;
	margin-right: -30px;
	min-height: 100%;
    height: 100vh;
	/*
	display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    min-height: 100%;
    height: 100vh; */
	/*(100vh - 64px);*/
}

.device-browser-selector-thumbs .item {
	border-radius: 3px;
	background: #F0F1F7;
	padding: 10px;
	margin-bottom: 30px;
	margin-right: 30px;
	margin-top: 10px;

	min-width: 300px;

	display: flex;
    flex-direction: row;
    align-items: start;
	justify-content: start;
	position: relative;
}

.device-browser-selector-thumbs .item.list-mode {
    width: 100%;
    height: 57px;
}

.device-browser-selector-thumbs .item.item-selected {
	background: #EBF8FD;
}

.device-browser-selector-thumbs .item:hover {
	background: white;
	box-shadow: 0 2px 11px 0 rgba(31,38,62,0.3);
}

.device-browser-selector-thumbs .image {
	text-align: center;
	cursor: pointer
}

.device-browser-selector-thumbs .grid-mode .image img {
	height: 90px;
	padding: 4px;
}

.device-browser-selector-thumbs .list-mode .checkbox {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.device-browser-selector-thumbs .list-mode .image img {
	height: 37px;
	padding: 4px;
    padding-left: 27px;
}

.device-browser-selector-thumbs .title {
	color: #1F263E;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
	line-height: 19px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.device-browser-selector-thumbs .list-mode .title > span,
.device-browser-selector-thumbs .list-mode .os-status > * {
	float: left;
    width: 100%;
}

.device-browser-selector-thumbs .grid-mode .title {
	margin-bottom: 11px;
}

.device-browser-selector-thumbs .right {
	flex: 1;
	padding-left: 13px;
	overflow: hidden;
}

.device-browser-selector-thumbs .list-mode .right {
	display: flex;
	height: 100%;
}

.device-browser-selector-thumbs .list-mode .right > div{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.grid-mode .provider-text {
	color: #1F263E;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 17px;

	border-left: 1px solid #1F263E;
    padding-left: 15px;
	margin-left: 15px;

	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.device-browser-selector-thumbs .grid-mode .checkbox {
	position: absolute;
    right: 9.25px;
    bottom: 2.25px;
}

.device-browser-selector-thumbs .status {
	color: #1F263E;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 17px;
}

.device-browser-selector-thumbs .title label {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.device-browser-selector-thumbs .grid-mode .os-status {
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 10px
}

.device-browser-selector-thumbs .os-status .os,
.device-browser-selector-thumbs .os-status .status {
	padding-left: 0px!important;
	padding-right: 0px!important
}

.device-browser-selector-thumbs .os-status .status.status-disconected {
	color: #E53934;
}

.device-browser-selector-thumbs .os-status .os {
	color: #1F263E;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 17px;
	white-space: nowrap
}

.device-browser-selector-thumbs .first-row {
	display: flex;
}

.device-browser-selector-thumbs .ant-checkbox-inner {
	border: 1.5px solid #1F263E;
}

.device-browser-selector-thumbs .ant-checkbox-inner {
	background: transparent;
}

.device-browser-selector-thumbs  .ant-checkbox-checked .ant-checkbox-inner, .browser-selector-thumb .ant-checkbox-checked .ant-checkbox-inner {
    background-color: #3DC0EF;
    border-color: #3DC0EF;
}

.device-browser-selector-thumbs .os-status .status i.online {
	color: #ffa500
}

.device-browser-selector-thumbs .os-status .status i.offline {
	color: #ff4500
}

.browser-selector .location h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.browser-selector-thumb {
	display: flex;
  	flex-wrap: wrap;
}

.browser-selector-thumb .browser {
	border-radius: 3px;
	background: #F0F1F7;
	padding: 10px;
	margin-bottom: 30px;
	margin-right: 30px;
	width: 200px;

	display: flex;
    flex-direction: row;
    align-items: start;
	justify-content: start;
	position: relative;
}

.browser-selector-thumb .image {
	text-align: center;
	/* padding-top: 15px; */
	cursor: pointer;
}

.browser-selector-thumb .image img {
	height: 50px
}

.browser-selector-thumb .title {
	text-align: center;
	margin-bottom: 5px!important
}

.browser-selector-thumb .title label {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.browser-selector-thumb .title span {
	color: #1F263E;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 19px;
	padding-left: 13px;
}

.browser-selector-thumb .checkbox{
	position: absolute;
    right: 9.25px;
    bottom: 2.25px;
}

.download-bar {
	font-size: 14px;
	margin-top: 9px;
}

.suite-case-selection-tab {
	width: 100%;
}

.suite-case-selection-tab .download-bar {
	height: 34px;
	line-height: 34px;
	margin: 0px 15px;
}

.suite-case-selection-tab .download-bar a,
.download-bar a{
	margin: 0px 5px;
}

.download-bar-icon {
	height: 15px;
    margin-top: -2px;
    padding-right: 2px;
}

.suite-case-selection-tab table.draggable-case-table {
	border: 1px solid #e4e4e4
}

.suite-case-selection-tab table.draggable-case-table th,
.suite-case-selection-tab table.draggable-case-table td {
	padding: 8px 8px 8px!important;
	vertical-align: middle!important
}

.suite-case-selection-tab table.draggable-case-table th.dragger,
.suite-case-selection-tab table.draggable-case-table td.dragger {
	width: 40px;
	text-align: center
}

.suite-case-selection-tab table.draggable-case-table th.case-name,
.suite-case-selection-tab table.draggable-case-table td.case-name {
	width: initial
}

.suite-case-selection-tab table.draggable-case-table td.case-name {
	font-size: 1.1em
}

.suite-case-selection-tab table.draggable-case-table th.iterations,
.suite-case-selection-tab table.draggable-case-table td.iterations {
	width: 90px
}

.suite-case-selection-tab table.draggable-case-table th.parameters,
.suite-case-selection-tab table.draggable-case-table td.parameters {
	width: 80px;
	text-align: center
}

.suite-case-selection-tab table.draggable-case-table th.parameters {
	width: 140px;
}

.suite-case-selection-tab table.draggable-case-table th.parameters > span {
	justify-content: center;
}

.suite-case-selection-tab table.draggable-case-table th.actions,
.suite-case-selection-tab table.draggable-case-table td.actions {
	width: 80px
}

.add-case-dialog {
	width: 500px
}

.add-case-dialog .modal-content {
	height: 100%
}

.add-case-dialog .modal-body {
	height: 450px;
	overflow-y: auto;
	overflow-x: auto
}

.gly-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg)
	}
	100% {
		-moz-transform: rotate(359deg)
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg)
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg)
	}
	100% {
		-o-transform: rotate(359deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.run-details-summary {
	margin-bottom: 30px
}

.run-details-summary .counter {
	margin-top: 30px
}

.run-details-summary .counter-container {
	padding-top: 5px
}

.run-details-summary .counter:before {
	content: "";
	position: absolute;
	left: 0;
	height: 60px;
	border-left: 2px solid #ADB2B5
}

.run-details-summary .counter .value {
	font-size: 1.6em
}

.run-details-summary .counter .value.passed {
	color: #90ee90
}

.run-details-summary .counter .value.failed {
	color: red
}

.run-details-summary .counter .progress {
	margin-top: 8px;
	margin-bottom: 0px!important
}

.run-details-summary table.cases-sum td,
.run-details-summary table.cases-sum th {
	color: #999
}

.run-details-summary table.cases-sum tr.borderless-cells-top td {
	border-top: none
}

.run-details-summary table.cases-sum tr.borderless-cells-bottom td {
	border-bottom: none
}

.run-details-summary table.cases-sum .case-sum-instances .accordian-body {
	background-color: azure;
	margin-bottom: 20px
}

.run-details-summary table.cases-sum .case-sum-instances .accordian-body .expendable-wrapper {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 15px;
	padding-bottom: 5px
}

.run-progress .run-status-panel {
	text-align: left;
	background: url(../img/loader-large.gif) no-repeat left;
	background-size: 100px;
	width: 400px;
	height: 100px;
	padding-top: 30px;
	padding-left: 100px;
	font-size: 2em;
	margin: 30px auto 0px
}

.run-details .cases-progress .progress {
	margin-bottom: 0px!important
}

.run-details .cases-progress td.case-name,
.run-details .cases-progress th.case-name {
	width: 38%
}

.run-details .cases-progress td.case-progress,
.run-details .cases-progress th.case-progress {
	width: 23%
}

.run-details .cases-progress td.iterations-status,
.run-details .cases-progress th.iterations-status {
	width: 39%
}

.run-details .cases-progress .case-name > .primary {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 400px;
}
.run-details .cases-progress .case-name > .secondary {
    color: #8a8a8a;
    font-size: 0.85em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 400px;
}

.doughnuts-container {
    text-align: center;
}

.doughnut-wrap {
	width: 44%;
	margin: 10px 3% 0px;
    overflow: hidden;
	position: relative;
	display: inline-block;
}

.doughnut-wrap-for-3 {
	width: 27%;
}

.doughnut-container {
	margin-top: 25px;
    margin-bottom: 25px;
}

.legend-wrap {
	margin-bottom: 40px;
	font-family: monospace;
	min-height: 60px;
}

.legend-square {
    height: 11px;
    width: 11px;
    margin-right: 5px;
    background: black;
    display: inline-block;
}

.legend-square-0 {
    background: #5cb85c;
}

.legend-square-1 {
    background: #dc3912;
}

.legend-square-2 {
    background: #ffb732;
}

.test-result-summary.dashboard {
	margin-bottom: 20px
}

.test-result-summary .counter {
	margin-top: 20px
}

.test-result-summary .counter:before {
	content: "";
	position: absolute;
	left: 0;
	height: 45px;
	border-left: 2px solid #ADB2B5
}

.test-result-summary .counter .value {
	font-size: 1.3em
}

.test-result-summary .counter .value.passed {
	color: #90ee90
}

.test-result-summary .counter .value.failed {
	color: red
}

.test-result-summary td.status {
	width: 20%
}

.test-result-summary td.case-name {
	width: 60%;
	vertical-align: middle
}

.test-result-summary td .progress {
	margin-bottom: 0!important
}

.test-result-summary table.cases-sum td,
.test-result-summary table.cases-sum th {
	color: #999
}

.test-result-summary table.cases-sum tr.borderless-cells-top td {
	border-top: none
}

.test-result-summary table.cases-sum tr.borderless-cells-bottom td {
	border-bottom: none
}

.test-result-summary table.cases-sum .case-sum-instances .accordian-body {
	background-color: azure;
	margin-bottom: 20px
}

.test-result-summary table.cases-sum .case-sum-instances .accordian-body .expendable-wrapper {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 15px;
	padding-bottom: 5px
}

.test-result .nav-pills>.active>a,
.test-result .nav-pills>.active>a:hover {
	color: #fff;
	background-color: #3ab0e0
}

.test-result .nav-pills>li>a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #e5e9ec
}

.test-result .nav-pills>li {
	margin: 0px 2px
}

.test-result .nav>li>a {
	padding: 6px 15px 15px!important
}

.test-result .nav.nav-pills>li>a {
	padding: 10px 15px !important
}

.test-result.iteration .header {
	margin-top: 30px!important
}

.test-result .iteration-container>div.panel-heading .label {
	padding: .2em .6em .2em!important
}

.test-result .iteration-container>div.panel-heading .panel-title a {
	margin-right: 10px;
	cursor: pointer
}

.test-result .case-tabs>div.nav-container {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px
}

.test-result .single-case .case-tabs>div.nav-container {
	margin-top: 0
}

.test-result .case-tabs>div.nav-container .nav-pills {
	display: inline-block
}

.test-result .case-tabs>div.tab-content {
	margin-top: 20px
}

.test-result .case-tabs .tab-pane {
	margin-top: 0!important
}

.test-result .case-tabs table.params {
	margin-top: 10px
}

.test-result .case-tabs table.steps.top th {
	padding-top: 0!important
}

.test-result .case-tabs table.steps.top th.name,
.test-result .case-tabs table.steps.top td.name {
	width: 60%;
}

table.steps.steps-fixed {
	table-layout: fixed;
}

.test-result .case-tabs table.steps.top td.name a {
	table-layout: fixed;
    word-wrap: break-word;
    word-break: break-all;
}

.test-result .case-tabs table.steps.top th.status,
.test-result .case-tabs table.steps.top td.status {
	width: 10%
}

.test-result .case-tabs table.steps.top.steps-fixed th.duration,
.test-result .case-tabs table.steps.top.steps-fixed td.duration,
.test-result .case-tabs table.steps.top.steps-fixed th.status,
.test-result .case-tabs table.steps.top.steps-fixed td.status {
	width: 100px;
}

.test-result .case-tabs table.steps.top.steps-fixed th.duration,
.test-result .case-tabs table.steps.top.steps-fixed td.duration {
	width: 275px;
}

.test-result .case-tabs table.steps.top th.duration,
.test-result .case-tabs table.steps.top td.duration {
	width: 30%
}

.test-result .case-tabs table.steps.top td.duration span:first-child {
	margin-left: 0
}

span.page-stats-item {
	padding-left: 20px;
	margin-left: 15px;
	font-size: 15px;
	float: right;
}

span.overall {
	background: url(../img/timing-overall.png) no-repeat left center
}

span.first-visual {
	background: url(../img/timing-first-visual.png) no-repeat left center
}

span.full-load {
	background: url(../img/timing-full-load.png) no-repeat left center
}

.test-result .case-tabs table.steps.top td.duration a.har-link {
	font-size: 16px
}

.test-result .case-tabs table.steps.top tr.no-border td {
	border: none!important
}

.ant-drawer .iteration-case table td.name .primary {
    display: block;
}

.ant-drawer .iteration-case table td.name .secondary {
    color: #8a8a8a;
    font-size: 0.85em;
}

.test-result .iteration-case table td.name {
	width: 50%
}

.test-result .iteration-case table td.status {
	width: 50%
}

.test-result .iteration-case table td .failure {
	margin-left: 10px
}

.test-result .case-tabs table.steps.top .substeps .accordian-body {
	background-color: azure;
	margin-bottom: 20px
}

.test-result .case-tabs table.steps.top .substeps .accordian-body .expendable-wrapper {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 15px;
	padding-bottom: 5px
}

.test-result .case-tabs table.steps.top .substeps table {
	table-layout: fixed
}

.test-result .case-tabs table.steps.top .substeps table>tbody>tr>td,
.test-result .case-tabs table.steps.top .substeps table>thead>tr>th {
	border-right: none;
	border-left: none
}

.test-result .case-tabs table.steps.top .substeps table td {
	word-wrap: break-word
}

.test-result .case-tabs table.steps.top .substeps .fa-camera {
	color: #757575b5!important
}

.test-result .case-tabs .failures .screenshot {
	width: 100%
}

.test-result .iteration-container .iteration-tabs table.params {
	margin-top: 20px
}

.screenshot-modal {
	width: 70%!important
}

.screenshot-modal .modal-body img {
	width: 100%
}

.release-details-form label {
	font-weight: bold!important
}

.release-details-form .form-control.inline-block {
	margin-left: unset!important
}

.group-add-no-hover-underline {
	margin-bottom: 25px;
    display: inline-block;
}

#groups .ui-label,
.ui-labels-wrap .ui-label {
    display: inline-block;
}

.group-add-no-hover-underline:hover {
	text-decoration: none!important
}

.group-add-no-hover-underline:hover>span,
#groups>span:hover {
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
	cursor: pointer
}

#groups,
#avail-groups {
	display: block;
	overflow: hidden;
	margin-left: -5px;
	min-height: 31px
}

.freez-react {
	opacity: 0.6
}

.projects button.add-proj, button.add-proj {
	margin: 0 auto;
    margin-top: 21px;
    display: block;
	background-image: unset;
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg)
	}
	100% {
		-moz-transform: rotate(359deg)
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg)
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg)
	}
	100% {
		-o-transform: rotate(359deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.param-table {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}

.table-scroll {
	width: 100%;
	border-spacing: 0
}

table.table-scroll th,
table.table-scroll td,
table.table-scroll tr,
table.table-scroll thead,
table.table-scroll tbody {
	display: block
}

table.table-scroll tbody td,
table.table-scroll thead th {
	width: 50%;
	float: left
}

table.table-scroll tbody td.full-w,
table.table-scroll thead th.full-w {
	width: 100%;
	float: auto;
}

.table-scroll-y {
	height: 272px;
	overflow-y: auto;
	float: left;
	width: 100%
}

.table-scroll-y-big {
	height: 816px;
}

.execution-settings {
	margin-top: 50px
}

.execution-settings-bottom {
	overflow: hidden;
}

.execution-settings-bottom-message {
	height: 34px;
	line-height: 34px;
}

.execution-settings-bottom .save-success {
	color: darkgreen;
}
.execution-settings-bottom .save-failed {
	color: darkred;
}

.execution-settings-bottom  .progress-wrap {
	width: calc(100% - 150px);
	display: inline-block;
	padding-top: 7px;
}

.execution-settings-bottom  .progress-wrap .progress {
	margin-bottom: 0px!important;
}

.step-failure {
	border: 1px solid #dc39127d !important;
}

.table>tbody>tr.step-failure>td {
	border: none;
}

.table>tbody>tr.step-before-failure>td {
	border-bottom: none;
}

.table>tbody>tr.step-after-failure>td {
	border-top: none;
}

.table>thead:first-child>tr:first-child>th {
	text-align: left;
}

.step-failure-bottom {
	border-top: none!important;
}

.step-failure-top {
	border-bottom: none!important;
}

.row-header-title {
	display: inline-block;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 34px;
	margin-bottom: 0px;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-6ths,
.col-sm-6ths,
.col-md-6ths,
.col-lg-6ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
	float: left;

}

.not-auth-wrap-form .checkbox {
	margin-top: 0px;
}

.not-auth-wrap-form .checkbox label {
	display: flex;
    flex-direction: row;
    align-items: center;
}

.not-auth-wrap-form .checkbox input[type=checkbox] {
	position: relative;
    margin-left: 0px;
    height: 14px;
	margin-top: 0px;
	margin-right: 5px;
}

.table>thead>tr>th {
	border-bottom: none;
}

.col-xs-6ths {
    width: 16%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 768px) {
    .col-sm-6ths {
        width: 16%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-6ths {
        width: 16%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-6ths {
        width: 16%;
        float: left;
    }
}

.title-label {
	font-weight: bold;
    /* color: #999; */
}

@media screen and (max-width: 768px) {
	.body-content .content.box .inner {
		min-height: auto!important;
	}

	.padding-right-0 {
		padding-right: 15px;
		margin-bottom: 15px;
	}
}

.table-bottom {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

 .table-save-success-notify {
  margin-left: 1.5em;
}

 .table-td {
  height: 37px;
  position: relative;
}

 .table-td-varning {
  background: #ff000012;
}

 .table-input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 7px;
  border: 1px solid #3AC2F1;
}

.padding-horizontal-40 {
	padding-left: 40px!important;
    padding-right: 40px!important;
}

.padding-horizontal-40-child .ant-tabs-bar.ant-tabs-top-bar,
.ant-tabs.ant-tabs-top > .ant-tabs-nav {
	margin-left: 40px;
	margin-right: 40px;
}

.page-title {
	color: #1F263E;
	font-family: 'Barlow';
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: capitalize;
	line-height: 1;
	display: inline-block;
}

table > thead > tr > td,
table th {
	color: #1F263E;
	font-family: 'Barlow';
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 17px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(151, 151, 151, 0.37);
}

table > tbody > tr > td {
	color: #1F263E;
	font-family: 'Barlow';
	font-size: 16px !important;
	letter-spacing: 0;
	line-height: 19px;
	border-bottom: 1px solid rgba(151, 151, 151, 0.37);
}

.ant-picker-content td {
	border-bottom: unset;
}

table a {
	color: #3DC0EF;
	font-family: 'Barlow';
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 19px;
	text-decoration: none;
}

.ui-form-label {
	color: #1F263E;
	font-family: 'Barlow';
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 17px;
}

.app-body .add-project-file-select[type="text"],
.add-project-file-select ,
.ui-input {
	background: transparent!important;
    border: 1px solid #d9d9d9 !important;
}

.ui-input-password input {
	background: transparent!important;
  	border: 1px solid #d9d9d9!important;
}

.ui-label {
	border-radius: 15.5px;
	background-color: #1F263E;
	box-shadow: 0 5px 7px 0 rgba(31,38,62,0.19);
	padding: 6px 10px;
	color: #FFFFFF;
	font-family: 'Barlow';
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 17px;
	text-align: center;
	margin: 12px;
}

.ui-label-danger{
	background-color: #FF3335;
	box-shadow: 0 5px 7px 0 rgba(255,51,53,0.33);
}

.ui-label-failed {
	background-color: #FF3335;
	box-shadow: 0 5px 7px 0 rgba(255,51,53,0.33);
	margin: 0px;
}

.ui-label-success,
.ui-label-passed {
	background-color: #6DC71F;
	box-shadow: 0 5px 7px 0 rgba(104,188,31,0.33);
	margin: 0px;
}

.ui-label-warning {
	background-color: #ffbf00;
	box-shadow: 0 5px 7px 0 rgb(255, 191, 0,0.33);
	margin: 0px;
}

.ui-label-canceled {
	margin: 0px;
}

.ant-modal-body {
	min-height: 120px;
	overflow: hidden;
    max-height: calc(100vh - 300px);
	overflow-y: auto !important;
}

#addedit_sla_form_thresholdsNormal,
#addedit_sla_form_thresholdsWarning {
	box-shadow: none;
}

.admin-label {
	opacity: 0.65;
}

.ant-calendar-today .ant-calendar-date {
	color: rgba(0, 0, 0, 0.65)!important;
    font-weight: 400!important;
    border: none;
}
.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date,
.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date {
	color: #fff!important;
}

.sorter-icon {
    height: 10px;
    font-size: 14px;
	display: flex !important;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.sorter-icon:hover {
	color: #33BFF1;
	cursor: pointer;
}

.sorter-icon.active {
	color: #33BFF1;
}

h1, h2, h3 {
  margin: 0;
}