You are here

miniorange_oauth_client.admin.css in Drupal OAuth & OpenID Connect Login - OAuth2 Client SSO Login 8

.mo_oauth_btn1-block {
	display: block !important;
	width: 90% !important;
}
.square {
	height: 100px;
	padding-top: 40px;
	width: 450px;
}

 #mo_oauth_client_default_apps_input {
  background-position: 6px 8px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 15px;
  padding: 8px 12px 8px 20px;
  border: 1px solid #ddd;
  margin-bottom: 8px;
}
#mo_oauth_client_default_apps {list-style-type: none;padding: 0;margin: 0;}
#mo_oauth_client_default_apps li a {
  text-decoration: none;
  font-size: 12px;
  line-height:14px;
  color: black;
  display: block;
  min-height: 80px;
}
.mo_oauth_client_default_app_icon {max-height:50px;max-width:50px}
.mo_oauth_client_default_app_icon:hover { background-color: #eee;}
#mo_oauth_client_default_apps li {
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	padding: 8px 2px;
	display:inline-block; width:120px;height:80px;text-align:center;vertical-align:middle;
	margin:2px;
}

.mo_oauth_btn_restart_tour{
	float: right;
	margin-right: 2%;
	margin-top:-1%;
}

.mo_oauth_btn {
	display: inline-block;
	padding: 4px 22px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration: none
}


.mo_oauth_btn:focus,.mo_oauth_btn:active:focus,.mo_oauth_btn.active:focus,.mo_oauth_btn.focus,.mo_oauth_btn:active.focus,.mo_oauth_btn.active.focus
{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.mo_oauth_btn:hover,.mo_oauth_btn:focus,.mo_oauth_btn.focus {

	text-decoration: none
}

.mo_oauth_btn:active,.mo_oauth_btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.mo_oauth_btn.disabled,.mo_oauth_btn[disabled],fieldset[disabled] .mo_oauth_btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

.mo_oauth_btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.mo_oauth_btn-default:hover,.mo_oauth_btn-default:focus,.mo_oauth_btn-default.focus,.mo_oauth_btn-default:active,.mo_oauth_btn-default.active,.open>.dropdown-toggle.mo_oauth_btn-default
{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.mo_oauth_btn-default:active,.mo_oauth_btn-default.active,.open>.dropdown-toggle.mo_oauth_btn-default
{
	background-image: none
}

.mo_oauth_btn-default.disabled,.mo_oauth_btn-default[disabled],fieldset[disabled] .mo_oauth_btn-default,.mo_oauth_btn-default.disabled:hover,.mo_oauth_btn-default[disabled]:hover,fieldset[disabled] .mo_oauth_btn-default:hover,.mo_oauth_btn-default.disabled:focus,.mo_oauth_btn-default[disabled]:focus,fieldset[disabled] .mo_oauth_btn-default:focus,.mo_oauth_btn-default.disabled.focus,.mo_oauth_btn-default[disabled].focus,fieldset[disabled] .mo_oauth_btn-default.focus,.mo_oauth_btn-default.disabled:active,.mo_oauth_btn-default[disabled]:active,fieldset[disabled] .mo_oauth_btn-default:active,.mo_oauth_btn-default.disabled.active,.mo_oauth_btn-default[disabled].active,fieldset[disabled] .mo_oauth_btn-default.active
{
	background-color: #fff;
	border-color: #ccc
}

.mo_oauth_btn-default .badge {
	color: #fff;
	background-color: #333
}

.mo_oauth_btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.mo_oauth_btn-primary:hover,.mo_oauth_btn-primary:focus,.mo_oauth_btn-primary.focus,.mo_oauth_btn-primary:active,.mo_oauth_btn-primary.active,.open>.dropdown-toggle.mo_oauth_btn-primary
{
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.mo_oauth_btn-primary-color:hover,.mo_oauth_btn-primary-color:focus,.mo_oauth_btn-primary-color.focus,.mo_oauth_btn-primary-color:active,.mo_oauth_btn-primary-color.active,.open>.dropdown-toggle.mo_oauth_btn-primary-color
{
	color: #fff;
	background-color: #238320;
	border-color: #238320;
}

.mo_oauth_btn-primary:active,.mo_oauth_btn-primary.active,.open>.dropdown-toggle.mo_oauth_btn-primary
{
	background-image: none
}

.mo_oauth_btn-primary.disabled,.mo_oauth_btn-primary[disabled],fieldset[disabled] .mo_oauth_btn-primary,.mo_oauth_btn-primary.disabled:hover,.mo_oauth_btn-primary[disabled]:hover,fieldset[disabled] .mo_oauth_btn-primary:hover,.mo_oauth_btn-primary.disabled:focus,.mo_oauth_btn-primary[disabled]:focus,fieldset[disabled] .mo_oauth_btn-primary:focus,.mo_oauth_btn-primary.disabled.focus,.mo_oauth_btn-primary[disabled].focus,fieldset[disabled] .mo_oauth_btn-primary.focus,.mo_oauth_btn-primary.disabled:active,.mo_oauth_btn-primary[disabled]:active,fieldset[disabled] .mo_oauth_btn-primary:active,.mo_oauth_btn-primary.disabled.active,.mo_oauth_btn-primary[disabled].active,fieldset[disabled] .mo_oauth_btn-primary.active
{
	background-color: #337ab7;
	border-color: #2e6da4
}

.mo_oauth_btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.mo_oauth_btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.mo_oauth_btn-success:hover,.mo_oauth_btn-success:focus,.mo_oauth_btn-success.focus,.mo_oauth_btn-success:active,.mo_oauth_btn-success.active,.open>.dropdown-toggle.mo_oauth_btn-success
{
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.mo_oauth_btn-success:active,.mo_oauth_btn-success.active,.open>.dropdown-toggle.mo_oauth_btn-success
{
	background-image: none
}

.mo_oauth_btn-success.disabled,.mo_oauth_btn-success[disabled],fieldset[disabled] .mo_oauth_btn-success,.mo_oauth_btn-success.disabled:hover,.mo_oauth_btn-success[disabled]:hover,fieldset[disabled] .mo_oauth_btn-success:hover,.mo_oauth_btn-success.disabled:focus,.mo_oauth_btn-success[disabled]:focus,fieldset[disabled] .mo_oauth_btn-success:focus,.mo_oauth_btn-success.disabled.focus,.mo_oauth_btn-success[disabled].focus,fieldset[disabled] .mo_oauth_btn-success.focus,.mo_oauth_btn-success.disabled:active,.mo_oauth_btn-success[disabled]:active,fieldset[disabled] .mo_oauth_btn-success:active,.mo_oauth_btn-success.disabled.active,.mo_oauth_btn-success[disabled].active,fieldset[disabled] .mo_oauth_btn-success.active
{
	background-color: #5cb85c;
	border-color: #4cae4c
}

.mo_oauth_btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.mo_oauth_btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.mo_oauth_btn-info:hover,.mo_oauth_btn-info:focus,.mo_oauth_btn-info.focus,.mo_oauth_btn-info:active,.mo_oauth_btn-info.active,.open>.dropdown-toggle.mo_oauth_btn-info
{
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.mo_oauth_btn-info:active,.mo_oauth_btn-info.active,.open>.dropdown-toggle.mo_oauth_btn-info {
	background-image: none
}

.mo_oauth_btn-info.disabled,.mo_oauth_btn-info[disabled],fieldset[disabled] .mo_oauth_btn-info,.mo_oauth_btn-info.disabled:hover,.mo_oauth_btn-info[disabled]:hover,fieldset[disabled] .mo_oauth_btn-info:hover,.mo_oauth_btn-info.disabled:focus,.mo_oauth_btn-info[disabled]:focus,fieldset[disabled] .mo_oauth_btn-info:focus,.mo_oauth_btn-info.disabled.focus,.mo_oauth_btn-info[disabled].focus,fieldset[disabled] .mo_oauth_btn-info.focus,.mo_oauth_btn-info.disabled:active,.mo_oauth_btn-info[disabled]:active,fieldset[disabled] .mo_oauth_btn-info:active,.mo_oauth_btn-info.disabled.active,.mo_oauth_btn-info[disabled].active,fieldset[disabled] .mo_oauth_btn-info.active
{
	background-color: #5bc0de;
	border-color: #46b8da
}

.mo_oauth_btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.mo_oauth_btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.mo_oauth_btn-warning:hover,.mo_oauth_btn-warning:focus,.mo_oauth_btn-warning.focus,.mo_oauth_btn-warning:active,.mo_oauth_btn-warning.active,.open>.dropdown-toggle.mo_oauth_btn-warning
{
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.mo_oauth_btn-warning:active,.mo_oauth_btn-warning.active,.open>.dropdown-toggle.mo_oauth_btn-warning
{
	background-image: none
}

.mo_oauth_btn-warning.disabled,.mo_oauth_btn-warning[disabled],fieldset[disabled] .mo_oauth_btn-warning,.mo_oauth_btn-warning.disabled:hover,.mo_oauth_btn-warning[disabled]:hover,fieldset[disabled] .mo_oauth_btn-warning:hover,.mo_oauth_btn-warning.disabled:focus,.mo_oauth_btn-warning[disabled]:focus,fieldset[disabled] .mo_oauth_btn-warning:focus,.mo_oauth_btn-warning.disabled.focus,.mo_oauth_btn-warning[disabled].focus,fieldset[disabled] .mo_oauth_btn-warning.focus,.mo_oauth_btn-warning.disabled:active,.mo_oauth_btn-warning[disabled]:active,fieldset[disabled] .mo_oauth_btn-warning:active,.mo_oauth_btn-warning.disabled.active,.mo_oauth_btn-warning[disabled].active,fieldset[disabled] .mo_oauth_btn-warning.active
{
	background-color: #f0ad4e;
	border-color: #eea236
}

.mo_oauth_btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.mo_oauth_btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.mo_oauth_btn-danger:hover,.mo_oauth_btn-danger:focus,.mo_oauth_btn-danger.focus,.mo_oauth_btn-danger:active,.mo_oauth_btn-danger.active,.open>.dropdown-toggle.mo_oauth_btn-danger
{
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.mo_oauth_btn-danger:active,.mo_oauth_btn-danger.active,.open>.dropdown-toggle.mo_oauth_btn-danger
{
	background-image: none
}

.mo_oauth_btn-danger.disabled,.mo_oauth_btn-danger[disabled],fieldset[disabled] .mo_oauth_btn-danger,.mo_oauth_btn-danger.disabled:hover,.mo_oauth_btn-danger[disabled]:hover,fieldset[disabled] .mo_oauth_btn-danger:hover,.mo_oauth_btn-danger.disabled:focus,.mo_oauth_btn-danger[disabled]:focus,fieldset[disabled] .mo_oauth_btn-danger:focus,.mo_oauth_btn-danger.disabled.focus,.mo_oauth_btn-danger[disabled].focus,fieldset[disabled] .mo_oauth_btn-danger.focus,.mo_oauth_btn-danger.disabled:active,.mo_oauth_btn-danger[disabled]:active,fieldset[disabled] .mo_oauth_btn-danger:active,.mo_oauth_btn-danger.disabled.active,.mo_oauth_btn-danger[disabled].active,fieldset[disabled] .mo_oauth_btn-danger.active
{
	background-color: #d9534f;
	border-color: #d43f3a
}

.mo_oauth_btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.mo_oauth_btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0
}

.mo_oauth_btn-link,.mo_oauth_btn-link:active,.mo_oauth_btn-link.active,.mo_oauth_btn-link[disabled],fieldset[disabled] .mo_oauth_btn-link
{
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.mo_oauth_btn-link,.mo_oauth_btn-link:hover,.mo_oauth_btn-link:focus,.mo_oauth_btn-link:active {
	border-color: transparent
}

.mo_oauth_btn-link:hover,.mo_oauth_btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.mo_oauth_btn-link[disabled]:hover,fieldset[disabled] .mo_oauth_btn-link:hover,.mo_oauth_btn-link[disabled]:focus,fieldset[disabled] .mo_oauth_btn-link:focus
{
	color: #777;
	text-decoration: none
}

.mo_oauth_btn-lg,.mo_oauth_btn-group-lg>.mo_oauth_btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

.mo_oauth_btn-sm,.mo_oauth_btn-group-sm>.mo_oauth_btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.mo_oauth_btn-xs,.mo_oauth_btn-group-xs>.mo_oauth_btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.mo_oauth_btn-block {
	display: block;
	width: 100%
}

.mo_oauth_btn-block+.mo_oauth_btn-block {
	margin-top: 5px
}

input[type=submit].mo_oauth_btn-block,input[type=reset].mo_oauth_btn-block,input[type=button].mo_oauth_btn-block
{
	width: 100%
}



.mo_oauth_btn-group,.mo_oauth_btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.mo_oauth_btn-group>.mo_oauth_btn,.mo_oauth_btn-group-vertical>.mo_oauth_btn {
	position: relative;
	float: left
}

.mo_oauth_btn-group>.mo_oauth_btn:hover,.mo_oauth_btn-group-vertical>.mo_oauth_btn:hover,.mo_oauth_btn-group>.mo_oauth_btn:focus,.mo_oauth_btn-group-vertical>.mo_oauth_btn:focus,.mo_oauth_btn-group>.mo_oauth_btn:active,.mo_oauth_btn-group-vertical>.mo_oauth_btn:active,.mo_oauth_btn-group>.mo_oauth_btn.active,.mo_oauth_btn-group-vertical>.mo_oauth_btn.active
{
	z-index: 2
}

.mo_oauth_btn-group .mo_oauth_btn+.mo_oauth_btn,.mo_oauth_btn-group .mo_oauth_btn+.mo_oauth_btn-group,.mo_oauth_btn-group .mo_oauth_btn-group+.mo_oauth_btn,.mo_oauth_btn-group .mo_oauth_btn-group+.mo_oauth_btn-group
{
	margin-left: -1px
}

.mo_oauth_btn-toolbar {
	margin-left: -5px
}

.mo_oauth_btn-toolbar .mo_oauth_btn-group,.mo_oauth_btn-toolbar .input-group {
	float: left
}

.mo_oauth_btn-toolbar>.mo_oauth_btn,.mo_oauth_btn-toolbar>.mo_oauth_btn-group,.mo_oauth_btn-toolbar>.input-group {
	margin-left: 5px
}

.mo_oauth_btn-group>.mo_oauth_btn:not (:first-child ):not (:last-child ):not (.dropdown-toggle
	){
	border-radius: 0
}

.mo_oauth_btn-group>.mo_oauth_btn:first-child {
	margin-left: 0
}

.mo_oauth_btn-group>.mo_oauth_btn:first-child:not (:last-child ):not (.dropdown-toggle ){
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.mo_oauth_btn-group>.mo_oauth_btn:last-child:not (:first-child ),.mo_oauth_btn-group>.dropdown-toggle:not
	(:first-child ){
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.mo_oauth_btn-group>.mo_oauth_btn-group {
	float: left
}

.mo_oauth_btn-group>.mo_oauth_btn-group:not (:first-child ):not (:last-child )>.mo_oauth_btn {
	border-radius: 0
}

.mo_oauth_btn-group>.mo_oauth_btn-group:first-child>.mo_oauth_btn:last-child,.mo_oauth_btn-group>.mo_oauth_btn-group:first-child>.dropdown-toggle
{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.mo_oauth_btn-group>.mo_oauth_btn-group:last-child>.mo_oauth_btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.mo_oauth_btn-group .dropdown-toggle:active,.mo_oauth_btn-group.open .dropdown-toggle {
	outline: 0
}

.mo_oauth_btn-group>.mo_oauth_btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}

.mo_oauth_btn-group>.mo_oauth_btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.mo_oauth_btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.mo_oauth_btn-group.open .dropdown-toggle.mo_oauth_btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.mo_oauth_btn .caret {
	margin-left: 0
}

.mo_oauth_btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .mo_oauth_btn-lg .caret {
	border-width: 0 5px 5px
}

.mo_oauth_btn-group-vertical>.mo_oauth_btn,.mo_oauth_btn-group-vertical>.mo_oauth_btn-group,.mo_oauth_btn-group-vertical>.mo_oauth_btn-group>.mo_oauth_btn
{
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.mo_oauth_btn-group-vertical>.mo_oauth_btn-group>.mo_oauth_btn {
	float: none
}

.mo_oauth_btn-group-vertical>.mo_oauth_btn+.mo_oauth_btn,.mo_oauth_btn-group-vertical>.mo_oauth_btn+.mo_oauth_btn-group,.mo_oauth_btn-group-vertical>.mo_oauth_btn-group+.mo_oauth_btn,.mo_oauth_btn-group-vertical>.mo_oauth_btn-group+.mo_oauth_btn-group
{
	margin-top: -1px;
	margin-left: 0
}

.mo_oauth_btn-group-vertical>.mo_oauth_btn:not (:first-child ):not (:last-child ){
	border-radius: 0
}

.mo_oauth_btn-group-vertical>.mo_oauth_btn:first-child:not (:last-child ){
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.mo_oauth_btn-group-vertical>.mo_oauth_btn:last-child:not (:first-child ){
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px
}

.mo_oauth_btn-group-vertical>.mo_oauth_btn-group:not (:first-child ):not (:last-child )>.mo_oauth_btn
{
	border-radius: 0
}

.mo_oauth_btn-group-vertical>.mo_oauth_btn-group:first-child:not (:last-child )>.mo_oauth_btn:last-child,.mo_oauth_btn-group-vertical>.mo_oauth_btn-group:first-child:not
	(:last-child )>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.mo_oauth_btn-group-vertical>.mo_oauth_btn-group:last-child:not (:first-child )>.mo_oauth_btn:first-child
{
	border-top-left-radius: 0;
	border-top-right-radius: 0
}


.mo_oauth_btn1 {
	display: inline-block;
	padding: 4px 22px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration: none
}


.mo_oauth_btn1:focus,.mo_oauth_btn1:active:focus,.mo_oauth_btn1.active:focus,.mo_oauth_btn1.focus,.mo_oauth_btn1:active.focus,.mo_oauth_btn1.active.focus
{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.mo_oauth_btn1:hover,.mo_oauth_btn1:focus,.mo_oauth_btn1.focus {

	text-decoration: none
}

.mo_oauth_btn1:active,.mo_oauth_btn1.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

/* FAQ button and Ask question on forum button*/
.mo_saml_text_center{
	text-align: center;
}
.mo_faq_button_left{
	float: inherit;
	color: #48a0dc;
	border: 2px solid #48a0dc;
	padding: 5px;
}

.mo_faq_button_left:hover{
	transform: scale(1.1);
}
.mo_faq_button_right{
	float: inherit;
	color: #48a0dc;
	border: 2px solid #48a0dc;
	padding: 5px;
	margin-left: 10px;
}

.mo_faq_button_right:hover{
	transform: scale(1.1);
}

/** CSS for page headings */
.mo_oauth_font_for_heading {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 1em;
    margin-top: 0%;
    font-weight: bold;
    padding-bottom: 0%;
    float: left;
}

.mo_oauth_attr_mapping_label {
  margin-right: 10px;
  width: 15em;
}

.mo_oauth_attr_mapping_select_element{
  margin-left: 6%;
}

File

css/miniorange_oauth_client.admin.css
View source
  1. .mo_oauth_btn1-block {
  2. display: block !important;
  3. width: 90% !important;
  4. }
  5. .square {
  6. height: 100px;
  7. padding-top: 40px;
  8. width: 450px;
  9. }
  10. #mo_oauth_client_default_apps_input {
  11. background-position: 6px 8px;
  12. background-repeat: no-repeat;
  13. width: 100%;
  14. font-size: 15px;
  15. padding: 8px 12px 8px 20px;
  16. border: 1px solid #ddd;
  17. margin-bottom: 8px;
  18. }
  19. #mo_oauth_client_default_apps {list-style-type: none;padding: 0;margin: 0;}
  20. #mo_oauth_client_default_apps li a {
  21. text-decoration: none;
  22. font-size: 12px;
  23. line-height:14px;
  24. color: black;
  25. display: block;
  26. min-height: 80px;
  27. }
  28. .mo_oauth_client_default_app_icon {max-height:50px;max-width:50px}
  29. .mo_oauth_client_default_app_icon:hover { background-color: #eee;}
  30. #mo_oauth_client_default_apps li {
  31. border: 1px solid #ddd;
  32. background-color: #f6f6f6;
  33. padding: 8px 2px;
  34. display:inline-block; width:120px;height:80px;text-align:center;vertical-align:middle;
  35. margin:2px;
  36. }
  37. .mo_oauth_btn_restart_tour{
  38. float: right;
  39. margin-right: 2%;
  40. margin-top:-1%;
  41. }
  42. .mo_oauth_btn {
  43. display: inline-block;
  44. padding: 4px 22px;
  45. margin-bottom: 0;
  46. font-size: 14px;
  47. font-weight: 400;
  48. line-height: 1.42857143;
  49. text-align: center;
  50. white-space: nowrap;
  51. vertical-align: middle;
  52. -ms-touch-action: manipulation;
  53. touch-action: manipulation;
  54. cursor: pointer;
  55. -webkit-user-select: none;
  56. -moz-user-select: none;
  57. -ms-user-select: none;
  58. user-select: none;
  59. background-image: none;
  60. border: 1px solid transparent;
  61. border-radius: 4px;
  62. text-decoration: none
  63. }
  64. .mo_oauth_btn:focus,.mo_oauth_btn:active:focus,.mo_oauth_btn.active:focus,.mo_oauth_btn.focus,.mo_oauth_btn:active.focus,.mo_oauth_btn.active.focus
  65. {
  66. outline: thin dotted;
  67. outline: 5px auto -webkit-focus-ring-color;
  68. outline-offset: -2px
  69. }
  70. .mo_oauth_btn:hover,.mo_oauth_btn:focus,.mo_oauth_btn.focus {
  71. text-decoration: none
  72. }
  73. .mo_oauth_btn:active,.mo_oauth_btn.active {
  74. background-image: none;
  75. outline: 0;
  76. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  77. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
  78. }
  79. .mo_oauth_btn.disabled,.mo_oauth_btn[disabled],fieldset[disabled] .mo_oauth_btn {
  80. pointer-events: none;
  81. cursor: not-allowed;
  82. filter: alpha(opacity = 65);
  83. -webkit-box-shadow: none;
  84. box-shadow: none;
  85. opacity: .65
  86. }
  87. .mo_oauth_btn-default {
  88. color: #333;
  89. background-color: #fff;
  90. border-color: #ccc
  91. }
  92. .mo_oauth_btn-default:hover,.mo_oauth_btn-default:focus,.mo_oauth_btn-default.focus,.mo_oauth_btn-default:active,.mo_oauth_btn-default.active,.open>.dropdown-toggle.mo_oauth_btn-default
  93. {
  94. color: #333;
  95. background-color: #e6e6e6;
  96. border-color: #adadad
  97. }
  98. .mo_oauth_btn-default:active,.mo_oauth_btn-default.active,.open>.dropdown-toggle.mo_oauth_btn-default
  99. {
  100. background-image: none
  101. }
  102. .mo_oauth_btn-default.disabled,.mo_oauth_btn-default[disabled],fieldset[disabled] .mo_oauth_btn-default,.mo_oauth_btn-default.disabled:hover,.mo_oauth_btn-default[disabled]:hover,fieldset[disabled] .mo_oauth_btn-default:hover,.mo_oauth_btn-default.disabled:focus,.mo_oauth_btn-default[disabled]:focus,fieldset[disabled] .mo_oauth_btn-default:focus,.mo_oauth_btn-default.disabled.focus,.mo_oauth_btn-default[disabled].focus,fieldset[disabled] .mo_oauth_btn-default.focus,.mo_oauth_btn-default.disabled:active,.mo_oauth_btn-default[disabled]:active,fieldset[disabled] .mo_oauth_btn-default:active,.mo_oauth_btn-default.disabled.active,.mo_oauth_btn-default[disabled].active,fieldset[disabled] .mo_oauth_btn-default.active
  103. {
  104. background-color: #fff;
  105. border-color: #ccc
  106. }
  107. .mo_oauth_btn-default .badge {
  108. color: #fff;
  109. background-color: #333
  110. }
  111. .mo_oauth_btn-primary {
  112. color: #fff;
  113. background-color: #337ab7;
  114. border-color: #2e6da4
  115. }
  116. .mo_oauth_btn-primary:hover,.mo_oauth_btn-primary:focus,.mo_oauth_btn-primary.focus,.mo_oauth_btn-primary:active,.mo_oauth_btn-primary.active,.open>.dropdown-toggle.mo_oauth_btn-primary
  117. {
  118. color: #fff;
  119. background-color: #286090;
  120. border-color: #204d74
  121. }
  122. .mo_oauth_btn-primary-color:hover,.mo_oauth_btn-primary-color:focus,.mo_oauth_btn-primary-color.focus,.mo_oauth_btn-primary-color:active,.mo_oauth_btn-primary-color.active,.open>.dropdown-toggle.mo_oauth_btn-primary-color
  123. {
  124. color: #fff;
  125. background-color: #238320;
  126. border-color: #238320;
  127. }
  128. .mo_oauth_btn-primary:active,.mo_oauth_btn-primary.active,.open>.dropdown-toggle.mo_oauth_btn-primary
  129. {
  130. background-image: none
  131. }
  132. .mo_oauth_btn-primary.disabled,.mo_oauth_btn-primary[disabled],fieldset[disabled] .mo_oauth_btn-primary,.mo_oauth_btn-primary.disabled:hover,.mo_oauth_btn-primary[disabled]:hover,fieldset[disabled] .mo_oauth_btn-primary:hover,.mo_oauth_btn-primary.disabled:focus,.mo_oauth_btn-primary[disabled]:focus,fieldset[disabled] .mo_oauth_btn-primary:focus,.mo_oauth_btn-primary.disabled.focus,.mo_oauth_btn-primary[disabled].focus,fieldset[disabled] .mo_oauth_btn-primary.focus,.mo_oauth_btn-primary.disabled:active,.mo_oauth_btn-primary[disabled]:active,fieldset[disabled] .mo_oauth_btn-primary:active,.mo_oauth_btn-primary.disabled.active,.mo_oauth_btn-primary[disabled].active,fieldset[disabled] .mo_oauth_btn-primary.active
  133. {
  134. background-color: #337ab7;
  135. border-color: #2e6da4
  136. }
  137. .mo_oauth_btn-primary .badge {
  138. color: #337ab7;
  139. background-color: #fff
  140. }
  141. .mo_oauth_btn-success {
  142. color: #fff;
  143. background-color: #5cb85c;
  144. border-color: #4cae4c
  145. }
  146. .mo_oauth_btn-success:hover,.mo_oauth_btn-success:focus,.mo_oauth_btn-success.focus,.mo_oauth_btn-success:active,.mo_oauth_btn-success.active,.open>.dropdown-toggle.mo_oauth_btn-success
  147. {
  148. color: #fff;
  149. background-color: #449d44;
  150. border-color: #398439
  151. }
  152. .mo_oauth_btn-success:active,.mo_oauth_btn-success.active,.open>.dropdown-toggle.mo_oauth_btn-success
  153. {
  154. background-image: none
  155. }
  156. .mo_oauth_btn-success.disabled,.mo_oauth_btn-success[disabled],fieldset[disabled] .mo_oauth_btn-success,.mo_oauth_btn-success.disabled:hover,.mo_oauth_btn-success[disabled]:hover,fieldset[disabled] .mo_oauth_btn-success:hover,.mo_oauth_btn-success.disabled:focus,.mo_oauth_btn-success[disabled]:focus,fieldset[disabled] .mo_oauth_btn-success:focus,.mo_oauth_btn-success.disabled.focus,.mo_oauth_btn-success[disabled].focus,fieldset[disabled] .mo_oauth_btn-success.focus,.mo_oauth_btn-success.disabled:active,.mo_oauth_btn-success[disabled]:active,fieldset[disabled] .mo_oauth_btn-success:active,.mo_oauth_btn-success.disabled.active,.mo_oauth_btn-success[disabled].active,fieldset[disabled] .mo_oauth_btn-success.active
  157. {
  158. background-color: #5cb85c;
  159. border-color: #4cae4c
  160. }
  161. .mo_oauth_btn-success .badge {
  162. color: #5cb85c;
  163. background-color: #fff
  164. }
  165. .mo_oauth_btn-info {
  166. color: #fff;
  167. background-color: #5bc0de;
  168. border-color: #46b8da
  169. }
  170. .mo_oauth_btn-info:hover,.mo_oauth_btn-info:focus,.mo_oauth_btn-info.focus,.mo_oauth_btn-info:active,.mo_oauth_btn-info.active,.open>.dropdown-toggle.mo_oauth_btn-info
  171. {
  172. color: #fff;
  173. background-color: #31b0d5;
  174. border-color: #269abc
  175. }
  176. .mo_oauth_btn-info:active,.mo_oauth_btn-info.active,.open>.dropdown-toggle.mo_oauth_btn-info {
  177. background-image: none
  178. }
  179. .mo_oauth_btn-info.disabled,.mo_oauth_btn-info[disabled],fieldset[disabled] .mo_oauth_btn-info,.mo_oauth_btn-info.disabled:hover,.mo_oauth_btn-info[disabled]:hover,fieldset[disabled] .mo_oauth_btn-info:hover,.mo_oauth_btn-info.disabled:focus,.mo_oauth_btn-info[disabled]:focus,fieldset[disabled] .mo_oauth_btn-info:focus,.mo_oauth_btn-info.disabled.focus,.mo_oauth_btn-info[disabled].focus,fieldset[disabled] .mo_oauth_btn-info.focus,.mo_oauth_btn-info.disabled:active,.mo_oauth_btn-info[disabled]:active,fieldset[disabled] .mo_oauth_btn-info:active,.mo_oauth_btn-info.disabled.active,.mo_oauth_btn-info[disabled].active,fieldset[disabled] .mo_oauth_btn-info.active
  180. {
  181. background-color: #5bc0de;
  182. border-color: #46b8da
  183. }
  184. .mo_oauth_btn-info .badge {
  185. color: #5bc0de;
  186. background-color: #fff
  187. }
  188. .mo_oauth_btn-warning {
  189. color: #fff;
  190. background-color: #f0ad4e;
  191. border-color: #eea236
  192. }
  193. .mo_oauth_btn-warning:hover,.mo_oauth_btn-warning:focus,.mo_oauth_btn-warning.focus,.mo_oauth_btn-warning:active,.mo_oauth_btn-warning.active,.open>.dropdown-toggle.mo_oauth_btn-warning
  194. {
  195. color: #fff;
  196. background-color: #ec971f;
  197. border-color: #d58512
  198. }
  199. .mo_oauth_btn-warning:active,.mo_oauth_btn-warning.active,.open>.dropdown-toggle.mo_oauth_btn-warning
  200. {
  201. background-image: none
  202. }
  203. .mo_oauth_btn-warning.disabled,.mo_oauth_btn-warning[disabled],fieldset[disabled] .mo_oauth_btn-warning,.mo_oauth_btn-warning.disabled:hover,.mo_oauth_btn-warning[disabled]:hover,fieldset[disabled] .mo_oauth_btn-warning:hover,.mo_oauth_btn-warning.disabled:focus,.mo_oauth_btn-warning[disabled]:focus,fieldset[disabled] .mo_oauth_btn-warning:focus,.mo_oauth_btn-warning.disabled.focus,.mo_oauth_btn-warning[disabled].focus,fieldset[disabled] .mo_oauth_btn-warning.focus,.mo_oauth_btn-warning.disabled:active,.mo_oauth_btn-warning[disabled]:active,fieldset[disabled] .mo_oauth_btn-warning:active,.mo_oauth_btn-warning.disabled.active,.mo_oauth_btn-warning[disabled].active,fieldset[disabled] .mo_oauth_btn-warning.active
  204. {
  205. background-color: #f0ad4e;
  206. border-color: #eea236
  207. }
  208. .mo_oauth_btn-warning .badge {
  209. color: #f0ad4e;
  210. background-color: #fff
  211. }
  212. .mo_oauth_btn-danger {
  213. color: #fff;
  214. background-color: #d9534f;
  215. border-color: #d43f3a
  216. }
  217. .mo_oauth_btn-danger:hover,.mo_oauth_btn-danger:focus,.mo_oauth_btn-danger.focus,.mo_oauth_btn-danger:active,.mo_oauth_btn-danger.active,.open>.dropdown-toggle.mo_oauth_btn-danger
  218. {
  219. color: #fff;
  220. background-color: #c9302c;
  221. border-color: #ac2925
  222. }
  223. .mo_oauth_btn-danger:active,.mo_oauth_btn-danger.active,.open>.dropdown-toggle.mo_oauth_btn-danger
  224. {
  225. background-image: none
  226. }
  227. .mo_oauth_btn-danger.disabled,.mo_oauth_btn-danger[disabled],fieldset[disabled] .mo_oauth_btn-danger,.mo_oauth_btn-danger.disabled:hover,.mo_oauth_btn-danger[disabled]:hover,fieldset[disabled] .mo_oauth_btn-danger:hover,.mo_oauth_btn-danger.disabled:focus,.mo_oauth_btn-danger[disabled]:focus,fieldset[disabled] .mo_oauth_btn-danger:focus,.mo_oauth_btn-danger.disabled.focus,.mo_oauth_btn-danger[disabled].focus,fieldset[disabled] .mo_oauth_btn-danger.focus,.mo_oauth_btn-danger.disabled:active,.mo_oauth_btn-danger[disabled]:active,fieldset[disabled] .mo_oauth_btn-danger:active,.mo_oauth_btn-danger.disabled.active,.mo_oauth_btn-danger[disabled].active,fieldset[disabled] .mo_oauth_btn-danger.active
  228. {
  229. background-color: #d9534f;
  230. border-color: #d43f3a
  231. }
  232. .mo_oauth_btn-danger .badge {
  233. color: #d9534f;
  234. background-color: #fff
  235. }
  236. .mo_oauth_btn-link {
  237. font-weight: 400;
  238. color: #337ab7;
  239. border-radius: 0
  240. }
  241. .mo_oauth_btn-link,.mo_oauth_btn-link:active,.mo_oauth_btn-link.active,.mo_oauth_btn-link[disabled],fieldset[disabled] .mo_oauth_btn-link
  242. {
  243. background-color: transparent;
  244. -webkit-box-shadow: none;
  245. box-shadow: none
  246. }
  247. .mo_oauth_btn-link,.mo_oauth_btn-link:hover,.mo_oauth_btn-link:focus,.mo_oauth_btn-link:active {
  248. border-color: transparent
  249. }
  250. .mo_oauth_btn-link:hover,.mo_oauth_btn-link:focus {
  251. color: #23527c;
  252. text-decoration: underline;
  253. background-color: transparent
  254. }
  255. .mo_oauth_btn-link[disabled]:hover,fieldset[disabled] .mo_oauth_btn-link:hover,.mo_oauth_btn-link[disabled]:focus,fieldset[disabled] .mo_oauth_btn-link:focus
  256. {
  257. color: #777;
  258. text-decoration: none
  259. }
  260. .mo_oauth_btn-lg,.mo_oauth_btn-group-lg>.mo_oauth_btn {
  261. padding: 10px 16px;
  262. font-size: 18px;
  263. line-height: 1.33;
  264. border-radius: 6px
  265. }
  266. .mo_oauth_btn-sm,.mo_oauth_btn-group-sm>.mo_oauth_btn {
  267. padding: 5px 10px;
  268. font-size: 12px;
  269. line-height: 1.5;
  270. border-radius: 3px
  271. }
  272. .mo_oauth_btn-xs,.mo_oauth_btn-group-xs>.mo_oauth_btn {
  273. padding: 1px 5px;
  274. font-size: 12px;
  275. line-height: 1.5;
  276. border-radius: 3px
  277. }
  278. .mo_oauth_btn-block {
  279. display: block;
  280. width: 100%
  281. }
  282. .mo_oauth_btn-block+.mo_oauth_btn-block {
  283. margin-top: 5px
  284. }
  285. input[type=submit].mo_oauth_btn-block,input[type=reset].mo_oauth_btn-block,input[type=button].mo_oauth_btn-block
  286. {
  287. width: 100%
  288. }
  289. .mo_oauth_btn-group,.mo_oauth_btn-group-vertical {
  290. position: relative;
  291. display: inline-block;
  292. vertical-align: middle
  293. }
  294. .mo_oauth_btn-group>.mo_oauth_btn,.mo_oauth_btn-group-vertical>.mo_oauth_btn {
  295. position: relative;
  296. float: left
  297. }
  298. .mo_oauth_btn-group>.mo_oauth_btn:hover,.mo_oauth_btn-group-vertical>.mo_oauth_btn:hover,.mo_oauth_btn-group>.mo_oauth_btn:focus,.mo_oauth_btn-group-vertical>.mo_oauth_btn:focus,.mo_oauth_btn-group>.mo_oauth_btn:active,.mo_oauth_btn-group-vertical>.mo_oauth_btn:active,.mo_oauth_btn-group>.mo_oauth_btn.active,.mo_oauth_btn-group-vertical>.mo_oauth_btn.active
  299. {
  300. z-index: 2
  301. }
  302. .mo_oauth_btn-group .mo_oauth_btn+.mo_oauth_btn,.mo_oauth_btn-group .mo_oauth_btn+.mo_oauth_btn-group,.mo_oauth_btn-group .mo_oauth_btn-group+.mo_oauth_btn,.mo_oauth_btn-group .mo_oauth_btn-group+.mo_oauth_btn-group
  303. {
  304. margin-left: -1px
  305. }
  306. .mo_oauth_btn-toolbar {
  307. margin-left: -5px
  308. }
  309. .mo_oauth_btn-toolbar .mo_oauth_btn-group,.mo_oauth_btn-toolbar .input-group {
  310. float: left
  311. }
  312. .mo_oauth_btn-toolbar>.mo_oauth_btn,.mo_oauth_btn-toolbar>.mo_oauth_btn-group,.mo_oauth_btn-toolbar>.input-group {
  313. margin-left: 5px
  314. }
  315. .mo_oauth_btn-group>.mo_oauth_btn:not (:first-child ):not (:last-child ):not (.dropdown-toggle
  316. ){
  317. border-radius: 0
  318. }
  319. .mo_oauth_btn-group>.mo_oauth_btn:first-child {
  320. margin-left: 0
  321. }
  322. .mo_oauth_btn-group>.mo_oauth_btn:first-child:not (:last-child ):not (.dropdown-toggle ){
  323. border-top-right-radius: 0;
  324. border-bottom-right-radius: 0
  325. }
  326. .mo_oauth_btn-group>.mo_oauth_btn:last-child:not (:first-child ),.mo_oauth_btn-group>.dropdown-toggle:not
  327. (:first-child ){
  328. border-top-left-radius: 0;
  329. border-bottom-left-radius: 0
  330. }
  331. .mo_oauth_btn-group>.mo_oauth_btn-group {
  332. float: left
  333. }
  334. .mo_oauth_btn-group>.mo_oauth_btn-group:not (:first-child ):not (:last-child )>.mo_oauth_btn {
  335. border-radius: 0
  336. }
  337. .mo_oauth_btn-group>.mo_oauth_btn-group:first-child>.mo_oauth_btn:last-child,.mo_oauth_btn-group>.mo_oauth_btn-group:first-child>.dropdown-toggle
  338. {
  339. border-top-right-radius: 0;
  340. border-bottom-right-radius: 0
  341. }
  342. .mo_oauth_btn-group>.mo_oauth_btn-group:last-child>.mo_oauth_btn:first-child {
  343. border-top-left-radius: 0;
  344. border-bottom-left-radius: 0
  345. }
  346. .mo_oauth_btn-group .dropdown-toggle:active,.mo_oauth_btn-group.open .dropdown-toggle {
  347. outline: 0
  348. }
  349. .mo_oauth_btn-group>.mo_oauth_btn+.dropdown-toggle {
  350. padding-right: 8px;
  351. padding-left: 8px
  352. }
  353. .mo_oauth_btn-group>.mo_oauth_btn-lg+.dropdown-toggle {
  354. padding-right: 12px;
  355. padding-left: 12px
  356. }
  357. .mo_oauth_btn-group.open .dropdown-toggle {
  358. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  359. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
  360. }
  361. .mo_oauth_btn-group.open .dropdown-toggle.mo_oauth_btn-link {
  362. -webkit-box-shadow: none;
  363. box-shadow: none
  364. }
  365. .mo_oauth_btn .caret {
  366. margin-left: 0
  367. }
  368. .mo_oauth_btn-lg .caret {
  369. border-width: 5px 5px 0;
  370. border-bottom-width: 0
  371. }
  372. .dropup .mo_oauth_btn-lg .caret {
  373. border-width: 0 5px 5px
  374. }
  375. .mo_oauth_btn-group-vertical>.mo_oauth_btn,.mo_oauth_btn-group-vertical>.mo_oauth_btn-group,.mo_oauth_btn-group-vertical>.mo_oauth_btn-group>.mo_oauth_btn
  376. {
  377. display: block;
  378. float: none;
  379. width: 100%;
  380. max-width: 100%
  381. }
  382. .mo_oauth_btn-group-vertical>.mo_oauth_btn-group>.mo_oauth_btn {
  383. float: none
  384. }
  385. .mo_oauth_btn-group-vertical>.mo_oauth_btn+.mo_oauth_btn,.mo_oauth_btn-group-vertical>.mo_oauth_btn+.mo_oauth_btn-group,.mo_oauth_btn-group-vertical>.mo_oauth_btn-group+.mo_oauth_btn,.mo_oauth_btn-group-vertical>.mo_oauth_btn-group+.mo_oauth_btn-group
  386. {
  387. margin-top: -1px;
  388. margin-left: 0
  389. }
  390. .mo_oauth_btn-group-vertical>.mo_oauth_btn:not (:first-child ):not (:last-child ){
  391. border-radius: 0
  392. }
  393. .mo_oauth_btn-group-vertical>.mo_oauth_btn:first-child:not (:last-child ){
  394. border-top-right-radius: 4px;
  395. border-bottom-right-radius: 0;
  396. border-bottom-left-radius: 0
  397. }
  398. .mo_oauth_btn-group-vertical>.mo_oauth_btn:last-child:not (:first-child ){
  399. border-top-left-radius: 0;
  400. border-top-right-radius: 0;
  401. border-bottom-left-radius: 4px
  402. }
  403. .mo_oauth_btn-group-vertical>.mo_oauth_btn-group:not (:first-child ):not (:last-child )>.mo_oauth_btn
  404. {
  405. border-radius: 0
  406. }
  407. .mo_oauth_btn-group-vertical>.mo_oauth_btn-group:first-child:not (:last-child )>.mo_oauth_btn:last-child,.mo_oauth_btn-group-vertical>.mo_oauth_btn-group:first-child:not
  408. (:last-child )>.dropdown-toggle {
  409. border-bottom-right-radius: 0;
  410. border-bottom-left-radius: 0
  411. }
  412. .mo_oauth_btn-group-vertical>.mo_oauth_btn-group:last-child:not (:first-child )>.mo_oauth_btn:first-child
  413. {
  414. border-top-left-radius: 0;
  415. border-top-right-radius: 0
  416. }
  417. .mo_oauth_btn1 {
  418. display: inline-block;
  419. padding: 4px 22px;
  420. margin-bottom: 0;
  421. font-size: 14px;
  422. font-weight: 400;
  423. line-height: 1.42857143;
  424. text-align: center;
  425. white-space: nowrap;
  426. vertical-align: middle;
  427. -ms-touch-action: manipulation;
  428. touch-action: manipulation;
  429. cursor: pointer;
  430. -webkit-user-select: none;
  431. -moz-user-select: none;
  432. -ms-user-select: none;
  433. user-select: none;
  434. background-image: none;
  435. border: 1px solid transparent;
  436. border-radius: 4px;
  437. text-decoration: none
  438. }
  439. .mo_oauth_btn1:focus,.mo_oauth_btn1:active:focus,.mo_oauth_btn1.active:focus,.mo_oauth_btn1.focus,.mo_oauth_btn1:active.focus,.mo_oauth_btn1.active.focus
  440. {
  441. outline: thin dotted;
  442. outline: 5px auto -webkit-focus-ring-color;
  443. outline-offset: -2px
  444. }
  445. .mo_oauth_btn1:hover,.mo_oauth_btn1:focus,.mo_oauth_btn1.focus {
  446. text-decoration: none
  447. }
  448. .mo_oauth_btn1:active,.mo_oauth_btn1.active {
  449. background-image: none;
  450. outline: 0;
  451. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  452. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
  453. }
  454. /* FAQ button and Ask question on forum button*/
  455. .mo_saml_text_center{
  456. text-align: center;
  457. }
  458. .mo_faq_button_left{
  459. float: inherit;
  460. color: #48a0dc;
  461. border: 2px solid #48a0dc;
  462. padding: 5px;
  463. }
  464. .mo_faq_button_left:hover{
  465. transform: scale(1.1);
  466. }
  467. .mo_faq_button_right{
  468. float: inherit;
  469. color: #48a0dc;
  470. border: 2px solid #48a0dc;
  471. padding: 5px;
  472. margin-left: 10px;
  473. }
  474. .mo_faq_button_right:hover{
  475. transform: scale(1.1);
  476. }
  477. /** CSS for page headings */
  478. .mo_oauth_font_for_heading {
  479. letter-spacing: 0.08em;
  480. text-transform: uppercase;
  481. font-size: 1em;
  482. margin-top: 0%;
  483. font-weight: bold;
  484. padding-bottom: 0%;
  485. float: left;
  486. }
  487. .mo_oauth_attr_mapping_label {
  488. margin-right: 10px;
  489. width: 15em;
  490. }
  491. .mo_oauth_attr_mapping_select_element{
  492. margin-left: 6%;
  493. }