/* Chevron right */
.parallax img {
	width: 100%;
	height: 100%;
}
.preloader {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: white;
}

.preloader img {
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
}

.preloader div {
	display: none;
	/* Preload the Second Pricing Image */
	background: url(../img/pricing2.jpg) no-repeat 9999px 9999px;
	background-position: 9999px 9999px;
}

.fa-bicycle {
	margin-left: -8px !important; 
	font-weight: 700 !important;
	font-size: 19px !important;
}
.bicycle-link {
	margin-left: 8px !important;
}
.browserupgrade{
	margin-top: 0px !important; 
	position: relative; 
	z-index: 99999999999999;
}
#columnchooser_applyButton1{
	cursor: pointer !important; 
	margin-top: 3px !important; 
	border-right: 2px solid #3c81bd !important; 
	padding-right: 8px !important;
	text-decoration: none !important;
}
#columnchooser_applyButton2{
	cursor: pointer !important; 
	border-right: 2px solid #3c81bd !important; 
	padding-right: 8px !important;
	margin-right: 2px !important;
	margin-top: 3px !important;
	text-decoration: none !important;
}
.insideinfo{
	display: inline !important;
}
.ui-paging-info{
	display: inline !important;
}
.btn-success{
	background: #7cb342 !important;
}
.btn-danger{
	background: #c64a39 !important;
}
.btn-group{
	background-color: #f8fafb !important;
}
.btn-white{

	font-size: 14px !important;
	font-weight: 425 !important;
	color:#000;
	background:transparent !important;;
	border:none;
	display:inline-block;
	font-weight:normal;
	vertical-align:middle;
	background-image:none;
	white-space:nowrap;
	line-height:1 !important;

	}
.tag-remove:before {
	content: "\f00d";
	font: normal normal normal 16px/1 FontAwesome;
	color: #ccc !important;
	text-decoration: none !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: .98;
	
}

.tag-remove1:before {
	content: "\f00d";
	font: normal normal normal 16px/1 FontAwesome;
	color: white !important;
	text-decoration: none !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 0.98;
	
}
.xclose{
	text-decoration: none !important;
	
}

#help-selected-open > img{
	margin-top: -5px !important;
	display: inline !important;
}
/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
		.fa-chevron-right1:before {
			content: "\f078" !important;
		}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
		.fa-chevron-right1:before {
			content: "\f078" !important;
		}
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.fa-chevron-right1:before {
			content: "\f078" !important;
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		.fa-chevron-right1:before {
			content: "\f054" !important;
		}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		.fa-chevron-right1:before {
			content: "\f054" !important;
		}
    }
.colorwheelstyle{
	border: 3px solid #000 !important;
	
}
/* End Chevron Right */
/*********************************************
*	Column Chooser *
**********************************************/
.ish-columnchooser-title {
	font-weight: 300 !important;
	font-size: 13px;
	color: #215868;
}

.ish-columnchooser-button-pane {
	margin: 1em 0 1em;
}

.ish-columnchooser-text {
	font-size: 13px;
	font-weight: 300 !important;
}

.columnchooser-background {
	background-color: #FFFBDF;
}

/*********************************************
*	EVENTUALLY this will control the JQGrid list table widths *
**********************************************/
.listdiv {
	width: 940px;
}

/*********************************************
*	Actions drop down list style *
**********************************************/
.actions_dd {
	border: 1px solid #999999;
	background-color: #FFFF33;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
}

/*********************************************
*	buttons on the page *
**********************************************/
label.navigation_menu_button {
	font-size: 13px;
	font-weight: 500;
	color: #254117;
}

label.navigation_button:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575),
		to(#4b4b4b));
	background: -moz-linear-gradient(top, #757575, #4b4b4b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575',
		endColorstr='#4b4b4b');
}

/*********************************************
*	Form used for holding sections within ADMIN edit pages
**********************************************/
.green_box_form {
	border-width: 1px;
	border-style: solid;
	border-color: #60d030;
	background: #F8F8F8;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
}
.blue_thumbnail {
	margin: 0 auto;
	max-width: 100%;
	padding: 20px;
	background: #fff;
	display: block;

	box-shadow: 1px 1px 10px rgba(11, 122, 191, .5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.blue_thumbnail-registration {
	margin: 0 auto;
	max-width: 100%;
	padding-top: 20px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-bottom: 20px !important;
	background: #fff;
	display: block;

	box-shadow: 1px 1px 20px rgba(0, 71, 10, 1.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#filter{
	margin-top: 10px;
}
.well-green_box {
	width: 97% !important;
	margin: 0 auto !important;
	min-height: 20px;
	padding: 15px;
	margin-bottom: 20px !important;
	background-color: #FFFFFF;
	border-radius: 4px;
	border: 2px solid #f1f3f4;
	border-top: 30px solid #f1f3f4;
}
.well-yellow_box {
	width: 97% !important;
	margin: 0 auto !important;
	min-height: 20px;
	padding: 15px;
	margin-bottom: 20px !important;
	background-color: #FFFFFF;
	border-radius: 4px;
	border: 2px solid #ffe400;
	border-top: 30px solid #ffe400;
}
.well-green_box-account{
	width: 100% !important;
	margin: 0 auto !important;
	min-height: 20px;
	padding: 19px !important;
	margin-bottom: 25px !important;
	background-color: #F8F8F8;
	box-shadow: 1px 1px 10px rgba(102, 205, 0, .5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 0;
}

.well-green_switch_box {
	min-height: 20px;
	padding-top: 5px !important;
	padding: 19px;
	margin-bottom: 10px !important;
	background-color: #fdfdfd;
	border: 4px solid #8CC152;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 5px rgba(65, 118, 4, .5);
	-moz-box-shadow: 0 2px 5px rgba(65, 118, 4, .5);
	box-shadow: 0 2px 5px rgba(65, 118, 4, .5)
}

.well-pink_switch_box {
	min-height: 20px;
	padding-top: 5px !important;
	padding: 19px;
	margin-bottom: 10px !important;
	background-color: #fdfdfd;
	border: 4px solid #d65d6e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 5px rgba(214, 93, 110, .5);
	-moz-box-shadow: 0 2px 5px rgba(214, 93, 110, .5);
	box-shadow: 0 2px 5px rgba(214, 93, 110, .5)
}

.well-charcoal_switch_box {
	min-height: 20px;
	padding-top: 5px !important;
	padding: 19px;
	margin-bottom: 10px !important;
	background-color: #f5f5f5;
	border: 4px solid #AAB2BD;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .5)
}

.well-charcoal_dataimport_box {
	min-height: 20px;
	padding-top: 5px !important;
	padding: 19px;
	margin-bottom: 10px !important;
	background-color: #A8A8A8;
	border: 2px solid #8CC152;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 5px rgba(65, 118, 4, .5);
	-moz-box-shadow: 0 2px 5px rgba(65, 118, 4, .5);
	box-shadow: 0 2px 5px rgba(65, 118, 4, .5)
}
/*********************************************
*	Form used for displaying multiple select options within edit pages
**********************************************/
.well-charcoal_box {
	width: 97% !important;
	margin: 0 auto !important;
	min-height: 20px;
	padding-top: 5px !important;
	padding: 19px;
	margin-bottom: 10px !important;
	background-color: #384450;
	border: 1px solid #384450;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .5)
}

.grey_box_form {
	border-width: 1px;
	border-style: solid;
	border-color: #707070;
	background: #F8F8F8;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
}


.well-grey_box {
	width: 97% !important;
	margin: 0 auto !important;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 10px !important;
	background-color: #fafefe;
	border: 1px solid #f5fafa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}

.well-redoutline_box {
	margin: 0 auto !important;
	min-height: 20px;
	padding-top: 10px;
	padding-left: 19px;
	padding-right: 19px;
	margin-bottom: 10px !important;
	background-color: #fff;
	border: 1px solid #ff0000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .5)
}

.well-darkgrey_box {
	
	min-height: 20px;
	padding: 19px;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
	background-color: #FFFFFF;
	border-radius: 4px;
	border: 2px solid #f1f3f4;
	border-top: 30px solid #f1f3f4;
	width: 100% !important;
	color: #fff;
}

.well-dark_grey_box {
	width: 100% !important;
	color: #fff;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 10px !important;
	background-color: #8C8A8A;
	border: 1px solid #707070;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .5)
}

.well-white_box {
	min-height: 20px;
	padding-top: 5px !important;
	padding: 19px;
	margin-bottom: 10px !important;
	background-color: #fcfafa;
	border: 1px solid #707070;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .5)
}

.well-transparent_box {
	min-height: 20px;
	padding-top: 5px !important;
	margin-bottom: 10px !important;
	background-color: #transparent;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .5)
}
/*********************************************
*	Form used for holding sections within SMDB edit pages
**********************************************/
.blue_box_form {
	border-width: 1px;
	border-style: solid;
	border-color: #6A8A87;
	background: #FCFCFC;
	width: 960;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
}

/* .well-blue {
	min-height: 20px;
	padding: 19px;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
	background-color: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #7d7d7d;
	border-top: 30px solid #7d7d7d;
	
} */
.well-blue {
	min-height: 20px;
	padding: 19px;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
	background-color: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #f1f3f4;
	border-top: 30px solid #f1f3f4;
	
	
}
.well-blue-note {
	min-height: 20px;
	padding: 19px;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
	background-color: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #f1f3f4;
	border-top: 2px solid #f1f3f4;
	
	
}
.boxtitle-note {
	color: #4b4b4b !important;
	font-size: 13px;
	font-weight: 400;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-top: -45px !important;
	margin-bottom: 20px !important;
	
}
.well-lightgrey {
	min-height: 20px;
	padding: 19px;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
	background-color: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #d0cfcf;
	border-top: 30px solid #d0cfcf;
	
}
.well-blueHomepage {
	min-height: 20px;
	padding: 19px;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
	background-color: #f8f8f8;
	border-radius: 4px;
	border: 2px solid #f1f3f4;
}
.boxtitle{
	margin-top: -45px !important;
	margin-bottom: 20px !important;
	
}

.well-blue-reg {
	width: 100% !important;
	margin: 0 auto !important;
	min-height: 20px;
	padding: 20px 0px !important;
	margin-bottom: 25px !important;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 10px rgba(11, 122, 191, .5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.blue_box_form_noborder {
	width: 97% !important;
	margin: 0 auto !important;
	border-width: 1px;
	border-style: hidden;
	border-color: #6A8A87;
	margin-bottom: 10px !important;
	background: #FCFCFC;
	width: 960;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
}

/*********************************************
*	Form used for Filters *
**********************************************/
.filter_box_form {
	border-width: 1px;
	border-style: solid;
	border-color: #60DFF0;
	background: #F7F4F4;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
}

.well-gray {
	width: 100% !important;
	margin: 0 auto !important;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 10px !important;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	border-radius: 4px;
	z-index: 999;
}
.well-gray-selector {
	width: 100% !important;
	margin: 0 auto !important;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 10px !important;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 10px rgba(56,129,141, .5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/******************************
 * Form used for Action boxes *
 *****************************/
/* .action_box_form {
	min-height: 20px;
	padding: 19px;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
	background-color: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #7d7d7d;
	border-top: 30px solid #7d7d7d;
} */
.action_box_form {
	min-height: 20px;
	padding: 19px;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
	background-color: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #f1f3f4;
	border-top: 30px solid #f1f3f4;
}
.action_box_form_groupedit {
	min-height: 20px;
	padding: 19px;
	margin-top: 10px !important;
	margin-bottom: 20px !important;
	background-color: #FFFFFF;
	border-radius: 4px;
	border: 2px solid #f1f3f4;
}
.actionboxtitle{
	margin-top: -45px !important;
	margin-bottom: 20px !important;
}
.well-noborder {
	width: 97% !important;
	margin: 0 auto !important;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 10px !important;
	background-color: #FFFEF8;
	border: 0px solid #CC6600;
}

.action_button_pane {
	margin: 15px 0 0 0;
	padding-left: 15pt;
}

.action_box_small_form {
	border-width: 1px;
	border-style: solid;
	border-color: #CC6600;
	padding: 0;
	margin: 0 0 0 0;
	overflow: auto;
	background: #FFFEF8;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
}
.divider3{  
  height: 1px;
  margin-top: 3px !important;
  margin-bottom: 3px !important;
  overflow: hidden;
  background-color: #e5e5e5 !important;
}
/************************
 * Required red star   *
 ************************/
.required {
	color: red;
	font-size: 12px;
	font-weight: 700;
	align: top;
	padding-right: 1px;
	padding-left: 4px;
	text-decoration: none;
}

/************************
 * Error message box   *
 ************************/
.messageBox {
	color: red;
	/*    padding: 3px; */
}

.messageBox ul {
	margin-left: 1em;
	padding-left: 0;
	list-style-position: inside;
	/* To fix firefox rendering problem for inside list markers.
       See http://stackoverflow.com/questions/1142314/css-rendering-inconsistency-on-ul-with-firefox-being-the-odd-ball-out
     */
	list-style: disc;
}

.messageBox .error {
	color: red;
	font-size: 12px;
}

/***************************/
/*Login Page Hover Box over the grey question mark*/
/***************************/
span.link {
	position: relative;
}

span.link a span {
	display: none;
	border: #336699;
}

span.link a:hover {
	font-size: 99%;
	font-color: #000000;
	text-decoration: none;
	border: #336699;
}

span.link a:hover span {
	display: block;
	position: absolute;
	margin-top: -100px;
	margin-left: 70px;
	width: 250px;
	padding: 5px;
	z-index: 100;
	color: #000000;
	background: #9be691;
	font: 12px 'Roboto', sans-serif;
	text-align: left;
	text-decoration: none;
	border-color: #336699;
}

/*********************************************
*	Footer Style *
**********************************************/
.footer_text {
	font-weight: 700;
	padding-top: 0px;
	font-size: 10px;
	color: #707070;
	text-align: center;
}

.footerlinkcolor {
	color: #d0d007;
	font-size: 12px;
	text-decoration: underline;
}

.footerlinkcolor:hover {
	color: #ffff00;
	font-size: 12px;
	text-decoration: none;
}

.footerlinkcolor:active {
	color: #ffff00;
	font-size: 12px;
	text-decoration: none;
}

/* Footer */
.footer {
	background-color: #FFF;
	position: relative;
	z-index: 20;
}

.footer ul {
	min-height: 50px;
	float: left;
	width: auto;
	margin-right: 40px;
}

.footer li, .footer li a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
}

.footer h3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding-bottom: 0px;
	margin-bottom: 4px;
}

.footer li a:hover {
	color: #fff;
	text-decoration: underline;
}

.vspace0FooterContact {
	padding: 0px 0px;
}


.footer_mtitle {
	font-size: 1em;
    font-weight: 700;
	max-width: 250px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	
}

.footer_title {
	font-size: 1.2em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #919191;
	max-width: 250px;
	line-height: 20px;
	font-weight: 700;
}

.footer p {
	text-align: right;
	font-size: 12px;
	line-height: 14px;
}

.footer p span {
	font-weight: 700;
	text-transform: uppercase;
	color: #547632;
}

.footerlinkcolor {
	color: #ffc002;
}

.footerlinkcolor: hover {
	text-decoration: underline;
}

.nav {
	font-size: 14px;
	margin-bottom: 20px;
}

/*********************************************
*	General Page Text unspecified Style *
**********************************************/
TEXTAREA {
	font-size: 12px !important;
	outline: none !important;
}

body {
	background-color: #fff !important;
	color: #000000;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	font-size: 10pt;
	overflow-x: hidden;
}

editarea {
	width: 20px;
}
blockquote {
  
  border-left: 10px solid #7AB42D !important;
  margin: 1.5em 10px !important;
  padding: 0em 10px !important;
  /* quotes: "\201C""\201D""\2018""\2019" !important; */
  font-weight: bold !important;
  
  
}
blockquote:before {
  color: #7AB42D !important;
  content: url("../images/openquote.png");
  font-size: 4em !important;
  line-height: 0.1em !important;
  margin-right: 0.25em !important;
  vertical-align: 0.1em !important;
  font-style: normal !important;
  
}
blockquote p {
  display: inline !important;
}

blockquote:after {

}

/*********************************************
*	Page Titles Style *
**********************************************/
.pagetitle {
	color: #000000;
	font-size: 18px;
	font-weight: 425;
	padding-top: 10pt;
	padding-bottom: 0pt;
	margin-top: 10pt;
	margin-bottom: 3pt;
}

/*********************************************
*	Page Subtitles Style *
**********************************************/
.pagesubtitlenewmating {
	color: #4b4b4b !important;
	font-size: 16px;
	padding-left: 5pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-top: 5pt;
	margin-bottom: 1pt;
}
.pagesubtitle {
	color: #4b4b4b !important;
	font-size: 14px;
	font-weight: 450;
	padding-left: 5pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-top: -40px !important;
	margin-bottom: 20px;
}
.pagesubtitle-preferences {
	color: #984806;
	font-size: 14px;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-top: 5pt;
	margin-bottom: 1pt;
}

/*********************************************
*	Page Content Style *
**********************************************/
.pagecontent {
	color: #2C3539;
	font-size: 13px;
	font-weight: 500;
	padding-left: 20pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-top: 3pt;
	margin-bottom: 1pt;
}

/*********************************************
*	Content within Action boxes + Filter boxes Style *
**********************************************/
.pageboxcontent {
	color: #2C3539;
	font-size: 11px;
	font-weight: 500 !important;
	padding-left: 20pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-top: 3pt;
	margin-bottom: 1pt;
}
   
.pagenumber {
	color: #215868;
	font-size: 12px;
	padding-left: 20pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-top: 3pt;
	margin-bottom: 1pt;
}

.boxtitle {
	color: #161616 !important;
	font-size: 15px;
	font-weight: 400;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-top: 3pt;
	margin-bottom: 1pt;
}

.actionboxtitle {
	color: #161616 !important;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 5pt;
	margin-top: 0pt;
	padding-top: 0pt;
	margin-left: -20px;
}



.filtertitle {
	color: #990000;
	font-size: 14px;
	font-weight: 700;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-top: 3pt;
	margin-bottom: 1pt;
}
.well-blue-video {
	
	box-shadow: 1px 1px 10px 1px rgba(156, 7, 7, 0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/*********************************************
*	length of drop down for days, weeks, months *
**********************************************/
.days_dd {
	width: 80px;
}

/*********************************************
*	Content in the Menu Header Style *
**********************************************/
.header_text {
	padding-top: 0px;
	font-size: 11px;
	color: #FFFFFF;
	valign: middle;
}

/*********************************************
*	video tutorial text *
**********************************************/
.video_tutorial {
	color: #0000FF;
	font-weight: 500;
	font-size: 14px;
	BACKGROUND-COLOR: yellow;
}

.video_getstarted {
	color: #0000FF;
	font-size: 16px;
	BACKGROUND-COLOR: yellow;
}

.yellow-highlight {
	BACKGROUND-COLOR: yellow;
}

.red-highlight {
	BACKGROUND-COLOR: #FF0000;
}

.green-highlight {
	BACKGROUND-COLOR: #4AA02C;
}

.paleyellow-highlight {
	BACKGROUND-COLOR: #F2F5A9;
}
.forever {	
	color: #4682B4;
}
/*********************************************
*	Homepage release date *
**********************************************/
.releasedate {
	color: #707070;
	font-size: 10px;
	font-style: italic;
}

.newfeatures {
	color: #4AA02C;
	font-size: 14px;
	font-weight: 700;
}

.upcomingfeatures {
	color: #000000;
	font-size: 14px;
	font-weight: 700;
}

.defectlist {
	color: #FF0000;
	font-size: 14px;
	font-weight: 700;
}

.suggestedfeatures {
	color: #336699;
	font-size: 14px;
	font-weight: 700;
}

.recentlyfixed {
	color: #707070;
	font-size: 12px;
}

/*********************************************
*	Tips on List pages release date *
**********************************************/
.list_tips {
	color: #215868;
	font-size: 17px;
	font-weight: 400;
}

/****************/
/*FONT SIZE*/
/****************/
.heavytopfont {
	margin-bottom: 20px;
	font-size: 55px;
	font-weight: 500;
	line-height: 1.4;
}

.topfont {
	margin-bottom: 20px;
	font-size: 60px;
	font-weight: 200;
	line-height: 1.4;
}
.topfontwhite {
	
	font-size: 60px;
	font-weight: 200;
	
}

.cta40font {
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 200;
	line-height: 1.4;
}
.colonymanagementtitle {
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
}
.ctafont {
	margin-bottom: 20px;
	font-size: 38px;
	font-weight: 200;
	line-height: 1.4;
}

.cta35font {
	margin-bottom: 20px;
	font-size: 35px;
	font-weight: 200;
	line-height: 1.4;
}

.cta30font {
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: 200;
	line-height: 1.4;
}

.btn-font {
	
	font-size: 20px;
	
}
.tabletitle{
	font-size: 18px !important;
	color: #336699;
}
.padding-btn{
	padding-top: 10px !important; 
	padding-bottom: 5px !important;
}
.leadfont {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.4;
}

.lead25font {
	margin-bottom: 20px;
	font-size: 20px !important;
	font-weight: 200;
	line-height: 1.4;
}

.lead20font {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 200;
	line-height: 1.4;
}

.lead18font {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif !important;
	-webkit-font-smoothing: antialiased !important;
	font-stretch: normal !important;
	font-style: normal !important;
}

.lead18font400 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.lightfont {
	font-weight: 300;
}

.regularfont {
	font-weight: 400;
}

.moderatefont {
	font-weight: 500;
}

.heavyfont {
	font-weight: 700;
}

.morebiggestfont {
	font-size: 40px;
}

.biggestfont {
	font-size: 32px;
	text-decoration: none;
}

.hugefont {
	font-size: 27px;
}

.giganticfont {
	font-size: 24px;
}

.giantfont {
	font-size: 22px;
}

.biggerfont {
	font-size: 20px;
}

.bigfont {
	font-size: 18px;
}

.largefont {
	font-size: 16px;
}
.largefont-pricing {
	font-size: 16px;
}
.mediumfont {
	font-size: 14px !important;
}

.smallerfont {
	font-size: 13px;
}
.smallfont {
	font-size: 12px;
}

.tinyfont {
	font-size: 10px;
}

/****************/
/*FONT COLOR*/
/****************/
.whitefont {
	color: #ffffff !important;
}

.greenfont {
	color: #8CC152;
}

.lightgreenfont {
	color: #8CC152;
}

.lightorangefont {
	color: #f68d1d
}

.darkblueblack {
	color: #12459a;
}

.greenfontFREECloud {
	color: #3f7b0e;
}

.darkgreenfont {
	color: #336600;
}

.linkgreenfont {
	color: #279302;
}

.linkgreenfont:hover {
	color: #1D6B04;
	text-decoration: underline;
}

.orangefont {
	color: #984806;
}

.darkorangefont {
	color: #E56717;
}

.redfont {
	color: #FF0000;
}

.SoftMouseredfont {
	color: #c42e05;
}

.SoftMousebluefont {
	color: #336699;
}

.goldcolor {
	color: #000;
	font-family: 'Black Ops One', cursive;
}

.cloudfont {
	color: #1199df;
}

.darkredfont {
	color: #700000;
}

.plumfont {
	color: #FF0000;
}

.bluefont {
	color: #215868;
}

.darkbluefont {
	color: #000066;
}

.midnightbluefont {
	color: #151B54;
}

.brightbluefont {
	color: #0000FF;
}

.tealfont {
	color: #336699;
}

.purplefont {
	color: #800080;
}

.blackfont {
	color: #000000 !important;
}

.greyfont {
	color: #cccccc !important;
}
.greyfont a{
	color: #cccccc !important;
}
.greyfontlitter td {
	color: #cccccc !important;
}
.greyfontlitter td a{
	color: #cccccc !important;
}
.grey {
	color: #ccc;
}

.lightgreyfont {
	color: #ddddcc;
}

.darkgreyfont {
	color: #4C4646;
}

.yellowfont {
	color: #FFFF00;
}

.custompropertiesfont {
	color: #336699;
	text-decoration: underline;
}

/****************/
/*FONT DECORATION*/
/****************/
.700 {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.underline {
	font-style: underline;
}

.nodecoration {
	text-decoration: none;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.nowrap {
	white-space: nowrap;
}

.big_topspacing {
	padding-top: 10pt;
	padding-bottom: 0pt;
	margin-top: 3pt;
	margin-bottom: 1pt;
}

.topspacing {
	padding-top: 5pt;
	padding-bottom: 0pt;
	margin-top: 3pt;
	margin-bottom: 1pt;
}

.betweentablespacing {
	padding-top: 5pt;
	padding-bottom: 0pt;
	margin-top: 3pt;
	margin-bottom: 8pt;
}

.smalltopspacing {
	padding-top: 4pt;
	padding-bottom: 0pt;
	margin-top: 2pt;
	margin-bottom: 1pt;
}

.spacingsmall {
	padding-left: 5pt !important;
}
.spacingsmallcheck {
	margin-left: 15px !important;
}
.spacingsmall1 {
	padding-left: 5pt !important;
}
label > .spacingsmall1:HOVER {
	
}
.spacingmedium {
	padding-left: 20pt;
}

.spacinglarge {
	padding-left: 50pt;
}

.widthleft {
	width: 400;
}


/***********************************************
 * color of the thin line surrounding the form *
 **********************************************/
TABLE.FORM {
	background-color: #E5E5E5;
	text-align: left;
	text-decoration: none;
	color: #000000;
	width: 900;
}

/**************************************
 * background color of the form title *
 *************************************/
TH.FORM {
	color: #FFFFFF;
	background-color: #f47c20;
	background-color: -webkit-gradient(linear, left top, left bottom, from(#f88e11),
		to(#f06015));
	background-color: -moz-linear-gradient(top, #f88e11, #f06015);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11',
		endColorstr='#f06015');
	text-align: left;
	font-weight: 700;
	padding-top: 0;
	font-size: 11pt;
}

/********************************
 * background color of the form *
 *******************************/
TD.FORM {
	color: #000000;
	background-color: #FFFFFF;
	padding-left: 5px;
	font-size: 10pt;
}

TH.FORM TR TD {
	color: #000000;
	background-color: #217873;
	font-weight: 700;
	padding-top: 0;
	font-size: 10pt;
}

/**************************************
 * background color of the form title for Account Payment *
 *************************************/
TH.FORM1 {
	color: #FFFFFF;
	background-color: #48A023;
	background-color: -webkit-gradient(linear, left top, left bottom, from(#f88e11),
		to(#f06015));
	background-color: -moz-linear-gradient(top, #f88e11, #f06015);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11',
		endColorstr='#f06015');
	text-align: left;
	font-weight: 700;
	padding-top: 0;
	font-size: 11pt;
}

/********************************
 * background color of the form for Account Payment *
 *******************************/
TD.FORM1 {
	color: #000000;
	background-color: #FFFFFF;
	padding-left: 5px;
	font-size: 10pt;
}

TH.FORM1 TR TD {
	color: #000000;
	background-color: #217873;
	font-weight: 700;
	padding-top: 0;
	font-size: 10pt;
}

/**************************************
 * FORM2 used for highlight sorted column header *
 *************************************/
TH.FORM2 TR TD {
	color: #FFFF00;
	background-color: #217873;
	font-weight: 700;
}

TD.FORM2 {
	background-color: #FFFFFF;
}

/***********************************************
 * color of the thin line surrounding the form *
 **********************************************/
TABLE.FORM3 {
	background-color: #217873;
}

/**************************************
 * background color of the form title *
 *************************************/
TH.FORM3 {
	color: #FFFFFF;
	background-color: #217873;
	font-weight: 700;
}

/********************************
 * background color of the form *
 *******************************/
TD.FORM3 {
	background-color: #FFFFFF;
	padding-left: 10px;
}

TABLE.FORM4 {
	background-color: #217873;
	margin-top: 0;
	border: 1px #0986C8 solid;
}

/**************************************
 * background color of the form title *
 *************************************/
TH.FORM4 {
	color: #FFFFFF;
	background-color: #217873;
	margin-top: 0;
}

/********************************
 * background color of the form *
 *******************************/
TD.FORM4 {
	background-color: #FFFFFF;
	padding-left: 10px;
	margin-top: 0;
}

/*******************************
 *  background color to use to *
 *  display the errors         *
 ******************************/
TD.ERROR {
	background-color: #CC0000;
}
/**/
/**/
/**/

/******************/
/*Calendar classes  -- don't think we use this but it is in a javascript.js file so maybe?? */
/******************/
TD.CALENDRIER {
	color: #336699;
	background-color: #C2C2C2;
	font-weight: 700;
	text-align: center;
	font-size: 10px;
}

A.CALENDRIER {
	text-decoration: none;
	font-size: 10px;
	color: #116666;
}

.CALENDARBORDER {
	background-color: #116666;
}

.CALENDARTITLE {
	background-color: #116666;
}

.CALENDARWEEK {
	background-color: #FFFFFF;
}

.CALENDARWEEKEND {
	background-color: #FFF4E5;
}

.CALENDARSELECTED {
	background-color: #FF8F01;
}

/****************/
/* Other common styles */
/****************/
.button-panel {
	float: right !important;
}

.modbutton-panel {
	float: right;
	padding-top: 140px;
}

form.filter-form select {
	width: 150px;
}

/****************/
/* Cage Info */
/****************/
div.ish-filter {
	margin: 1em 0 1em 0;
}

div.ish-filter div.search-results-box {
	max-height: 300px;
	margin: .5em 0 .5em 0;
}

.message {
	color: red;
}

/****************/
/* Cage Info */
/****************/
div.cage-select {
	
}

div.cage-select .cage-info {

}

.cage-select .head {
	
}

.cage-select .body {
	
}

.cage-select .tail {
	
}

.cage-select .tail .button {
	
}

.cage-select .cage-notify {
	padding: 0.5em;
}

.cage-select .cage-notify ul {
	display: inline-block;
	padding: 0.25em;
	margin: 0;
	list-style-position: inside;
}

.cage-select .cage-notify ul li {
	color: red;
	padding: 0 0 0 0.75em;
}

.cage-select .head .sid {
	font-size: 17px;
	
}

.cage-select .head .sid-label {
	
}

.cage-select .head .select-new {
	
}

.cage-select label.cage-location {
	display: inline-block;
	width: 4.5em;
	font-weight: 700;
}

.cage-select label.cage-type, .cage-select label.cage-tag {
	display: inline-block;
	width: 2.5em;
	font-weight: 700;
}

.cage-select select {
	
}

/**
* Cage Assignment Table
*/
#cageAssignmentTable td.group-size {
	font-weight: 700;
	padding: 0.35em;
}

/**
* Mouse Table 
*/

#mouseTable td.male-cell-back-color {
	color: #153E7E !important!;
}

#mouseTable td.female-cell-back-color {
	color: #7E2217 !important!;
}

#mouseTable tr:hover td.male-cell-back-color {
	background-color: #D9D7D7;
}

#mouseTable tr:hover td.female-cell-back-color {
	background-color: #D9D7D7;
}

/**
* End Mouse Table 
*/
#mouseTableEnd td.end-page {
	font-weight: 500;
	color: #0000FF;
}
/**
* Wean Mouse Table 
*/
#mouseTableWean td.wean-date {
	font-weight: 500;
	color: #0000FF;
}

#mouseTableWean td.male-cell-back-color {
	color: #153E7E;
}

#mouseTableWean td.female-cell-back-color {
	color: #7E2217;
}

#mouseTableWean tr:hover td.male-cell-back-color {
	background-color: #D9D7D7;
}

#mouseTableWean tr:hover td.female-cell-back-color {
	background-color: #D9D7D7;
}

/**
* parentTable 
*/
#parentTable td.male-cell-back-color {
	color: #153E7E;
}

#parentTable td.female-cell-back-color {
	color: #7E2217;
}

#parentTable tr:hover td.male-cell-back-color {
	background-color: #D9D7D7;
}

#parentTable tr:hover td.female-cell-back-color {
	background-color: #D9D7D7;
}

/**
* pupTable 
*/
#pupTable td.male-cell-back-color {
	color: #153E7E;
}

#pupTable td.female-cell-back-color {
	color: #7E2217;
}

#pupTable tr:hover td.male-cell-back-color {
	background-color: #D9D7D7;
}

#pupTable tr:hover td.female-cell-back-color {
	background-color: #D9D7D7;
}

/**
* miceTable 
*/
#miceTable td.male-cell-back-color {
	color: #153E7E;
}

#miceTable td.female-cell-back-color {
	color: #7E2217;
}

#miceTable tr:hover td.male-cell-back-color {
	background-color: #D9D7D7;
}

#miceTable tr:hover td.female-cell-back-color {
	background-color: #D9D7D7;
}

/**
* litterTable 
*/
#litterTable td.male-cell-back-color {
	color: #153E7E;
}

#litterTable td.female-cell-back-color {
	color: #7E2217;
}

#litterTable tr:hover td.male-cell-back-color {
	background-color: #D9D7D7;
}

#litterTable tr:hover td.female-cell-back-color {
	background-color: #D9D7D7;
}

/**femalemouseTable

*/
#femalemouseTable td.male-cell-back-color {
	color: #153E7E;
}

#femalemouseTable td.female-cell-back-color {
	color: #7E2217;
}

#femalemouseTable tr:hover td.male-cell-back-color {
	background-color: #D9D7D7;
}

#femalemouseTable tr:hover td.female-cell-back-color {
	background-color: #D9D7D7;
}
/**maleTable
*/
#maleTable td.male-cell-back-color {
	color: #153E7E;
}

#maleTable td.female-cell-back-color {
	color: #7E2217;
}

#maleTable tr:hover td.male-cell-back-color {
	background-color: #D9D7D7;
}

#maleTable tr:hover td.female-cell-back-color {
	background-color: #D9D7D7;
}
/**
* litterMatingTable 
*/
#litterMatingTable td.male-cell-back-color {
	color: #153E7E;
}

#litterMatingTable td.female-cell-back-color {
	color: #7E2217;
}

#litterMatingTable tr:hover td.male-cell-back-color {
	background-color: #D9D7D7;
}

#litterMatingTable tr:hover td.female-cell-back-color {
	background-color: #D9D7D7;
}

#litterMatingTable td.future {
	color: #000000;
	font-weight: 700;
}

#litterMatingTable td.past {
	color: #d90000;
	font-weight: 700;
}

#litterMatingTable td.today {
	color: #008000;
	font-weight: 700;
}

/**
* Mating History 
*/
#matingHistoryTable td.700 {
	font-weight: 700;
}

/**
* Mating Table 
*/


#matinglist_table td.male-cell-back-color {
	color: #153E7E;
}

#matinglist_table td.female-cell-back-color {
	color: #7E2217;
}

#matinglist_table tr:hover td.male-cell-back-color {
	background-color: #D9D7D7;
}

#matinglist_table tr:hover td.female-cell-back-color {
	background-color: #D9D7D7;
}

/**
* Mating Disband 
*/


#disbandmatinglist_table td.male-cell-back-color {
	color: #153E7E;
}

#disbandmatinglist_table td.female-cell-back-color {
	color: #7E2217;
}

#disbandmatinglist_table tr:hover td.male-cell-back-color {
	background-color: #D9D7D7;
}

#disbandmatinglist_table tr:hover td.female-cell-back-color {
	background-color: #D9D7D7;
}

#disbandmatinglist_table td.disband-page {
	font-weight: 500;
	color: #0000FF;
}

/**
* Litter Table 
*/


#litter_table td.male-cell-back-color {
	color: #153E7E;
}

#litter_table td.female-cell-back-color {
	color: #7E2217;
}

#litter_table tr:hover td.male-cell-back-color {
	background-color: #D9D7D7;
}

#litter_table tr:hover td.female-cell-back-color {
	background-color: #D9D7D7;
}

#litter_table td.future {
	color: #000000;
	font-weight: 700;
}

#litter_table td.past {
	color: #d90000;
	font-weight: 700;
}

#litter_table td.today {
	color: #008000;
	font-weight: 700;
}


/**/
/**/

/*LULU*/
#title {
	padding: 0 0 0 8px;
}

h2 {
	margin: 0;
	color: #000000;
	font-size: 13px;
}

h3 {
	margin: 0;
	color: #ffffff;
	font-size: 11px;
}

#admin_orangebox {
	width: 960px;
	height: 23px;
}

.admin_orangeboxleft {
	width: 9px;
	height: 23px;
	float: left;
	background: url(../images/orangebox_left.gif) no-repeat center;
}

.admin_orangeboxright {
	width: 9px;
	height: 23px;
	float: left;
	background: url(../images/orangebox_right.gif) no-repeat center;
}

.admin_subtitle {
	float: left;
	margin: 0;
	padding-top: 3px;
	height: 23px;
	background: url(../images/orangebox_bg.gif) repeat-x;
	width: 942px;
}

img {
	border-style: none;
}

table.top5table td {
	border-style: dotted;
	border-color: #984806;
	width: 186px;
	align: center;
}

/*  Class for "anchorButtons" function */
.fixed {
	z-index: 50000;
	position: fixed;
	top: 2px;
}

.fixeddd {
	z-index: 50000;
	position: fixed;
	top: 2px;
	width: 200px !important;
	z-index: 99999 !important;
}

/* ------------------
  REMOVE EVENTUALLY
  
  Move table
  Eventually we can get rid of these once move table is using JQGrid 
 * ------------------   
 */
.move-table {
	font-size: 12px;
	margin: 3px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

.move-table caption {
	color: #ff6600;
	text-align: left;
	font-size: 14px;
	margin-bottom: 5px;
}

.move-table caption span {
	color: black;
}

.move-table  th {
	font-size: 12px;
	font-weight: normal;
	padding: 8px;
	background: #116666;
	border-top: 2px solid #aabcfe;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	color: #ffffff;
}

.move-table td {
	background: #e8edff;
	border-left: 1px solid #ffffff;
	color: #000000;
	border-top: 1px solid transparent;
}

.move-table td.begin-group {
	padding-top: 8px;
}

.move-table td.end-group {
	padding-bottom: 8px;
	border-bottom: 1px solid #ffffff;
}
/*
.move-table tr:hover td
{
    background: #d0dafd;
    color: #339;
}
*/
/* ------------------
 * 
 REMOVE EVENTUALLY
 
 Note: Use of id prevents multiple tables of such style on the same page.
 * Consider changing this to class-based style. 
 *
 * Tables on List pages classes
 
  Eventually we can get rid of these once all tables are using JQGrid in SMDB part
 * ------------------   
 */
#list_table {
	font-size: 12px;
	margin: 3px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

#list_table caption {
	color: #ff6600;
	text-align: left;
	font-size: 14px;
	margin-bottom: 5px;
}

#list_table caption span {
	color: black;
}

#list_table  th {
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #53868B;
	border-top: 2px none;
	border-bottom: 2px none;
	border-left: 2px none;
	color: #ffffff;
	text-align: left;
	height: 30px;
}

#list_table  td {
	padding: 2px;
	background: #e8edff;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #ffffff;
	color: #000000;
	border-top: 1px solid transparent;
	height: 22px;
	font-size: 12px;
	border-collapse: collapse;
	margin: 3px;
}

#list_table  tr:hover td {
	background: #d0dafd;
	color: #339;
}

/* ------------------
   * REMOVE EVENTUALLY
   
   Tables on login page 
   Eventually we can get rid of these once deprecation issue has been resolved*
   ------------------   */
#login_table {
	max-width: 100%;
	align: center;
	cell-padding: 0;
	cell-spacing: 0;
	border: 0;
	text-align: center
}

#login_menu_table {
	width: 930px;
	height: 40px;
	align: center;
	cell-padding: 0;
	cell-spacing: 0;
	border: 3;
	bordercolor: #FFFFFF;
	text-align: left;
}

/**************************************
 *   REMOVE EVENTUALLY
 Once deprecation issue is resolved we can remove this   *
 *************************************/
a.menuLink:link {
	text-decoration: none;
	font-weight: 700;
	color: #FFFFFF
}

a.menuLink:visited {
	text-decoration: none;
	font-weight: 700;
	color: #FFFFFF
}

a.menuLink:hover {
	text-decoration: none;
	font-weight: 700;
	color: #FDD017
}

/****************/
/*Suggest styles   DO WE NEED THESE??*/
/****************/
div.suggestionList {
	z-index: 500;
	position: absolute;
	width: 150px;
	border: 1px solid #333333;
	background-color: #ffffff;
	font-size: 12;
	cursor: default;
	visibility: hidden;
}

div.suggestionList_element_off {
	width: 148px;
	background: #ffffff;
	color: #333333;
	padding-left: 2px;
}

div.suggestionList_element_on {
	width: 148px;
	background: #6D99C6;
	color: #ffffff;
	padding-left: 2px;
}

.vspacetop {
	margin-top: -70px
}

.signout_background {
	background: url(../images/background14.jpg) repeat-x
}

.stepsdemobluefont {
	color: #00b0f0
}

.form-control {
	height: 25px !important;
	font-weight: 400 !important;
}

.input-rd-style {
	background: #F5F5F5 !important;
	border: none !important;
	box-shadow: none !important;
	height: 25px !important;
	cursor: pointer !important;
}
.control-label{
	text-align: right !important;	
	font-weight: 500 !important;
}

.form-group{
	font-weight: 400 !important;
}

.textalignright{
	text-align: right !important;
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}

.strainclass {
	height: 130px !important;
	width: 200px !important;
	overflow-y: scroll !important;
	border: 1px solid #CCC89E;
}

.associatedstrainclass {
	height: 130px !important;
	width: 200px !important;
	overflow-y: scroll !important;
	border: 1px solid #CCC89E;
}

.formcontrolstraint {
	width: 90% !important;
	height: 24px !important;
	float: right !important;
}

.Genotypeclass {
	height: 70px !important;
	width: 100% !important;
	overflow-y: scroll !important;
	border: 1px solid #CCC89E;
}

.show-pop1{

		line-height: 1px !important;
		padding: 0px !important;
    	font-size: 16px;
    	z-index: 99999999999999999999999999999999999999999999999999 !important;
    	}

.Genotypecheckboxpadding {
	padding-right: 7px;
}

.btn {
	text-decoration: none !important;
}


.form-control-strain {
	margin-left: 5px !important;
	width: 200px;
	height: 24px;
	font-size: 14px;
	color: #555555;
	line-height: 1.428571429;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow
		ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-strain:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, 0.6);
}

.form-control-phisical_tag {
	margin-left: 10px !important;
	width: 70px;
	height: 25px;
	font-size: 14px;
	color: #555555;
	line-height: 1.428571429;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow
		ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-phisical_tag:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, 0.6);
}

input.date_picker {
	width: 80px;
	height: 25px;
	font-size: 14px;
	color: #555555;
	line-height: 1.428571429;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow
		ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input.date_picker[disabled] {
	background-color: #EEEEEE;
	cursor: not-allowed;
}

input.date_picker:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, 0.6);
}

.alert-success {
	position: absolute;
	width: 98.5% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
	top: 5px;
	bottom: 40px !important;
	padding: 19px;
	line-height: 2px !important;
	background: #89b151 !important;
	color: #fff !important;
	height: 30px !important;
	font-size: 14px;
	margin-top: -10px;

	/* 
	background-color: #246001 !important;
	color: #fff !important; */
}

.close {
	color: #000 !important;
	text-decoration: none;
	font-weight: 700 !important;
	margin-top: -10px;
}
.close1 {
	color: #000 !important;
	text-decoration: none;
	font-weight: 700 !important;
	margin-top: -10px;
}
[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}
/* pricing styles */
.pWidth{
	width: 75%;
}
.pricing {
	
	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 3em;
	font-size: 16px !important;
}

.pricing__item {
	width: 100%;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 330px;
	flex: 0 1 330px;
}
.pricing__feature{
	height: 30px;
}
.pricing__feature-m{
	height: 80px;
}
.pricing__feature-list {
	text-align: left;
}
.pricing__feature-l{
		height: 15px !important;
}
.pricing__feature-lf{
		height: 30px !important;
}
.pricing__feature-lf-account{
	height: 20px !important;
}
.pricing__action {
	color: inherit;
	border: none;
	background: none;
	text-decoration: none !important;
}

.pricing__action:focus {
	outline: none;
}

/* Individual styles */

/* Sonam */
.pricing--sonam .pricing__item {
	width: 100%;
	margin-top: 0px;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	padding-top: 0px;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 2em;
	color: #000;
	cursor: default;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	
	background: #ffffff;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 15px 30px -10px rgba(0,0,0,0.3);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
.pricing--sonam .pricing__item_badge {
	width: 100%;
	
	margin-top: 0px;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	padding-top: 0px;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	color: #000;
	cursor: default;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: transparent;
	
}
.pricing--sonam .pricing__item_top {
	width: 100%;
	
	margin-top: 0px;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	padding-top: 0px;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	color: #000;
	cursor: default;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: transparent;
	
}
.pricing--sonam .pricing__item_top_black {
	width: 100%;
	min-height: 40px;
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-top: 10px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 10px;
	float: none;
	color: #fff;
	cursor: default;
	border-radius: 10px;
	background: #000;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.pricing__item_top_green{
	width: 100%;
	height: 50px;
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-top: 5px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 10px;
	float: none;
	color: #fff;
	cursor: default;
	border-radius: 10px;
	background: #47A447;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
}
.pricing__item-top-free{
	width: 100%;
	
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 5px !important;
	padding-top: 5px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 10px;
	float: none;
	font-size: 16px !important;
	color: #fff;
	cursor: default;
	border-radius: 10px;
	background: #47A447;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
}
.pricing__item-top-blue{
	width: 100%;
	
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 5px !important;
	padding-top: 5px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 10px;
	float: none;
	font-size: 16px !important;
	color: #fff;
	cursor: default;
	border-radius: 10px;
	background: #00a2e8;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
}
.pricing__item-top-orange{
	width: 100%;
	
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 5px !important;
	padding-top: 5px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 10px;
	float: none;
	font-size: 16px !important;
	color: #fff;
	cursor: default;
	border-radius: 10px;
	background: #ff9600;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
}
.pricing--sonam .pricing__item:hover {
	background: #f8f8f8;
}

.pricing--sonam .pricing__title {
	font-size: 27px;
	width: 100%;
	margin: 10px 0 0.25em;
	padding: 0 0 0.5em;
	border-bottom: 3px solid rgb(27, 26, 28);
}

.pricing--sonam .pricing__price {
	color: #E06060;
	font-size: 1.75em;
	padding: 1em 0 0.75em;
}

.pricing--sonam .pricing__sentence {
	font-weight: bold;
}

.pricing--sonam .pricing__feature-list {
	margin: 0;
	padding: 1em 1.25em 2em;
}

.pricing--sonam .pricing__action {
	font-weight: bold;
	margin-top: auto;
	
	border-radius: 5px;
	background: #E06060;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
/* .bold{
	font-weight: bold !important;
} */
.pricing--sonam .pricing__action:hover,
.pricing--sonam .pricing__action:focus {
	background: #BD3C3C;
}
/*********Password check for registration page*************/
span.hint {
	font: normal 11px/14px;
	background: #eee url(../images/bg-span-hint-gray.gif) no-repeat top left;
	color: #444;
	border: 1px solid #888;
	padding: 5px 5px 5px 40px;
	width: 250px;
	position: absolute;
	margin: -28px 0 0 205px;
	display: none;
	z-index: 9999;
}

fieldset.welldone span.hint {
	background: #9fd680 url(../images/bg-span-hint-welldone.jpg) no-repeat
		top left;
	border-color: #749e5c;
	color: #000;
}

fieldset.kindagood span.hint {
	background: #ffffcc url(../images/bg-span-hint-kindagood.jpg) no-repeat
		top left;
	border-color: #cc9933;
}

fieldset.welldone {
	background: transparent url(../images/bg-fieldset-welldone.gif)
		no-repeat 194px 19px;
}

fieldset.kindagood {
	background: transparent url(../images/bg-fieldset-kindagood.gif)
		no-repeat 194px 19px;
}


.table-bordered {
	border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr, .table-bordered>tfoot>tr>th
	{
	border: 1px solid #dddddd !important;
}

.table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border: 0px solid #dddddd !important;
}

/******Years for pricing plan and Edit Account*******/
.badge {
	background-color: #47A447 !important;
	color: #FF8C00;
	font-size: 16px !important;
	font-weight: normal !important;
}

.pricingbadge {
	background-color: #1C1C1C !important;
	color: #fff;
	font-size: 16px !important;
	font-weight: normal !important;
}

.pricingbadge-orange {
	background-color: #ff9600 !important;
	color: #fff;
	font-size: 16px !important;
	font-weight: normal !important;
}

.list-group {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0px 0px rgba(34, 124, 4, .5), 0 15px 30px -10px rgba(34, 124, 4, .5);
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
	
	
}
.list-group ul{
	
}

.list-group-current {
	background-color: #fcfda8 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(34, 124, 4, .5);
	-moz-box-shadow: 0 5px 10px rgba(34, 124, 4, .5);
	box-shadow: 0 0px 0px rgba(34, 124, 4, .5);
	
}

.nobordertop {
	border-top: 0px !important;
	border-bottom: 0px !important;
}
.bordertop-bold{
	
}
.bordertop {
	border-top: 1px solid #1E78FF !important;
	border-bottom: 0px !important;
	line-height: 10px !important;
}

.bordertop-700 {
	border-top: 3px solid #000 !important;
	border-bottom: 0px !important;
}

ul.list-group.col-lg-2>li {
	text-align: center;
}

ul.list-group.col-lg-2>li.list-group-item:first-child {
	background-color: #1E78FF;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}

.firstchildbasic {
	background-color: #1E78FF !important;
	font-size: 2em;
	width: 100%;
	margin: 0px auto;
	padding: 30px;
	color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 15px 30px -10px rgba(0,0,0,0.3);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.firstchildInstitution {
	background-color: #ff9600 !important;
	font-size: 2em;
	width: 100%;
	margin: 0px auto;
	padding: 30px;
	color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 15px 30px -10px rgba(0,0,0,0.3);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.firstchildFree {
	background-color: #6fa625 !important;
	font-size: 2em;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 30px;
	color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 15px 30px -10px rgba(0,0,0,0.3);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.list-group-item-firstchild {
	list-style: none;
	background-color: #47A447 !important;
	color: #fff;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.list-group-item-badge {
	margin-top: 0px;
	list-style: none;
	background-color: #1C1C1C !important;
	color: #fff;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.list-group-item-badge-orange {
	list-style: none;
	background-color: #ff9600 !important;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/******Years for pricing plan*******/
.oneyear {
	margin-left: 0px;
	white-space: nowrap;
	font-size: 16px;
	color: black !important;
	font-weight: 700;
}

.twoyears {
	margin-left: 0px;
	white-space: nowrap;
	font-size: 14px;
}

.threeyears {
	margin-left: 0px;
	white-space: nowrap;
	font-size: 14px;
}

.singleyearPrice {
	margin-left: 0px;
	font-size: 20px;
	font-weight: 700;
}

.singleyearPrice_real {
	display: inline-block;
	position: relative;
	font-size: 15px;
	text-decoration: line-through;
	font-weight: 700;
}

.singlenocost {
	margin-left: 0px;
	font-size: 19px;
	font-weight: 700;
}

.yearPrice {
	margin-left: 50px;
	font-size: 14px;
}

.yearPrice-700 {
	margin-left: 50px;
	font-size: 14px;
	font-weight: 700;
}

.saveprice {
	color: red;
	font-size: 10px;
}

/***** Annual discount pricing *****/
.topheader {
	height: 80px;
	font-size: 18px !important;
}

.verticalalign {
	line-height: 25px;
}

.firstchildrow {
	background-color: #e2efda !important;
}

.bordertopannual {
	border-top: 1px dotted #000 !important;
	border-bottom: 0px !important;
	line-height: 17px;
}

.rowheight {
	height: 60px;
	line-height: 20px;
}

.rowheightoneline {
	height: 60px;
	line-height: 10px;
}

.bluefonttop {
	
	color: #305496;
	font-weight: 700;
}
/***********table pretty**********/
table.altrowstableorange {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	color:  #033584 !important;
	border-width: 0px;
	border-color: #a9c6c9;
	border-collapse: collapse;
}


table.altrowstableorange th {
	padding: 8px;
	color: #FFFFFF;
  	height: 40px !important;
	/* background-color: #FDDDA0; */
	/* background: #65b3f2; for non-css3 browsers background: -webkit-gradient(linear, left top, left bottom, from(#b7cff7), to(#65b3f2)); For Webkit Browsers background: -moz-linear-gradient(top, #b7cff7, #65b3f2); for Firefox filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7cff7', endColorstr='#65b3f2'); for IE color: #ffffff; height:20px; */
	background: #159CD0;
	font-size: 16px;
}

table.altrowstableorange td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
	font-size: 14px;
	text-align: left;
}

.oddrowcolor {
	background-color: #d4e3e5;
}

.evenrowcolor {
	background-color: #c3dde0;
}

.shadow {
	box-shadow: 5px 5px 5px #888888;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group{
	margin-left: 0px !important;
}
/********Bootstrap Modal***********/
.modal.modal-wide .modal-dialog {
	width: 100% !important;
}

.modal-wide .modal-body {
	overflow-y: auto !important;
}
.modal.modal-wide1 .modal-dialog {
	width: 80% !important;
	top: 0px !important;
}

.modal-wide1 .modal-body {
	overflow-y: auto !important;
}
.modal1.apps-wide .modal-dialog {
	padding-top: 0px !important;
	margin-top: 45px !important;
	width: 400px !important;
	
}
/********Bootstrap Modal***********/
/**Apps section Start***/
.adminmodulemargintop{
	margin-top: 10px !important;
}
/* Icon-link content with long span labels are offset without the following */
.modal-body1 .menu-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-body1 a{
	display: inline-block; 
	text-decoration: none !important; 
	padding-bottom: 10px;
	margin-bottom: 10px !important;
	padding-top: 10px  !important;
	color: #000 !important;
	border-radius: 7px !important;
    /* Longer labels cause displacement due to padding (i.e. labels in japanaese).
	padding-left: 20px !important;
	padding-right: 20px !important;*/
	text-align: center !important;
	
}
.modal-body1 a:hover {
	background: #f1f8f5 !important;
	text-align: center !important;
}
.modal-body1 .menu-icon-label {
    white-space: nowrap;
}
 
html.modal-open {

    /* All of this stops the page from scrolling in the background, especially important on mobile devices. */
    -ms-overflow-style: scrollbar;
    overflow: hidden;
    height: 100%;

}

body.modal-open {

  /* This is the crucial rule to get rid of the page shift when opening a modal */
  overflow: auto !important;

  /* You may want to explore toggling this, depending on your circumstances (page length and/or presence of page scroll bars) */
  height: 100%;

}  

.modal-body1 span{ 
	margin-top: 10px !important;
	display: block;
	
	}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 200px) { 

	.modal1.apps-wide .modal-dialog {
		width: 70% !important;
		margin-top: 1%;
		margin-right: 5%;
	}
	.modal-body1 span{ 
		padding-top: 0px;
		display: block;
	}
	.adminmodulemargintop{
		margin-top: 10px !important;
	}
}
@media (min-width: 460px) { 

	.modal1.apps-wide .modal-dialog {
		width: 60% !important;
		margin-top: 1%;
		margin-right: 5%;
	}
	.modal-body1 span{ 
		padding-top: 0px;
		display: block;
	}
	.adminmodulemargintop{
		margin-top: 20px !important;
	}
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

	.modal1.apps-wide .modal-dialog {
		width: 45% !important;
		margin-top: 1%;
		margin-right: 5%;
	}
	.modal-body1 span{ 
		padding-top: 0px;
		display: block;
	}
	.adminmodulemargintop{
		margin-top: 20px !important;
	}

}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.modal1.apps-wide .modal-dialog {
		width: 400px !important;
		margin-top: 1%;
		margin-right: 5%;
	}
	.adminmodulemargintop{
		margin-top: 20px !important;
	}
	
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.modal1.apps-wide .modal-dialog {
		width: 400px !important;
		margin-top: 1%;
		margin-right: 5%;
	}
	.adminmodulemargintop{
		margin-top: 20px !important;
	}
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.modal1.apps-wide .modal-dialog {
		width: 400px !important;
		margin-top: 1%;
		margin-right: 5%;
	}
	.adminmodulemargintop{
		margin-top: 10px !important;
	}
	
}
/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) { 
	.modal1.apps-wide .modal-dialog {
		width: 400px !important;
		margin-top: 1%;
		margin-right: 5%;
	}
	.adminmodulemargintop{
		margin-top: 10px !important;
	}
	
}
/**Apps section End***/
/*==Tour Modal Start==*/
.modal1.Tourmodal-wide .modal-dialog {
	width: 300px !important;
	margin-top: 5%;
	margin-right: 5%;
}

.Tourmodal-wide .modal-body {
	/* overflow: hidden !important; */
	
}

.closemodal {
	overflow-y: scroll !important;
}
.modal-open {
    /* overflow: hidden !important; */
}
.modal1{display:none;overflow: hidden !important; position:fixed;top:0;right:30 !important;bottom:0;left:0;z-index:1040;}
.modal1.fade .modal-dialog{-webkit-transform:translate(1, 0%) !important;-ms-transform:translate(1, 0%) !important;transform:translate(1, 0%) !important;}
.modal-dialog{position:relative;margin-left:auto;margin-right:auto;width:auto;padding:10px;z-index:1050;}
.modal-content{position:relative !important;background-color:#ffffff !important;border:2px solid #999999 !important;border:2px solid rgba(147, 149, 148, 0.2) !important;border-radius:6px !important;/* -webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.5) !important;box-shadow:0 3px 9px rgba(0, 0, 0, 0.5) !important;background-clip:none !important;outline:none !important; */}
.modal-backdrop{z-index:1030 !important;background-color: grey !important;}
.modal-backdrop.fade{opacity:0.3 !important;filter:alpha(opacity=0.3) !important;}
.modal-backdrop{opacity:0 !important;filter:alpha(opacity=0) !important;}
.modal-header{padding:8px !important;border-bottom:1px solid #e5e5e5 !important;min-height:16.428571429px !important;}
.modal-header .close{margin-top:-2px !important;}
.modal-title{margin:0 !important;line-height:1.428571429 !important;}
.modal-body{position:relative !important;padding:20px !important;}
/*==Tour Modal End==*/


.padding-buttom {
	padding-bottom: 15px
}

/***************Footer S**************/
#footer {
	color: #fff !important;
	background-color: #038EBD !important;
	margin-top: 5px;
}

.vspace100IseehearFooter {
	padding: 100px 0px;
}

.vspace40FooterPlans {
	padding: 40px 0px;
}

#footer .footer_title {
	font-size: 1.2em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffc703;
	max-width: 210px;
	line-height: 20px;
	color: #ffc703;
}

#footer .footer_titlecontact {
	font-size: 2.2em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	max-width: 210px;
	line-height: 20px;
}

#footer .footer_titlemouse {
	font-size: 1.2em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffc703;
	max-width: 250px;
	line-height: 20px;
	color: #ffc703;
}

#footer .footer_titleEmailUpdate {
	font-size: 1.60em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	max-width: 260px;
	line-height: 20px;
}

#footer .footerContactTitleColor {
	color: #ffc703;
}

.footer-nav-color {
	color: #fff;
}

.footer-copyright-color {
	background-color: #000;
}

a.footer-link-color {
	color: #fff;
}

a.footer-link-color:hover {
	color: #fff;
}

.footer-color {
	background-color: #74777a;
}

.footer-padding-top {
	padding-top: 20px;
}

.footer-text {
	width: 15%;
	padding-left: 20px;
}

.vspace0FooterContact {
	padding: 0px 0px;
}

#mc_embed_signup {
	background: #038EBD;
	clear: left;
	font: 14px 'Roboto', sans-serif;
	color: #fff;
}

#mc_embed_signup1 {
	background: #038EBD;
	clear: left;
	font: 14px 'Roboto', sans-serif;
	color: #fff;
}
/***************Footer E**************/
input.pplaceholder::-webkit-input-placeholder, textarea.pplaceholder::-webkit-input-placeholder
	{
	color: red
}

input.pplaceholder::-moz-placeholder, textarea.pplaceholder::-moz-placeholder
	{
	color: red
}

input.pplaceholder:-ms-input-placeholder, textarea.pplaceholder:-ms-input-placeholder
	{
	color: red
}

.tip {
	margin-bottom: 0px !important;
}

.smimgv1 {
	background-image: url(../images/SoftMouseV1.2.1-thumb.png);
	background-repeat: no-repeat;
	background-position: center;
	background-clip: border-box;
	transition: background-size 0.2s;
	-webkit-transition: background-size 0.2s;
	transition-timing-function: cubic-bezier(.07, 1.41, .82, 1.41);
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	width: 350px;
	height: 299px;
}

.smimgv1:hover {
	background-image: url(../images/SoftMouseV1.2.1.png);
	width: 450px;
	height: 384px;
}

.smimgv2 {
	background-image: url(../images/SoftMouseV2.2.1-thumb.png);
	background-repeat: no-repeat;
	background-position: center;
	background-clip: border-box;
	transition: background-size 0.2s;
	-webkit-transition: background-size 0.2s;
	transition-timing-function: cubic-bezier(.07, 1.41, .82, 1.41);
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	width: 350px;
	height: 295px;
}

.smimgv2:hover {
	background-image: url(../images/SoftMouseV2.2.1.png);
	width: 450px;
	height: 379px;
}

.smimgv3 {
	background-image: url(../images/SoftMouseV3.2.1-thumb.png);
	background-repeat: no-repeat;
	background-position: center;
	background-clip: border-box;
	transition: background-size 0.2s;
	-webkit-transition: background-size 0.2s;
	transition-timing-function: cubic-bezier(.07, 1.41, .82, 1.41);
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	width: 350px;
	height: 370px;
}

.smimgv3:hover {
	background-image: url(../images/SoftMouseV3.2.1.png);
	width: 450px;
	height: 475px;
}

.smimgv4 {
	background-image: url(../images/SoftMouseV3mobile.1-thumb.png);
	background-repeat: no-repeat;
	background-position: center;
	background-clip: border-box;
	transition: background-size 0.2s;
	-webkit-transition: background-size 0.2s;
	transition-timing-function: cubic-bezier(.07, 1.41, .82, 1.41);
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	width: 330px;
	height: 422px;
}

.smimgv4:hover {
	background-image: url(../images/SoftMouseV3mobile.1.png);
	width: 450px;
	height: 576px;
}

.smimgv5 {
	background-image: url(../images/research_continuity_03-thumb.png);
	background-repeat: no-repeat;
	background-position: center;
	background-clip: border-box;
	transition: background-size 0.2s;
	-webkit-transition: background-size 0.2s;
	transition-timing-function: cubic-bezier(.07, 1.41, .82, 1.41);
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	width: 350px;
	height: 176px;
}

.smimgv5:hover {
	background-image: url(../images/research_continuity_03.png);
	width: 450px;
	height: 226px;
}

.mailinglist-well {
	border: 1px solid #707070;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .5)
}
.mailinglist-well-meetup {
	border: 1px solid #707070;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.noshadow-well {
	border: 1px solid #707070;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.mailinglist {
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.underline {
	text-decoration: underline;
}

.privacyFooter {
	text-decoration: underline;
	color: #fff;
}

.privacyFooter:HOVER {
	text-decoration: underline;
	color: #ffc703;
}

/*tabs css */
.topleft{
	border-radius: 8px 0px 0px;
}
.topright{
	border-radius: 0px 8px 0px 0px;	
}
/* custom inclusion of right, left and below tabs */
.nav-tabs>li.active {
	background-color: transparent;
	
}

.nav-tabs>li>a, .nav-tabs>li:hover, .nav-tabs>li:focus {
	background-color: #EAE8E8;
	color: #000 !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
	{
	color: #fff !important;
	background-color: #3279e0 !important;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	text-decoration: none;
}
.nav-tabs>li>a{
	text-decoration: none;
}
.tabs-below>.nav-tabs, .tabs-right>.nav-tabs, .tabs-left>.nav-tabs {
	border-bottom: 0;
}

.tab-content>.tab-pane, .pill-content>.pill-pane {
	display: none;
}

.tab-content>.active, .pill-content>.active {
	display: block;
}

.tabs-below>.nav-tabs {
	border-top: 1px solid #ddd;
}

.tabs-below>.nav-tabs>li {
	margin-top: -1px;
	margin-bottom: 0;
}

.tabs-below>.nav-tabs>li>a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.tabs-below>.nav-tabs>li>a:hover, .tabs-below>.nav-tabs>li>a:focus {
	border-top-color: #ddd;
	border-bottom-color: transparent;
}

.tabs-below>.nav-tabs>.active>a, .tabs-below>.nav-tabs>.active>a:hover,
	.tabs-below>.nav-tabs>.active>a:focus {
	border-color: transparent #ddd #ddd #ddd;
}

.tabs-left>.nav-tabs>li, .tabs-right>.nav-tabs>li {
	float: none;
}

.tabs-left>.nav-tabs>li>a, .tabs-right>.nav-tabs>li>a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}

.tabs-left>.nav-tabs {
	float: left;
	margin-right: 25px;
	border-right: 1px solid #ddd;
	background: #f5f5f5;
	overflow-y: scroll;
	height: 500px;
}

.tabs-left>.nav-tabs>li>a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-tabs>li>a:hover, .tabs-left>.nav-tabs>li>a:focus {
	border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left>.nav-tabs .active>a, .tabs-left>.nav-tabs .active>a:hover,
	.tabs-left>.nav-tabs .active>a:focus {
	border-color: #ddd transparent #ddd #ddd;
	*border-right-color: #ffffff;
}

.tabs-right>.nav-tabs {
	float: right;
	margin-left: 19px;
	border-left: 1px solid #ddd;
}

.tabs-right>.nav-tabs>li>a {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.tabs-right>.nav-tabs>li>a:hover, .tabs-right>.nav-tabs>li>a:focus {
	border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right>.nav-tabs .active>a, .tabs-right>.nav-tabs .active>a:hover,
	.tabs-right>.nav-tabs .active>a:focus {
	border-color: #ddd #ddd #ddd transparent;
	*border-left-color: #ffffff;
}

.contentdiv {
	background: #fff;
	padding: 20px 20px !important;
	height: 500px;
	overflow-y: scroll;
}

/* End tabs css  */

/*tabs1 css */

/* custom inclusion of right, left and below tabs */
.nav-tabs1>li .active {
	background-color: transparent;
	font-weight: 405 !important; 
}

.nav-tabs1>li>a, .nav-tabs1>li:hover, .nav-tabs1>li:focus {
	background-color: #fff;
	
}

.nav-tabs1>li.active>a, .nav-tabs1>li.active>a:hover, .nav-tabs1>li.active>a:focus
	{
	color: #555;
	background-color: #FDDDA0 !important;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.tabs-below>.nav-tabs1, .tabs-right>.nav-tabs1, .tabs-left>.nav-tabs1 {
	border-bottom: 0;
}

.tab-content>.tab-pane, .pill-content>.pill-pane {
	display: none;
}

.tab-content>.active, .pill-content>.active {
	display: block;
}

.tabs-below>.nav-tabs1 {
	border-top: 1px solid #ddd;
}

.tabs-below>.nav-tabs1>li {
	margin-top: -1px;
	margin-bottom: 0;
}

.tabs-below>.nav-tabs1>li>a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.tabs-below>.nav-tabs1>li>a:hover, .tabs-below>.nav-tabs1>li>a:focus {
	border-top-color: #ddd;
	border-bottom-color: transparent;
}

.tabs-below>.nav-tabs1>.active>a, .tabs-below>.nav-tabs1>.active>a:hover,
	.tabs-below>.nav-tabs1>.active>a:focus {
	border-color: transparent #ddd #ddd #ddd;
}

.tabs-left>.nav-tabs1>li, .tabs-right>.nav-tabs1>li {
	float: none;
}

.tabs-left>.nav-tabs1>li>a, .tabs-right>.nav-tabs1>li>a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}

.tabs-left>.nav-tabs1 {
	float: left;
	margin-right: 25px;
	border-right: 1px solid #ddd;
	background: #f5f5f5;
	overflow-y: scroll;
	height: 500px;
}

.tabs-left>.nav-tabs1>li>a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-tabs1>li>a:hover, .tabs-left>.nav-tabs1>li>a:focus {
	border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left>.nav-tabs1 .active>a, .tabs-left>.nav-tabs1 .active>a:hover,
	.tabs-left>.nav-tabs1 .active>a:focus {
	border-color: #ddd transparent #ddd #ddd;
	*border-right-color: #ffffff;
}

.tabs-right>.nav-tabs1 {
	float: right;
	margin-left: 19px;
	border-left: 1px solid #ddd;
}

.tabs-right>.nav-tabs1>li>a {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.tabs-right>.nav-tabs1>li>a:hover, .tabs-right>.nav-tabs1>li>a:focus {
	border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right>.nav-tabs1 .active>a, .tabs-right>.nav-tabs1 .active>a:hover,
	.tabs-right>.nav-tabs1 .active>a:focus {
	border-color: #ddd #ddd #ddd transparent;
	*border-left-color: #ffffff;
}

.contentdiv {
	background: #fff;
	padding: 20px 10px;
	height: 500px;
	overflow-y: scroll;
}

/* End tabs1 css  */


/* Top Button FREE tooltip */
.freetop .tooltip {
  white-space: pre-wrap;
  background: #000;
  bottom: 100%;
  color: #fff;
  display: block;
  left: -90px;
  margin-bottom: -130px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 220px;
  z-index:5 !important;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.freetop .tooltip:before {
	bottom: 80px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

.freetop .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-bottom: solid #000 10px;
	top: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.freetop:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .freetop .tooltip {
	display: none;
}

.lte8 .freetop:hover .tooltip {
	display: block;
}

/* New Mating ToolTip */
.freetopexp .tooltip {
  white-space: pre-wrap;
  background: #000;
  bottom: 100%;
  color: #fff;
  display: block;
  left: -70px;
  margin-bottom: -130px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 220px;
  z-index:5 !important;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.freetopexp .tooltip:before {
	bottom: 80px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

.freetopexp .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-bottom: solid #000 10px;
	top: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.freetopexp:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .freetopexp .tooltip {
	display: none;
}

.lte8 .freetopexp:hover .tooltip {
	display: block;
}
/* New Mating ToolTip end */

/* Top Button FREE tooltip End */
/* Tooltip */
.free .tooltip {
  white-space: pre-wrap;
  background: #000;
  bottom: 100%;
  color: #fff;
  display: block;
  left: -40px;
  margin-bottom: -135px;
  opacity: 0;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  pointer-events: none;
  width: 220px;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.free .tooltip:before {
	bottom: 80px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	width: 100%;
}

.free .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-bottom: solid #000 10px;
	top: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
	z-index: 999999999999 !important;
}

.free:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .free .tooltip {
	display: none;
}

.lte8 .free:hover .tooltip {
	display: block;
}
.reset-this-display-none {
    animation : none !important;
    animation-delay : 0 !important;
    animation-direction : normal !important;
    animation-duration : 0 !important;
    animation-fill-mode : none !important;
    animation-iteration-count : 1 !important;
    animation-name : none !important;
    animation-play-state : running !important;
    animation-timing-function : ease !important;
    backface-visibility : visible !important;
    background : 0 !important;
    background-attachment : scroll !important;
    background-clip : border-box !important;
    background-color : transparent !important;
    background-image : none !important;
    background-origin : padding-box !important;
    background-position : 0 0 !important;
    background-position-x : 0 !important;
    background-position-y : 0 !important;
    background-repeat : repeat !important;
    background-size : auto auto !important;
    border : 0 !important;
    border-style : none !important;
    border-width : medium !important;
    border-color : inherit !important;
    border-bottom : 0 !important;
    border-bottom-color : inherit !important;
    border-bottom-left-radius : 0 !important;
    border-bottom-right-radius : 0 !important;
    border-bottom-style : none !important;
    border-bottom-width : medium !important;
    border-collapse : separate !important;
    border-image : none !important;
    border-left : 0 !important;
    border-left-color : inherit !important;
    border-left-style : none !important;
    border-left-width : medium !important;
    border-radius : 0 !important;
    border-right : 0 !important;
    border-right-color : inherit !important;
    border-right-style : none !important;
    border-right-width : medium !important;
    border-spacing : 0 !important;
    border-top : 0 !important;
    border-top-color : inherit !important;
    border-top-left-radius : 0 !important;
    border-top-right-radius : 0 !important;
    border-top-style : none !important;
    border-top-width : medium !important;
    bottom : auto !important;
    box-shadow : none !important;
    box-sizing : content-box !important;
    caption-side : top !important;
    clear : none !important;
    clip : auto !important;
    color : inherit !important;
    columns : auto !important;
    column-count : auto !important;
    column-fill : balance !important;
    column-gap : normal !important;
    column-rule : medium none currentColor !important;
    column-rule-color : currentColor !important;
    column-rule-style : none !important;
    column-rule-width : none !important;
    column-span : 1 !important;
    column-width : auto !important;
    content : normal !important;
    counter-increment : none !important;
    counter-reset : none !important;
    cursor : auto !important;
    direction : ltr !important;
    display : inline !important;
    empty-cells : show !important;
    float : none !important;
    font : normal !important;
    font-family : inherit !important;
    font-size : medium !important;
    font-style : normal !important;
    font-variant : normal !important;
    font-weight : normal !important;
    height : auto !important;
    hyphens : none !important;
    left : auto !important;
    letter-spacing : normal !important;
    line-height : normal !important;
    list-style : none !important;
    list-style-image : none !important;
    list-style-position : outside !important;
    list-style-type : disc !important;
    margin : 0 !important;
    margin-bottom : 0 !important;
    margin-left : 0 !important;
    margin-right : 0 !important;
    margin-top : 0 !important;
    max-height : none !important;
    max-width : none !important;
    min-height : 0 !important;
    min-width : 0 !important;
    opacity : 1 !important;
    orphans : 0 !important;
    outline : 0 !important;
    outline-color : invert !important;
    outline-style : none !important;
    outline-width : medium !important;
    overflow : visible !important;
    overflow-x : visible !important;
    overflow-y : visible !important;
    padding : 0 !important;
    padding-bottom : 0 !important;
    padding-left : 0 !important;
    padding-right : 0 !important;
    padding-top : 0 !important;
    page-break-after : auto !important;
    page-break-before : auto !important;
    page-break-inside : auto !important;
    perspective : none !important;
    perspective-origin : 50% 50% !important;
    position : static !important;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019' !important;
    right : auto !important;
    tab-size : 8 !important;
    table-layout : auto !important;
    text-align : inherit !important;
    text-align-last : auto !important;
    text-decoration : none !important;
    text-decoration-color : inherit !important;
    text-decoration-line : none !important;
    text-decoration-style : solid !important;
    text-indent : 0 !important;
    text-shadow : none !important;
    text-transform : none !important;
    top : auto !important;
    transform : none !important;
    transform-style : flat !important;
    transition : none !important;
    transition-delay : 0s !important;
    transition-duration : 0s !important;
    transition-property : none !important;
    transition-timing-function : ease !important;
    unicode-bidi : normal !important;
    vertical-align : baseline !important;
    visibility : visible !important;
    white-space : normal !important;
    widows : 0 !important;
    width : auto !important;
    word-spacing : normal !important;
    z-index : auto !important;
    /* basic modern patch */
    all: initial !important;
    all: unset !important;
}
.reset-this {
    animation : none !important;
    animation-delay : 0 !important;
    animation-direction : normal !important;
    animation-duration : 0 !important;
    animation-fill-mode : none !important;
    animation-iteration-count : 1 !important;
    animation-name : none !important;
    animation-play-state : running !important;
    animation-timing-function : ease !important;
    backface-visibility : visible !important;
    background : 0 !important;
    background-attachment : scroll !important;
    background-clip : border-box !important;
    background-color : transparent !important;
    background-image : none !important;
    background-origin : padding-box !important;
    background-position : 0 0 !important;
    background-position-x : 0 !important;
    background-position-y : 0 !important;
    background-repeat : repeat !important;
    background-size : auto auto !important;
    border : 0 !important;
    border-style : none !important;
    border-width : medium !important;
    border-color : inherit !important;
    border-bottom : 0 !important;
    border-bottom-color : inherit !important;
    border-bottom-left-radius : 0 !important;
    border-bottom-right-radius : 0 !important;
    border-bottom-style : none !important;
    border-bottom-width : medium !important;
    border-collapse : separate !important;
    border-image : none !important;
    border-left : 0 !important;
    border-left-color : inherit !important;
    border-left-style : none !important;
    border-left-width : medium !important;
    border-radius : 0 !important;
    border-right : 0 !important;
    border-right-color : inherit !important;
    border-right-style : none !important;
    border-right-width : medium !important;
    border-spacing : 0 !important;
    border-top : 0 !important;
    border-top-color : inherit !important;
    border-top-left-radius : 0 !important;
    border-top-right-radius : 0 !important;
    border-top-style : none !important;
    border-top-width : medium !important;
    bottom : auto !important;
    box-shadow : none !important;
    box-sizing : content-box !important;
    caption-side : top !important;
    clear : none !important;
    clip : auto !important;
    color : inherit !important;
    columns : auto !important;
    column-count : auto !important;
    column-fill : balance !important;
    column-gap : normal !important;
    column-rule : medium none currentColor !important;
    column-rule-color : currentColor !important;
    column-rule-style : none !important;
    column-rule-width : none !important;
    column-span : 1 !important;
    column-width : auto !important;
    content : normal !important;
    counter-increment : none !important;
    counter-reset : none !important;
    cursor : auto !important;
    direction : ltr !important;
    display : inline !important;
    empty-cells : show !important;
    float : none !important;
    font : normal !important;
    font-family : inherit !important;
    font-size : medium !important;
    font-style : normal !important;
    font-variant : normal !important;
    font-weight : normal !important;
    height : auto !important;
    hyphens : none !important;
    left : auto !important;
    letter-spacing : normal !important;
    line-height : normal !important;
    list-style : none !important;
    list-style-image : none !important;
    list-style-position : outside !important;
    list-style-type : disc !important;
    margin : 0 !important;
    margin-bottom : 0 !important;
    margin-left : 0 !important;
    margin-right : 0 !important;
    margin-top : 0 !important;
    max-height : none !important;
    max-width : none !important;
    min-height : 0 !important;
    min-width : 0 !important;
    opacity : 1 !important;
    orphans : 0 !important;
    outline : 0 !important;
    outline-color : invert !important;
    outline-style : none !important;
    outline-width : medium !important;
    overflow : visible !important;
    overflow-x : visible !important;
    overflow-y : visible !important;
    padding : 0 !important;
    padding-bottom : 0 !important;
    padding-left : 0 !important;
    padding-right : 0 !important;
    padding-top : 0 !important;
    page-break-after : auto !important;
    page-break-before : auto !important;
    page-break-inside : auto !important;
    perspective : none !important;
    perspective-origin : 50% 50% !important;
    position : static !important;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019' !important;
    right : auto !important;
    tab-size : 8 !important;
    table-layout : auto !important;
    text-align : inherit !important;
    text-align-last : auto !important;
    text-decoration : none !important;
    text-decoration-color : inherit !important;
    text-decoration-line : none !important;
    text-decoration-style : solid !important;
    text-indent : 0 !important;
    text-shadow : none !important;
    text-transform : none !important;
    top : auto !important;
    transform : none !important;
    transform-style : flat !important;
    transition : none !important;
    transition-delay : 0s !important;
    transition-duration : 0s !important;
    transition-property : none !important;
    transition-timing-function : ease !important;
    unicode-bidi : normal !important;
    vertical-align : baseline !important;
    visibility : visible !important;
    white-space : normal !important;
    widows : 0 !important;
    width : auto !important;
    word-spacing : normal !important;
    z-index : auto !important;
    /* basic modern patch */
    all: initial !important;
    all: unset !important;
}
/* Tooltip End */

/* free button tooltip */
.freeb .tooltip {
	background: #E0E0E0;
	bottom: 100%;
	color: #000;
	display: block;
	left: 270px;
	margin-bottom: -120px;
	opacity: 0;
	padding: 20px;
	pointer-events: none;
	position: absolute;
	width: 220px;
	z-index: 9999999 !important;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	z-index: 9999999;
}

.freeb .tooltip:before {
	bottom: 80px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 9999999;
}

.freeb .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-bottom: solid #E0E0E0 10px;
	top: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
	z-index: 9999999;
}

.freeb:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .freeb .tooltip {
	display: none;
}

.lte8 .freeb:hover .tooltip {
	display: block;
}
/* Tooltip End */

/* MouseEdit View Only Start  */
/* Tooltip */

.freeVOC .tooltip {

    /* width: 120px; */
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
   
  white-space: pre-wrap;
  /* background: #E0E0E0; */
  bottom: 100%;
  /* color: #000; */
  display: block;
  left: 100px;
  margin-bottom: -80px;
  opacity: 0;
  /* padding: 20px; */
  pointer-events: none;
  position: absolute;
  width: 220px;
  z-index:5 !important;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.freeVOC .tooltip:before {
	bottom: 0px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

.freeVOC .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-bottom: solid #000 10px;
	top: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.freeVOC:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .freeVOC .tooltip {
	display: none;
}

.lte8 .freeVOC:hover .tooltip {
	display: block;
}
/* Tooltip End */

/* Tooltip */

.freeVOG .tooltip {

    /* width: 120px; */
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
   
  white-space: pre-wrap;
  /* background: #E0E0E0; */
  bottom: 100%;
  /* color: #000; */
  display: block;
  left: 100px;
  margin-bottom: -80px;
  opacity: 0;
  /* padding: 20px; */
  pointer-events: none;
  position: absolute;
  width: 220px;
  z-index:5 !important;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.freeVOG .tooltip:before {
	bottom: 0px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

.freeVOG .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-bottom: solid #000 10px;
	top: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.freeVOG:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .freeVOG .tooltip {
	display: none;
}

.lte8 .freeVOG:hover .tooltip {
	display: block;
}
/* Tooltip End */

/* Tooltip */

.freeVOPT .tooltip {

    /* width: 120px; */
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
   
  white-space: pre-wrap;
  /* background: #E0E0E0; */
  bottom: 100%;
  /* color: #000; */
  display: block;
  left: 100px;
  margin-bottom: -80px;
  opacity: 0;
  /* padding: 20px; */
  pointer-events: none;
  position: absolute;
  width: 220px;
  z-index:5 !important;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.freeVOPT .tooltip:before {
	bottom: 0px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

.freeVOPT .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-bottom: solid #000 10px;
	top: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.freeVOPT:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .freeVOPT .tooltip {
	display: none;
}

.lte8 .freeVOPT:hover .tooltip {
	display: block;
}
/* Tooltip End */

/* Tooltip */

.freeVOEM .tooltip {

    /* width: 120px; */
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
   
  white-space: pre-wrap;
  /* background: #E0E0E0; */
  bottom: 100%;
  /* color: #000; */
  display: block;
  left: 100px;
  margin-bottom: -80px;
  opacity: 0;
  /* padding: 20px; */
  pointer-events: none;
  position: absolute;
  width: 220px;
  z-index:5 !important;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.freeVOEM .tooltip:before {
	bottom: 0px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

.freeVOEM .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-bottom: solid #000 10px;
	top: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.freeVOEM:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .freeVOEM .tooltip {
	display: none;
}

.lte8 .freeVOEM:hover .tooltip {
	display: block;
}
/* Tooltip End */

/* Tooltip */

.freeVO .tooltip {

    /* width: 120px; */
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
   pointer-events: none !important;
  white-space: pre-wrap;
  /* background: #E0E0E0; */
  bottom: 100%;
  /* color: #000; */
  display: block;
  left: 100px;
  margin-bottom: -80px;
  opacity: 0;
  /* padding: 20px; */
  pointer-events: none;
  position: absolute;
  width: 220px;
  z-index:5 !important;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.freeVO .tooltip:before {
	bottom: 0px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

.freeVO .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-bottom: solid #000 10px;
	top: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.freeVO:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .freeVO .tooltip {
	display: none;
}

.lte8 .freeVO:hover .tooltip {
	display: block;
}
/* Tooltip End */

/* MouseEdit View only End  */


.allusers .tooltip {
	background: #E0E0E0;
	bottom: 100%;
	color: #000;
	display: block;
	left: 250px;
	margin-bottom: -120px;
	opacity: 0;
	padding: 20px;
	pointer-events: none;
	position: absolute;
	width: 220px;
	z-index: 9999999 !important;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.allusers .tooltip:before {
	bottom: 80px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

.allusers .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-bottom: solid #E0E0E0 10px;
	top: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.allusers:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .allusers .tooltip {
	display: none;
}

.lte8 .allusers:hover .tooltip {
	display: block;
}

/* Tooltip End */
.allusersproj .tooltip {
	background: #E0E0E0;
	bottom: 100%;
	color: #000;
	display: block;
	float: left;
	margin-bottom: -150px;
	opacity: 0;
	padding: 20px;
	pointer-events: none;
	position: absolute;
	width: 220px;
	z-index: 9999999 !important;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.allusersproj .tooltip:before {
	bottom: 80px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

.allusersproj .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-bottom: solid #E0E0E0 10px;
	top: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.allusersproj:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .allusersproj .tooltip {
	display: none;
}

.lte8 .allusersproj:hover .tooltip {
	display: block;
}

/* Tooltip End */
.allusers-log .tooltip {
	background: #E0E0E0;
	bottom: 100%;
	color: #000;
	display: block;
	left: -87px;
	margin-bottom: -90px;
	opacity: 0;
	padding: 20px;
	pointer-events: none;
	position: absolute;
	width: 220px;
	z-index: 9999999 !important;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.allusers-log .tooltip:before {
	bottom: 80px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

.allusers-log .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-bottom: solid #E0E0E0 10px;
	top: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

.allusers-log:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .allusers-log .tooltip {
	display: none;
}

.lte8 .allusers-log:hover .tooltip {
	display: block;
}

/* Tooltip End */
.buttonsdisable {
	cursor: default !important;
	background-color: #fff !important;
	opacity: .3 !important;
	filter: alpha(opacity = 50) !important;
	pointer-events: none !important; 
}

.blockUI.blockOverlay {
	cursor: default !important;
	background-color: #fff !important;
	opacity: 0 !important;
	filter: alpha(opacity=0) !important;
	width:370px;
	height:54px !important;
	z-index: 1 !important;
}

.alert {
	font-size: 14px;
	padding: 1em;
	white-space: wrap;
	width: auto;
	word-wrap: normal;
	z-index: 999;
}

.marginbrand {
	margin-left: 120px !important;
}

.indicates-required {
	text-align: left;
	font-size: 11px;
	margin-right: 4%;
}

.container_New {
	width: auto;
	margin-left: 250px;
	margin-right: 250px;
}

.wrapperf {
	width: 80%;
	height: 100%;
	margin: 0 auto;
	background: #CCC
}

.h_iframe {
	position: relative;
}

.h_iframe .ratio {
	display: block;
	width: 100%;
	height: auto;
}

.h_iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#details {
	font-family: "Roboto", sans-serif;
	font-size: 30px;
}

#home-box>h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 1.1;
	color: #75b1ae;
}

.price {
	font-size: 25px;
	float: left;
}

.pricing_header {
	background: none repeat scroll 0% 0% rgb(30, 120, 255);
	border-radius: 0px 0px 0px 0px;
	transition: background 0.4s ease-out 0s;
	color: #fff;
	margin-top: -10px;
	padding-top: 1px;
	text-align: center;
}

.pricing_header_squaretop_green {
	background: none repeat scroll 0% 0% rgb(111, 166, 37);
	border-radius: 0px 0px 0px 0px;
	transition: background 0.4s ease-out 0s;
	color: #fff;
	margin-top: -10px;
	padding-top: 1px;
	text-align: center;
}

.pricing_header_squaretop_orange {
	background: none repeat scroll 0% 0% rgb(255, 150, 0);
	border-radius: 0px 0px 0px 0px;
	transition: background 0.4s ease-out 0s;
	color: #fff;
	margin-top: -10px;
	padding-top: 1px;
	text-align: center;
}

.pricing_header_r {
	background: none repeat scroll 0% 0% rgb(0, 0, 0);
	border-radius: 10px 10px 0px 0px;
	transition: background 0.4s ease-out 0s;
	color: #fff;
	padding-bottom: 1px;
	border: 1px solid #282822;
	text-align: center;
}

.pricing_header_g {
	background: none repeat scroll 0% 0% rgb(0, 0, 0);
	border-radius: 10px 10px 0px 0px;
	transition: background 0.4s ease-out 0s;
	color: #fff;
	padding-bottom: 1px;
	border: 1px solid #282822;
	text-align: center;
}

.pricing_header_o {
	background: none repeat scroll 0% 0% rgb(0, 0, 0);
	border-radius: 10px 10px 0px 0px;
	transition: background 0.4s ease-out 0s;
	color: #fff;
	padding-bottom: 1px;
	border: 1px solid #282822;
	text-align: center;
}

.pricing_header h2 {
	text-align: center;
	line-height: 25px;
	padding: 15px 0px;
	margin: 0px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #75b1ae;
}

.list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}


.btn {
	float: right;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
}

.off {
	text-decoration: line-through;
	color: rgb(86, 86, 86);
	height: 36px;
}

.space {
	height: 2px;
	background-color: #75b1ae;
}

.nobordertop {
	border-top: 0px !important;
	border-bottom: 0px !important;
	
}
/* Classes for the dropdown */
.colorwheelstyleclass{
	width: 300px; 
	border: 2px solid #f1f3f4; 
	z-index:9999; 
	background:#FFFFFF;
}
.mtopwheel{
	margin-top: 30px !important;
}
.colorpickerwhite a {
	color: #fff !important;
}

.colorpickerblack a {
	color: #000 !important;
}

/* Blue */
.jqgridBlueTealClass {
	background: #5F9EA0 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridBlueClass {
	background: #69ccf3 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridBlueSkyClass {
	background: #87CEFF !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Brown */
.jqgridBrownClass {
	background: #d68d5a !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridBrownLightClass {
	background: #faa975 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridBrownMokaClass {
	background: #a0704b !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridBrownBeigeClass {
	background: #f3d99e !important;
	border-bottom: 1px solid #DDDDDD;
}
/* Cyan */
.jqgridCyanClass {
	background: #00FFFF !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Green */
.jqgridGreenDarkClass {
	background: #89B151 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridGreenAvocadoClass {
	background: #97d65d !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridGreenClass {
	background: #4adc00 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridGreenLightClass {
	background: #90EE90 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridGreenPeaClass {
	background: #CAFF70 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridGreenPaleClass {
	background: #89fbe0 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridGreenAppleClass {
	background: #9ccb3b !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridGreenSeafoamClass {
	background: #10a681 !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Grey */
.jqgridGreyClass {
	background: #939598 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridGreyLightClass {
	background: #E0EEE0 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridGreySliverClass {
	background: #C2C3C6 !important;
	border-bottom: 1px solid #a4a5a9;
}

/* Magenta */
.jqgridMagentaClass {
	background: #FF00FF !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Mint */
.jqgridMintClass {
	background: #7ecaa7 !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Metallic moka */
.jqgridMetallicmokaClass {
	background: #B48B76 !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Pink */
.jqgridPinkDarkCoralClass {
	background: #dc6363 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridPinkSalmonClass {
	background: #FA8072 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridPinkClass {
	background: #f17bb0 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridPinkPeachClass {
	background: #FFDAB9 !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Orange */
.jqgridOrangeClass {
	background: #f7931d !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Purple */
.jqgridPurpleClass {
	background: #8e499b !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridPurpleLightClass {
	background: #fa84e3 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridPurpleLavenderClass {
	background: #c4add2 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridPurplePaleClass {
	background: #EEE0E5 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridPurpleVioletClass {
	background: #b26dad !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Red */
.jqgridRedClass {
	background: #d1161e !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Taupe */
.jqgridTaupeClass {
	background: #C1AF99 !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Turquoise */
.jqgridTurquoiseClass {
	background: #25d6d6 !important;
	border-bottom: 1px solid #DDDDDD;
}
/* White */
.jqgridWhiteClass {
	background: #fff !important;
	border-bottom: 1px solid #DDDDDD;
}
/* Yellow */
.jqgridYellowGoldClass {
	background: #FFC125 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridYellowDarkClass {
	background: #F8E03E !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridYellowMustardClass {
	background: #d8dc0b !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridYellowClass {
	background: #fff101 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridYellowLemonClass {
	background: #d9e01f !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Classes for the line color ******************************************************************************************/

/* Blue */
.jqgridBlueTealClass1 {
	background: #5F9EA0 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridBlueClass1 {
	background: #69ccf3 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridBlueSkyClass1 {
	background: #87CEFF !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Brown */
.jqgridBrownClass1 {
	background: #d68d5a !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridBrownLightClass1 {
	background: #faa975 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridBrownMokaClass1 {
	background: #a0704b !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridBrownBeigeClass1 {
	background: #f3d99e !important;
	border-bottom: 1px solid #DDDDDD;
}
/* Cyan */
.jqgridCyanClass1 {
	background: #00FFFF !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Green */
.jqgridGreenDarkClass1 {
	background: #89B151 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridGreenAvocadoClass1 {
	background: #97d65d !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridGreenClass1 {
	background: #4adc00 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridGreenLightClass1 {
	background: #90EE90 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridGreenPeaClass1 {
	background: #CAFF70 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridGreenPaleClass1 {
	background: #89fbe0 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridGreenAppleClass1 {
	background: #9ccb3b !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridGreenSeafoamClass1 {
	background: #10a681 !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Grey */
.jqgridGreyClass1 {
	background: #939598 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridGreyLightClass1 {
	background: #E0EEE0 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridGreySliverClass1 {
	background: #C2C3C6 !important;
	border-bottom: 1px solid #a4a5a9;
}

/* Magenta */
.jqgridMagentaClass1 {
	background: #FF00FF !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Mint */
.jqgridMintClass1 {
	background: #7ecaa7 !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Metallic moka */
.jqgridMetallicmokaClass1 {
	background: #B48B76 !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Pink */
.jqgridPinkDarkCoralClass1 {
	background: #dc6363 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridPinkSalmonClass1 {
	background: #FA8072 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridPinkClass1 {
	background: #f17bb0 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridPinkPeachClass1 {
	background: #FFDAB9 !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Orange */
.jqgridOrangeClass1 {
	background: #f7931d !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Purple */
.jqgridPurpleClass1 {
	background: #8e499b !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridPurpleLightClass1 {
	background: #fa84e3 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridPurpleLavenderClass1 {
	background: #c4add2 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridPurplePaleClass1 {
	background: #EEE0E5 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridPurpleVioletClass1 {
	background: #b26dad !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Red */
.jqgridRedClass1 {
	background: #d1161e !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Taupe */
.jqgridTaupeClass1 {
	background: #C1AF99 !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Turquoise */
.jqgridTurquoiseClass1 {
	background: #25d6d6 !important;
	border-bottom: 1px solid #DDDDDD;
}

/* White */
.jqgridWhiteClass1 {
	background: #fff !important;
	border-bottom: 1px solid #DDDDDD;
}

/* Yellow */
.jqgridYellowGoldClass1 {
	background: #FFC125 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridYellowDarkClass1 {
	background: #F8E03E !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridYellowMustardClass1 {
	background: #d8dc0b !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridYellowClass1 {
	background: #fff101 !important;
	border-bottom: 1px solid #DDDDDD;
}

.jqgridYellowLemonClass1 {
	background: #d9e01f !important;
	border-bottom: 1px solid #DDDDDD;
}

.greyclass {
	color: #a9a9a9 !important;
	background: : yellow !important;
}

.greyclass a {
	color: #a9a9a9 !important;
	background: : yellow !important;
}

.container {
	width: 95% !important;
}

.criterion {
	width: 100% !important;
}

.badgesmargins {
	margin-left: 5px !important;
	margin-left: 5px !important;
	margin-top: 60px;
	margin-bottom: 20px;
}

/*  */
table.blueTable {
  
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  text-decoration: none !important;
  height: 60px !important;
  
}
table.blueTable td, table.blueTable tr {
  /* border: 1px solid #AAAAAA; */
  padding: 10px 10px;
  
}
table.blueTable tbody td {
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
}
table.blueTable tbody th {
  font-size: 13px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
table.blueTable tr:nth-child(even) {
  background: #f4f4f4;
}
table.blueTable thead {
  background: #159CD0;
  /* background: -moz-linear-gradient(top, #77d3f4 0%, #55c4ed 66%, #159CD0 100%);
  background: -webkit-linear-gradient(top, #77d3f4 0%, #55c4ed 66%, #159CD0 100%);
  background: linear-gradient(to bottom, #77d3f4 0%, #55c4ed 66%, #159CD0 100%); */
  border-bottom: 2px solid #444444;
  
}

table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
/*  */



/* Tables css in admin section */

table.altrowstable {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	color:  #033584 !important;
	border-width: 0px;
	border-color: #a9c6c9;
	border-collapse: collapse;
}

table.altrowstable th {

	font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  /* border-left: 2px solid #D0E4F5; */
  height: 35px !important;
	/* background-color: #FDDDA0; */
	/* background: #65b3f2; for non-css3 browsers background: -webkit-gradient(linear, left top, left bottom, from(#b7cff7), to(#65b3f2)); For Webkit Browsers background: -moz-linear-gradient(top, #b7cff7, #65b3f2); for Firefox filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7cff7', endColorstr='#65b3f2'); for IE color: #ffffff; height:20px; */
	background: #159CD0;
	padding: 3px;
	vertical-align: middle;
  /* background: -moz-linear-gradient(top, #77d3f4 0%, #55c4ed 66%, #159CD0 100%);
  background: -webkit-linear-gradient(top, #77d3f4 0%, #55c4ed 66%, #159CD0 100%);
  background: linear-gradient(to bottom, #77d3f4 0%, #55c4ed 66%, #159CD0 100%); */
  /* border-bottom: 2px solid #444444; */
  
}

table.altrowstable td {
	border-width: 0px;
	padding: 0px;
	border-style: solid;
	border-color: #a9c6c9;
	text-decoration: none !important;
}
table.altrowstable td a{
	text-decoration: none !important;
	/* padding: 20px !important; */
}
.oddrowcolor {
	background-color: #fff !important;
	color: #464747;
	text-decoration: none !important;
	/* background: #d0dafd; color: #339; */
}

.evenrowcolor {
	background-color: #EEEEEE;
	color: #464747;
	text-decoration: none !important;
}
/* table in jqgrid */

table.altrowstable1 {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	color:  #000 !important;
	
}
table.altrowstable1 td {
	border-width: 0px;
	padding: 8px;
	border: 0px solid transparent !important;


}
table.altrowstable1 td a{

}
.oddrowcolor1 {
	background-color: #fdfdfd;
	color: #464747;

	/* background: #d0dafd; color: #339; */
}

.evenrowcolor1 {
	background-color: #fafbfb ;
	color: #464747;

}
table.blueTable1 {
  width: 100%;
  text-align: left;
}
table.blueTable1 td, table.blueTable1 th {
  
  padding: 10px 10px;
}
table.blueTable1 tbody td {
  font-size: 13px;
  border-bottom: 1px solid #f4f4f4 !important;
}
table.blueTable1 tr:nth-child(even) {
  background: #f4f4f4;
}
table.blueTable1 thead {
  background: #159CD0;
  /* background: -moz-linear-gradient(top, #77d3f4 0%, #55c4ed 66%, #159CD0 100%);
  background: -webkit-linear-gradient(top, #77d3f4 0%, #55c4ed 66%, #159CD0 100%);
  background: linear-gradient(to bottom, #77d3f4 0%, #55c4ed 66%, #159CD0 100%); */
  border-bottom: 2px solid #444444;
}
table.blueTable1 thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable1 thead th:first-child {
  border-left: none;
}

table.blueTable1 tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable1 tfoot td {
  font-size: 14px;
}
table.blueTable1 tfoot .links {
  text-align: right;
}
table.blueTable1 tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
/* End table in jqgrid */
input[type=checkbox], cbox {

	/* All browsers except webkit*/
	transform: scale(1.3);
	/* Webkit browsers*/
	-webkit-transform: scale(1.3);
    
    
}


.caption {
	font-size: 15px;
}

.widget-footer {
	padding: 3%;
	background-color: #eeeeec;
	border-top: 1px solid #DDD
}

.widget-footer p {
	margin: 0
}

.gridtoolbarbuttons {
	display: inline !important; 
	background: transparent !important; 
	border-color: transparent !important; 
	margin-top: -1px !important; 
	color: #3c81bd !important;
}

.btnmarginproject {
	display: inline-block;
	margin-top: 4px;
	width: 100px;
	margin-bottom: 4px !important;
	padding-right: 30px;
}
.btnmargincolony {
	display: inline-block;
	margin-top: 4px;
	width: 100px;
	margin-bottom: 4px !important;
	padding: 6px !important;
	
	
	
}

.btnmarginpmousecolony {
	display: inline-block;
	margin-top: 4px;
	width: 100px;
	margin-bottom: 4px !important;
	padding-right: 30px;
}

.btnmargincalendar {
	display: inline-block;
	margin-top: 4px;
	width: 100px;
	margin-bottom: 4px !important;
	padding-right: 30px;
}

.thumbnail {
	width: 100%;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .5)
}

#navlistcheck {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlistcheck li {
	padding-left: 30px !important;
	background-image: url(../images/Green_Checkmark.jpg);
	background-repeat: no-repeat;
	background-position: left center !important;
}

/* login page Switch section */
#navlistpink {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlistpink li {
	padding: 3px 0px 10px 50px;
	background-image: url(../images/MMredcircle.png);
	background-repeat: no-repeat;
	background-position: left top !important;
}

#navlistgrey {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlistgrey li {
	padding: 3px 0px 10px 60px;
	background-image: url(../images/MMgreycircle.png);
	background-repeat: no-repeat;
	background-position: left top !important;
}

#navlistgreen {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#navlistgreen li {
	padding: 0px 0px 10px 60px;
	background-image: url(../images/MMgreencircle.png);
	background-repeat: no-repeat;
	background-position: left top !important;
}
#navlistmeetup {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlistmeetup li {
	padding: 3px 0px 10px 60px;
	background-image: url(../images/MMgreencircle.png);
	background-repeat: no-repeat;
	background-position: left top !important;
}
#navlistfeatures {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlistfeatures li {
	padding: 0px 0px 10px 70px;
	background-image: url(../images/MMgreencircle.png);
	background-repeat: no-repeat;
	background-position: left top !important;
}
#navlistFAQ {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 14px;
}

#navlistFAQ li {
	padding: 0px 0px 10px 30px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 5px !important;
}


#numberlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none !important;
}

.one {
	padding: 0px 0px 20px 50px !important;
	background-image: url(../images/MM_1.png) !important;
	background-repeat: no-repeat;
	background-position: left top !important;
}


.two {
	padding: 0px 0px 20px 50px !important;
	background-image: url(../images/MM_2.png) !important;
	background-repeat: no-repeat;
	background-position: left top !important;
}

.three {
	padding: 0px 0px 20px 50px !important;
	background-image: url(../images/MM_3.png) !important;
	background-repeat: no-repeat;
	background-position: left top !important;
}

/* End Login page Switch Section */


.navbar li > a{
	font-size: 14px !important;
	font-weight: 400;
	margin-top: 3px !important;
}
#mouselinege1{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #fff;
	background: transparent !important;
	/* height: 25px; */
	outline:none;
	-webkit-box-shadow:none;
	box-shadow:none; 
	margin-right: 5px !important;
	position: relative !important;
	top: 0px !important;
	left: 1px !important;
	}
#mouselinege1:HOVER {
	background: #578714 !important;
	color: #fff !important;
	}
#mouselinege1.active {

	font-size: 14px !important;
	font-weight: 400 !important;
	color: #fff !important;
	background: #F68112 !important;
	height: 25px !important;
	outline:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	border: none !important;
	margin-right: 5px !important;
	position: relative;
	top: 0px !important;
	left: 1px !important;
	}
	#dataimporticon{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #fff;
	background: transparent !important;
	/* height: 25px; */
	outline:none;
	-webkit-box-shadow:none;
	box-shadow:none; 
	margin-right: 5px !important;
	position: relative !important;
    top: -7px;
	}
	#dataimporticon:HOVER {
	background: #578714 !important;
	color: #fff !important;
	}
	#dataimporticon.active{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #fff;
	background: transparent !important;
	/* height: 25px; */
	outline:none;
	-webkit-box-shadow:none;
	box-shadow:none; 
	margin-right: 5px!important;
	position: relative !important;
    top: -7px !important;
	}

#familytreeicon{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #fff;
	background: transparent !important;
	/* height: 25px; */
	outline:none;
	-webkit-box-shadow:none;
	box-shadow:none; 
	margin-right: 5px !important;
	position: relative !important;
	top: 0px !important;
	display:none !important;
	}
	#familytreeicon:HOVER {
	background: #578714 !important;
	color: #fff !important;
	}
#familytreeicon.active {

	font-size: 14px !important;
	font-weight: 400 !important;
	color: #fff !important;
	background: #F68112 !important;
	height: 25px !important;
	outline:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	border: none !important;
	margin-right: 5px !important;
	position: relative !important;
	top: 0px !important;
	display:none !important;
	}
	#familytreeiconsmall{
		display:none !important;
	}
	#dataimporticonsmall{
		display:none !important;
	}
	#mouselinege1small{
		display:none !important;
	}
	@media (min-width:992px){
	
	#familytreeicon{
		display:none !important;
	}
	#dataimporticon{
		display:none !important;
	}
	#mouselinege1{
		display:none !important;
	}
	#mouselinege1small{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #fff;
	background: transparent !important;
	/* height: 25px; */
	outline:none;
	-webkit-box-shadow:none;
	box-shadow:none; 
	margin-right: 5px !important;
	position: absolute !important;
    top: 0px;
    display: block !important;
    margin-left: -45px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
	}
#mouselinege1small:HOVER {
	background: #578714 !important;
	color: #fff !important;
	}
#mouselinege1small.active {

	font-size: 14px !important;
	font-weight: 400 !important;
	color: #fff !important;
	background: #F68112 !important;
	height: 25px !important;
	outline:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	border: none !important;
	margin-right: 5px !important;
	position: absolute;
    top: 0px !important;
    display: block !important;
    margin-left: -45px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
	}

	#dataimporticonsmall{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #fff;
	background: transparent !important;
	/* height: 25px; */
	outline:none;
	-webkit-box-shadow:none;
	box-shadow:none; 
	margin-right: 5px !important;
	display:block !important;
    margin-left: -95px !important;
    position: static !important;
    width: 48px !important;
	}
	#dataimporticonsmall:HOVER {
	background: #578714 !important;
	color: #fff !important;
	}
	#dataimporticonsmall.active{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #fff;
	background: transparent !important;
	/* height: 25px; */
	outline:none;
	-webkit-box-shadow:none;
	box-shadow:none; 
	margin-right: 5px !important;
	display:block;
    margin-left: -95px !important;
    position: static !important;
    width: 48px !important;
	}

#familytreeiconsmall{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #fff;
	background: transparent !important;
	/* height: 25px; */
	outline:none;
	-webkit-box-shadow:none;
	box-shadow:none; 
	margin-right: 5px;
    display: block;
    margin-left: -143px;
    position: static;
    width: 48px;
    display:none;
	}
	#familytreeiconsmall:HOVER {
	background: #578714 !important;
	color: #fff !important;
	}
#familytreeiconsmall.active {

	font-size: 14px !important;
	font-weight: 400 !important;
	color: #fff !important;
	background: #F68112 !important;
	height: 25px !important;
	outline:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	border: none !important;
	margin-right: 5px;
    display: block;
    margin-left: -143px;
    position: static;
    width: 48px;
    display:none;
	}
	
	}
	
#account{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #fff;
	background: transparent !important;
	/* height: 25px; */
	outline:none;
	-webkit-box-shadow:none;
	box-shadow:none; 
	margin-right: 5px;
	}
#account:HOVER {
	background: #578714 !important;
	color: #fff !important;
	}
#account.active {

	font-size: 14px !important;
	font-weight: 400 !important;
	color: #fff !important;
	background: #F68112 !important;
	height: 25px !important;
	outline:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	border: none !important;
	margin-right: 5px;
	}
#bellnotification{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #fff;
	background: transparent !important;
	/* height: 25px; */
	outline:none;
	-webkit-box-shadow:none;
	box-shadow:none; 
	margin-right: 5px;
	}
#bellnotification:HOVER {
	background: #578714 !important;
	color: #fff !important;
	}
#bellnotification.active {

	font-size: 14px !important;
	font-weight: 400 !important;
	color: #fff !important;
	background: #F68112 !important;
	height: 25px !important;
	outline:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	border: none !important;
	margin-right: 5px;
	}
.navLink {
	font-weight: 700;
}

.blink {
	-moz-animation-duration: 1000ms;
	-moz-animation-name: blink;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-webkit-animation-duration: 1000ms;
	-webkit-animation-name: blink;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-duration: 1000ms;
	animation-name: blink;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.blink2 {
	-moz-animation-duration: 5000ms;
	-moz-animation-name: blink;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-webkit-animation-duration: 5000ms;
	-webkit-animation-name: blink;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-duration: 5000ms;
	animation-name: blink;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.blink3 {
	-moz-animation-duration: 700ms;
	-moz-animation-name: blink;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-webkit-animation-duration: 700ms;
	-webkit-animation-name: blink;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-duration: 700ms;
	animation-name: blink;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.blink4 {
	-moz-animation-duration: 3000ms;
	-moz-animation-name: blink;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-webkit-animation-duration: 3000ms;
	-webkit-animation-name: blink;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-duration: 3000ms;
	animation-name: blink;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@
-moz-keyframes blink {from { opacity:1;
	
}

to {
	opacity: 0;
}

}
@
-webkit-keyframes blink {from { opacity:1;
	
}

to {
	opacity: 0;
}

}
@
keyframes blink {from { opacity:1;
	
}

to {
	opacity: 0;
}

}
.xs-padding{
		padding: 0px 0px !important;
}
.xs-padding-admin{
		padding: 5px 0px !important;
	}

@media ( max-width : 600px) {
	.btnmarginproject {
		margin-right: 0px;
		padding-right: 10px;
	}
	.btnmarginpmousecolony {
		margin-right: 0px;
		padding-right: 10px;
	}
	.pricing__feature-m{
		height: 30px;
	}
	.form-group{
		padding: 0px;
	}

}

@media ( max-width : 480px) {
	.btnmarginpmousecolony {
		display: inline-block;
		margin-top: 4px;
		padding-right: 10px;
	}
	.btnmarginproject {
		display: inline-block;
		margin-top: 4px;
		margin-right: 0px;
		padding-right: 10px;
	}
	.btnmargincalendar {
		display: inline-block;
		width: 130px;
	}
	.pricing__feature-m{
		height: 50px !important;
	}
	.xs-padding{
		padding: 0px 5px !important;
	}
	
}
@media ( min-width : 300px) and ( max-width : 480px) {
	.xs-padding-admin{
		padding: 0px !important;
		margin-left: -10px !important;
	}
	.btnw{
		width: 100% !important;
	}
	
}
@media ( min-width : 481px) and ( max-width : 767px) {
	.xs-padding{
		padding: 0px 7px !important;
	}
	.xs-padding-admin{
		padding: 10px 7px !important;
	}
}

@media ( min-width : 1200px) {
	.pull-right-lg {
		margin-top: 2px;
		float: right;
	}
}
@media ( min-width : 1200px) and ( max-width : 1300px) {
	.pricing__feature-l{
		height: 35px !important;
	}
	.pricing__feature-lf{
		height: 30px !important;
	}
	.pricing__feature-lf-account{
		height: 20px !important;
	}
	.btn-font{
		font-size: 14px !important;
	}
.padding-btn{
	padding-top: 10px !important; 
	padding-bottom: 10px !important;
}
	

}
@media ( min-width : 1200px) and ( max-width : 1700px) {
.pWidth{
	width: 90%;
}
}
@media ( min-width : 993px) {
	.pull-right-lg {
		margin-top: 2px;
		float: right;
	}
	
	
}


@media ( min-width : 768px) and (max-width: 992px) {
	.pull-right-lg {
		float: none;
		margin-top: 10px !important;
	}
	.xs-padding{
		padding: 0px 5px !important;
	}
	.xs-padding-admin{
		padding: 10px 5px !important;
	}
		.btn-font{
		font-size: 14px !important;
	}
	.padding-btn{
		padding-top: 10px !important; 
		padding-bottom: 10px !important;
	}
	
}

@media ( max-width : 767px) {
	.textalignFREEPREM {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.loginimageptop {
		margin-top: 20px;
	}
	.pricing__feature-m{
		height: 30px;
	}

	
}

@media ( max-width :992px) {
	.Genotypeclass {
		height: 60px !important;
	}
	span.hint {
		margin: -28px 0 0 120px;
	}
}
/* @media( max-width: 1500px){
	.colorwheelstyleclass{
	width: 300px; 
	border: 2px solid #f1f3f4; 
	z-index:9999; 
	background:#FFFFFF;
	margin-left: -70px !important;
}
} */

/* @media only screen and (max-width: 1023px) and (min-width: 992px){{
.mtopwheel{
	margin-top: -60px !important;
}
} */
	
@media only screen and (max-width: 1320px) and (min-width: 1024px){
	.colorwheelstyleclass{
	width: 300px; 
	border: 2px solid #f1f3f4; 
	z-index:9999; 
	background:#FFFFFF;
	margin-left: -70px !important;
}	
/* .mtopwheel{
	margin-top: -60px !important;
} */
}

@media ( max-width :1200px) {
	.Genotypeclass {
		height: 60px !important;
	}
}

@media ( min-width : 1100px) {
	.borderleft {
		border-left: 1px solid #000;
	}
}

@media screen and (max-width: 960px) {
	.free .tooltip {
		left: -5px;
		margin-bottom: 15px;
		padding: 20px;
	}
	.free .tooltip:after {
		bottom: -20px;
		content: " ";
		display: block;
		height: 20px;
		left: 0;
		position: absolute;
		width: 100%;
		border-bottom: 0px;
	}
	.free .tooltip:before {
		border-left: solid transparent 10px;
		border-right: solid transparent 10px;
		border-top: solid #E0E0E0 10px;
		bottom: -10px;
		content: " ";
		height: 0;
		left: 50%;
		margin-left: -13px;
		position: absolute;
		width: 0;
	}
	.marginbrand {
		margin-left: 0px !important;
	}
	#universal_menu {
		height: 100%;
	}

	/********Footer for tablet S**************/
	.thumbnail {
		width: 100%;
		-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
		-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 10px rgba(0, 0, 0, .5)
	}
	.footer-text {
		width: 100%;
		padding-left: 20px;
	}
	.footer-form {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	#footer .footer_titleEmailUpdate {
		font-size: 1.2em;
	}
	/********Footer for tablet E**************/
}

@media screen (max-width: 768px) {
	.marginbrand {
		margin-left: 0px !important;
	}
	#universal_menu {
		height: 100%;
	}
	/*********Footer (Vertical Space) for Mobile S*********/
	.vspace80IseehearFooter {
		padding: 0px 0px;
	}
	.vspace40FooterPlans {
		padding: 0px 0px;
	}
	#footer .footer_titleEmailUpdate {
		font-size: 1.2em;
	}
	.vspace0FooterContact {
		padding: 40px 0px;
	}
	/*********Footer (Vertical Space) for Mobile E*********/
	.free .tooltip {
		left: -5px;
		margin-bottom: 15px;
		padding: 20px;
	}
	.free .tooltip:after {
		bottom: -20px;
		content: " ";
		display: block;
		height: 20px;
		left: 0;
		position: absolute;
		width: 100%;
		border-bottom: 0px;
	}
	.free .tooltip:before {
		border-left: solid transparent 10px;
		border-right: solid transparent 10px;
		border-bottom: solid #E0E0E0 10px;
		bottom: -10px;
		content: " ";
		height: 0;
		left: 50%;
		margin-left: -13px;
		position: absolute;
		width: 0;
	}
}

/*********************************************
*	Color for RapId Tag  *

 http://www.webpagefx.com/web-design/hex-to-rgb/

 YELLOW #FFFF00, rgb(255,255,0): AA0000 - FF1999
 CREAM #F0EEE4, rgb(240,238,228): FF2000 - KK3999
 ORANGE #EC9800, rgb(236,152,0): KK4000 - PP5999
 BLUE #6FBAE8 rgb(111,186,232): PP6000 - UU7999
 GREEN #00F010 rgb(0,240,16): UU8000 - ZZ9999
 
**********************************************/
.colorBlock {
	/*float: left;*/
	width: 10px;
	height: 10px;
	margin-right: 3px;
	border: 1px solid rgba(0, 0, 0, .2);
	display: inline-block;
}

.rapTagYellow {
	background: #FFFF00;
}

.rapTagCream {
	background: #F0EEE4;
}

.rapTagOrange {
	background: #EC9800;
}

.rapTagBlue {
	background: #6FBAE8;
}

.rapTagGreen {
	background: #00F010;
}

.rapTagRed {
	background: #CE2532;
}

.rapTagBlack {
	background: #0D0D0D;
}

.rapTagPurple {
	background: #C18BB7;
}

.rapTagGray {
	background: #C9C8CA;
}

.rapTagBrown {
	background: #9B7303;
}

.crossedDiagonal {
	background-image: linear-gradient(to bottom right, transparent calc(50% - 1px),
		black, transparent calc(50% + 1px));
	background-repeat: no-repeat;
}

.crossedHorizontal {
	background-image: linear-gradient(to bottom, transparent calc(50% - 1px),
		red, transparent calc(50% + 1px));
	background-repeat: no-repeat;
}
/* Error page */
.technical-error-page {
  width: 1440px;
  height: 900px;
  background-color: #434a54;
}
.Error-Code-SM-802 {
  width: 130px;
  height: 18px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
}
.The-page-you-were-tr {

  font-family: Roboto;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
}
.Rectangle {
  width: 229px;
  height: 52px;
  border-radius: 3px;
  background-color: #3279e0;
}
.-suppo {

  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
}
.text-style-1 {
  font-weight: bold !important;
}
.If-you-would-Like-to {

  font-family: Roboto;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
}
.If-you-would-Like-to .text-style-1 {
  font-weight: bold;
  color: #3279e0;
}
.exceptionmessage {

  font-family: Roboto;
  font-size: 50px;
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #c64a39;
}
.Group-4 {

  object-fit: contain;
  padding-bottom: 20px !important;
}
.Rectangle-3 {
  width: 1440px;
  height: 876px;
  background-color: #ffffff;
}
.Group {
  width: 232px;
  height: 43px;
  object-fit: contain;
}
.Rectangle-4 {
  width: 100%;
  height: 25px;
  background-color: #3279e0;
}

/*Notification*/

.dropdownContainer {
  position: relative;
    /* left:50%; */
}

.dropdown-toggle {
    cursor: pointer;
}
 
ul.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right:20px;
  min-width: 274px;
  padding: 0;
  border: 2px solid #fff; 
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: .5em .5em .5em .5em !important;
  radius:  .5em .5em .5em .5em !important;
  -webkit-border-top-right-radius: .5em !important;
  -webkit-border-top-left-radius: .5em !important;
  box-shadow: 0 1px 1px rgba(50,50,50,0.1) !important; 
  background: #fff;
  border-left: 1px solid #e9e9e9 !important;
  border-right: 1px solid #e9e9e9 !important;
  border-bottom: 1px solid #e9e9e9 !important;
  overflow-y: auto !important;
  max-height: 500px !important; 
   
}
 
/* up arrow*/
/* ul.dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: !0%;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: rgba(115, 187, 22, 1) transparent; 
} */
ul.dropdown:after {
    /* content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 65px;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: #fff;
     */
    border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-bottom: solid #fff 10px;
	top: -10px;
	content: " ";
	height: 0;
	right: 45px;
	margin-left: -13px;
	position: absolute;
	width: 0;
	
}    
ul.dropdown li {
  /* height: 60px; */
  list-style-type: none;
  border-top: 1px solid #e9e9e9;
}   
li.datenotification{
	height: 100px !important;
}
.timed{
	font-size: 10px !important;
	float: right;
	padding-right: 10px;
}
ul.dropdown li:hover{
  background-color: #eee;
}
    
ul.dropdown li:first-child {
  list-style-type: none;
  border-top: none;    
}
    
ul.dropdown .fa-circle{
    font-size: 15px;
    color: rgba(115, 187, 22, 1);  
} 
    
ul.dropdown li a {
  text-decoration: none;
  padding: .5em 1em;
  display: block;
  color:black;
  font-size: 1.2em; 
  background: white !important; 
}
ul.dropdown li a:hover {
	background-color: #eee !important;
}
 
/*View All Notification Start*/
ul.dropdown .fa-list{
    font-size: 15px;
    padding:5px;
    color: rgba(115, 187, 22, 1); 
    border: 2px solid rgba(115, 187, 22, 1);
    border-radius: 100%;
}
    
/* ul.dropdown li:last-child{
    text-align: center;
    padding: 10px;
}    */
.datenotification{
	padding-left: 20px;
	padding-top: 5px;
	background: #e9e9e9;
	height: 28px;
}
.datenotification1{
	bottom: 0px;
	background: #fff;
	height: 0px !important;
}
.datenotification:last-child{
    margin-top: -30px !important;
}
.smallfontnotification{
	font-size: 12px !important;
	color: #000 !important;
	padding-left: 10px !important;
	padding-right: 20px !important;
	padding-bottom: -10px !important;
}
.marginbottomless{
	margin-bottom: -50px !important;
	display: block !important;
}
.smallfontnotification a{
	margin-bottom: -20px !important;
	display: block !important;
}
.adminbackground1{
	background: #696969;
	color: #fff;
	
  	-webkit-border-top-right-radius: .5em !important;
	-webkit-border-top-left-radius: .5em !important;
}
.adminbackground2{
	background: #696969;
	color: #fff;
	
  	-webkit-border-top-right-radius: .5em !important;
	-webkit-border-top-left-radius: .5em !important;
}
.adminbackground2:hover{
	background: #696969 !important;
	color: #fff;
	
  	-webkit-border-top-right-radius: .5em !important;
	-webkit-border-top-left-radius: .5em !important;
}
/*All Filter Apply css Start*/
#enableGlobalFilterOwner:checked + label{
	background: #dbfad7 !important;
	border: none !important;
}
#enableGlobalFilterOwner  + label{
	border: none !important;
}
#enableGlobalFilterOwner:hover  + label.ui-state-hover {	
	background: #f9f9f9;
}
.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.isDisabled > a {
  color: currentColor;
  display: inline-block;  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}
.freecal1{
	height: 30px !important;
}
/*All Filter Apply css End*/

/*jquery UI over write*/
/* make all multiselect drop downs background transparent */
.ui-multiselect{
	background: transparent !important;
}

/* Make the menu curve at the bottom Start */
@media (min-width:992px){
.navbar-nav>.active>a {
	margin-top: 3px !important;
}

.navbar-nav>.active>a:after,
.navbar-nav>.active>a:before{
    content:'';
    width:12px;
    height:10px;
    border:2px solid #fff;
    position:absolute;
    bottom:-3px;
    border-top:0;
}
.navbar-nav>.active>a:after{
    border-left:0;
    -moz-border-radius:9px 0 9px 0;
    -webkit-border-radius:9px 0 9px 0;
    border-radius: 9px 0 9px 0;
    left:-10px;
}
.navbar-nav>.active>a:before{
    border-right:0;
    -moz-border-radius:0 0 0 9px;
    -webkit-border-radius:0 0 0 9px;
    border-radius: 0 0 0 9px;
    right:-10px;
}


}
/* Make the menu curve at the bottom End */

/* Edit pages icon bars */
.icon-bar1 {
  width: 100%;
  padding: 0px !important;
 
}

.icon-bar1 a {
  text-align: center;
  padding: 0;
  transition: all 0.3s ease;
  color: white;
  font-size: 36px;
}

.icon-bar1 a:hover {
  background-color: transparent;
}
.icon-bar{
	padding-top: 3px !important
}
.ui-widget-header{
	background: #d59834 !important;
}
.scan-barcode {
  -webkit-animation: bgcolorchange 4s infinite; /* Chrome, Safari, Opera */ 
  animation: 4s bgcolorchange;
}
@keyframes bgcolorchange {
  0% {
    background-color: yellow;
  }
  25% {
    background-color: yellow;
  }
  50% {
    background-color: yellow;
  }
  75% {
    background-color: yellow;
  }
  100% {
    background-color: yellow;
  }
}
/* Chrome, Safari, Opera */
 @-webkit-keyframes bgcolorchange {
      0%   {background: yellow;}
      25%  {background: yellow;}
      75%  {background: yellow;}
      100% {background: yellow;}
 }
.inpug-lg {
 border: 1px solid #bbb;
border-radius: 3px;
margin: 0;
padding: 0.4em 0.6em;
min-height: 5em;
outline: none;
}
.avoid-clicks {
  color: #000000 !important;
  pointer-events: none;
}

.inpug-lg:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.leftpadding {
	padding-left:0pt !important;
}

.align-label {
	width: fit-content !important;
	text-align:left !important;
}

.labelcolor{
	color: #2C3539;
}
span.link2 a:hover span {
	display: block;
	position: absolute;
	margin-top: -90px;
	margin-left: 70px;
	/*width: 250px;*/
	padding: 5px;
	z-index: 100;
	color: #000000;
	background: #D3D3D3;
	font: 12px 'Roboto', sans-serif;
	text-align: left;
	text-decoration: none;
	border-color: #336699;
}
span.link2 {
	position: relative;
}

span.link2 a span {
	display: none;
	border: #336699;
}

span.link2 a:hover {
	font-size: 99%;
	font-color: #000000;
	text-decoration: none;
	border: #336699;
}
#smRecordsList::marker{
	content: none;
}
.paddingZero{
	padding: 0 0 0 0px;
}