.toplevel_page_auam #wpcontent {
	padding-left: 0;

}

.toplevel_page_auam #wpcontent #message {
	margin: 14px;
    padding: 8px 10px;

}

.tabs-content .tab-content {
	display: none;

}

.tabs-content .tab-content.is-active {
	display: block;

}

.tabs-btn {
	background: transparent;
    border: 0;
    font-size: 16px;
    padding: 20px 0;
    cursor: pointer;
	padding-right: 10px;

}

.tabs-btn.is-active {
	border-bottom: 3px solid #1c7ef6;
	color: #1c7ef6;

}

#rap_settings_page h1 {
	padding: 26px 20px;
    background: #fff;
    margin: 0;
    border-bottom: 1px solid #dfdfdf;

}

#rap_settings_page #rpa_settings_tabs_header {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	position: relative;
	top: 1px;
}

#rap_settings_page .tabs li a {
	display: inline-block;
	text-decoration: none;
	margin-right: 4px;
	color: #333;
	font-size: 16px;
	outline: none;
	position: relative;
	padding: 20px 0;

}

#rap_settings_page .tabs li.active a {
    outline: none;
    color: #2471b1;
	
}

#rap_settings_page .tabs li.active a:before {
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background: #2471b1;
    bottom: 0;

}

#rap_settings_page .tabs ul {
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
    padding-left: 10px;

}
#rap_settings_page .tabs ul li {
	margin-bottom: 0;
    display: inline-block;
	outline: none;
	padding: 0 10px;
	
}

#rap_settings_page .tabs ul li a:focus {
	box-shadow: none;
	
} 

#rap_settings_page .tab-content {
	padding: 18px;

}

#rap_settings_page .tab-content input[type="text"] {
	width: 100%;
	max-width: 600px;
}

.rpa_setting_hidden_item {
	display: none;
}


/* Vertical tab */
.ui-tabs.ui-tabs-vertical {
    padding: 0 0 15px;
    width: 90%;
}
.ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
	background: transparent;
}

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
	clear: left;
    margin: 0;
    border: 0;
	float: none !important;
	background: transparent !important;

}

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    padding: 0;
    padding: 0 9px 0 0px !important;
	margin-right: 0 !important;
	font-size: 15px !important;

}

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child a {
	border-right: 0;

}

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
}

.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
    margin-bottom: 10px;
}

.login_page_tab .ui-widget.ui-widget-content {
	border: 0;
}

.login_page_tab .ui-tabs .ui-tabs-nav {
	padding: 0;
	background: transparent !important;
}

.login_page_tab .ui-widget-content {
	background: transparent;

}

#rpa_login_page_tabs {
	padding: 0 !important;

}

.login_page_tab #tabs {
	display: flex;
    flex-flow: row wrap;
	width: 100%;

}

.login_page_tab #tabs ul li{
	display: block;
	padding: 0 10px 0 0px !important;
	
}

.login_page_tab #tabs ul li a {
	padding: 14px !important;
    display: block !important;
    border-radius: 5px;
	color: #333;
	
}

.login_page_tab #tabs ul li.ui-tabs-active a {
    background: #1c7ef6 !important;
	color: #fff !important;
	
}

.login_page_tab #tabs ul li a:hover {
    background: #f2f2f2;
	color: #000;
}

.login_page_tab #tabs ul li a.ui-tabs-anchor {
	float: none !important;

}

.login_page_tab #tabs ul{
    margin: 0;
    background: #fff !important;
    flex-basis: 221px;
    height: 100vh;
	padding-top: 22px;
	
}

#rpa_tab_settings_wrapper {
	position: relative;
}

#rpa_tab_settings_wrapper .submit-btn {
	position: absolute;
	top: 10px;
	right: 20px;
}

#rpa_tab_settings_wrapper .submit-btn #submit {
    background: #1c7ef6 !important;
    color: #fff !important;
    padding: 5px 14px;
    border-radius: 8px;
	border: 0;
	outline: none;
	box-shadow: none;

}

#rpa_tab_settings_wrapper .submit-btn #submit:hover {
	background: #5496e7 !important;
}

.login_page_tab .tab-contents {
	flex-basis: 75%;
    background: #fff;
    padding: 0 20px;
    margin: 20px;
    border-radius: 10px;
	margin-top: 0;

}

 #settings_tabs, #pages_tabs {
	background: #fff;
    margin: 20px;
    border-radius: 10px;

}

.login_page_tab .form-table th {
	padding: 20px 8px 20px 0 !important;

}

.login_page_tab .form-table td {
    padding: 15px 0 !important;

}



/* End vertical tab */