
.ym_msgs{
	font-size: 14px !important;
}
.ym_success_container{
	background-color: rgba(185, 228, 155, 0.56) !important;
	margin-left: 3px !important;

}
.ym_error_container{
	background-color: rgba(251, 102, 0, 0.29) !important;
	margin-left: 3px !important;
}

.ym_table_layout {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:0px 10px 20px 15px;
	margin-bottom: 10px;
	height:auto;
}
.ym_table_layout input[type=text] {
	width: 80%;
}
.ym_table_textbox {
	width:80%;
}

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

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

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

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

input:checked + .slider {
	background-color: #2196F3;
}

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

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

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

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

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

/****** PRICING PLANS ********/
.ym_pricing_table{
	text-align:center;
	font-size: 15px !important;
}
.ym_plan_col{
	width: 45%;
	float:left;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	border-radius: 1%;
	margin:2%;
	transition: box-shadow .3s;
	cursor: default;
}
.ym_plan_col:hover{
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	pointer: default;
}
.ym_plan_header{
	height: 65px;
	padding: 2.5em 0em;
	pointer-events: auto;
	text-align: center;
	color: #2f6062;
	background-color: transparent;
}
.ym_plan_heading{
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	margin-top: 0px;
}
.ym_plan_currency, .ym_plan_value {
	font-size: 2.25rem;
	font-weight: 300;
}
.ym_plan_currency {
	display: inline-block;
	margin-top: 10px;
	vertical-align: top;
	font-size: 1.5rem;
	font-weight: 700;
}
.ym_plan_footer {
	position: relative;
	height: auto;
	padding: 1.8em 0;
	text-align: center;
	background: #0c1f28;
	border-radius: 2px;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.ym_plan_footer:hover {
	cursor: pointer;
	background: #000c17;
}
.ym_plan_select {
	color: #FFFFFF;
}
.ym_plan_features {
	width: auto;
	word-wrap: break-word;
	padding: 0em;
}
.ym_plan_features li {
	padding: 0.75em 1em;
	margin: 0px !important;
	font-size: 1.1em;
	text-align: center;
	white-space: initial;
	line-height:1em;
	color: #2f6062;
	float: none;
	width: auto;
}
.ym_plan_features li:nth-of-type(2n+1) {
	background-color: rgba(23, 61, 80, 0.06);
}

/**** HELP PAGE *****/
.ym_title_panel{
	width: 100%;
	color: #1B79AE;
	cursor: pointer;
	font-weight: bold;
}
.ym_help_desc {
	font-size:13px;
	border-left:solid 2px rgba(128, 128, 128, 0.65);
	margin-top:10px;
	padding-left:10px;
}
.ym_help_title {
	font-size:13px;
	width:100%;
	color:#1B79AE;
	cursor:pointer;
	font-weight: bold;
}

.ym_support_layout{
	width: 93%;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding-left:20px;
	height:auto;
}

.ym_settings_table{
	width: 100%;
}
.ym_table_contact {
	width:95%;
}

.ym_help_desc {
	font-size:13px;
	border-left:solid 2px rgba(128, 128, 128, 0.65);
	margin-top:10px;
	padding-left:10px;
}
a {
	cursor:pointer;
}
	
#TB_window, #TB_window #TB_ajaxContent {
	width:500px!important;
}

/** Feedback Form CSS **/
.ym-dal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.ym-dal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
	margin-left: 20%;
	margin-right: 24%;
	margin-top:6%;
}
.ym-close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.ym-rate-img {
	text-align:center;
	width: 50px;
	height: 50px;
	padding: 10px;
}
input[type=radio] {
	display: none;
}
.ym-rate-img:hover {
	opacity:0.6;
	cursor: pointer;
}
.ym-rate-img:active {
	opacity:0.4;
	cursor: pointer;
}
input[type=radio]:checked + label > .ym-rate-img {
	border: 2px solid #21ecdc;
}
.ym-edit{
	text-align:center;
	width:15px;
	height:15px;
}

.notecard {
    background:#ffffff;
    border-radius:5px; 
    font-size: 14px;
    margin-top:10px;
    padding:10px;
    border-style: solid;
    border-color: #2f6062;

}

.ym_logo img{
	width: 90px;
	height: 90px;
	margin-bottom: -1em;
}
.ym_logo{
	width: 100px;
	height: 97px;
    display:inline-block;
    text-align:center;
    padding: 5px 0px 0px 0px;
}

/** Login button CSS **/
.ym_login_button{
	padding:5px;
	font-size:14px;
	height:20px;
	text-align:center;
}

#ym_button{
	width:100%;
	height:55px;
	display:flex;
	justify-content:center;
	align-items:center;
}

#ym_login_sso_button{
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:13px;
}
