@import url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css");
/*
Colors
blue: 	A2D7D8
green: 	BFE1BF
grey: 	EDEDEA
gold: 	FCD059
red: 	DE5842
black: 	000000
white: 	FFFFFF
cnn text 262626 font-weight:300;font-size:1.2rem;line-height:1.6666666667;
padding:top right bottom left;

Font sizes
6 7 9 12 16 21 28 37 50 67 89 111 148
Roboto weights
Thin
Thin Italic
Light
Light Italic
Regular
Regular Italic
Medium
Medium Italic
Bold
Bold Italic
Black
Black Italic 
background: linear-gradient(to left top, #34e89e, #0f3443 ) fixed;
htmlx * {
  background: rgba(255, 0, 0, .1);
  box-shadow: 0 0 0 1px red;
}

htmlx {
  background: url("data:image/svg+xml;base64,IDxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgPGRlZnM+CiAgICAgIDxwYXR0ZXJuIGlkPSJzbWFsbEdyaWQiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgICAgPHBhdGggZD0iTSAxMCAwIEwgMCAwIDAgMTAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iZ3JheSIgc3Ryb2tlLXdpZHRoPSIwLjUiLz4KICAgICAgPC9wYXR0ZXJuPgogICAgICA8cGF0dGVybiBpZD0iZ3JpZCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICAgIDxyZWN0IHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI3NtYWxsR3JpZCkiLz4KICAgICAgICA8cGF0aCBkPSJNIDEwMCAwIEwgMCAwIDAgMTAwIiBmaWxsPSJub25lIiBzdHJva2U9ImdyYXkiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8L3BhdHRlcm4+CiAgICA8L2RlZnM+CiAgICA8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyaWQpIiAvPgogIDwvc3ZnPg==");
}htmlx body {
  opacity: 0.8;
}
*/
:root {
  --main-green-color: #BFE1BF;/* Green */
  --main-font-color: #DE5842;/* Red */
  --main-bg-color:  #f5f5f5;/* Grey */
  --main-blue-color: #435d7d;/* Dark Blue */
  
}

html {
	height: 100%;
}


* {
	margin: 0;
	padding: 0;
}

body {
	height:100%;
	color: #566787;
	background: #f5f5f5;
	font-size: 16px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:300;
}

body > div > a {
    text-decoration: none;
}
.container {
	min-height:100%;
	padding-bottom:60px;
}

h1, h2, h3, h4, h5, h6  {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:700;
}
h1 { letter-spacing: 2px; }

.bloglabel {
	text-align:right;
	font-weight:bold;
}

.btn {
  min-width: 100px;
  position: relative;
  padding: 3px 20px;
  line-height: 24px;
  text-align: center;
  display: inline-flex;
    vertical-align: middle;
	margin-right:10px;
}
.footer {
	position: fixed;
	z-index: 99;
	bottom: 0;
	width: 100%;
	margin-top:12px;
	height: 60px; /* Vertically center the text there */
	background-color: var(--main-green-color);
	color: var(--main-font-color);
}
.col1 {
	font-size:20px;
	font-weight:bold;
	border-left:#333 1px solid;
	border-top:#333 1px solid;
	border-right:#333 1px solid;
}
.colbottom {
	border-bottom:#333 1px solid;
}
.coldate {
	border-top:#333 1px solid;
	border-left:#333 1px solid;
	padding-bottom:10px;
	padding-top:10px;
}
.colhead > div {
	font-size:20px;
	font-weight:bold;
	border-left:#333 1px solid;
	border-top:#333 1px solid;
}
.colx {
	border-right:#333 1px solid;
}
.data > div {
	padding-bottom:10px;
	padding-top:10px;
	border-left:#333 1px solid;
	border-top:#333 1px solid;
	height: auto;
	min-height: 75px;
}
.dayofmonth {
  width: 40px;
  font-size: 40px;
  line-height: 40px;
  float: left;
  text-align: right;
  margin-right: 10px; 
}
.dayofweek {
	font-size: 1.25rem;
}
.inner > div {
	min-height: 0;
}
.shortdate {
  font-size: 0.85rem; 
}
.card-header {
	line-height: 20px;
	font-size:20px;
	font-weight:bold;
	margin: 0;
	padding:5px 20px;

}
.card-body {
	padding: 15px 50px;
	margin: 0;
}
.card-footer {
	line-height: 10px;
}
.headleft {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0px;
	line-height: 30px;
}
.headright {
	text-align:right;
	vertical-align: middle;
	line-height: 30px;
}
.bloglabel {
	text-align:right;
	font-weight:bold;
}

input[type=checkbox] {
    margin: 6px 0 0;
} 
.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.rowxx:after {
  content: "";
  display: table;
  clear: both;
}
.lawtext {
	margin-bottom:1.5rem;
	margin-top:1.5rem;
	font-family: 'Merriweather', serif;
}
.mainTitle {
	font-size: 40px;
	font-family: 'Merriweather', serif;
	font-weight:400;font-style:normal;
	text-align: center;
	font-weight: bold;
}
.mainSubTitle {
	font-size: 20px;
	font-family: 'Merriweather', serif;
	font-weight:400;font-style:normal;
	text-align: center;
	padding-bottom: 40px;
}
.article {
	font-size: 25px;
	font-family: 'Lato', sans-serif;
	font-weight:400;font-style:normal;
	text-align: center;
	width:100%;
}
.meeting-label {
	font-family: 'Lato', sans-serif;
	font-weight:700;font-style:normal;
	font-size:1.2rem;
	vertical-align: middle;
	padding:0;
	margin:0;

}
.meeting {
	font-family: 'Lato', sans-serif;
	font-weight:500;font-style:normal;
	font-size:1rem;
	line-height: 30px;
	padding:0;
	margin:0;
}
.helpright {
	padding: 30px 50px;
}
.helpleft {
	font-size:1.3rem;
}
.helpinstr {

	font-size:1.3rem;
	background-color: #DE584257;
}
.helplist {
	margin:0 40px;
}

/************* End msandtech ****************/


.mastheadz {padding: 200px 0 150px;
height:300px;}
.textRight {text-align: right;}


header.masthead {
  margin-bottom: 0px;
  background: no-repeat center center;
  background-color: var(--main-green-color);
  background-attachment: scroll;
  position: relative;
  background-size: cover;
}

header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #212529;
  opacity: 0.5;
}

header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
  padding: 200px 0 150px;
  color: white;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading,
  header.masthead .post-heading,
  header.masthead .site-heading {
	padding-top:60px;
	padding-bottom:10px;
	padding-left:0;
	padding-right:0;
	
  }
}

header.masthead .page-heading,
header.masthead .site-heading {
  text-align: center;
}

header.masthead .page-heading h1,
header.masthead .site-heading h1 {
  font-size: 50px;
  margin-top: 0;
}

header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  display: block;
  margin: 10px 0 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading h1,
  header.masthead .site-heading h1 {
    font-size: 80px;
  }
}

header.masthead .post-heading h1 {
  font-size: 35px;
}

header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}

header.masthead .post-heading .subheading {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 30px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead .post-heading .meta {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: 'Lora', 'Times New Roman', serif;
}

header.masthead .post-heading .meta a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  header.masthead .post-heading h1 {
    font-size: 55px;
  }
  header.masthead .post-heading .subheading {
    font-size: 30px;
  }
}

.img-fill  {
		max-height: 100%;
		max-width: 100%;
		display: inline-block;
		margin: 10px;
	}
            

/* lines */
hr.style-one { 
	border: 0; 
	height: 3px; 
	background: darkgray; 
	background-image: linear-gradient(to right, #E6E6E6, gray, #E6E6E6); 
	}
hr.style-three {
	border: 0;
    height: 3px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
hr.style-eight { padding: 0; border: none; border-top: medium double #333; color: #333; text-align: center; } 
hr.style-eight:after { content: "ยง"; display: inline-block; position: relative; top: -0.7rem; font-size: 1.5rem; padding: 0 0.25rem;  }
hr.style1{ border-top: 1px solid #8c8b8b; }
hr.style2 { border-top: 3px double #8c8b8b; }
hr.style3 { border-top: 1px dashed #8c8b8b; }
hr.style4 { border-top: 1px dotted #8c8b8b; }
hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}
hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}
hr.style7 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}
hr.style10 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}
hr.style11 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
    border: 0;
}
hr.style12 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0;
    border: 0;
}
hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}
hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}
hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}
hr.style16 { 
  border-top: 1px dashed #8c8b8b; 
} 
hr.style16:after { 
  content: '\002702'; 
  display: inline-block; 
  position: relative; 
  top: -12px; 
  left: 40px; 
  padding: 0 3px; 
  background: #f0f0f0; 
  color: #8c8b8b; 
  font-size: 18px; 
}
hr.style17 {
	border-top: 1px solid #8c8b8b;
	text-align: center;
}
hr.style17:after {
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	background: #f0f0f0;
	color: #8c8b8b;
	content: '';
	display: inline-block;
	font-size: 18px;
	padding: 0 10px;
	position: relative;
	top: -14px;
	transform: rotate(60deg);
}
hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}
/* fonts */
.fontthin { font-weight:100;font-style:normal; }
.fontthinital { font-weight:100;font-style:italic; }
.fontlight { font-weight:300;font-style:normal; }
.fontlightital { font-weight:300;font-style:italic; }
.fontreg { font-weight:400;font-style:normal; }
.fontregital { font-weight:400;font-style:italic; }
.fontmed { font-weight:500;font-style:normal; }
.fontmedital { font-weight:500;font-style:italic; }
.fontbold { font-weight:700;font-style:normal; }
.fontboldital { font-weight:700;font-style:italic; }
.fontextra { font-weight:800;font-style:normal; }
.fontextraital { font-weight:800;font-style:italic; }
.fontblack { font-weight:900;font-style:normal; }
.fontblackital { font-weight:900;font-style:italic; }
.merri {font-family: 'Merriweather', serif;}
.roboto {font-family: 'Roboto Condensed', sans-serif;}
.lato {font-family: 'Lato', sans-serif;}

.col-form-label { 
text-align:right; }


.pad1 {padding: 10px 24px;}
.pad2 {padding: 12px 28px;}
.pad3 {padding: 14px 40px;}
.pad4 {padding: 32px 16px;}
.pad5 {padding: 16px;}
.pad10 {padding:10px 0 10px 10px;}

.firstrow {padding-top:20px;}
.lastrow {padding-bottom:50px;}

.bggreen {background-color: #BFE1BF; /* Green */ }
.bgred {background-color: #DE5842; /* Red */ }
.bgblue {background-color: #A2D7D8; /* Blue */ }
.bggrey {background-color: #EDEDEA; /* Grey */ }
.bggold {background-color: #FCD059; /* Gold */ }
.fsize8 {font-size: 8px;}
.fsize10 {font-size: 10px;}
.fsize12 {font-size: 12px;}
.fsize16 {font-size: 16px;}
.fsize20 {font-size: 20px;}
.fsize24 {font-size: 24px;}
.addshadow { box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); }
.addshadow:hover { box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); }
.disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
/* Comments */
.date {
	color:#3498db;
	text-transform:uppercase;
	letter-spacing: 0.2rem;
	font-size: 12px;
}
.entry {
	border-top:0;
	border-left: 5px solid #bdc3c7;
	padding-left: 5px;
	margin-top:5px;
	font-size: 12px;
}
/* End Comments */
.blog-title {
	font-weight: bold;
	color: #2c3e50;
	margin-bottom:0;
	padding-bottom:0;
}
.blog-head {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;	
}


.cal-title {
	margin-top:5px;
	padding-left: 10px;
	font-size:10pt;
	font-weight:700;
	margin-bottom:0;
}
.res-name {
	font-weight: bold;
	margin-bottom:10px;
	font-size:16px;
	color:#269ad6;
}
.res-name a {
	color:#269ad6;
}
.res-text {
	margin-left:50px;
	margin-bottom:5px;
	margin-right:20px;
	font-size:16px;
	line-height:25px;
}


span:after {
   font-family: Arial, sans-serif;
   text-align: left;
   white-space: normal;
   font-size:14px;
}
.recover {
	padding-left:50px;
	padding-right:50px;
}



.btn-default {
	color:blue;
	text-decoration: underline;
}
.btn-default:hover {
	color:red;
}


.form-group {
	margin-bottom:5px;
	line-height:1;
}
.control-group {
	line-height:1;
	padding-bottom:10px;
}




#logo-block {
  height:191px;
  width:1200px;
  float:left;
  text-align:left;
  background:transparent url(../images/header1.jpg) no-repeat top left;
}

#logo-block-sm {
  height:100px;
  width:1200px;
  float:left;
  text-align:left;
  background:transparent url(../../images/header3.jpg) no-repeat top left;
}
#logo {
  padding-top:20px;
  line-height:80px;
  font-family:'Anton', sans-serif;
  font-size:100px;
  padding-left:27px;
  color:white;
}
#logofooter {
  font-family:'Anton', sans-serif;
  font-size:30px;
  color:#DE5842;
  padding-bottom:0;
  padding-top:0;
  line-height:30px;
  margin-bottom:0;
}
.logoblue { color:#518BBA; }
#slogan {
    color:#FCD059;
    font-weight: bold;
    font:30px 'Anton', sans-serif;
    padding-left:0px;
    padding-top:0px;
	text-align:center;
}


/*== Left Column ==*/
.no-banner {
margin-top:50px;
}
.left-wrapper, .right-wrapper {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	max-height: 100%;
	padding:20px 23px;
	margin-top:20px;
}
.left-wrapper {
	margin-right:5px;
}
.block-title {        
	padding-bottom: 15px;
	background: var(--main-blue-color);
	color: #fff;
	padding: 10px 20px;
	min-width: 100%;
	border-radius: 3px 3px 0 0;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:700;
	letter-spacing: 2px;
	font-size:1.4em;
}
.data-wrapper {
	margin-top:20px;
	padding:10px 20px;
	background: #fafafa;
}

.headline {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	background-color: rgba(0,0,0,.08);
	border-top:rgba(0,0,0,.08) 10px solid;
}
.title{
	background-color:var(--main-blue-color);
	color:white;
	font-size:2.5rem;
	letter-spacing: 2px; 
	padding:10px 20px;
}
.subtitle {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-style:normal;
	font-size:1.1rem;
	margin:0 50px;
	text-align: center;
	padding-top:20px;
}
.block-subtitle {        
	padding-bottom: 5px;
	color: #000;
	min-width: 100%;
	border-radius: 3px 3px 0 0;
	border-top:#435d7d 5px solid;
	background-color: var(--main-bg-color);
}
.verbiage {
    margin: 0 50px 40px 20px;
	font-size: 16px;
}
table.table td a.delete {
	color: #F44336;
}


.side-wrapper {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	max-height: 100%;
	margin-top:20px;
	padding:10px 30px;
	}
.col-club {
	margin-top:20px;
	padding-top:20px;
}
.form-wrapper {
	background: #fff;
	padding: 20px 25px;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	max-height: 100%;
}
.clubformnew {
	margin-top: 75px;
	margin-bottom:50px;
	}
.clubform {
	margin-top: 70px;
	margin-bottom:50px;
	padding:10px;
	}
.text-entry {
	width:100%;
	height:200px;
	margin-left: 20px;
	margin-right: 20px;
}
/*== End Left Column ==*/
/*== Side Column ==*/
.side-wrapper {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	max-height: 100%;
	margin-top:20px;
	padding:20px 30px;
	}

.side-data {
	background: #fafafa;
	padding: 20px 25px;
	margin-top: 0;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	max-height: 100%;

}
.col-side-club {
	margin-top:70px;
	padding-top:20px;
}
.day {
	font-size: 20pt;
	font-weight: 100;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	margin-bottom: 0;
}

.month {
	font-size: 20pt;
	font-weight: 900;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	margin-bottom: 0;
}
.event-title {        
	padding-bottom: 15px;
	color: #000;
	padding: 16px 30px;
	min-width: 100%;
	margin: -20px -25px 10px;
	border-radius: 3px 3px 0 0;
	border-top:var(--main-blue-color) 10px solid;
	background-color: rgba(0,0,0,.08);
}


.side-title {        
	padding-bottom: 15px;
	color: #000;
	min-width: 100%;
	border-radius: 3px 3px 0 0;
	border-top:var(--main-blue-color) 10px solid;
	background-color: rgba(0,0,0,.08);
}
/*== End Side Column ==*/

/*== Navbar ==*/
.navbar{
background-color: var(--main-green-color);
color: var(--main-font-color);
}
.nav-item {
	margin: auto;
}
.nav-item a{
	color: var(--main-font-color);
}
.nav-item a:hover{
	color: blue;
}
.nav-item p{
	margin: auto;
}
/*== Navbar ==*/
/*== tables ==*/
.table-responsive {
    margin: 30px 0;
}
.table-wrapper {
	background: #fff;
	padding: 20px 25px;
	border-radius: 3px;
	min-width: 1000px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.table-title {        
	padding-bottom: 15px;
	background: var(--main-blue-color);
	color: #fff;
	padding: 10px 20px;
	min-width: 100%;
	border-radius: 3px 3px 0 0;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:700;
	letter-spacing: 2px;
	font-size:1.4em;
}


.table-title .btn-group {
	float: right;
}
.table-title .btn {
	color: #fff;
	float: right;
	font-size: 13px;
	border: none;
	min-width: 50px;
	border-radius: 2px;
	border: none;
	outline: none !important;
	margin-left: 10px;
}
.table-title .btn i {
	float: left;
	font-size: 21px;
	margin-right: 5px;
}
.table-title .btn span {
	float: left;
	margin-top: 2px;
}