
.dobar-relative {
	position: relative;
}

.dobar-row-flex {
	display: inline-flex;
}

.dobar-wrap .field-col {
	display: inline-block;
	margin-right: 20px;
}

.dobar-wrap .field-col-desc{
	min-width: 540px;
	max-width: calc(100% - 640px);
	vertical-align: top;
}

.dobar-margin-bottom20 {
	margin-bottom: 20px;
}



/* =======================================
	  			LAYOUT
======================================= */

.dobar-wrap {
	margin: 10px 20px 0 2px;
}

.dobar-wrap .nav-tab-active {
	background: #fff;
	border-bottom-color: #fff;
}

.dobar-wrap .nav-tab:focus:not(.nav-tab-active),
.dobar-wrap .nav-tab:hover:not(.nav-tab-active) {
	background-color: #f1f1f1;
	color: #444;
}

.dobar-body {
	background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
	padding: 1px 20px 20px 20px;
}

.dobar-header+.dobar-body {
	border-top: none;
}

.dobar-body table {
	border-collapse: collapse;
	width: 100%;
}

.dobar-body .dobar-width-auto {
	width: auto;
}

/* outside stripped table */
.dobar-description {
	color: #666;
	font-size: 13px;
	margin: 1.5rem 0;
	max-width: 960px;
}

/* inside stripped table */
.dobar-desc {
	font-size: 12px;
	font-weight: normal;
	color: #7a919e;
	margin: 10px 0;
	line-height: 1.7;
	max-width: 840px;
}

.dobar-desc+.dobar-desc {
	margin-top: -5px
}

td>.dobar-desc:first-child {
	margin-top: 0px;
	line-height: 2.24;
}

.dobar-h3 {
	line-height: 18px;
	color: #264d73;
	font-size: 18px;
	font-weight: 600;
	margin: 2px 0;
}

.dobar-div {
	display: inline-block;
	min-width: 100px;
}

.dobar-div .submit {
	margin: 5px;
	padding: 5px;
}

.dobar-h1 {
	display: inline-block;
}

h3 .dobar-learn-more {
	font-size: 12px;
	font-weight: normal;
	color: #7a919e;
	margin-left: 30px;
}

.dobar-wrap code {
	color: #666;
	background-color: #dde9f5;
	border-radius: 3px;
	font-size: 11px;
	font-style: normal;
}

.dobar-wrap ul {
	margin-left: 2em;
}

.dobar-wrap i {
	font-size: 13px;
	line-height: 16px;
}

.dobar-wrap .dobar-desc i {
	font-size: 12px;
}

.dobar-wrap p {
	margin: 1em 0;
}

.dobar-wrap p.submit {
	margin-bottom: 0;
}

.dobar-desc p {
	margin-left: 0;
}

.dobar-title,
.dobar-title-short {
	font-size: 18px;
	border-bottom: 1px solid #cccccc;
	margin: 2.5em 0px 1.5em 0;
	display: table;
	padding-right: 50px;
	padding-left: 3px;
	padding-bottom: 3px;

}

.dobar-title .button {
	margin-left: 1rem;
	margin-bottom: 5px;
	vertical-align: middle;
}

.dobar-title a .dashicons {
	/* vertical-align: text-bottom; */
}

.dobar-title a,
.dobar-title-short a {
	text-decoration: none;
}

.dobar-title-short {
	padding-right: 20px;
}

.dobar-title-section {
	margin: 2em -20px 12px -20px;
	padding: 12px 20px 12px 20px;
	border-bottom: 1px solid #eee;
	font-size: 1.2em;
	display: block;
	border-top: 1px solid #f1f1f1;
}

.dobar-list li:before {
	content: '>';
	color: #cc3d6a;
}

.dobar-wrap a.disabled {
	cursor: not-allowed;
	opacity: 0.5;
	text-decoration: none;
	color: #72777c;
}


/* =======================================
			LAYOUT - table
======================================= */

.dobar-table {
	font-size: 14px;
}

.dobar-body tbody>tr>th {
	padding-left: 20px;
}

.dobar-body tbody th {
	vertical-align: top;
	text-align: left;
	padding: 18px 10px 20px 0;
	width: 200px;
	font-weight: 600;
}

.dobar-body td {
	padding: 15px 10px;
	line-height: 1.3;
	vertical-align: middle;
}

.dobar-body .widefat td input+p {
	margin-top: .8em;
}

.dobar-body .striped>tbody>:nth-child(even) .notice {
	background-color: #f9f9f9;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;

}

.dobar-body .striped>tbody>:nth-child(even) .notice:first-child {
	margin-top: 0;
}

/* small table inside */
.dobar-body .dobar-vary-table {
	margin-top: -5px;
	width: 250px;
	margin-bottom: 20px;
}

.dobar-body .dobar-vary-table td {
	width: 50%;
	padding: 5px 0px;
}

.dobar-table-compact td,
.dobar-table-compact th {
	padding: 0.5rem 0.75rem;
}


/* =======================================
		   FORM - layout
======================================= */

.dobar-wrap .dobar-float-submit {
	position: absolute;
	right: 0;
	top: -5px;
	margin-top: 0;
}

.rtl .dobar-wrap .dobar-float-submit {
	left: 10px;
	right: unset;
}

.dobar-wrap .dobar-float-resetbtn {
	position: absolute;
	right: 0;
	bottom: 20px;
}

.rtl .dobar-wrap .dobar-float-resetbtn {
	left: 10px;
	right: unset;
}

/* =======================================
		  FORM - utilities
======================================= */

.dobar .dobar-input-large {
	font-size: 20px;
}

.dobar-input-long {
	width: 87%;
}

.dobar-input-short2 {
	width: 150px;
}

.dobar-input-short {
	width: 45px;
}


/* =======================================
	 BUTTONS
======================================= */

/* .dobar-wrap .button{
	background:#fff;
} */

.dobar-wrap .button-link {
	height: auto;
	line-height: inherit;
	font-size: inherit;
	box-shadow: none;
}

.dobar-wrap .button-link:hover,
.dobar-wrap .button-link:focus {
	box-shadow: none;
	background: none;
}

.dobar .dobar-btn-danger-bg,
.dobar-wrap .dobar-btn-danger-bg,
.dobar-btn-danger-bg {
	background: #dc3545;
	color: #fff;
	border: 1px solid #cc3d6a;
	box-shadow: 0 1px 0 rgba(177, 93, 93, 0.5);
}

.dobar .dobar-btn-danger,
.dobar-wrap .dobar-btn-danger,
.dobar-btn-danger {
	background: #fff;
	color: #cc3d6a;
	border: 1px solid #cc3d6a;
	box-shadow: 0 1px 0 rgba(177, 93, 93, 0.5);
}

.dobar .dobar-btn-danger:hover,
.dobar-wrap .dobar-btn-danger:hover,
.dobar-btn-danger:hover {
	border-color: #ab244e;
	background: #cc3d6a;
	color: #fff;
}

.dobar .dobar-btn-warning,
.dobar-wrap .dobar-btn-warning,
.dobar-btn-warning {
	background: #fff;
	color: #e59544;
	border: 1px solid #e59544;
	box-shadow: 0 1px 0 rgba(249, 166, 82, 0.55);
}

.dobar .dobar-btn-warning:hover,
.dobar-wrap .dobar-btn-warning:hover,
.dobar-btn-warning:hover {
	border-color: #e59544;
	background: #e59544;
	color: #fff;
}

.dobar .dobar-btn-success,
.dobar-wrap .dobar-btn-success,
.dobar-btn-success {
	background: #fff;
	color: #36b0b0;
	border: 1px solid #36b0b0;
	box-shadow: 0 1px 0 rgba(73, 160, 160, 0.55);
}

.dobar .dobar-btn-success:hover,
.dobar-wrap .dobar-btn-success:hover,
.dobar-btn-success:hover {
	border-color: #36b0b0;
	background: #36b0b0;
	color: #fff;
}

.dobar-wrap .button-primary {
	background: #528ac6;
	border-color: #538ac6 #2264ad #2264ad;
	color: #fff;
	box-shadow: 0 1px 0 #2264ad;
	text-shadow: 0 -1px 1px #2264ad, 1px 0 1px #2264ad, 0 1px 1px #2264ad, -1px 0 1px #2264ad;
}

.dobar-wrap .button-primary:focus,
.dobar-wrap .button-primary:hover {
	background: #5891ce;
	border-color: #2264ad;
	color: #fff;
}

.dobar-wrap .button-primary:hover {
	box-shadow: 0 1px 0 #2264ad;
}

.dobar-wrap .button-primary:focus {
	background: #5891ce;
	border-color: #2264ad;
	color: #fff;
	box-shadow: 0 1px 0 #0073aa, 0 0 2px 1px #33b3db;
}

.dobar .dobar-btn-primary,
.dobar-wrap .dobar-btn-primary,
.dobar-btn-primary {
	color: #538ac6;
	border: 1px solid #538ac6;
	-moz-box-shadow: 0 0 0 1px rgba(83, 138, 198, 0.25);
	-webkit-box-shadow: 0 0 0 1px rgba(83, 138, 198, 0.25);
	box-shadow: 0 0 0 1px rgba(83, 138, 198, 0.25);
}

.dobar .dobar-btn-primary:hover,
.dobar-wrap .dobar-btn-primary:hover,
.dobar-btn-primary:hover {
	background: #538ac6;
	border-color: #538ac6;
	color: #fff;
}

.dobar-wrap .button:not(.dobar-btn-large) .dashicons {
	position: relative;
	top: 0.125em;
}

.dobar-wrap .button:not(:first-child) {
	margin-left: 5px;
}

.dobar-wrap .button+.button {
	margin-left: 10px;
}

.dobar-info-button {
	color: #c8c8c8;
	padding: 0;
	-webkit-appearance: none;
	border: none;
	background: none;
	vertical-align: middle;
	line-height: inherit;
	text-decoration: none;
}

.dobar-info-button .dashicons {
	font-size: 16px;
	vertical-align: middle;
}

.dobar-btn-pie {
	-webkit-appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	margin: 0;
	top: -0.125em;
}

/* =======================================
   BUTTONS - sizes
======================================= */

.dobar-wrap .dobar-btn-tiny {
	padding: 2px 8px;
	line-height: 1.5;
	height: auto;
}

.dobar-wrap .dobar-btn-mini {
	padding: 0 8px 1px;
	font-size: 12px;
	font-weight: 600;
	margin: 5px 0;
}

.dobar-wrap .dobar-btn-mini .dashicons.dashicons-image-rotate {
	padding-top: 3px;
	font-size: 18px;
}

.dobar-wrap .dobar-btn-mini .dashicons {
	padding-top: 2px;
}

.dobar-wrap .dobar-btn-large {
	font-size: 1.5em;
	padding: .75em 1.5em;
	margin: 0 .25em;
	height: auto;
}

.dobar-wrap .dobar-btn-large .dashicons {
	font-size: 1.25em;
	width: auto;
}

/* =======================================
	  SWITCH
======================================= */
.dobar-switch {border:2px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.25);border-radius:3px;font-size:14px;font-weight:600;display:-webkit-inline-box;display:inline-flex;position:relative}
.dobar-switch input:first-child+label{border-top-left-radius:2px;border-bottom-left-radius:2px}
.dobar-switch label:last-child{border-top-right-radius:2px;border-bottom-right-radius:2px}
.dobar-switch input:first-child:checked+label{background:#d7dbde;color:#212121;border:1px solid rgba(0,0,0,.1)}
.dobar-switch input:first-child:checked+label.dobar-switch--danger{background-color:#dc3545;border:1px solid #dc3545}
.dobar-switch input:not(:first-child):checked+label{background-color:#27b5bd;color:#fff;border:1px solid #27b5bd}
.dobar-switch input:not(:first-child):checked+label.dobar-switch--danger{background-color:#dc3545;border:1px solid #dc3545}
.dobar-switch label{color:#444;font-size:14px;display:inline-block;min-width:75px;background-color:hsla(0,0%,100%,.2);font-weight:600;text-align:center;padding:5px 9px;cursor:pointer;border:1px solid hsla(0,0%,100%,.5);border-radius:1px;position:relative;margin-bottom:0}
.dobar-switch input{display:inline-block;position:absolute;z-index:-1}
.dobar-switch input:not(:first-child):focus+label,.dobar-switch input:not(:first-child):hover+label{background-color:rgba(39,181,189,.7);color:#fff}
.dobar-switch input:not(:first-child):focus+label.dobar-switch--danger,.dobar-switch input:not(:first-child):hover+label.dobar-switch--danger{background-color:rgba(220,53,69,.7)}
.dobar-switch input:first-child:focus+label,.dobar-switch input:first-child:hover+label{background-color:hsla(0,0%,87.8%,.7)}
.dobar-switch input:first-child:focus+label.dobar-switch--danger,.dobar-switch input:first-child:hover+label.dobar-switch--danger{background-color:rgba(220,53,69,.7)}
.dobar-switch input:checked:not(:first-child):focus+label,.dobar-switch input:checked:not(:first-child):hover+label{background-color:rgba(39,181,189,.8);color:#fff}
.dobar-switch input:checked:not(:first-child):focus+label.dobar-switch--danger,.dobar-switch input:checked:not(:first-child):hover+label.dobar-switch--danger{background-color:rgba(220,53,69,.8)}
.dobar-switch input:checked:first-child:focus+label,.dobar-switch input:checked:first-child:hover+label{background-color:hsla(0,0%,87.8%,.8)}
.dobar-switch input:checked:first-child:focus+label.dobar-switch--danger,.dobar-switch input:checked:first-child:hover+label.dobar-switch--danger{background-color:rgba(220,53,69,.8)}
.dobar-switch+.text-muted{margin-top:-.75rem}
.dobar-switch+.badge{margin-left:1rem;font-size:80%;padding:.4em .4em .25em}
.dobar-switch+.fe{margin-left:1rem}
.with-switch{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}
.with-switch .dobar-switch{margin-left:1rem;margin-bottom:0}

/*

.dobar-switch {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 0;
	display: inline-flex;
	position: relative;
}

.dobar-switch input:checked:active+label {
	box-shadow: 0 2px 0 rgba(27, 146, 146, 0.7), inset 0 2px 5px -3px rgba(0, 0, 0, .5);
}

.dobar-switch input:checked+label {
	background-color: #36b0b0;
	color: #fff;
	border: 1px solid #36b0b0;
	box-shadow: 0 2px 0 #1b9292;
	z-index: 2;
	text-shadow: 0 -1px 1px #1b9292, 1px 0 1px #1b9292, 0 1px 1px #1b9292, -1px 0 1px #1b9292;
}

.dobar-switch label {
	font-size: 14px;
	display: inline-block;
	min-width: 72px;
	background-color: #f9fafc;
	font-weight: 400;
	text-align: center;
	padding: 6px 12px 5px 12px;
	cursor: pointer;
	border: 1px solid #ccc;
	border-bottom: none;
	box-shadow: 0 2px 0 #ccc;
	position: relative;
}

.dobar-switch label:not(:last-child) {
	margin-right: -1px;
}

.dobar-switch label:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.dobar-switch label:first-of-type {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.dobar-switch input:hover+label {
	border-color: #1a9292;
	box-shadow: 0 2px 0 #1a9292;
	z-index: 2;
	color: #117171;

}

.dobar-switch input:focus+label {
	color: #117171;
	box-shadow: 0 0px 0px 2px rgba(28, 138, 128, 0.85);
	border-color: transparent;
	z-index: 2;

}

.dobar-switch input:focus+label+input+input:hover+label,
.dobar-switch input:focus+label+input:hover+label {
	z-index: 1;
}

.dobar-switch input:active+label {
	box-shadow: 0 2px 0 #1b9292, inset 0 2px 5px -3px rgba(0, 0, 0, .5);
}

.dobar-switch input:checked:hover+label,
.dobar-switch input:checked:focus+label {
	background-color: #36b0b0;
	color: #fff;


}

.dobar-switch input {
	display: inline-block;
	position: absolute;
	z-index: -1;
	margin: 0;
}
*/

/* =======================================
	LABEL/TAG
======================================= */
[class*="dobar-label-"] {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

[class*="dobar-label-"]:hover,
[class*="dobar-label-"]:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

[class*="dobar-label-"]:empty {
	display: none;
}

.dobar-label-regular {
	font-size: 1em;
}

.dobar-label-default {
	background-color: #777;
}

.dobar-label-default[href]:hover,
.dobar-label-default[href]:focus {
	background-color: #5e5e5e;
}

.dobar-label-primary {
	background-color: #337ab7;
}

.dobar-label-primary[href]:hover,
.dobar-label-primary[href]:focus {
	background-color: #286090;
}

.dobar-label-success {
	background-color: #5cb85c;
}

.dobar-label-success[href]:hover,
.dobar-label-success[href]:focus {
	background-color: #449d44;
}

.dobar-label-info {
	background-color: #5bc0de;
}

.dobar-label-info[href]:hover,
.dobar-label-info[href]:focus {
	background-color: #31b0d5;
}

.dobar-label-warning {
	background-color: #f0ad4e;
}

.dobar-label-warning[href]:hover,
.dobar-label-warning[href]:focus {
	background-color: #ec971f;
}

.dobar-label-danger {
	background-color: #d9534f;
}

.dobar-label-danger[href]:hover,
.dobar-label-danger[href]:focus {
	background-color: #c9302c;
}


/* =======================================
			CALLOUT / NOTICE
======================================= */

.dobar-callout {
	margin: 1.5rem 0;

	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #f9f9f9;
}

.dobar-callout h4:not(:last-child) {
	margin-bottom: 0.5rem;
	margin-top: 1em;
}

.dobar-callout p {
	margin-left: 0;
}

.dobar-callout ol,
.dobar-callout ul {
	margin-left: 1em;
}

.dobar-callout.notice-warning h4 {
	color: #e59544;
}

.dobar-callout.notice-error h4 {
	color: #dc3232;
}

.dobar-callout-bg {
	margin: 1.5rem 0;
	background: #f9f9f9;
	border-top: none;
	border-bottom: none;
	border-right: none;
}

/* =======================================
		   FORM - elements
======================================= */

.dobar-form-label {
	font-size: 1em;
	margin: 0.65rem 0;
	display: block;
	font-weight: 600;
}

.dobar-form-label--toggle {
	margin: 0;
	display: inline-block;
	min-width: 110px;
}

input.dobar-input[type="file"] {
	padding: 9px;
	min-width: 500px;
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
	background-color: #fff;
	color: #32373c;
	outline: 0;
	transition: 50ms border-color ease-in-out;
}

.dobar-body .dobar-textarea-success {
	border-color: #6699cc;
}

input.dobar-input-success {
	border-color: #28a745;
}

input.dobar-input-warning {
	border-color: #e59544;
}

.dobar-textarea {
	width: 60%;
}

.dobar-textarea-recommended {
	display: flex;
	margin-top: -5px;
}

.dobar-textarea-recommended .dobar-desc {
	margin: 0;
}

.dobar-textarea-recommended>div:first-child {
	margin-top: 1.7em;
	font-size: 12px;
	margin-right: 25px;
}

.dobar-wrap .dobar-collection-button {
	text-decoration: none;
	min-width: 30px;
	text-align: center;
}

.dobar-collection-button[data-action="add"] {
	margin-top: -5px;
	margin-left: -5px;
}

.dobar-collection-button .dashicons {
	vertical-align: baseline;
}

.dobar-wrap .button:not(.dobar-btn-large).dobar-form-action .dashicons {
	font-size: 1.2em;
	vertical-align: middle;
	top: 0;
}

#dobar_mygeolocation {
	background-color: #ddf5dd;
}

.dobar_pswd_link {
	cursor: pointer;
}

/* ToolTip */
/**
 *
 * Pure CSS implementation of Tooltips.
 *
 * Usage:
 * Tooltip Content - content of [data-title] attribute.
 * Use class spr-tt for default tooltip appearing below the element.
 * Use spt-tt--t, spt-tt--r, spt-tt--l class for tooltip to appear on top, right and left of the element respectively.
 *
 */
.dobar_tt {
  position: relative;
}
.dobar_tt:after,
.dobar_tt:before {
  left: 50%;
  top: 100%;
  position: absolute;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateX( -50% );
  -moz-transform: translateX( -50% );
  -ms-transform: translateX( -50% );
  -o-transform: translateX( -50% );
  transform: translateX( -50% );
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  -ms-box-sizing: initial;
  box-sizing: initial;
}
.dobar_tt:after {
  white-space: nowrap;
  content: attr(data-title);
  padding: 3px 8px;
  margin-top: 5px;
  color: #FFF;
  border-radius: 0px;
  background-color: #3d464d;
}
.dobar_tt:before {
  content: '';
  border: 5px solid transparent;
  border-bottom-color: #3d464d;
  margin-top: -5px;
}
.dobar_tt:hover:after,
.dobar_tt:hover:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.3s linear;
}
.dobar_tt.dobar_tt--success::before {
  border-bottom-color: #449d44;
}
.dobar_tt.dobar_tt--error::before {
  border-bottom-color: #d9534f;
}
.dobar_tt.dobar_tt--warn::before {
  border-bottom-color: #f0ad4e;
}
/*
  ==================================================================
  =========================Orientations=============================
  ==================================================================
*/
.dobar_tt--sticky:after,
.dobar_tt--sticky:before {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.dobar_tt--t:after,
.dobar_tt--t:before {
  left: 50%;
  top: 0;
}
.dobar_tt--t:before {
  border-bottom-color: transparent;
  border-top-color: #3d464d;
  margin-top: -5px;
}
.dobar_tt--t:after {
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  margin-top: -5px;
}
.dobar_tt--l:after,
.dobar_tt--l:before {
  left: 0;
  top: 50%;
}
.dobar_tt--l:before {
  border-bottom-color: transparent;
  border-left-color: #3d464d;
}
.dobar_tt--l:after {
  margin-top: 0px;
  margin-left: -5px;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.dobar_tt--r:after,
.dobar_tt--r:before {
  left: 100%;
  top: 50%;
}
.dobar_tt--r:before {
  border-bottom-color: transparent;
  border-right-color: #3d464d;
}
.dobar_tt--r:after {
  margin-top: 0px;
  margin-left: 5px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.dobar_tt[data-title=""]:after,
.dobar_tt[data-title=""]:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
/*
  ==================================================================
  =============================Costumes=============================
  ==================================================================
*/
.dobar_tt--success:after {
  background-color: #449d44;
}
.dobar_tt--error:after {
  background-color: #d9534f;
}
.dobar_tt--warn:after {
  background-color: #f0ad4e;
}




@media screen and (max-width: 1023px) and (min-width: 681px) {}

@media screen and (max-width: 680px) {

	.dobar-body tbody>tr>th {
		display: block;
		padding: 18px 0 5px 12px;
	}

	.dobar-wrap .dobar-float-submit {
		display: none;
	}

	.dobar-body {
		padding: 1px 10px 20px 15px;
	}

	.dobar-body .regular-text {
		width: 100%;
	}

	.dobar-textarea-recommended {
		flex-direction: column;
	}

	.dobar-textarea-recommended>div:first-child {
		margin-bottom: 1.7em;
		margin-top: 0;
	}
}

.themes {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.theme {
	flex: 0 13%;
}

.browser {
	background: #e0e0e0;
	border: 4px solid #e0e0e0;
	width: 100%;
	height: 10rem;
	padding-top: 20px;
	margin: 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.browser iframe {
	border: 0;
	background: #fff;
	height: 100%;
	width: 100%;
}
