You are here

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

#miniorange_oauth_client_app{
	border-radius: 4px;
	padding: 5px;
}

.mo_oauth_btn_fix{
	margin-right: 22px;
	margin-left: 8px;
}

.mo_oauth_highlight_background_note_export{
	background-color: #e0e0e0;
	border-radius: 4px;
	padding: 0.55em;
	width: 98%;
}

.mo_oauth_highlight_background_note{
	background-color: #e0e0e0;
	border-radius: 4px;
	padding: 0.55em;
	width: 98%;
}

.mo_oauth_highlight_background_note_2{
	background-color: #e0e0e0;
	border-radius: 4px;
	padding: 0.55em;
	width: 70.3%;
}

#text_field1, #text_field2, #text_field3, #text_field4, #callbackurl, #miniorange_oauth_client_auth_ep, #miniorange_oauth_client_access_token_ep,
#miniorange_oauth_client_user_info_ep,#miniorange_oauth_client_display_name{
    width: 50%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	 border-radius: 4px;
	box-sizing: border-box;
}
.mo_oauth_table_layout {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:0px 10px 10px 10px;
	margin-bottom: 10px;
}

.mo_oauth_table_layout input[type=text] {
	width: 80%;
}
.mo_oauth_table_layout td strong {
	margin-left: 10px;
}

.mo_oauth_container {
	width: 59%;
	padding: 25px;
	border-radius: 4px !important;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	margin-left: auto;
	margin-right: auto;
	float: left;
}

.mo_oauth_table_layout_1
{
	background-color:#e0e0d8 !important;
	width: 97% !important;
	padding:1.5% !important;
	overflow: hidden;
}

.mo_oauth_tooltip {
	position: relative;
	display: inline-block;
}

.mo_oauth_tooltiptext {
	visibility: hidden;
	width: 350px;
	background-color: #737373;
	color: white;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;

	opacity: 0;
	transition: opacity 1s;
}

.mo_oauth_tooltip:hover + .mo_oauth_tooltiptext {
	visibility: visible;
	opacity: 1;
}

.mo_oauth_info_icon{
	margin-top: 2px;
}

.mo_oauth_row {
	margin: 10px 0px;
}

.mo_oauth_name {
	display: inline-block;
	width: 40%;
	max-width: 250px;
}

.mo_oauth_value {
	display: inline-block;
	width: 69%;
}

.mo_saml_table_layout_support_1{
	border-radius: 4px;
	position: relative;
	width: 350px;
	border: 1px solid #CCCCCC;
	padding: 15px 20px 17px 20px;
	background-color: white;
}

.mo_oauth_configure_message{
	display: block;
	text-align: center;
	font-size: 15px;
	border-radius: 10px;
	border: 1px solid #fb9a9a;
	color: red;
	background-color: rgba(255,0,0,0.1);
	padding: 10px;
}

.mo_oauth_highlight_background_note_1{
	background-color: #e0e0e0;
	border-radius: 4px;
	padding: 0.55em;
	width: 90%;
}
#button_config_center{
	display:block;
	margin-left:auto;
	margin-right:auto;
	border-radius: 4px;
	background: #337ab7;
	color: #ffffff;
	text-shadow: 0 -1px 1px #337ab7, 1px 0 1px #337ab7, 0 1px 1px #337ab7, -1px 0 1px #337ab7;
	box-shadow: 0 1px 0 #337ab7;
	border-color: #337ab7 #337ab7 #337ab7;
}
#button_config_left{
	display:block;
	border-radius: 4px;
	background: #337ab7;
	color: #ffffff;
	text-shadow: 0 -1px 1px #337ab7, 1px 0 1px #337ab7, 0 1px 1px #337ab7, -1px 0 1px #337ab7;
	box-shadow: 0 1px 0 #337ab7;
	border-color: #337ab7 #337ab7 #337ab7;
}
.mo_copy {
	background-color: #FBFBFB;
	cursor: pointer;
	width: 6%;
}
.mo_copy:active {
	background: gray;
}
#button_config{
	border-radius: 4px;
	background: #337ab7;
	color: #ffffff;
	text-shadow: 0 -1px 1px #337ab7, 1px 0 1px #337ab7, 0 1px 1px #337ab7, -1px 0 1px #337ab7;
	box-shadow: 0 1px 0 #337ab7;
	border-color: #337ab7 #337ab7 #337ab7;
}

.mo_saml_container_center {
	width: 60%;
	padding: 25px;
	border-radius: 4px !important;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.custom-login-logout {
  clear: both;
}

.mo_oauth_custom_login_logout {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 1%;
}

/*marketing site setup guides table*/

.mo_guide_table{
	max-width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 13px;
}

.mo_guide_table-bordered>thead>tr>th{
	border-bottom-width: 2px;
}
.mo_guide_table-bordered {
	border: 1px solid #ddd;
}

.mo_guide_table-bordered>thead>tr>th, .mo_guide_table-bordered>tbody>tr>td {
	border: 1px solid #ddd;
}

.mo_guide_table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
}
.mo_guide_text-center {
	text-align: center;
}
.mo_guide_table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.mo_guide_text-color {
	color: #fe7e00;
}

.mo_saml_table_layout {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:0px 10px 10px 10px;
	margin-bottom: 10px;
	border-radius: 4px !important;
}

.mo_saml_table_layout td strong {
	margin-left: 10px;
}

.form-textarea{

	padding: 2px !important;
	box-sizing: border-box !important;
	padding: 0.3em 0.4em 0.3em 0.5em !important;
	border: 1px solid #b8b8b8 !important;
	border-top-color: #999 !important;
	border-radius: 2px !important;
	background: #fcfcfa !important;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.125) !important;
}

@media only screen and (max-width:641px) { .form-textarea { width:100% !important;}}

.form-text{
	padding: 2px !important;
	box-sizing: border-box !important;
	padding: 0.3em 0.4em 0.3em 0.5em !important;
	border: 1px solid #b8b8b8 !important;
	border-top-color: #999 !important;
	border-radius: 2px !important;
	background: #fcfcfa !important;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.125) !important;
}

@media only screen and (max-width:641px) { .form-text { width:100% !important;}}

.mo_saml_table_layout_support_btn{
	position: fixed;
	top: 100px;
	z-index: 10000;
	right: -391px;
}

#mosaml-feedback-overlay{
	background: rgba(11, 13, 13, 0.44);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
}
.mo_saml_div_center_style{
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.mo_saml_container_2{
	width: 28%;
	padding: 2%;
	border-radius: 4px !important;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	float: right;
	margin-left: 1.5%;
}
.mo_oauth_no_feature{
	padding-left: 26%;
}
.scrollit {
	overflow:scroll;
	height:345px;
}
.mo_td_values{
	font-size: 14px;
	font-weight: 600;
	font-family: sans-serif;
}
/*====================***************Licensing page**********************=========================*/

.mo_oauth_btn-primary {
	color: #fff;
	background-color: #d7342e;
	border-color: #d7342e;
	padding: 6px 12px;
}
.mo_oauth_btn-primary-color {
	color: #fff;
	background-color: #32b42e;
	border-color: #32b42e;
}
.mo_oauth_btn {
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: .25rem;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.mo_oauth_container_1{
	width: 100%;
}
#mo_oauth_pricing-table {
	padding-top: 30px;
}
#mo_oauth_pricing-table li{
	height: 40px;
	color: black;
	text-align: center;
	overflow: hidden;
}
.mo_oauth_class_inline_1{
	width: 29%;
	display: inline-block;
	padding-top: 210px;
}

.mo_oauth_class_inline{
	width: 17%;
	display: inline-block;
	vertical-align: top;
}
#mo_oauth_pricing-table .mo_oauth_pricing {
	margin: 0;
	padding: 0;
	font-family: 'Robot', sans-serif;
}
#mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-table {
	padding-bottom: 15px;
}
#mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-table .mo_oauth_pricing-header {
	position: relative;
	background: #34495e;
	padding: 6px 18px;
	text-align: center;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
#mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-table .mo_oauth_pricing-header .mo_oauth_pricing-title {
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	text-align: center;
	font-weight: 500;
}
#mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-table .mo_oauth_pricing-header .mo_oauth_pricing-rate {
	font-size: 50px;
	font-weight: 600;
	color: #ffffff;
	position: relative;
	text-align: center;
}
#mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-table .mo_oauth_pricing-header .mo_oauth_pricing-rate sup {
	font-size: 24px;
	position: relative;
	top: -30px;
	color: #bdc3c7;
}
#mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-table .mo_oauth_pricing-header .mo_oauth_pricing-rate span {
	font-size: 13px;
	color: #bdc3c7;
	text-transform: uppercase;
}
#mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-list {
	padding: 20px 0 40px 0;
	background: #c4baba1c;
	border: 1px solid #e3e3e3;
}
#mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-list ul {
	padding: 0px;
	display: table;
	margin: 0px auto;
	width: 100%;
	text-align: center;
}
#mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-list ul li {
	list-style: none;
	border-bottom: 1px solid #EAECEB;
	color: black;
	font-size: 15px;
	padding-top: 20px;
}
#mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-list ul li:last-child {
	border: none;
}
#mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-list ul li i {
	margin-right: 12px;
	color: #bdc3c7;
}
#mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-list ul li span {
	color: #34495e;
}

.mo_oauth_pricing-rate:last-of-type {
	margin-top:46px;
}

.mo_oauth_pricing-title>span{
	font-size: 12px;
	letter-spacing: 1px;
}
p.mo_oauth_pricing-title{
	height: 70px;
}
p.mo_oauth_pricing-rate{
	margin-bottom: 50px;
}
.filler-class{
	height: 0px;
}

.mo_btn_note{
	font-size: 14px;
	cursor: default;
	border-color:#337ab7;
}
.mo_oauth_pricing-list li:nth-of-type(2n+1) {
	background-color: rgba(23, 61, 80, 0.06);
}

#mo_saml_margin{
	margin-bottom: 22px;
}
.mo_saml_table_layout_1
{
	background-color:#e0e0d8;
	width: 97%;
	padding:2%;
	overflow: hidden;
}

/********************licensing end*******************/

.mo_oauth_instruction_style{
	background-color: rgba(173,216,230,0.3);
	padding: 12px;
	font-family: sans-serif
}
.mo_custom_font_size_1{
	font-size: 1.3em;
}
.mo_custom_font_size_2{
	font-size: 1.1em;
}
.mo_custom_font_size_3{
	font-size: 0.9em;
	padding-left: 15px;
	padding-top:5px;
}

.mo_saml_table_layout_support_btn{
	position: fixed;
	top: 100px;
	z-index: 10000;
	right: -391px;
}

#mosaml-feedback-overlay{
	background: rgba(11, 13, 13, 0.44);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
}
.mo_saml_div_center_style{
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.mo_oauth_client_welcome_message{
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 15px;
	color: rgba(0, 128, 0, 0.80);
	background-color: rgba(0, 255, 0, 0.15);
	padding: 5px;
}
.mo_attr_table{
	font-size: 17px;
	font-weight: 600;
	font-family: sans-serif
}
.mo_oauth_btn-know-more {
	background-color:blue;
	padding:4px 8px;
	color: white;
	border-color:blue;
	margin-right:14px;
	margin-bottom: 4px;
}
.mo_oauth_btn-get-module {
	background-color: #32b42e;
	padding:4px 8px;
	color: white;
	border-color: #32b42e;
	margin-right:14px;
	margin-bottom: 4px;
}

.mo_oauth_backup_download{
	display:none;
}

.mo_oauth_backup_cancel{
	float:right;
}

File

css/miniorange_oauth_client.style_settings.css
View source
  1. #miniorange_oauth_client_app{
  2. border-radius: 4px;
  3. padding: 5px;
  4. }
  5. .mo_oauth_btn_fix{
  6. margin-right: 22px;
  7. margin-left: 8px;
  8. }
  9. .mo_oauth_highlight_background_note_export{
  10. background-color: #e0e0e0;
  11. border-radius: 4px;
  12. padding: 0.55em;
  13. width: 98%;
  14. }
  15. .mo_oauth_highlight_background_note{
  16. background-color: #e0e0e0;
  17. border-radius: 4px;
  18. padding: 0.55em;
  19. width: 98%;
  20. }
  21. .mo_oauth_highlight_background_note_2{
  22. background-color: #e0e0e0;
  23. border-radius: 4px;
  24. padding: 0.55em;
  25. width: 70.3%;
  26. }
  27. #text_field1, #text_field2, #text_field3, #text_field4, #callbackurl, #miniorange_oauth_client_auth_ep, #miniorange_oauth_client_access_token_ep,
  28. #miniorange_oauth_client_user_info_ep,#miniorange_oauth_client_display_name{
  29. width: 50%;
  30. padding: 12px 20px;
  31. margin: 8px 0;
  32. display: inline-block;
  33. border: 1px solid #ccc;
  34. border-radius: 4px;
  35. box-sizing: border-box;
  36. }
  37. .mo_oauth_table_layout {
  38. background-color:#FFFFFF;
  39. border:1px solid #CCCCCC;
  40. padding:0px 10px 10px 10px;
  41. margin-bottom: 10px;
  42. }
  43. .mo_oauth_table_layout input[type=text] {
  44. width: 80%;
  45. }
  46. .mo_oauth_table_layout td strong {
  47. margin-left: 10px;
  48. }
  49. .mo_oauth_container {
  50. width: 59%;
  51. padding: 25px;
  52. border-radius: 4px !important;
  53. box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  54. margin-left: auto;
  55. margin-right: auto;
  56. float: left;
  57. }
  58. .mo_oauth_table_layout_1
  59. {
  60. background-color:#e0e0d8 !important;
  61. width: 97% !important;
  62. padding:1.5% !important;
  63. overflow: hidden;
  64. }
  65. .mo_oauth_tooltip {
  66. position: relative;
  67. display: inline-block;
  68. }
  69. .mo_oauth_tooltiptext {
  70. visibility: hidden;
  71. width: 350px;
  72. background-color: #737373;
  73. color: white;
  74. text-align: center;
  75. border-radius: 6px;
  76. padding: 5px 0;
  77. /* Position the tooltip */
  78. position: absolute;
  79. z-index: 1;
  80. opacity: 0;
  81. transition: opacity 1s;
  82. }
  83. .mo_oauth_tooltip:hover + .mo_oauth_tooltiptext {
  84. visibility: visible;
  85. opacity: 1;
  86. }
  87. .mo_oauth_info_icon{
  88. margin-top: 2px;
  89. }
  90. .mo_oauth_row {
  91. margin: 10px 0px;
  92. }
  93. .mo_oauth_name {
  94. display: inline-block;
  95. width: 40%;
  96. max-width: 250px;
  97. }
  98. .mo_oauth_value {
  99. display: inline-block;
  100. width: 69%;
  101. }
  102. .mo_saml_table_layout_support_1{
  103. border-radius: 4px;
  104. position: relative;
  105. width: 350px;
  106. border: 1px solid #CCCCCC;
  107. padding: 15px 20px 17px 20px;
  108. background-color: white;
  109. }
  110. .mo_oauth_configure_message{
  111. display: block;
  112. text-align: center;
  113. font-size: 15px;
  114. border-radius: 10px;
  115. border: 1px solid #fb9a9a;
  116. color: red;
  117. background-color: rgba(255,0,0,0.1);
  118. padding: 10px;
  119. }
  120. .mo_oauth_highlight_background_note_1{
  121. background-color: #e0e0e0;
  122. border-radius: 4px;
  123. padding: 0.55em;
  124. width: 90%;
  125. }
  126. #button_config_center{
  127. display:block;
  128. margin-left:auto;
  129. margin-right:auto;
  130. border-radius: 4px;
  131. background: #337ab7;
  132. color: #ffffff;
  133. text-shadow: 0 -1px 1px #337ab7, 1px 0 1px #337ab7, 0 1px 1px #337ab7, -1px 0 1px #337ab7;
  134. box-shadow: 0 1px 0 #337ab7;
  135. border-color: #337ab7 #337ab7 #337ab7;
  136. }
  137. #button_config_left{
  138. display:block;
  139. border-radius: 4px;
  140. background: #337ab7;
  141. color: #ffffff;
  142. text-shadow: 0 -1px 1px #337ab7, 1px 0 1px #337ab7, 0 1px 1px #337ab7, -1px 0 1px #337ab7;
  143. box-shadow: 0 1px 0 #337ab7;
  144. border-color: #337ab7 #337ab7 #337ab7;
  145. }
  146. .mo_copy {
  147. background-color: #FBFBFB;
  148. cursor: pointer;
  149. width: 6%;
  150. }
  151. .mo_copy:active {
  152. background: gray;
  153. }
  154. #button_config{
  155. border-radius: 4px;
  156. background: #337ab7;
  157. color: #ffffff;
  158. text-shadow: 0 -1px 1px #337ab7, 1px 0 1px #337ab7, 0 1px 1px #337ab7, -1px 0 1px #337ab7;
  159. box-shadow: 0 1px 0 #337ab7;
  160. border-color: #337ab7 #337ab7 #337ab7;
  161. }
  162. .mo_saml_container_center {
  163. width: 60%;
  164. padding: 25px;
  165. border-radius: 4px !important;
  166. box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  167. margin-left: auto;
  168. margin-right: auto;
  169. float: none;
  170. }
  171. .custom-login-logout {
  172. clear: both;
  173. }
  174. .mo_oauth_custom_login_logout {
  175. letter-spacing: 0.08em;
  176. text-transform: uppercase;
  177. font-size: 1em;
  178. font-weight: bold;
  179. padding-bottom: 1%;
  180. }
  181. /*marketing site setup guides table*/
  182. .mo_guide_table{
  183. max-width: 100%;
  184. margin-bottom: 20px;
  185. border-spacing: 0;
  186. border-collapse: collapse;
  187. font-size: 13px;
  188. }
  189. .mo_guide_table-bordered>thead>tr>th{
  190. border-bottom-width: 2px;
  191. }
  192. .mo_guide_table-bordered {
  193. border: 1px solid #ddd;
  194. }
  195. .mo_guide_table-bordered>thead>tr>th, .mo_guide_table-bordered>tbody>tr>td {
  196. border: 1px solid #ddd;
  197. }
  198. .mo_guide_table>thead>tr>th {
  199. padding: 8px;
  200. line-height: 1.42857143;
  201. }
  202. .mo_guide_text-center {
  203. text-align: center;
  204. }
  205. .mo_guide_table-striped>tbody>tr:nth-of-type(odd) {
  206. background-color: #f9f9f9;
  207. }
  208. .mo_guide_text-color {
  209. color: #fe7e00;
  210. }
  211. .mo_saml_table_layout {
  212. background-color:#FFFFFF;
  213. border:1px solid #CCCCCC;
  214. padding:0px 10px 10px 10px;
  215. margin-bottom: 10px;
  216. border-radius: 4px !important;
  217. }
  218. .mo_saml_table_layout td strong {
  219. margin-left: 10px;
  220. }
  221. .form-textarea{
  222. padding: 2px !important;
  223. box-sizing: border-box !important;
  224. padding: 0.3em 0.4em 0.3em 0.5em !important;
  225. border: 1px solid #b8b8b8 !important;
  226. border-top-color: #999 !important;
  227. border-radius: 2px !important;
  228. background: #fcfcfa !important;
  229. box-shadow: inset 0 1px 2px rgba(0,0,0,0.125) !important;
  230. }
  231. @media only screen and (max-width:641px) { .form-textarea { width:100% !important;}}
  232. .form-text{
  233. padding: 2px !important;
  234. box-sizing: border-box !important;
  235. padding: 0.3em 0.4em 0.3em 0.5em !important;
  236. border: 1px solid #b8b8b8 !important;
  237. border-top-color: #999 !important;
  238. border-radius: 2px !important;
  239. background: #fcfcfa !important;
  240. box-shadow: inset 0 1px 2px rgba(0,0,0,0.125) !important;
  241. }
  242. @media only screen and (max-width:641px) { .form-text { width:100% !important;}}
  243. .mo_saml_table_layout_support_btn{
  244. position: fixed;
  245. top: 100px;
  246. z-index: 10000;
  247. right: -391px;
  248. }
  249. #mosaml-feedback-overlay{
  250. background: rgba(11, 13, 13, 0.44);
  251. top: 0;
  252. left: 0;
  253. width: 100%;
  254. height: 100%;
  255. position: fixed;
  256. z-index: 9999;
  257. }
  258. .mo_saml_div_center_style{
  259. margin-left: auto;
  260. margin-right: auto;
  261. float: none;
  262. }
  263. .mo_saml_container_2{
  264. width: 28%;
  265. padding: 2%;
  266. border-radius: 4px !important;
  267. box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  268. float: right;
  269. margin-left: 1.5%;
  270. }
  271. .mo_oauth_no_feature{
  272. padding-left: 26%;
  273. }
  274. .scrollit {
  275. overflow:scroll;
  276. height:345px;
  277. }
  278. .mo_td_values{
  279. font-size: 14px;
  280. font-weight: 600;
  281. font-family: sans-serif;
  282. }
  283. /*====================***************Licensing page**********************=========================*/
  284. .mo_oauth_btn-primary {
  285. color: #fff;
  286. background-color: #d7342e;
  287. border-color: #d7342e;
  288. padding: 6px 12px;
  289. }
  290. .mo_oauth_btn-primary-color {
  291. color: #fff;
  292. background-color: #32b42e;
  293. border-color: #32b42e;
  294. }
  295. .mo_oauth_btn {
  296. font-weight: 400;
  297. text-align: center;
  298. white-space: nowrap;
  299. vertical-align: middle;
  300. -webkit-user-select: none;
  301. -moz-user-select: none;
  302. -ms-user-select: none;
  303. user-select: none;
  304. border: 1px solid transparent;
  305. border-radius: .25rem;
  306. text-decoration: none;
  307. transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  308. }
  309. .mo_oauth_container_1{
  310. width: 100%;
  311. }
  312. #mo_oauth_pricing-table {
  313. padding-top: 30px;
  314. }
  315. #mo_oauth_pricing-table li{
  316. height: 40px;
  317. color: black;
  318. text-align: center;
  319. overflow: hidden;
  320. }
  321. .mo_oauth_class_inline_1{
  322. width: 29%;
  323. display: inline-block;
  324. padding-top: 210px;
  325. }
  326. .mo_oauth_class_inline{
  327. width: 17%;
  328. display: inline-block;
  329. vertical-align: top;
  330. }
  331. #mo_oauth_pricing-table .mo_oauth_pricing {
  332. margin: 0;
  333. padding: 0;
  334. font-family: 'Robot', sans-serif;
  335. }
  336. #mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-table {
  337. padding-bottom: 15px;
  338. }
  339. #mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-table .mo_oauth_pricing-header {
  340. position: relative;
  341. background: #34495e;
  342. padding: 6px 18px;
  343. text-align: center;
  344. border-top-right-radius: 4px;
  345. border-top-left-radius: 4px;
  346. }
  347. #mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-table .mo_oauth_pricing-header .mo_oauth_pricing-title {
  348. color: #ffffff;
  349. text-transform: uppercase;
  350. letter-spacing: 2px;
  351. font-size: 18px;
  352. text-align: center;
  353. font-weight: 500;
  354. }
  355. #mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-table .mo_oauth_pricing-header .mo_oauth_pricing-rate {
  356. font-size: 50px;
  357. font-weight: 600;
  358. color: #ffffff;
  359. position: relative;
  360. text-align: center;
  361. }
  362. #mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-table .mo_oauth_pricing-header .mo_oauth_pricing-rate sup {
  363. font-size: 24px;
  364. position: relative;
  365. top: -30px;
  366. color: #bdc3c7;
  367. }
  368. #mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-table .mo_oauth_pricing-header .mo_oauth_pricing-rate span {
  369. font-size: 13px;
  370. color: #bdc3c7;
  371. text-transform: uppercase;
  372. }
  373. #mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-list {
  374. padding: 20px 0 40px 0;
  375. background: #c4baba1c;
  376. border: 1px solid #e3e3e3;
  377. }
  378. #mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-list ul {
  379. padding: 0px;
  380. display: table;
  381. margin: 0px auto;
  382. width: 100%;
  383. text-align: center;
  384. }
  385. #mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-list ul li {
  386. list-style: none;
  387. border-bottom: 1px solid #EAECEB;
  388. color: black;
  389. font-size: 15px;
  390. padding-top: 20px;
  391. }
  392. #mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-list ul li:last-child {
  393. border: none;
  394. }
  395. #mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-list ul li i {
  396. margin-right: 12px;
  397. color: #bdc3c7;
  398. }
  399. #mo_oauth_pricing-table .mo_oauth_pricing .mo_oauth_pricing-list ul li span {
  400. color: #34495e;
  401. }
  402. .mo_oauth_pricing-rate:last-of-type {
  403. margin-top:46px;
  404. }
  405. .mo_oauth_pricing-title>span{
  406. font-size: 12px;
  407. letter-spacing: 1px;
  408. }
  409. p.mo_oauth_pricing-title{
  410. height: 70px;
  411. }
  412. p.mo_oauth_pricing-rate{
  413. margin-bottom: 50px;
  414. }
  415. .filler-class{
  416. height: 0px;
  417. }
  418. .mo_btn_note{
  419. font-size: 14px;
  420. cursor: default;
  421. border-color:#337ab7;
  422. }
  423. .mo_oauth_pricing-list li:nth-of-type(2n+1) {
  424. background-color: rgba(23, 61, 80, 0.06);
  425. }
  426. #mo_saml_margin{
  427. margin-bottom: 22px;
  428. }
  429. .mo_saml_table_layout_1
  430. {
  431. background-color:#e0e0d8;
  432. width: 97%;
  433. padding:2%;
  434. overflow: hidden;
  435. }
  436. /********************licensing end*******************/
  437. .mo_oauth_instruction_style{
  438. background-color: rgba(173,216,230,0.3);
  439. padding: 12px;
  440. font-family: sans-serif
  441. }
  442. .mo_custom_font_size_1{
  443. font-size: 1.3em;
  444. }
  445. .mo_custom_font_size_2{
  446. font-size: 1.1em;
  447. }
  448. .mo_custom_font_size_3{
  449. font-size: 0.9em;
  450. padding-left: 15px;
  451. padding-top:5px;
  452. }
  453. .mo_saml_table_layout_support_btn{
  454. position: fixed;
  455. top: 100px;
  456. z-index: 10000;
  457. right: -391px;
  458. }
  459. #mosaml-feedback-overlay{
  460. background: rgba(11, 13, 13, 0.44);
  461. top: 0;
  462. left: 0;
  463. width: 100%;
  464. height: 100%;
  465. position: fixed;
  466. z-index: 9999;
  467. }
  468. .mo_saml_div_center_style{
  469. margin-left: auto;
  470. margin-right: auto;
  471. float: none;
  472. }
  473. .mo_oauth_client_welcome_message{
  474. display: block;
  475. margin-top: 10px;
  476. text-align: center;
  477. font-size: 15px;
  478. color: rgba(0, 128, 0, 0.80);
  479. background-color: rgba(0, 255, 0, 0.15);
  480. padding: 5px;
  481. }
  482. .mo_attr_table{
  483. font-size: 17px;
  484. font-weight: 600;
  485. font-family: sans-serif
  486. }
  487. .mo_oauth_btn-know-more {
  488. background-color:blue;
  489. padding:4px 8px;
  490. color: white;
  491. border-color:blue;
  492. margin-right:14px;
  493. margin-bottom: 4px;
  494. }
  495. .mo_oauth_btn-get-module {
  496. background-color: #32b42e;
  497. padding:4px 8px;
  498. color: white;
  499. border-color: #32b42e;
  500. margin-right:14px;
  501. margin-bottom: 4px;
  502. }
  503. .mo_oauth_backup_download{
  504. display:none;
  505. }
  506. .mo_oauth_backup_cancel{
  507. float:right;
  508. }