.msup_scim_up_help_title {
	font-size:17px;
	width:100%;
	color:#1B79AE;
	cursor:pointer;
	font-weight: bold;
}
.msup_scim_up_help_desc {
	font-size:13px;
	border-left:solid 2px rgba(128, 128, 128, 0.65);
	margin-top:10px;
	padding-left:10px;
}
.msup_scim_up_help {
	border-top: solid 1px grey;
	width: 95%;
}
.msup_scim_up_help_cell {
	padding: 20px;
	border-bottom: solid 1px grey;
}
.msup_scim_up_support_layout{
		width: 93%;
		background-color:#FFFFFF;
		border:1px solid #CCCCCC;
		padding-left:20px;
}
.msup_scim_up_table_layout {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:0px 10px 10px 10px;
	margin-bottom: 10px;
}

.msup_scim_up_table_layout td strong {
	margin-left: 10px;
}
.panel_toggle {
	cursor: pointer;
}
.panel_toggle:hover {
	text-decoration: underline;
}
.msup_scim_up_table_textbox {
	width: 80%;
}
.msup_scim_up_settings_table {
	width: 100%;
}
.msup_scim_up_settings_table tr td:first-child {
	width: 30%;
}
.msup_scim_up_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;
}
.msup_scim_up_local_pricing_free_tab{
	background-color: rgba(34, 153, 221, 0.82)!important;
}
.msup_scim_up_local_pricing_paid_tab{
	background-color: #1a71a4 !important;
}
.msup_scim_up_local_pricing_text{
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 600 !important;

}
.msup_scim_up_local_pricing_sub_header{
	margin: 2px !important;
	color: #fff !important;
}
.msup_scim_up_local_pricing_header{
	color: #fff !important;
	margin: 4px !important;
}
.msup_scim_up_local_pricing_table{
	text-align:center;
	font-size: 15px !important;
	background-color:#FFFFFF;
}

.msup_scim_up_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;
}
.modal-content {
	background-color: #FFFFFF;
	margin: 0;
	padding: 20px;
	border: 1px solid #888;
	width: 70%;
	border-radius: 20px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);

	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);

}

.modal-button {
	width: 15%;
	height: 50px;
	font-size: 20px !important;
}
.add-new-hover:hover{
	color: white !important;
}

.editable{
	text-align:center;
	width:1em;
	height:1em;
}
.sm {
	text-align:center;
	width: 2vw;
	height: 2vw;
	padding: 1vw;
}

input[type=radio] {
	display: none;
}

.sm:hover {
	opacity:0.6;
	cursor: pointer;
}
.msup_close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.sm:active {
	opacity:0.4;
	cursor: pointer;
}

.msup_modal{
	display:none;
	overflow:hidden;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1050;
	-webkit-overflow-scrolling:touch;
	outline:0
}

.msup_modal-content{
	position:relative;
	background-color:#fff;
	border:1px solid #999;
	border:1px solid rgba(0,0,0,.2);
	border-radius:6px;
	-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
	box-shadow:0 3px 9px rgba(0,0,0,.5);
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	outline:0;
	margin-left:20%;
	margin-right:24%;
	margin-top:6%
}

.arrow {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}

.up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/* new css for slider */

.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

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

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

input:checked + .slider {
	background-color: #0085ba;
}

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

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

input:disabled + .slider{
	background-color: #ebebeb;
	cursor: default;
}

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

.slider.round:before {
	border-radius: 50%;
}

/* end new? */

input[type=radio]:checked + label > .sm {
	border: 2px solid #21ecdc;
}

#msup_saml_idps_grid_div li {
	border: 1px solid #0000001f;
	width: 130px;
	display: inline-block;
	text-align: center;
	background: ghostwhite;
	padding: 10px 0px 5px 0px;
}

#msup_saml_idps_grid_div img {
	width: 7em;
	height: 7em;
}

#msup_saml_selected_idp_icon_div {
	width: 100px;
	display: inline-block;
	text-align: center;
	padding: 10px 0px 5px 0px;
}

#msup_saml_selected_idp_icon_div:hover {
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
}

#msup_saml_selected_idp_icon_div img {
	margin: 5px 0px 0px 0px;
	width: 3em;
	height: 3em;
}

#msup_saml_selected_idp_icon_div h4 {
	margin: 6px 0px 6px 0px;
}

#msup_saml_selected_idp_icon_div a {
	text-decoration: none;
	border: none;
	color: black;
	display: block;
	min-height: 80px;
}

#msup_saml_idps_grid_div a {
	text-decoration: none;
	border: none;
	color: black;
	display: block;
	min-height: 80px;
}

#msup_saml_idps_grid_div h4 {
	margin: 6px 0px 6px 0px;
}

#msup_saml_idps_grid_div li:hover {
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
}
