.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 copy IDP METADATA*******/

.fa.fa-pull-right {
    margin-left: .3em;
}
.fa-pull-right {
    float: right;
}
.mo_copy {
    padding: 1%;
    cursor: pointer;
}
.mo_copy:active {
    background: gray;
}
.mo_saml_selected-text, .mo_saml_selected-text>*{
    background: #2196f3;
    color: #ffffff;
}

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

.mo_saml_button_class{
	color: #fff !important;
	background: #337ab7 !important;
	border-color: #2e6da4 !important;
	font-size: 0.5rem !important;
	border-radius: 5px !important;
}

.mo_saml_sp_role{
	width:30%;
	display:inline-block;
}

.mo_saml_sp_profile{
  width:30%;
  display:inline-block;
}

.mo_saml_idp_role_class{
	width:30%;
	display:inline-block;
}

.mo_saml_idp_profile_class{
  width:30%;
  display:inline-block;
}

.mo_saml_otp_row {
  margin: 15px 0px;
}

.mo_saml_profile_otp_row {
  margin: 15px 0px;
}

.mo_saml_otp_sp_name {
  display: inline-block;
  width: 30%;
  max-width: 450px;
}

.mo_saml_profile_sp_name {
  display: inline-block;
  width: 30%;
  max-width: 450px;
}

.mo_saml_otp_idp_name {
  display: inline-block;
  width: 48%;
}

.mo_saml_profile_idp_name {
  display: inline-block;
  width: 48%;
}

.mo_saml_otp_delete {
  display: inline-block;
  width: 6%;
}

.mo_saml_profile_delete {
  display: inline-block;
  width: 6%;
}
/*** 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_saml_text_center{
	text-align: center;
}

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

/* Welcome message of registration page */
.mo_saml_welcome_message{
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 15px;
	color: rgba(0, 128, 0, 0.70);
	background-color: rgba(0, 255, 0, 0.15);
	padding: 5px;
	border: 1px solid rgba(0, 128, 0, 0.15);
	border-radius: 4px;
}

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

.mo_saml_highlight_background_note_1{
	background-color: #e0e0e0;
	border-radius: 4px;
	padding: 0.55em;
	width: 98%;
}
.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_sp_container {
	width: 60%;
	padding:2%;
	float: left;
}

.mo_saml_sp_table_layout_1 {
	background-color:#e0e0d8;
	width: 98%;
	padding:1%;
	overflow: hidden;
}

.mo_saml_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) { .mo_saml_form_text { width:100% !important;}}

.mo_saml_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;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.125) !important;
}

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

/*Setup guide table start*/
.mo_guide_text-color {
	color: #fe7e00;
}
.mo_saml_container_2{
	width: 28%;
	padding: 2%;
	border-radius: 4px; !important;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	margin-left: auto;
	margin-right: auto;
	float: left;
}

/* Configure message of import/export page */
.mo_saml_configure_message{
	display: block;
	text-align: center;
	font-size: 14px;
	border-radius: 10px;
	border: 1px solid #fb9a9a;
	color: red;
	background-color: rgba(255,0,0,0.1);
	padding: 8px;
}
/*css for backdoor url customization*/
#miniorange_saml_backdoor_table div{
  display: inline-block;
}
#miniorange_saml_backdoor_table{
  border-style:none;
}

.mo_backdoor{
  display:ruby;
}
#miniorange_saml_backdoor_textbox1{
  width:150px;
}

#mo_saml_edit_backdoor{
  cursor: pointer;
  margin-left:15px;
  font-size: larger;
  text-decoration: none;
}
/*
 mapping tab
*/

.mo_idp_attr_map_row{
  margin: 15px 0px;
}
.mo_idp_idp_attr_separator_title{
  float: right;
  margin-right: 10%;
}

.mo_idp_attr_map_sp_name {
  display: inline-block;
  width: 35% !important;
  max-width: 450px;
}
.mo_idp_attr_map_sp_name_textfield{
	width: 90% !important;
}

.mo_idp_attr_map_sep {
  width: 80% !important;

}
.mo_idp_attr_map_sep_name{
  width: 15% !important;
 float:right;
}
.mo_idp_attr_map_idp_name {
  display: inline-block;
  width:40%;
}

.mo_idp_role_map_delete,.mo_idp_attr_map_delete {
  display: inline-block;
  width: 6%;
  margin-top: 15px;
  float: right;
}

.button_class_attr{
	color: #fff !important;
	background: #337ab7 !important;
	border-color: #2e6da4 !important;
	font-size: 0.5rem !important;
	border-radius: 5px !important;
}

.mo_idp_sp_attr_title{
	width:35%;
	display:inline-block;
}

.mo_idp_idp_attr_title{
	width: 90%;
	height: 28px;
	display:inline;
}

/** CSS for page headings */
.mo_saml_sp_font_for_heading {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 1%;
}

/** CSS for service provider setup tab headings */
.mo_saml_font_SP_setup_for_heading {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 1%;
    color: #d9534f;
    text-align: center;
}

/** CSS for page sub headings */
.mo_saml_sp_font_for_sub_heading {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
}

#miniorange_saml_backdoor_table div{
  display: inline-block;
}
#miniorange_saml_backdoor_table{
  border-style:none;
}

.mo_saml_backdoor{
  display:ruby;
  margin-left: 20px;
  color:blue;
}
#miniorange_saml_backdoor_textbox1{
  width:100px;
}

.mo_saml_align_inline{
  display: block ruby;
}

/**  CSS for upgrade plan table **/
table.mo_upgrade_plans_features td{
  border: groove;
  text-align: center;
  height: 2em;
  font-weight: 600;
  width: 25% !important;
}

table.mo_upgrade_plans_features td+td, table.mo_upgrade_plans_features td+td+td, table.mo_upgrade_plans_features td+td+td+td {
  border: groove;
  text-align: center;
  width: 13% !important;
}

table.mo_upgrade_plans_features tbody>:nth-child(1){
  color: white !important;
  background-color: #34495E !important;
}

table.mo_upgrade_plans_features tbody>:nth-child(1):hover{
  color: white !important;
  background-color: #34495E !important;
}

table.mo_upgrade_plans_features tbody>:nth-child(odd){
  background-color: #e3f2f6;
}

table.mo_upgrade_plans_features tbody>:nth-child(odd):hover{
  background-color: #e3f2f6;
}

.mo_upgrade_plans_features{
  margin: 0 1em !important;
  width: auto;
}

table.mo_how_to_upgrade td{
  border: groove;
  height: 2em;
  width: 25% !important;
}

