You are here

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

#miniorange_oauth_client_app,#text_field, #callbackurl, #miniorange_oauth_client_auth_ep, #miniorange_oauth_client_access_token_ep, #miniorange_oauth_client_user_info_ep, #miniorange_oauth_client_app_name
, #miniorange_oauth_client_display_name, #miniorange_oauth_client_client_id, #miniorange_oauth_client_client_secret, #miniorange_oauth_client_scope{
	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;
}

.mo_oauth_help_title {
	font-size:17px;
	width:100%;
	color:#1B79AE;
	cursor:pointer;
	font-weight: bold;
}
.mo_oauth_help_desc {
	font-size:13px;
	border-left:solid 2px rgba(128, 128, 128, 0.65);
	margin-top:10px;
	padding-left:10px;
}
.mo_oauth_help {
	border-top: solid 1px grey;
	width: 95%;
}
.mo_oauth_help_cell {
	padding: 20px;
	border-bottom: solid 1px grey;
}
.mo_oauth_support_layout{
       width: 93%;
       background-color:#FFFFFF; 
       border:1px solid #CCCCCC; 
       padding-left:20px; 
}
.mo_oauth_highlight_background_note_export{
	background-color: #e0e0e0;
	border-radius: 4px;
	padding: 0.55em;
	width: 98%;
}
/*CSS for switch button*/

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 28px;
}

.switch input {display:none;}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ca2222;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 25px;
	width: 27px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	transition: .4s;
}

input:checked + .slider {
	background-color: #2ab934;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(28px);
	-ms-transform: translateX(28px);
	transform: translateX(28px);
}

/*------ ADDED CSS ---------*/
.on
{
	display: none;
}

.on, .off
{
	color: white;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

input:checked+ .slider .on
{display: block;}

input:checked + .slider .off
{display: none;}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;}
/* END*/
.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_oauth_table_layout {
	background-color:#FFFFFF; 
	border:1px solid #CCCCCC; 
	padding:0px 10px 10px 10px;
	margin-bottom: 10px;
}
.mo_oauth_table_layout td {
	border: unset;
}
.mo_oauth_table_layout input[type=text] {
	width: 80%;
}
.mo_oauth_table_layout td strong {
	margin-left: 10px;
}
.panel_toggle {
	cursor: pointer;
}
.panel_toggle:hover {
	text-decoration: underline;
}
.mo_oauth_table_textbox {
	width:80%;
}
.mo_oauth_settings_table {
	width: 100%;
}
.mo_oauth_settings_table tr td:first-child {
	width: 30%;
}
.mo_oauth_heading_margin {
	margin-left: 0px;
}
.error_wid_login {
    background-color: #FFEBE8;
    border: 1px dashed #FF0000;
    color: #FF0000;
    float: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: 500;
    padding: 6px;
	margin-left: 200px;
    width: 80%;
	clear:both !important;
}

.login_wid li{
	margin:5px;
}

.login_wid{
		list-style-type:none;
		border: 1px dashed #999999;
		width:98%;
		float:left;
		padding:5%;

	}
.login_wid li{
	width:48%;
	float:left;
	margin:2px;
}
.openid_social_login{
	padding:5px 0px 0px 0px;
	clear:both;
	width:100% !important;
}

.login_wid li input{
	width:85%;
	float:left;
	margin:2px;
}
.mo_oauth_local_pricing_free_tab{
	background-color: rgba(34, 153, 221, 0.82)!important;
}
.mo_oauth_local_pricing_paid_tab{
	background-color: #0B4669 !important;
}
.mo_oauth_local_pricing_text{
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 600 !important;
	
}
.mo_oauth_local_pricing_sub_header{
	margin: 2px !important;
	color: #fff !important;
}
.mo_oauth_local_pricing_header{
	color: #fff !important;
	margin: 4px !important;
}
.mo_oauth_local_pricing_table{
	text-align:center;
	font-size: 15px !important;
	background-color:#FFFFFF;
}

.mo_oauth_local_thumbnail{
	/*width: 250px;*/
    padding: 4px;
    margin-bottom: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.mo_oauth_premium_thumbnail{
	width: 350px;
    padding: 4px;
    margin-bottom: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.mo_oauth_local_table_col1{
	padding-left:5%;
}

.mo_oauth_local_table_col2{
	padding-left:20%;
}

.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_container_2 {
	width: 95%;
	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_container_3{
	width: 40%;
	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-left: auto;
	margin-right: auto;
	float: right;
}

.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 !important;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15) !important;
	float: left !important;
	width: 28% !important;
	background-color:#FFFFFF !important;
	border:1px solid #CCCCCC !important;
	padding:25px !important;
	margin-bottom: 10px !important;
}*/

.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{
	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;
}

.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;
	background-color: white;
}
.mo_guide_table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.mo_guide_text-color {
	color: #fe7e00;
}

.mo_saml_table_layout {
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	margin: 0 2% 2% 0;
}

.mo_saml_table_layout input[type=text] {
	width: 80%;
}
.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_td_values{
	font-size: 1.3em;
	font-weight: 600;
	font-family: sans-serif;
}

.mo_saml_attr_button {
	background-color: #4CAF50;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}
.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_no_feature{
	padding-left: 26%;
}

.btn-primary-col {
	color: #fff;
	background-color: #d7342e;
	border-color: #d7342e;
}
.btn-primary-color {
	color: #fff;
	background-color: #32b42e;
	border-color: #32b42e;
}
.scrollit {
	overflow:scroll;
	height:345px;
}
/***************Licensing page**********************/
.mo_saml_table_layout_1
{
	background-color:#e0e0d8;
	width: 97%;
	padding:2%;
	overflow: hidden;
}
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	padding: 6px 12px;
}

.btn-primary-color {
	color: #fff;
	background-color: #32b42e;
	border-color: #32b42e;
}
.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;
}
.container_1{
	width: 100%;
}
#pricing-table {
	padding-top: 30px;
}
#pricing-table li{
	height: 40px;
	color: black;
	text-align: center;
	overflow: hidden;
}
.cross_mark_h{
	font-size: 22px !important;
}
.support_styles2{
	width: 93%;
	margin-left: 14px;
}

.class_inline_1{
	width: 29%;
	display: inline-block;
	padding-top: 240px;
	padding-left: 10px;
}

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

.pricing-rate:last-of-type {
	margin-top:36px;
}

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

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

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

.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);
}
.mo_oauth_highlight_background_note_2{
	background-color: #e0e0e0;
	border-radius: 4px;
	padding: 0.55em;
	width: 71.7%;
}
#backup_import_form{
	background-color:#FFFFFF;
    padding:1px 1px 1px 10px !important; display:none;
}
.mo_oauth_backup_download{
	display:none;
}

.mo_oauth_backup_cancel{
	float:right;
}

File

css/style_settings.css
View source
  1. #miniorange_oauth_client_app,#text_field, #callbackurl, #miniorange_oauth_client_auth_ep, #miniorange_oauth_client_access_token_ep, #miniorange_oauth_client_user_info_ep, #miniorange_oauth_client_app_name
  2. , #miniorange_oauth_client_display_name, #miniorange_oauth_client_client_id, #miniorange_oauth_client_client_secret, #miniorange_oauth_client_scope{
  3. box-sizing: border-box !important;
  4. padding: 0.3em 0.4em 0.3em 0.5em !important;
  5. border: 1px solid #b8b8b8 !important;
  6. border-top-color: #999 !important;
  7. border-radius: 2px !important;
  8. background: #fcfcfa !important;
  9. box-shadow: inset 0 1px 2px rgba(0,0,0,0.125) !important;
  10. }
  11. .mo_oauth_help_title {
  12. font-size:17px;
  13. width:100%;
  14. color:#1B79AE;
  15. cursor:pointer;
  16. font-weight: bold;
  17. }
  18. .mo_oauth_help_desc {
  19. font-size:13px;
  20. border-left:solid 2px rgba(128, 128, 128, 0.65);
  21. margin-top:10px;
  22. padding-left:10px;
  23. }
  24. .mo_oauth_help {
  25. border-top: solid 1px grey;
  26. width: 95%;
  27. }
  28. .mo_oauth_help_cell {
  29. padding: 20px;
  30. border-bottom: solid 1px grey;
  31. }
  32. .mo_oauth_support_layout{
  33. width: 93%;
  34. background-color:#FFFFFF;
  35. border:1px solid #CCCCCC;
  36. padding-left:20px;
  37. }
  38. .mo_oauth_highlight_background_note_export{
  39. background-color: #e0e0e0;
  40. border-radius: 4px;
  41. padding: 0.55em;
  42. width: 98%;
  43. }
  44. /*CSS for switch button*/
  45. .switch {
  46. position: relative;
  47. display: inline-block;
  48. width: 60px;
  49. height: 28px;
  50. }
  51. .switch input {display:none;}
  52. .slider {
  53. position: absolute;
  54. cursor: pointer;
  55. top: 0;
  56. left: 0;
  57. right: 0;
  58. bottom: 0;
  59. background-color: #ca2222;
  60. -webkit-transition: .4s;
  61. transition: .4s;
  62. }
  63. .slider:before {
  64. position: absolute;
  65. content: "";
  66. height: 25px;
  67. width: 27px;
  68. left: 2px;
  69. bottom: 2px;
  70. background-color: white;
  71. transition: .4s;
  72. }
  73. input:checked + .slider {
  74. background-color: #2ab934;
  75. }
  76. input:focus + .slider {
  77. box-shadow: 0 0 1px #2196F3;
  78. }
  79. input:checked + .slider:before {
  80. -webkit-transform: translateX(28px);
  81. -ms-transform: translateX(28px);
  82. transform: translateX(28px);
  83. }
  84. /*------ ADDED CSS ---------*/
  85. .on
  86. {
  87. display: none;
  88. }
  89. .on, .off
  90. {
  91. color: white;
  92. position: absolute;
  93. transform: translate(-50%,-50%);
  94. top: 50%;
  95. left: 50%;
  96. font-size: 10px;
  97. font-family: Verdana, sans-serif;
  98. }
  99. input:checked+ .slider .on
  100. {display: block;}
  101. input:checked + .slider .off
  102. {display: none;}
  103. /*--------- END --------*/
  104. /* Rounded sliders */
  105. .slider.round {
  106. border-radius: 34px;
  107. }
  108. .slider.round:before {
  109. border-radius: 50%;}
  110. /* END*/
  111. .mo_oauth_tooltip {
  112. position: relative;
  113. display: inline-block;
  114. }
  115. .mo_oauth_tooltiptext {
  116. visibility: hidden;
  117. width: 350px;
  118. background-color: #737373;
  119. color: white;
  120. text-align: center;
  121. border-radius: 6px;
  122. padding: 5px 0;
  123. /* Position the tooltip */
  124. position: absolute;
  125. z-index: 1;
  126. opacity: 0;
  127. transition: opacity 1s;
  128. }
  129. .mo_oauth_tooltip:hover + .mo_oauth_tooltiptext {
  130. visibility: visible;
  131. opacity: 1;
  132. }
  133. .mo_oauth_info_icon{
  134. margin-top: 2px;
  135. }
  136. .mo_oauth_row {
  137. margin: 10px 0px;
  138. }
  139. .mo_oauth_name {
  140. display: inline-block;
  141. width: 40%;
  142. max-width: 250px;
  143. }
  144. .mo_oauth_value {
  145. display: inline-block;
  146. width: 69%;
  147. }
  148. .mo_oauth_table_layout {
  149. background-color:#FFFFFF;
  150. border:1px solid #CCCCCC;
  151. padding:0px 10px 10px 10px;
  152. margin-bottom: 10px;
  153. }
  154. .mo_oauth_table_layout td {
  155. border: unset;
  156. }
  157. .mo_oauth_table_layout input[type=text] {
  158. width: 80%;
  159. }
  160. .mo_oauth_table_layout td strong {
  161. margin-left: 10px;
  162. }
  163. .panel_toggle {
  164. cursor: pointer;
  165. }
  166. .panel_toggle:hover {
  167. text-decoration: underline;
  168. }
  169. .mo_oauth_table_textbox {
  170. width:80%;
  171. }
  172. .mo_oauth_settings_table {
  173. width: 100%;
  174. }
  175. .mo_oauth_settings_table tr td:first-child {
  176. width: 30%;
  177. }
  178. .mo_oauth_heading_margin {
  179. margin-left: 0px;
  180. }
  181. .error_wid_login {
  182. background-color: #FFEBE8;
  183. border: 1px dashed #FF0000;
  184. color: #FF0000;
  185. float: left;
  186. font-family: Verdana,Arial,Helvetica,sans-serif;
  187. font-weight: 500;
  188. padding: 6px;
  189. margin-left: 200px;
  190. width: 80%;
  191. clear:both !important;
  192. }
  193. .login_wid li{
  194. margin:5px;
  195. }
  196. .login_wid{
  197. list-style-type:none;
  198. border: 1px dashed #999999;
  199. width:98%;
  200. float:left;
  201. padding:5%;
  202. }
  203. .login_wid li{
  204. width:48%;
  205. float:left;
  206. margin:2px;
  207. }
  208. .openid_social_login{
  209. padding:5px 0px 0px 0px;
  210. clear:both;
  211. width:100% !important;
  212. }
  213. .login_wid li input{
  214. width:85%;
  215. float:left;
  216. margin:2px;
  217. }
  218. .mo_oauth_local_pricing_free_tab{
  219. background-color: rgba(34, 153, 221, 0.82)!important;
  220. }
  221. .mo_oauth_local_pricing_paid_tab{
  222. background-color: #0B4669 !important;
  223. }
  224. .mo_oauth_local_pricing_text{
  225. font-size: 14px !important;
  226. color: #fff !important;
  227. font-weight: 600 !important;
  228. }
  229. .mo_oauth_local_pricing_sub_header{
  230. margin: 2px !important;
  231. color: #fff !important;
  232. }
  233. .mo_oauth_local_pricing_header{
  234. color: #fff !important;
  235. margin: 4px !important;
  236. }
  237. .mo_oauth_local_pricing_table{
  238. text-align:center;
  239. font-size: 15px !important;
  240. background-color:#FFFFFF;
  241. }
  242. .mo_oauth_local_thumbnail{
  243. /*width: 250px;*/
  244. padding: 4px;
  245. margin-bottom: 10px;
  246. line-height: 1.42857143;
  247. background-color: #fff;
  248. border: 1px solid #ddd;
  249. border-radius: 4px;
  250. -webkit-transition: border .2s ease-in-out;
  251. -o-transition: border .2s ease-in-out;
  252. transition: border .2s ease-in-out;
  253. }
  254. .mo_oauth_premium_thumbnail{
  255. width: 350px;
  256. padding: 4px;
  257. margin-bottom: 10px;
  258. line-height: 1.42857143;
  259. background-color: #fff;
  260. border: 1px solid #ddd;
  261. border-radius: 4px;
  262. -webkit-transition: border .2s ease-in-out;
  263. -o-transition: border .2s ease-in-out;
  264. transition: border .2s ease-in-out;
  265. }
  266. .mo_oauth_local_table_col1{
  267. padding-left:5%;
  268. }
  269. .mo_oauth_local_table_col2{
  270. padding-left:20%;
  271. }
  272. .mo_oauth_container {
  273. width: 59%;
  274. padding: 25px;
  275. border-radius: 4px !important;
  276. box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  277. margin-left: auto;
  278. margin-right: auto;
  279. float: left;
  280. }
  281. .mo_oauth_container_2 {
  282. width: 95%;
  283. padding: 25px;
  284. border-radius: 4px !important;
  285. box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  286. margin-left: auto;
  287. margin-right: auto;
  288. float: left;
  289. }
  290. .mo_oauth_container_3{
  291. width: 40%;
  292. padding: 33px;
  293. border-radius: 4px !important;
  294. box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  295. margin-left: auto;
  296. margin-right: auto;
  297. float: right;
  298. }
  299. .mo_oauth_table_layout_1
  300. {
  301. background-color:#e0e0d8 !important;
  302. width: 97% !important;
  303. padding:2% !important;
  304. overflow: hidden;
  305. }
  306. /*.mo_saml_table_layout_support_1{
  307. border-radius: 4px !important;
  308. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15) !important;
  309. float: left !important;
  310. width: 28% !important;
  311. background-color:#FFFFFF !important;
  312. border:1px solid #CCCCCC !important;
  313. padding:25px !important;
  314. margin-bottom: 10px !important;
  315. }*/
  316. .mo_saml_table_layout_support_1{
  317. border-radius: 4px;
  318. position: relative;
  319. width: 350px;
  320. border: 1px solid #CCCCCC;
  321. padding: 15px 20px 17px 20px;
  322. background-color: white;
  323. }
  324. .mo_saml_highlight_background_note_1{
  325. background-color: #e0e0e0;
  326. border-radius: 4px;
  327. padding: 0.55em;
  328. width: 90%;
  329. }
  330. #button_config_center{
  331. display:block;
  332. margin-left:auto;
  333. margin-right:auto;
  334. border-radius: 4px;
  335. background: #337ab7;
  336. color: #ffffff;
  337. text-shadow: 0 -1px 1px #337ab7, 1px 0 1px #337ab7, 0 1px 1px #337ab7, -1px 0 1px #337ab7;
  338. box-shadow: 0 1px 0 #337ab7;
  339. border-color: #337ab7 #337ab7 #337ab7;
  340. }
  341. #button_config{
  342. border-radius: 4px;
  343. background: #337ab7;
  344. color: #ffffff;
  345. text-shadow: 0 -1px 1px #337ab7, 1px 0 1px #337ab7, 0 1px 1px #337ab7, -1px 0 1px #337ab7;
  346. box-shadow: 0 1px 0 #337ab7;
  347. border-color: #337ab7 #337ab7 #337ab7;
  348. }
  349. .mo_saml_container_center {
  350. width: 60%;
  351. padding: 25px;
  352. border-radius: 4px !important ;
  353. box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  354. margin-left: auto;
  355. margin-right: auto;
  356. float: none;
  357. }
  358. /*marketing site setup guides table*/
  359. .mo_guide_table{
  360. max-width: 100%;
  361. margin-bottom: 20px;
  362. border-spacing: 0;
  363. border-collapse: collapse;
  364. }
  365. .mo_guide_table-bordered>thead>tr>th{
  366. border-bottom-width: 2px;
  367. }
  368. .mo_guide_table-bordered {
  369. border: 1px solid #ddd;
  370. }
  371. .mo_guide_table-bordered>thead>tr>th, .mo_guide_table-bordered>tbody>tr>td {
  372. border: 1px solid #ddd;
  373. }
  374. .mo_guide_table>thead>tr>th {
  375. padding: 8px;
  376. line-height: 1.42857143;
  377. }
  378. .mo_guide_text-center {
  379. text-align: center;
  380. background-color: white;
  381. }
  382. .mo_guide_table-striped>tbody>tr:nth-of-type(odd) {
  383. background-color: #f9f9f9;
  384. }
  385. .mo_guide_text-color {
  386. color: #fe7e00;
  387. }
  388. .mo_saml_table_layout {
  389. border-radius: 4px;
  390. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  391. background-color:#FFFFFF;
  392. border:1px solid #CCCCCC;
  393. margin: 0 2% 2% 0;
  394. }
  395. .mo_saml_table_layout input[type=text] {
  396. width: 80%;
  397. }
  398. .mo_saml_table_layout td strong {
  399. margin-left: 10px;
  400. }
  401. .form-textarea{
  402. padding: 2px !important;
  403. box-sizing: border-box !important;
  404. padding: 0.3em 0.4em 0.3em 0.5em !important;
  405. border: 1px solid #b8b8b8 !important;
  406. border-top-color: #999 !important;
  407. border-radius: 2px !important;
  408. background: #fcfcfa !important;
  409. box-shadow: inset 0 1px 2px rgba(0,0,0,0.125) !important;
  410. }
  411. @media only screen and (max-width:641px) { .form-textarea { width:100% !important;}}
  412. .form-text{
  413. padding: 2px !important;
  414. box-sizing: border-box !important;
  415. padding: 0.3em 0.4em 0.3em 0.5em !important;
  416. border: 1px solid #b8b8b8 !important;
  417. border-top-color: #999 !important;
  418. border-radius: 2px !important;
  419. background: #fcfcfa !important;
  420. box-shadow: inset 0 1px 2px rgba(0,0,0,0.125) !important;
  421. }
  422. @media only screen and (max-width:641px) { .form-text { width:100% !important;}}
  423. .mo_saml_table_layout_support_btn{
  424. position: fixed;
  425. top: 100px;
  426. z-index: 10000;
  427. right: -391px;
  428. }
  429. #mosaml-feedback-overlay{
  430. background: rgba(11, 13, 13, 0.44);
  431. top: 0;
  432. left: 0;
  433. width: 100%;
  434. height: 100%;
  435. position: fixed;
  436. z-index: 9999;
  437. }
  438. .mo_saml_div_center_style{
  439. margin-left: auto;
  440. margin-right: auto;
  441. float: none;
  442. }
  443. .mo_td_values{
  444. font-size: 1.3em;
  445. font-weight: 600;
  446. font-family: sans-serif;
  447. }
  448. .mo_saml_attr_button {
  449. background-color: #4CAF50;
  450. border: none;
  451. color: white;
  452. padding: 15px 32px;
  453. text-align: center;
  454. text-decoration: none;
  455. display: inline-block;
  456. font-size: 16px;
  457. margin: 4px 2px;
  458. cursor: pointer;
  459. }
  460. .mo_saml_container_2{
  461. width: 29%;
  462. padding: 33px;
  463. border-radius: 4px !important;
  464. box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  465. margin-right: auto;
  466. float: left;
  467. margin-left: 22px;
  468. }
  469. .mo_oauth_no_feature{
  470. padding-left: 26%;
  471. }
  472. .btn-primary-col {
  473. color: #fff;
  474. background-color: #d7342e;
  475. border-color: #d7342e;
  476. }
  477. .btn-primary-color {
  478. color: #fff;
  479. background-color: #32b42e;
  480. border-color: #32b42e;
  481. }
  482. .scrollit {
  483. overflow:scroll;
  484. height:345px;
  485. }
  486. /***************Licensing page**********************/
  487. .mo_saml_table_layout_1
  488. {
  489. background-color:#e0e0d8;
  490. width: 97%;
  491. padding:2%;
  492. overflow: hidden;
  493. }
  494. .btn-primary {
  495. color: #fff;
  496. background-color: #337ab7;
  497. border-color: #2e6da4;
  498. padding: 6px 12px;
  499. }
  500. .btn-primary-color {
  501. color: #fff;
  502. background-color: #32b42e;
  503. border-color: #32b42e;
  504. }
  505. .btn {
  506. font-weight: 400;
  507. text-align: center;
  508. white-space: nowrap;
  509. vertical-align: middle;
  510. -webkit-user-select: none;
  511. -moz-user-select: none;
  512. -ms-user-select: none;
  513. user-select: none;
  514. border: 1px solid transparent;
  515. border-radius: .25rem;
  516. text-decoration: none;
  517. transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  518. }
  519. .container_1{
  520. width: 100%;
  521. }
  522. #pricing-table {
  523. padding-top: 30px;
  524. }
  525. #pricing-table li{
  526. height: 40px;
  527. color: black;
  528. text-align: center;
  529. overflow: hidden;
  530. }
  531. .cross_mark_h{
  532. font-size: 22px !important;
  533. }
  534. .support_styles2{
  535. width: 93%;
  536. margin-left: 14px;
  537. }
  538. .class_inline_1{
  539. width: 29%;
  540. display: inline-block;
  541. padding-top: 240px;
  542. padding-left: 10px;
  543. }
  544. .class_inline{
  545. width: 17%;
  546. display: inline-block;
  547. vertical-align: top;
  548. }
  549. #pricing-table .pricing {
  550. margin: 0;
  551. padding: 0;
  552. font-family: 'Robot', sans-serif;
  553. }
  554. #pricing-table .pricing .pricing-table {
  555. padding-bottom: 15px;
  556. }
  557. #pricing-table .pricing .pricing-table .pricing-header {
  558. position: relative;
  559. background: #34495e;
  560. padding: 6px 18px;
  561. text-align: center;
  562. border-top-right-radius: 4px;
  563. border-top-left-radius: 4px;
  564. }
  565. #pricing-table .pricing .pricing-table .pricing-header .pricing-title {
  566. color: #ffffff;
  567. text-transform: uppercase;
  568. letter-spacing: 2px;
  569. font-size: 18px;
  570. text-align: center;
  571. font-weight: 500;
  572. }
  573. #pricing-table .pricing .pricing-table .pricing-header .pricing-rate {
  574. font-size: 50px;
  575. font-weight: 600;
  576. color: #ffffff;
  577. position: relative;
  578. text-align: center;
  579. }
  580. #pricing-table .pricing .pricing-table .pricing-header .pricing-rate sup {
  581. font-size: 24px;
  582. position: relative;
  583. top: -30px;
  584. color: #bdc3c7;
  585. }
  586. #pricing-table .pricing .pricing-table .pricing-header .pricing-rate span {
  587. font-size: 13px;
  588. color: #bdc3c7;
  589. text-transform: uppercase;
  590. }
  591. #pricing-table .pricing .pricing-list {
  592. padding: 20px 0 40px 0;
  593. background: #c4baba1c;
  594. border: 1px solid #e3e3e3;
  595. }
  596. #pricing-table .pricing .pricing-list ul {
  597. padding: 0px;
  598. display: table;
  599. margin: 0px auto;
  600. width: 100%;
  601. text-align: center;
  602. }
  603. #pricing-table .pricing .pricing-list ul li {
  604. list-style: none;
  605. border-bottom: 1px solid #EAECEB;
  606. color: black;
  607. font-size: 15px;
  608. padding: 15px;
  609. }
  610. #pricing-table .pricing .pricing-list ul li:last-child {
  611. border: none;
  612. }
  613. #pricing-table .pricing .pricing-list ul li i {
  614. margin-right: 12px;
  615. color: #bdc3c7;
  616. }
  617. #pricing-table .pricing .pricing-list ul li span {
  618. color: #34495e;
  619. }
  620. .pricing-rate:last-of-type {
  621. margin-top:36px;
  622. }
  623. .pricing-title>span{
  624. font-size: 12px;
  625. letter-spacing: 1px;
  626. }
  627. p.pricing-title{
  628. height: 70px;
  629. }
  630. p.pricing-rate{
  631. margin-bottom: 50px;
  632. }
  633. .filler-class{
  634. height: 0px;
  635. }
  636. .mo_btn_note{
  637. font-size: 14px;
  638. cursor: default;
  639. border-color:#337ab7;
  640. }
  641. .pricing-list li:nth-of-type(2n+1) {
  642. background-color: rgba(23, 61, 80, 0.06);
  643. }
  644. /* FAQ button and Ask question on forum button*/
  645. .mo_faq_button_left{
  646. float: inherit;
  647. color: #48a0dc;
  648. border: 2px solid #48a0dc;
  649. padding: 5px;
  650. margin-left: 70px;
  651. }
  652. .mo_faq_button_left:hover{
  653. transform: scale(1.1);
  654. }
  655. .mo_faq_button_right{
  656. float: inherit;
  657. color: #48a0dc;
  658. border: 2px solid #48a0dc;
  659. padding: 5px;
  660. margin-left: 10px;
  661. }
  662. .mo_faq_button_right:hover{
  663. transform: scale(1.1);
  664. }
  665. .mo_oauth_highlight_background_note_2{
  666. background-color: #e0e0e0;
  667. border-radius: 4px;
  668. padding: 0.55em;
  669. width: 71.7%;
  670. }
  671. #backup_import_form{
  672. background-color:#FFFFFF;
  673. padding:1px 1px 1px 10px !important; display:none;
  674. }
  675. .mo_oauth_backup_download{
  676. display:none;
  677. }
  678. .mo_oauth_backup_cancel{
  679. float:right;
  680. }