You are here

style_settings.css in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7

.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_table_layout {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:0px 10px 10px 10px;
	margin-bottom: 10px;
}

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

/*** CSS For Show SAML Request And Response ***/

.mo-display-logs{
	color: #3c763d;
	background-color: #dff0d8;
	padding:2%;
	margin-bottom:20px;
	text-align:center;
	border:1px solid #AEDB9A;
	font-size:18pt;
}

.mo-display-block {
	color: #050505;
	width: -moz-available;
	min-height: 300px !important;
	overflow: auto;
	display: inline-block;
	background-color: #f6f6f6;
	padding: 2%;
	margin-bottom: 20px;
	text-align: left;
	border: 1px solid #AEDB9A;
	font-size: 12pt;
}

.mo-show-saml-request-copy-download-btn{
  padding:1%;
  width:100px;
  background: #0091CD none repeat scroll 0% 0%;
  cursor: pointer;
  font-size:15px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  border-color: #0073AA;
  box-shadow: 0px 1px 0px rgba(120, 200, 230, 0.6) inset;
  color: #FFF;
}

.mo_saml_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_saml_highlight_background_note{
	background-color: #e0e0e0;
	border-radius: 4px;
	padding: 0.55em;
	width: 80%;
}

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

.mo_saml_table_layout {
	border-radius: 1px;
	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_container {
	width: 59%;
	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);
	margin-left: auto;
	margin-right: auto;
	float: left;
}

.mo_saml_container_2{
	width: 26%;
	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_saml_table_layout_1
{
	background-color:#e0e0d8 !important;
	width: 96% !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_otp_h_3 {
  text-align: center;
  padding: 0px 0px 6px 0em;
  color: #34495e;
}

.mo_otp_adv_tfa {
  background: #e1e2dc;
  height: 7em;
}

.mo_otp_txt_h3 {
  text-align: center;
  margin-left: 5em;
  margin-top: -3.5em;
}

.mo_otp_img_adv {
  margin: 1em 1em 1em 1em;
}

.mo_otp_paragraph {
  font-family: sans-serif;
  font-size: 13px;
  text-align: -webkit-center;
}
.mo_otp_btn1 {
  margin-left: 1em;
  background: #32b42e !important;
  cursor: pointer;
  width: 12em;
  height: 2em;
  color: white;
  border: none !important;
  line-height: 2em;
  margin-top: 1em;
}

.mo_otp_btn2 {
  margin-top: 1em;
  margin-left: 1em;
  width: 10em;
  height: 2em;
  margin-right: 1em !important;
  background: #5771be !important;
  padding-right: -22em;
  color: white;
  border: none !important;
  line-height: 2em;
}
.mo_saml_btn-custom {
	color: #ffffff;
	font-size: 14px;
}

.mo_saml_btn-custom:hover {
	color: #ffffff;
	border: 1px solid #ffffff;
}

.mo_container_1{
	width: 100%;
}

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

.password-parent{
	width: 60% !important;
}

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

.confirm-parent {
	width: 100%;
}

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

.form-select{
	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-select { width:100% !important;}}


#mo_saml_pricing-table {
	padding-top: 30px;
}

#mo_saml_pricing-table li{
	height: 40px;
	color: black;
	text-align: center;
	overflow: hidden;
}

.mo_saml_class_inline_1{
	width: 29%;
	display: inline-block;
	padding-top: 203px;
}

.mo_saml_class_inline{
	width: 17%;
	display: inline-block;
	vertical-align: top;
}

#mo_saml_pricing-table .pricing {
	margin: 0;
	padding: 0;
	font-family: 'Robot', sans-serif;
}

#mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-table {
	padding-bottom: 15px;
}

#mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-table .mo_saml_pricing-header {
	position: relative;
	background: #34495e;
	padding: 6px 18px;
	text-align: center;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

#mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-table .mo_saml_pricing-header .mo_saml_pricing-title {
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	text-align: center;
	font-weight: 500;
}

#mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-table .mo_saml_pricing-header .mo_saml_pricing-rate {
	font-size: 50px;
	font-weight: 600;
	color: #ffffff;
	position: relative;
	text-align: center;
}

#mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-table .mo_saml_pricing-header .mo_saml_pricing-rate sup {
	font-size: 24px;
	position: relative;
	top: -30px;
	color: #bdc3c7;
}

#mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-table .mo_saml_pricing-header .mo_saml_pricing-rate span {
	font-size: 13px;
	color: #bdc3c7;
	text-transform: uppercase;
}

#mo_saml_pricing-table .pricing .mo_saml_pricing-list {
	padding: 20px 0 40px 0;
	background: #c4baba1c;
	border: 1px solid #e3e3e3;
}

#mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-list ul {
	padding: 0px;
	display: table;
	margin: 0px;
	width: 100%;
	text-align: center;
}

#mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-list ul li {
	list-style: none;
	border-bottom: 1px solid #EAECEB;
	color: black;
	font-size: 15px;
	line-height: 42px;
}

#mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-list ul li:last-child {
	border: none;
}

#mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-list ul li i {
	margin-right: 12px;
	color: #bdc3c7;
}

#mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-list ul li span {
	color: #34495e;
}

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

.mo_saml_pricing-title>span{
	font-size: 12px;
	letter-spacing: 1px;
}

p.mo_saml_pricing-title{
	height: 70px;
}

p.mo_saml_pricing-rate{
	margin-bottom: 50px;
}

.mo_saml_filler-class{
	height: 0px;
}

.mo_saml_mo_btn_note{
	font-size: 14px;
	cursor: default;
	border-color:#d9534f;
}

.mo_saml_pricing-list li:nth-of-type(2n+1) {
	background-color: rgba(23, 61, 80, 0.06);
}

.mo_saml_mo_guide_table{
	max-width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse;
}

.mo_saml_mo_guide_table-bordered>thead>tr>th{
	border-bottom-width: 2px;
}

.mo_saml_mo_guide_table-bordered {
	border: 1px solid #ddd;
}

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

.mo_saml_mo_guide_table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
}

.mo_saml_mo_guide_text-center {
	text-align: center;
}

.mo_saml_mo_guide_table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.mo_saml_mo_guide_text-color {
	color: #fe7e00;
}

.mo_saml_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_saml_btn-primary-faq{
	float: left;
	color: #48a0dc;
	border: 2px solid #48a0dc;
	border-color: #2e6da4;
	background-color: white;
	text-decoration: none;
}

.mo_saml_btn_faq_buttons{
	padding:5px 5px;
	float:right;
	border-color: #0073aa #006799 #006799;
	color: #fff;
	text-decoration: none;
}

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


/*******CSS for copy IDP METADATA*******/

.mo_saml_fa.mo_saml_fa-pull-right {
	margin-left: .3em;
}

.mo_saml_fa-pull-right {
	float: right;
}

.mo_saml_fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.mo_saml_fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.mo_saml_fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	font-variant-numeric: normal;
	font-variant-east-asian: normal;
	font-weight: normal;
	font-stretch: normal;
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mo_saml_mo_copy {
	border: 1px solid #CCCCCC;
	padding: 8px;
	background-color: #FBFBFB;
	cursor: pointer;
}

.mo_saml_mo_copy:active {
	background: gray;
}

.mo_saml_mo_td_values{
	font-size: 1.3em;
	font-weight: 600;
	font-family: sans-serif;
}

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

.mo_saml_selected-text, .mo_saml_selected-text>*{
	background: #2196f3;
	color: #ffffff;
}

.mo_saml_highlight_background_url_note{
	background-color: #e0e0e0;
	border-radius: 4px;
	padding: 0.55em;
	width: fit-content;
	float: left;
}

/* Class for making asterisk( * ) red */
.miniorange_saml_red{
	color: red;
}

.mo_saml_space{
  margin-left: 33px;
}

/* bootstrap classes */
.mo_saml_btn {
    display: inline-block;
    /*padding: 6px 12px;*/
    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_saml_btn:focus,.mo_saml_btn:active:focus,.mo_saml_btn.active:focus,.mo_saml_btn.focus,.mo_saml_btn:active.focus,.mo_saml_btn.active.focus
{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.mo_saml_btn:hover,.mo_saml_btn:focus,.mo_saml_btn.focus {

	text-decoration: none
}

.mo_saml_btn:active,.mo_saml_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_saml_btn.disabled,.mo_saml_btn[disabled],fieldset[disabled] .mo_saml_btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

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

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

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

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

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

.mo_saml_btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  padding:3px 7px;
  margin-right: 14px;
}

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

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

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

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

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

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

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

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

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

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

/*
Custom certificate

*/

#mo_saml_generate_certificate_form{
	background-color:#FFFFFF;
	border:0px solid #CCCCCC;
	padding:1px 1px 1px 10px;
	display:none;"
}

#mo_saml_generate_certificate_form_table{
	width:100%;
}

#mo_saml_generate_certificate_form_back{
	float:right;margin-right:25px;
}
.miniorange_saml_custom_certficate_generate{
	display:block;margin-left:auto;
	margin-right:auto !important;
	border-radius:4px;
	background: #337ab7 !important;
	color: #ffffff !important;
	text-shadow: 0 -1px 1px #337ab7, 1px 0 1px #337ab7, 0 1px 1px #337ab7, -1px 0 1px #337ab7 !important;
	box-shadow: 0 1px 0 #337ab7;border-color: #337ab7 #337ab7 #337ab7 !important;
}

.mosaml_upload{
	background-color:#12b233;
	box-shadow: 0 1px 0 #12b233;
	text-decoration: none;
	border-color: #00ba26;
    text-shadow: 0 -1px 1px #12b233, 1px 0 1px #12b233, 0 1px 1px #12b233, -1px 0 1px #12b233;
    padding:5px 10px !important;
    margin-left: 0px;
    box-shadow: 0 1px 0 #006799;

}
.miniorange_saml_idp_export_button{
	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 2px 0 #006799;
    border-color: #337ab7 #337ab7 #337ab7;
    width: 80%;'
}
#upload_metadata_form{
	background-color:#FFFFFF;
    padding:1px 1px 1px 10px !important; display:none;
}

.mo_saml_test_config{
	padding:4px 15px;
	border-color:#3a953b;
	box-shadow: 0 1px 0 #3a953b;
	background-color: #3a953b;
}

.mo_saml_show_request{
	padding:4px 14px;
	background-color: #255884;
	border-color: #255884;
	box-shadow: 0 1px 0 #006799;
}

.mo_saml_show_response{
	padding:4px 7px;
	background-color: #255884;
	border-color: #255884;
	box-shadow: 0 1px 0 #006799;
}
.mo_saml_save_config{
    padding:4px 7px;
	background-color: #255884;
	border-color: #255884;
	box-shadow: 0 1px 0 #006799;
}

#mosaml_def_redirect,#mosaml_def_redirect_logout,#mo_saml_domain_textfield{
	width:81%;background-color: hsla(0,0%,0%,0.08) !important;
}

.mo_saml_textbox{
	width:81%;
	background-color: hsla(0,0%,0%,0.08) !important;
}
.mo_saml_save_mapping_config_button{
	border-radius:4px !important;
	background: #337ab7 !important;
	color: #ffffff !important;
	text-shadow: 0 -1px 1px #337ab7, 1px 0 1px #337ab7, 0 1px 1px #337ab7, -1px 0 1px #337ab7 !important;
    box-shadow: 0 2px 0 #006799;
    border-color: #337ab7 #337ab7 #337ab7 !important;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.sp_role_class{
	border: 1px solid #34495e;
	width: 90%;
	height: 25px;
}

.table_class{
	border: none !important;
}

File

css/style_settings.css
View source
  1. .mo_saml_table_layout_support_btn{
  2. position: fixed;
  3. top: 100px;
  4. z-index: 10000;
  5. right: -391px;
  6. }
  7. #mosaml-feedback-overlay{
  8. background: rgba(11, 13, 13, 0.44);
  9. top: 0;
  10. left: 0;
  11. width: 100%;
  12. height: 100%;
  13. position: fixed;
  14. z-index: 9999;
  15. }
  16. .mo_saml_table_layout {
  17. background-color:#FFFFFF;
  18. border:1px solid #CCCCCC;
  19. padding:0px 10px 10px 10px;
  20. margin-bottom: 10px;
  21. }
  22. .mo_saml_table_layout input[type=text] {
  23. width: 80%;
  24. }
  25. .mo_saml_table_layout td strong {
  26. margin-left: 10px;
  27. }
  28. /*** CSS For Show SAML Request And Response ***/
  29. .mo-display-logs{
  30. color: #3c763d;
  31. background-color: #dff0d8;
  32. padding:2%;
  33. margin-bottom:20px;
  34. text-align:center;
  35. border:1px solid #AEDB9A;
  36. font-size:18pt;
  37. }
  38. .mo-display-block {
  39. color: #050505;
  40. width: -moz-available;
  41. min-height: 300px !important;
  42. overflow: auto;
  43. display: inline-block;
  44. background-color: #f6f6f6;
  45. padding: 2%;
  46. margin-bottom: 20px;
  47. text-align: left;
  48. border: 1px solid #AEDB9A;
  49. font-size: 12pt;
  50. }
  51. .mo-show-saml-request-copy-download-btn{
  52. padding:1%;
  53. width:100px;
  54. background: #0091CD none repeat scroll 0% 0%;
  55. cursor: pointer;
  56. font-size:15px;
  57. border-width: 1px;
  58. border-style: solid;
  59. border-radius: 3px;
  60. white-space: nowrap;
  61. box-sizing: border-box;
  62. border-color: #0073AA;
  63. box-shadow: 0px 1px 0px rgba(120, 200, 230, 0.6) inset;
  64. color: #FFF;
  65. }
  66. .mo_saml_welcome_message
  67. {
  68. display: block;
  69. margin-top: 10px;
  70. text-align: center;
  71. font-size: 15px;
  72. color: rgba(0, 128, 0, 0.80);
  73. background-color: rgba(0, 255, 0, 0.15);
  74. padding: 5px;
  75. }
  76. .mo_saml_highlight_background_note{
  77. background-color: #e0e0e0;
  78. border-radius: 4px;
  79. padding: 0.55em;
  80. width: 80%;
  81. }
  82. .mo_saml_highlight_background_note_1{
  83. background-color: #e0e0e0;
  84. border-radius: 4px;
  85. padding: 0.55em;
  86. width: 80%;
  87. }
  88. .mo_saml_table_layout {
  89. border-radius: 1px;
  90. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  91. background-color:#FFFFFF;
  92. border:1px solid #CCCCCC;
  93. margin: 0 2% 2% 0;
  94. }
  95. .mo_saml_container {
  96. width: 59%;
  97. padding: 2%;
  98. border-radius: 4px; !important;
  99. box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  100. margin-left: auto;
  101. margin-right: auto;
  102. float: left;
  103. }
  104. .mo_saml_container_2{
  105. width: 26%;
  106. padding: 33px;
  107. border-radius: 4px; !important;
  108. box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  109. margin-right: auto;
  110. float: left;
  111. margin-left: 22px;
  112. }
  113. .mo_saml_table_layout_1
  114. {
  115. background-color:#e0e0d8 !important;
  116. width: 96% !important;
  117. padding:2% !important;
  118. overflow: hidden;
  119. }
  120. .mo_saml_table_layout_support_1{
  121. border-radius: 4px;
  122. position: relative;
  123. width: 350px;
  124. border: 1px solid #CCCCCC;
  125. padding: 15px 20px 17px 20px;
  126. background-color: white;
  127. }
  128. .mo_otp_h_3 {
  129. text-align: center;
  130. padding: 0px 0px 6px 0em;
  131. color: #34495e;
  132. }
  133. .mo_otp_adv_tfa {
  134. background: #e1e2dc;
  135. height: 7em;
  136. }
  137. .mo_otp_txt_h3 {
  138. text-align: center;
  139. margin-left: 5em;
  140. margin-top: -3.5em;
  141. }
  142. .mo_otp_img_adv {
  143. margin: 1em 1em 1em 1em;
  144. }
  145. .mo_otp_paragraph {
  146. font-family: sans-serif;
  147. font-size: 13px;
  148. text-align: -webkit-center;
  149. }
  150. .mo_otp_btn1 {
  151. margin-left: 1em;
  152. background: #32b42e !important;
  153. cursor: pointer;
  154. width: 12em;
  155. height: 2em;
  156. color: white;
  157. border: none !important;
  158. line-height: 2em;
  159. margin-top: 1em;
  160. }
  161. .mo_otp_btn2 {
  162. margin-top: 1em;
  163. margin-left: 1em;
  164. width: 10em;
  165. height: 2em;
  166. margin-right: 1em !important;
  167. background: #5771be !important;
  168. padding-right: -22em;
  169. color: white;
  170. border: none !important;
  171. line-height: 2em;
  172. }
  173. .mo_saml_btn-custom {
  174. color: #ffffff;
  175. font-size: 14px;
  176. }
  177. .mo_saml_btn-custom:hover {
  178. color: #ffffff;
  179. border: 1px solid #ffffff;
  180. }
  181. .mo_container_1{
  182. width: 100%;
  183. }
  184. .form-textarea{
  185. padding: 2px !important;
  186. box-sizing: border-box !important;
  187. padding: 0.3em 0.4em 0.3em 0.5em !important;
  188. border: 1px solid #b8b8b8 !important;
  189. border-top-color: #999 !important;
  190. border-radius: 2px !important;
  191. background: #fcfcfa !important;
  192. box-shadow: inset 0 1px 2px rgba(0,0,0,0.125) !important;
  193. }
  194. @media only screen and (max-width:641px) { .form-textarea { width:100% !important;}}
  195. .form-text{
  196. padding: 2px !important;
  197. box-sizing: border-box !important;
  198. padding: 0.3em 0.4em 0.3em 0.5em !important;
  199. border: 1px solid #b8b8b8 !important;
  200. border-top-color: #999 !important;
  201. border-radius: 2px !important;
  202. background: #fcfcfa !important;
  203. box-shadow: inset 0 1px 2px rgba(0,0,0,0.125) !important;
  204. }
  205. @media only screen and (max-width:641px) { .form-text { width:100% !important;}}
  206. .password-parent{
  207. width: 60% !important;
  208. }
  209. @media only screen and (max-width:641px) { .password-parent { width:100% !important;}}
  210. .confirm-parent {
  211. width: 100%;
  212. }
  213. @media only screen and (max-width:641px) { .confirm-parent { width:100% !important;}}
  214. .form-select{
  215. padding: 2px !important;
  216. box-sizing: border-box !important;
  217. padding: 0.3em 0.4em 0.3em 0.5em !important;
  218. border: 1px solid #b8b8b8 !important;
  219. border-top-color: #999 !important;
  220. border-radius: 2px !important;
  221. background: #fcfcfa !important;
  222. box-shadow: inset 0 1px 2px rgba(0,0,0,0.125) !important;
  223. }
  224. @media only screen and (max-width:641px) { .form-select { width:100% !important;}}
  225. #mo_saml_pricing-table {
  226. padding-top: 30px;
  227. }
  228. #mo_saml_pricing-table li{
  229. height: 40px;
  230. color: black;
  231. text-align: center;
  232. overflow: hidden;
  233. }
  234. .mo_saml_class_inline_1{
  235. width: 29%;
  236. display: inline-block;
  237. padding-top: 203px;
  238. }
  239. .mo_saml_class_inline{
  240. width: 17%;
  241. display: inline-block;
  242. vertical-align: top;
  243. }
  244. #mo_saml_pricing-table .pricing {
  245. margin: 0;
  246. padding: 0;
  247. font-family: 'Robot', sans-serif;
  248. }
  249. #mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-table {
  250. padding-bottom: 15px;
  251. }
  252. #mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-table .mo_saml_pricing-header {
  253. position: relative;
  254. background: #34495e;
  255. padding: 6px 18px;
  256. text-align: center;
  257. border-top-right-radius: 4px;
  258. border-top-left-radius: 4px;
  259. }
  260. #mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-table .mo_saml_pricing-header .mo_saml_pricing-title {
  261. color: #ffffff;
  262. text-transform: uppercase;
  263. letter-spacing: 2px;
  264. font-size: 18px;
  265. text-align: center;
  266. font-weight: 500;
  267. }
  268. #mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-table .mo_saml_pricing-header .mo_saml_pricing-rate {
  269. font-size: 50px;
  270. font-weight: 600;
  271. color: #ffffff;
  272. position: relative;
  273. text-align: center;
  274. }
  275. #mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-table .mo_saml_pricing-header .mo_saml_pricing-rate sup {
  276. font-size: 24px;
  277. position: relative;
  278. top: -30px;
  279. color: #bdc3c7;
  280. }
  281. #mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-table .mo_saml_pricing-header .mo_saml_pricing-rate span {
  282. font-size: 13px;
  283. color: #bdc3c7;
  284. text-transform: uppercase;
  285. }
  286. #mo_saml_pricing-table .pricing .mo_saml_pricing-list {
  287. padding: 20px 0 40px 0;
  288. background: #c4baba1c;
  289. border: 1px solid #e3e3e3;
  290. }
  291. #mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-list ul {
  292. padding: 0px;
  293. display: table;
  294. margin: 0px;
  295. width: 100%;
  296. text-align: center;
  297. }
  298. #mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-list ul li {
  299. list-style: none;
  300. border-bottom: 1px solid #EAECEB;
  301. color: black;
  302. font-size: 15px;
  303. line-height: 42px;
  304. }
  305. #mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-list ul li:last-child {
  306. border: none;
  307. }
  308. #mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-list ul li i {
  309. margin-right: 12px;
  310. color: #bdc3c7;
  311. }
  312. #mo_saml_pricing-table .mo_saml_pricing .mo_saml_pricing-list ul li span {
  313. color: #34495e;
  314. }
  315. .mo_saml_pricing-rate:last-of-type {
  316. margin-top:36px;
  317. }
  318. .mo_saml_pricing-title>span{
  319. font-size: 12px;
  320. letter-spacing: 1px;
  321. }
  322. p.mo_saml_pricing-title{
  323. height: 70px;
  324. }
  325. p.mo_saml_pricing-rate{
  326. margin-bottom: 50px;
  327. }
  328. .mo_saml_filler-class{
  329. height: 0px;
  330. }
  331. .mo_saml_mo_btn_note{
  332. font-size: 14px;
  333. cursor: default;
  334. border-color:#d9534f;
  335. }
  336. .mo_saml_pricing-list li:nth-of-type(2n+1) {
  337. background-color: rgba(23, 61, 80, 0.06);
  338. }
  339. .mo_saml_mo_guide_table{
  340. max-width: 100%;
  341. margin-bottom: 20px;
  342. border-spacing: 0;
  343. border-collapse: collapse;
  344. }
  345. .mo_saml_mo_guide_table-bordered>thead>tr>th{
  346. border-bottom-width: 2px;
  347. }
  348. .mo_saml_mo_guide_table-bordered {
  349. border: 1px solid #ddd;
  350. }
  351. .mo_saml_mo_guide_table-bordered>thead>tr>th, .mo_saml_mo_guide_table-bordered>tbody>tr>td {
  352. border: 1px solid #ddd;
  353. }
  354. .mo_saml_mo_guide_table>thead>tr>th {
  355. padding: 8px;
  356. line-height: 1.42857143;
  357. }
  358. .mo_saml_mo_guide_text-center {
  359. text-align: center;
  360. }
  361. .mo_saml_mo_guide_table-striped>tbody>tr:nth-of-type(odd) {
  362. background-color: #f9f9f9;
  363. }
  364. .mo_saml_mo_guide_text-color {
  365. color: #fe7e00;
  366. }
  367. .mo_saml_container_3{
  368. width: 40%;
  369. padding: 33px;
  370. border-radius: 4px; !important;
  371. box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  372. margin-left: auto;
  373. margin-right: auto;
  374. float: right;
  375. }
  376. .mo_saml_btn-primary-faq{
  377. float: left;
  378. color: #48a0dc;
  379. border: 2px solid #48a0dc;
  380. border-color: #2e6da4;
  381. background-color: white;
  382. text-decoration: none;
  383. }
  384. .mo_saml_btn_faq_buttons{
  385. padding:5px 5px;
  386. float:right;
  387. border-color: #0073aa #006799 #006799;
  388. color: #fff;
  389. text-decoration: none;
  390. }
  391. .mo_saml_btn_faq_buttons:hover{
  392. transform: scale(1.1);
  393. }
  394. /*******CSS for copy IDP METADATA*******/
  395. .mo_saml_fa.mo_saml_fa-pull-right {
  396. margin-left: .3em;
  397. }
  398. .mo_saml_fa-pull-right {
  399. float: right;
  400. }
  401. .mo_saml_fa-fw {
  402. width: 1.28571429em;
  403. text-align: center;
  404. }
  405. .mo_saml_fa-lg {
  406. font-size: 1.33333333em;
  407. line-height: .75em;
  408. vertical-align: -15%;
  409. }
  410. .mo_saml_fa {
  411. display: inline-block;
  412. font: normal normal normal 14px/1 FontAwesome;
  413. font-style: normal;
  414. font-variant-ligatures: normal;
  415. font-variant-caps: normal;
  416. font-variant-numeric: normal;
  417. font-variant-east-asian: normal;
  418. font-weight: normal;
  419. font-stretch: normal;
  420. font-family: FontAwesome;
  421. font-size: inherit;
  422. text-rendering: auto;
  423. -webkit-font-smoothing: antialiased;
  424. -moz-osx-font-smoothing: grayscale;
  425. }
  426. .mo_saml_mo_copy {
  427. border: 1px solid #CCCCCC;
  428. padding: 8px;
  429. background-color: #FBFBFB;
  430. cursor: pointer;
  431. }
  432. .mo_saml_mo_copy:active {
  433. background: gray;
  434. }
  435. .mo_saml_mo_td_values{
  436. font-size: 1.3em;
  437. font-weight: 600;
  438. font-family: sans-serif;
  439. }
  440. .mo_saml_register_message{
  441. display: block;
  442. margin-top: 15px;
  443. text-align: center;
  444. font-size: 14px;
  445. border-radius: 10px;
  446. border: 1px solid #fb9a9a;
  447. color: red;
  448. background-color: rgba(255,0,0,0.1);
  449. padding: 10px;
  450. }
  451. .mo_saml_selected-text, .mo_saml_selected-text>*{
  452. background: #2196f3;
  453. color: #ffffff;
  454. }
  455. .mo_saml_highlight_background_url_note{
  456. background-color: #e0e0e0;
  457. border-radius: 4px;
  458. padding: 0.55em;
  459. width: fit-content;
  460. float: left;
  461. }
  462. /* Class for making asterisk( * ) red */
  463. .miniorange_saml_red{
  464. color: red;
  465. }
  466. .mo_saml_space{
  467. margin-left: 33px;
  468. }
  469. /* bootstrap classes */
  470. .mo_saml_btn {
  471. display: inline-block;
  472. /*padding: 6px 12px;*/
  473. margin-bottom: 0;
  474. font-size: 14px;
  475. font-weight: 400;
  476. line-height: 1.42857143;
  477. text-align: center;
  478. white-space: nowrap;
  479. vertical-align: middle;
  480. -ms-touch-action: manipulation;
  481. touch-action: manipulation;
  482. cursor: pointer;
  483. -webkit-user-select: none;
  484. -moz-user-select: none;
  485. -ms-user-select: none;
  486. user-select: none;
  487. background-image: none;
  488. border: 1px solid transparent;
  489. border-radius: 4px;
  490. text-decoration: none
  491. }
  492. .mo_saml_btn:focus,.mo_saml_btn:active:focus,.mo_saml_btn.active:focus,.mo_saml_btn.focus,.mo_saml_btn:active.focus,.mo_saml_btn.active.focus
  493. {
  494. outline: thin dotted;
  495. outline: 5px auto -webkit-focus-ring-color;
  496. outline-offset: -2px
  497. }
  498. .mo_saml_btn:hover,.mo_saml_btn:focus,.mo_saml_btn.focus {
  499. text-decoration: none
  500. }
  501. .mo_saml_btn:active,.mo_saml_btn.active {
  502. background-image: none;
  503. outline: 0;
  504. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  505. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
  506. }
  507. .mo_saml_btn.disabled,.mo_saml_btn[disabled],fieldset[disabled] .mo_saml_btn {
  508. pointer-events: none;
  509. cursor: not-allowed;
  510. filter: alpha(opacity = 65);
  511. -webkit-box-shadow: none;
  512. box-shadow: none;
  513. opacity: .65
  514. }
  515. .mo_saml_btn-primary {
  516. color: #fff;
  517. background-color: #337ab7;
  518. border-color: #2e6da4
  519. }
  520. .mo_saml_btn-primary:hover,.mo_saml_btn-primary:focus,.mo_saml_btn-primary.focus,.mo_saml_btn-primary:active,.mo_saml_btn-primary.active,.open>.dropdown-toggle.mo_saml_btn-primary
  521. {
  522. color: #fff;
  523. background-color: #286090;
  524. border-color: #204d74
  525. }
  526. .mo_saml_btn-primary:active,.mo_saml_btn-primary.active,.open>.dropdown-toggle.mo_saml_btn-primary
  527. {
  528. background-image: none
  529. }
  530. .mo_saml_btn-primary.disabled,.mo_saml_btn-primary[disabled],fieldset[disabled] .mo_saml_btn-primary,.mo_saml_btn-primary.disabled:hover,.mo_saml_btn-primary[disabled]:hover,fieldset[disabled] .mo_saml_btn-primary:hover,.mo_saml_btn-primary.disabled:focus,.mo_saml_btn-primary[disabled]:focus,fieldset[disabled] .mo_saml_btn-primary:focus,.mo_saml_btn-primary.disabled.focus,.mo_saml_btn-primary[disabled].focus,fieldset[disabled] .mo_saml_btn-primary.focus,.mo_saml_btn-primary.disabled:active,.mo_saml_btn-primary[disabled]:active,fieldset[disabled] .mo_saml_btn-primary:active,.mo_saml_btn-primary.disabled.active,.mo_saml_btn-primary[disabled].active,fieldset[disabled] .mo_saml_btn-primary.active
  531. {
  532. background-color: #337ab7;
  533. border-color: #2e6da4
  534. }
  535. .mo_saml_btn-primary .badge {
  536. color: #337ab7;
  537. background-color: #fff
  538. }
  539. .mo_saml_btn-success {
  540. color: #fff;
  541. background-color: #5cb85c;
  542. border-color: #4cae4c;
  543. padding:3px 7px;
  544. margin-right: 14px;
  545. }
  546. .mo_saml_btn-success:hover,.mo_saml_btn-success:focus,.mo_saml_btn-success.focus,.mo_saml_btn-success:active,.mo_saml_btn-success.active,.open>.dropdown-toggle.mo_saml_btn-success
  547. {
  548. color: #fff;
  549. background-color: #449d44;
  550. border-color: #398439
  551. }
  552. .mo_saml_btn-success:active,.mo_saml_btn-success.active,.open>.dropdown-toggle.mo_saml_btn-success
  553. {
  554. background-image: none
  555. }
  556. .mo_saml_btn-success.disabled,.mo_saml_btn-success[disabled],fieldset[disabled] .mo_saml_btn-success,.mo_saml_btn-success.disabled:hover,.mo_saml_btn-success[disabled]:hover,fieldset[disabled] .mo_saml_btn-success:hover,.mo_saml_btn-success.disabled:focus,.mo_saml_btn-success[disabled]:focus,fieldset[disabled] .mo_saml_btn-success:focus,.mo_saml_btn-success.disabled.focus,.mo_saml_btn-success[disabled].focus,fieldset[disabled] .mo_saml_btn-success.focus,.mo_saml_btn-success.disabled:active,.mo_saml_btn-success[disabled]:active,fieldset[disabled] .mo_saml_btn-success:active,.mo_saml_btn-success.disabled.active,.mo_saml_btn-success[disabled].active,fieldset[disabled] .mo_saml_btn-success.active
  557. {
  558. background-color: #5cb85c;
  559. border-color: #4cae4c
  560. }
  561. .mo_saml_btn-success .badge {
  562. color: #5cb85c;
  563. background-color: #fff
  564. }
  565. .mo_saml_btn-danger {
  566. color: #fff;
  567. background-color: #d9534f;
  568. border-color: #d43f3a
  569. }
  570. .mo_saml_btn-danger:hover,.mo_saml_btn-danger:focus,.mo_saml_btn-danger.focus,.mo_saml_btn-danger:active,.mo_saml_btn-danger.active,.open>.dropdown-toggle.mo_saml_btn-danger
  571. {
  572. color: #fff;
  573. background-color: #c9302c;
  574. border-color: #ac2925
  575. }
  576. .mo_saml_btn-danger:active,.mo_saml_btn-danger.active,.open>.dropdown-toggle.mo_saml_btn-danger
  577. {
  578. background-image: none
  579. }
  580. .mo_saml_btn-danger.disabled,.mo_saml_btn-danger[disabled],fieldset[disabled] .mo_saml_btn-danger,.mo_saml_btn-danger.disabled:hover,.mo_saml_btn-danger[disabled]:hover,fieldset[disabled] .mo_saml_btn-danger:hover,.mo_saml_btn-danger.disabled:focus,.mo_saml_btn-danger[disabled]:focus,fieldset[disabled] .mo_saml_btn-danger:focus,.mo_saml_btn-danger.disabled.focus,.mo_saml_btn-danger[disabled].focus,fieldset[disabled] .mo_saml_btn-danger.focus,.mo_saml_btn-danger.disabled:active,.mo_saml_btn-danger[disabled]:active,fieldset[disabled] .mo_saml_btn-danger:active,.mo_saml_btn-danger.disabled.active,.mo_saml_btn-danger[disabled].active,fieldset[disabled] .mo_saml_btn-danger.active
  581. {
  582. background-color: #d9534f;
  583. border-color: #d43f3a
  584. }
  585. .mo_saml_btn-danger .badge {
  586. color: #d9534f;
  587. background-color: #fff
  588. }
  589. .mo_saml_btn-sm,.btn-group-sm>.mo_saml_btn {
  590. padding: 5px 10px;
  591. font-size: 12px;
  592. line-height: 1.5;
  593. border-radius: 3px
  594. }
  595. /*
  596. Custom certificate
  597. */
  598. #mo_saml_generate_certificate_form{
  599. background-color:#FFFFFF;
  600. border:0px solid #CCCCCC;
  601. padding:1px 1px 1px 10px;
  602. display:none;"
  603. }
  604. #mo_saml_generate_certificate_form_table{
  605. width:100%;
  606. }
  607. #mo_saml_generate_certificate_form_back{
  608. float:right;margin-right:25px;
  609. }
  610. .miniorange_saml_custom_certficate_generate{
  611. display:block;margin-left:auto;
  612. margin-right:auto !important;
  613. border-radius:4px;
  614. background: #337ab7 !important;
  615. color: #ffffff !important;
  616. text-shadow: 0 -1px 1px #337ab7, 1px 0 1px #337ab7, 0 1px 1px #337ab7, -1px 0 1px #337ab7 !important;
  617. box-shadow: 0 1px 0 #337ab7;border-color: #337ab7 #337ab7 #337ab7 !important;
  618. }
  619. .mosaml_upload{
  620. background-color:#12b233;
  621. box-shadow: 0 1px 0 #12b233;
  622. text-decoration: none;
  623. border-color: #00ba26;
  624. text-shadow: 0 -1px 1px #12b233, 1px 0 1px #12b233, 0 1px 1px #12b233, -1px 0 1px #12b233;
  625. padding:5px 10px !important;
  626. margin-left: 0px;
  627. box-shadow: 0 1px 0 #006799;
  628. }
  629. .miniorange_saml_idp_export_button{
  630. border-radius:4px;
  631. background: #337ab7;
  632. color: #ffffff;text-shadow: 0 -1px 1px #337ab7, 1px 0 1px #337ab7, 0 1px 1px #337ab7, -1px 0 1px #337ab7;
  633. box-shadow: 0 2px 0 #006799;
  634. border-color: #337ab7 #337ab7 #337ab7;
  635. width: 80%;'
  636. }
  637. #upload_metadata_form{
  638. background-color:#FFFFFF;
  639. padding:1px 1px 1px 10px !important; display:none;
  640. }
  641. .mo_saml_test_config{
  642. padding:4px 15px;
  643. border-color:#3a953b;
  644. box-shadow: 0 1px 0 #3a953b;
  645. background-color: #3a953b;
  646. }
  647. .mo_saml_show_request{
  648. padding:4px 14px;
  649. background-color: #255884;
  650. border-color: #255884;
  651. box-shadow: 0 1px 0 #006799;
  652. }
  653. .mo_saml_show_response{
  654. padding:4px 7px;
  655. background-color: #255884;
  656. border-color: #255884;
  657. box-shadow: 0 1px 0 #006799;
  658. }
  659. .mo_saml_save_config{
  660. padding:4px 7px;
  661. background-color: #255884;
  662. border-color: #255884;
  663. box-shadow: 0 1px 0 #006799;
  664. }
  665. #mosaml_def_redirect,#mosaml_def_redirect_logout,#mo_saml_domain_textfield{
  666. width:81%;background-color: hsla(0,0%,0%,0.08) !important;
  667. }
  668. .mo_saml_textbox{
  669. width:81%;
  670. background-color: hsla(0,0%,0%,0.08) !important;
  671. }
  672. .mo_saml_save_mapping_config_button{
  673. border-radius:4px !important;
  674. background: #337ab7 !important;
  675. color: #ffffff !important;
  676. text-shadow: 0 -1px 1px #337ab7, 1px 0 1px #337ab7, 0 1px 1px #337ab7, -1px 0 1px #337ab7 !important;
  677. box-shadow: 0 2px 0 #006799;
  678. border-color: #337ab7 #337ab7 #337ab7 !important;
  679. display: block;
  680. margin-left: auto !important;
  681. margin-right: auto !important;
  682. }
  683. .sp_role_class{
  684. border: 1px solid #34495e;
  685. width: 90%;
  686. height: 25px;
  687. }
  688. .table_class{
  689. border: none !important;
  690. }