You are here

oauth2_login.style_settings.css in OAuth2 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_2{
	background-color: #e0e0e0;
	border-radius: 4px;
	padding: 0.55em;
	width: 71.7%;
}

#text_field,#text_field1,#text_field2,#text_field3, #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_info_table{
	margin: 0 -14px 10px;
	width: 104%;
}

.mo_oauth_info_table tr{
	border-bottom: none;
}

.mo_oauth_info_table tbody tr:hover td {
	background: white;
}

.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_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_table_layout_1
{
	background-color:#e0e0d8 !important;
	width: 97% !important;
	padding:2% !important;
	overflow: hidden;
}

.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_saml_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;
}
#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;
}

/*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: 29%;
	padding: 33px;
	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-right: auto;
	float: left;
	margin-left: 22px;
}
.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_saml_container_2 {
	width: 29%;
	padding: 33px;
	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-right: auto;
	float: left;
	margin-left: 22px;
}

.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_backup_download{
	display:none;
}

.mo_oauth_backup_cancel{
	float:right;
}

File

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