@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");


/* ======
01. General
   ====== */

body{
	/* font-family:'Roboto', sans-serif;
  font-size: 13px;
  color: #5b626b;
	table-layout: fixed; */
  font-size: 16px !important;
  background:#ffffff;
  overflow-y:scroll !important;
   min-height:600px !important;
}

iframe{
  background-color:#ffffff !important;
}

html {
  /* overflow-x: hidden;
  position: relative;
  min-height: 100%; */
}

*{
	box-sizing:border-box
}

input {
  font-size: 14px !important;
  line-height: normal !important;
}

center a {
  color: blue !important;
}

.wrapper {
  height: auto;
  overflow: visible;
  width: 100%;
}

.login-header {
  font-weight: 650;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  height: 70px;
}

.top_header {
  margin-top: 5px;
}

.top_header button {
  font-size: 11px;
  color: white;
  height: 25px;
  background-color: #3dae2b;
  border: 1px solid #3dae2b;
}

.menu {
  background-color: silver !important;
  border-color: #f0f0f0 !important;
  border-width: 2px !important;
  border-style: outset !important;
}



.menu ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

.menu ul.dynamic {
  z-index: 1 !important;
  background-color: #f9f9f9 !important;
  min-width: 180px !important;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2) !important;
}

.menu a {
  color: black !important;
  font-size: 13pt !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  display: block !important;
}

.menu a:hover:not(.active) {
  background-color: #0047a8 !important;
  color: white !important;
  text-decoration: none !important;
}


.menu a.popout {
  background-image: url(http://qa.masonic-web.com/mms2/WebResource.axd?d=Q-UbKmMLlzThSr0tMr9VjfE41P_UmOWe12U3aYCtph_JUmexEaMdx144Bf4gFjWbfud5L3vLJKO1dnqRWbkay7Kflz7FobBW4U2pt_X_2WjGjfKj0&t=636765320300000000) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  padding-right: 14px !important;
}

.menu a.dynamic {
  text-decoration: none !important;
  color: Black !important;
  padding: 0px 8px 0px 0px !important;
  display: block !important;
  border: 1px solid rgb(84, 84, 84) !important;
}

.menu a.dynamic:hover{
  background-color: #002e6d !important;
  color:white !important;
}

.menu a.admin{
  color:DarkViolet !important;
}
.menu a.admin:hover{
  background-color: #002e6d !important;
  color:#3dae2b !important;
}

.menu span.admin{
  color:DarkViolet !important;
}
.menu span.admin:hover{
  background-color: #002e6d !important;
  color:#3dae2b !important;
}
.menu a.static {
  border-color: #f0f0f0 !important;
  border-width: 1px !important;
  border-style: outset !important;
  padding-left: 2px !important;
  text-decoration: none !important;
}

.menu img.icon {
  border-style: none !important;
  vertical-align: middle !important;
  height: 24px !important;
}

.mms-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

 /*.mms-input {*/
   
    /* 1 */
    /*max-width: 100%;
    /* 2 */
    /*width: 100%;*/
    /* 3 */
    /*border: 0 none;*/
    /* 4 */
    /*padding: 0 6px;*/
    /*background: #fff;*/
    /*color: #666;*/
    /*border: 1px solid #000;*/
    /*-webkit-transition: 0.2s ease-in-out;*/
*/
/*transition: 0.2s ease-in-out;*/
/*-webkit-transition-property: color, background-color, border;*/
/*-webkit-appearance: searchfield-cancel-button !important;*/
/*transition-property: color, background-color, border;*/
/*height: 20px;*/
/*vertical-align: middle;*/
/* 1 */
/*display: inline-block;
}*/

.mms-inputtext {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 6px;
    border: 1px solid #000;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition-property: color, background-color, border;
    transition-property: color, background-color, border;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
}

 .mms-table {
   border-collapse: collapse;
   width: 100%;
 }

 .mms-table td, .mms-table th {
   border: 1px solid #000;
   padding: 4px;
   width: auto;
 }

 .mms-table tr:nth-child(even){
   background-color: lightblue;
 }

 .mms-table th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  background-color: lightgray !important;
  color: black;
  font-weight: bold !important;
  width: auto;
  border: 1px solid #000 !important;
}

.mms-dues-table {
  border-collapse: collapse;
  width: 100%;
}

.mms-dues-table td, .mms-dues-table th {
  border: 1px solid #000;
  padding: 4px 6px;
  width: auto;
  text-align: left;
}

.mms-dues-table tr:nth-child(even){
  background-color: #f2f2f2;
}

.mms-dues-table th {
 padding: 6px;
 text-align: center;
 background-color: #002e6d !important;
 color: white;
 font-weight: bold !important;
 width: auto;
 border: 1px solid #000 !important;
}

.login-table {
  margin-top: 15px;
  /* border: 1px solid #000; */
  border-collapse: collapse;
  width: 100%;
}

.login-table a {
  color: blue;
}

.login-table td, .login-table th {
  padding: 4px;
  width: auto;
}


.login-table label {
  display: flex;
  font-weight: bold;
}


.btnClass {
  background-color: #3dae2b !important;
  color: white !important;
  /*padding: 0px 12px !important;
  margin: 3px 0px !important;
  height: 25px !important;*/
}

.btnClass:hover {
  background-color: #ededed !important;
  color: #336 !important;
  border-color: #002e6d !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #3dae2b;
  border-color: #3dae2b !important;
}

.btn-primary:hover {
  background-color: #002e6d !important;
  border-color: #002e6d !important;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out

}

.login-form {
  width:100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.login-form label {
  display: inline-block;
  margin-bottom: .5rem;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.login-form input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.login-form input[type="password"] {
  margin-bottom: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.login-form .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 15px;
  width: 250px;
}


/* 
====================================================================================
*/
/*style="font-weight:bold; border-bottom-style:solid;border-bottom-color:black;border-bottom-width:1px; padding-left:20px;padding-top:6px*/

/*parts */

.premem_header_name {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	padding-left: 20px;
	padding-top: 6px;
}

.premem_header_date {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	padding-left: 17px;
	padding-top: 6px;
}

.premem_header_state {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	padding-left: 6px;
	padding-top: 6px;
}

.premem_header_local {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	padding-left: 7px;
	padding-top: 6px;
}

.premem_row_name {
	font-weight: bold;
	vertical-align: top;
	padding-left: 20px;
	white-space: nowrap;
}



.order_header_padding {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	padding-top: 6px;
}

.order_header_name {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	padding-left: 10px;
	padding-top: 6px;
}

.order_header_pmem_name {
	font-weight: bold;
	font-style: italic;
	padding-left: 10px
}

.order_header_date {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	padding-left: 17px;
	padding-top: 6px;
}

.order_header_state {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	padding-left: 6px;
	padding-top: 6px;
}

.order_header_local {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	padding-left: 7px;
	padding-top: 6px;
}

.order_header_fls {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	padding-left: 7px;
	padding-top: 6px;
}

.order_header_comments {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	padding-left: 7px;
	padding-top: 6px;
}

.order_header_motto_column {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	padding-left: 7px;
	padding-top: 6px
}

.order_header_fill_column {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	padding-left: 7px;
	padding-top: 6px;
	width: 100%;
	white-space: nowrap;
}

.order_row_border {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.order_row_name {
	font-weight: bold;
	vertical-align: top;
	padding-left: 10px;
	white-space: nowrap;
}

.order_row_date {
	vertical-align: top;
	text-align: center;
	padding-left: 15px;
}

.order_row_state {
	vertical-align: top;
	padding-left: 5px;
}

.order_row_local {
	vertical-align:top;
	padding-left:5px;
}

.order_row_fls {
	vertical-align: top;
	padding-left: 5px;
}

.order_row_comments {
	vertical-align: top;
	padding-left: 5px;
}

.order_row_mod_column {
	border-style: solid;
	border-width: 1px;
	vertical-align: top;
	display: none;
}

.order_row_LR_border {
	min-width: 10px;
}

.order_row_spacer {
	width: 10px;
}


.order_row_message {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: blue;
	font-weight: bold;
	white-space: nowrap;
}

.order_row_error {
	padding-left: 20px;
	white-space: nowrap;
}

.order_row_statement_good {
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: green;
	white-space: nowrap;
	align-content: center;
}

.order_row_statement_error {
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-style: B;
	color: red;
	font-weight: bold;
	white-space: nowrap;
	align-content: center;
}

.order_row_duescard {
	padding-left: 20px;
	white-space: nowrap;
	align-content: center;
	color: #3333FF;
	font-weight: bold;
}

.order_row_postmember {
	background-color: #FFFCCD;
}

/* utilities */
.padding_row_top_small {
	padding-top: 2px;
}

.padding_row_top_medium {
	padding-top: 5px;
}

.margin_row_top_medium
{
	margin-top: 5px;
}

.margin_row_top_large {
	margin-top: 10px;
}


.leftrightpadding {
	padding-left: 5px;
	padding-right: 5px;
}
.leftrightmargin {
	margin-left: 5px;
	margin-right: 5px;
}

.padding_col_lr_small {
	padding-left: .5em;
	padding-right: .5em;
}

.padding_row_bottom_small {
	padding-bottom: 2px;
}

.magin_row_bottom_small {
	margin-bottom: 2px;
}


.padding_row_bottom_medium {
	padding-bottom: 5px;
}

.margin_row_bottom_medium {
	margin-bottom: 5px;
}

.padding_row_bottom_large {
	padding-bottom: 10px;
}

.margin_row_bottom_large {
	margin-bottom: 10px;
}


.margin_row_left_small {
	margin-left: 2px;
}

.margin_row_left_small2 {
	margin-left: 12px;
}

.aligh_row_center {
	align-content: center;
}

.dateSelector {
	border-color: black;
	border-style: solid;
	border-width: 2px;
}

.checkbox_multiLine {
}

	.checkbox_multiLine div {
	}

	.checkbox_multiLine input {
		float: left;
	}

	.checkbox_multiLine label {
		font-weight: bold;
		font-size: small;
		color: blue;
	}

.devProvince {

}
