body{
	margin:0;
	padding:0;	
}

.meeting-wrapper{
	width:100%;
	margin:auto;
	box-sizing:border-box;
	font-family:"open-sans";
	display:block;
	 text-align: left;
}

.meeting-wrapper h1, .meeting-wrapper h2, .meeting-wrapper h3, .meeting-wrapper h4, .meeting-wrapper h5, .meeting-wrapper h6{
	font-weight:normal;
	margin:0;
	padding:0;
	 line-height: normal;
}

.mtng-accordion-row{
	width:100%;
	float:left;
	display:block;
	border:#ccc solid thin;
	margin-bottom:10px;
	padding:10px;
	box-sizing:border-box;
}

.mtng-accordion-row{
	cursor:pointer;	
}

.mtng-accordion-row:last-child{
	margin-bottom:0;
}

.mtng-title h3{
	color:#3f9fd9;
	font-size:14px;	
}

.mtng-title h4{
	color:#999;
	font-size:13px;	
}

.mtng-title h3 span{
	color:#999;
}

.mtng-col{
	display:inline-block;
	vertical-align:middle;	
}

.mtng-inr-col{
	text-align:center;
}

.mtng-head{
	color:#999;
	font-size:12px;	
}

.mtng-pic, .mtng-by{
	float:left;
}

.mtng-by{
	margin-left:10px;	
}

.mtng-by h2{
	font-size:14px;
	color:#000;	
}

.dsgntn{
	display:block;
	color:#07aaef;
	font-size:12px;
}

.mtng-pic img{
	width:35px;
	height:35px;
	border-radius:50%;
	overflow:hidden;
}

.mtng-dt-time h2, .mtng-counting h2 {
	font-size:17px;
	margin-top:7px;	
}

.mtng-counting h2 {
	color:#07aaef;	
}

.mtng-title{
	width:37%;	
}

.mtng-by-main, .mtng-dt-time{
	width:23%;	
}

.mtng-inr-col{
	float:left;
	width:30%;
	text-align:center;
}

.mtng-counting{
	width:15%;	
}

.mtng-accordion-data{
	width:100%;
	float:left;
	display:block;
	border-top:#ccc solid thin;
	margin-top:10px;
	padding:5px 0;
	display:none;
}

.mtng-span-7{
	float:left !important;
	width:39% !important;
	box-sizing:border-box;
	margin-right:1% !important;
}

.mtng-span-3{
	float:left;
	width:34% !important;
	border-left:#ccc solid 2px;
	border-right:#ccc solid 2px;
	box-sizing:border-box;
	margin-right:1% !important;
	padding:0 10pxn !important;
}



.mtng-head-row .mtng-span-3{
	padding:0;
	border:none;	
}

.mtng-span-2{
	float:left;
	width:20% !important;	
	box-sizing:border-box;
	margin-left: 6px !important;
    
}

h4.h4-head {
	float:left;
	background:#07aaef;
	color:#fff;
	font-size:15px;
	padding:3px 5px;
	position:relative;
	display:block;
}
h4.h4-head:after{
	content:"";
	background:	#07aaef;
	position:absolute;
	top:0;
	right:-7px;
	width:15px;
	height:100%;
	display:block;
	transform:skewX(20deg);
	z-index:-1;
}

.mtng-inr-row{
	width:100%;
	float:left;
	margin:5px 0;
	margin-bottom:10px;
	border-bottom:thin solid #ccc !important;
}
.mtng-inr-row:last-child{
	margin-bottom:0;
	border:none;	
}

.mtng-head-row{
	margin-bottom:5px;	
	border:none;
}

.mtng-span-7 h3{
	color:#000;
	font-size:15px;
}

.mtng-span-7 h3 span{
	margin-right:15px;	
}

.agenda-desc{
	width:100%;
	padding-left:30px;
	box-sizing:border-box;
	color:#666;
	font-size:13px;
	text-align:justify;
}

.tick-list{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}

.tick-list li{
	list-style:none;
	padding:0 15px;
	padding-right:25px;
	box-sizing:border-box;
	width:100%;
	float:left;
	font-size:12px;	
	position:relative;
	margin:0;
	margin-bottom:7px;
}

.tick-list li::before{
	position:absolute;
	top:6px;
	left:0;
	content:" ";
	display:block;
	background: url(../images/tick.png) no-repeat center;
	width:10px;
	height:7px;
}

.feedback{
	width:16px;
	height:14px;
	position:absolute;
	right:2px;
	top:4px;
	cursor:pointer;	
}

.mtng-min-height{
	min-height:180px;
	max-height:200px;
	overflow:auto;
}

.mtng-btn{
	background:#317eac !important;
	border:none;
	color:#fff;
	font-size:13px;
	height:auto;
	width:auto;	
	padding:2px 7px;
	float:left;
    text-decoration:none;
}
    .mtng-btn:hover {
        background:#07aaef !important;
        text-decoration:none;
        color:#fff;
    }
.mtng-span-2 p{
	font-size:13px;
	color:#666;
	margin:0;
}

.mtng-span-2 textarea{
	width:98%;
	resize:none;
	margin-bottom:7px;	
	font-family:"open-sans";
	font-size:13px;
}
.modalPopup
{
    background-color: #fff;
    border-color: white;
    border-radius: 5px;
    border-style: solid;
    border-width: 3px;
    width: auto;
    min-width: 350px;
}

.popupTitle
{
    background: #cfdfcf none repeat scroll 0 0;
    font-family: castletregular;
    font-size: 20px;
    font-variant: petite-caps;
    padding: 13px 14px 14px;
    text-align: center;
    letter-spacing: 2px;
}

.confirmMsg
{
    background: #e5e4d7 none repeat scroll 0 0;
    color: #06062b;
    padding-bottom: 2px;
    padding-top: 14px;
     width: 100%;
         float: left;
}

    .confirmMsg span
    {
        color: #06062b;
        display: block;
        font-size: 20px;
        padding-bottom: 15px;
        width: 100%;
        font-family: Georgia;
        float:left;
    }
	.clchgrd
{
       border-width: 0;
    float: right;
	  width: 18px;
}
.dvcontactP
{
    
      float: left;
    padding: 20px 0px 10px;
    width: 100%;
}
    .dvcontactP > input
    {
        border: 1px solid #e5e4d7;
        border-radius: 5px;
        padding: 5px 10px;
        width: 60%;
        margin-top: 4px;
    }
	
.btnRed
{
    background: #d9344a;
    background-image: -webkit-linear-gradient(top, #d9344a, #b84c2b);
    background-image: -moz-linear-gradient(top, #d9344a, #b84c2b);
    background-image: -ms-linear-gradient(top, #d9344a, #b84c2b);
    background-image: -o-linear-gradient(top, #d9344a, #b84c2b);
    background-image: linear-gradient(to bottom, #d9344a, #b84c2b);
    /*-webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 1px 1px 5px #666666;*/
    font-family: Georgia;
    color: #ffffff;
    font-size: 14px;
    padding: 12px 16px;
    text-decoration: none;
    width: 49% !important;
    border: none;
}

    .btnRed:hover
    {
        background: #fc593c;
        background-image: -webkit-linear-gradient(top, #fc593c, #d93f34);
        background-image: -moz-linear-gradient(top, #fc593c, #d93f34);
        background-image: -ms-linear-gradient(top, #fc593c, #d93f34);
        background-image: -o-linear-gradient(top, #fc593c, #d93f34);
        background-image: linear-gradient(to bottom, #fc593c, #d93f34);
        text-decoration: none;
    }

.btnGreen
{
    background: #24bd47;
    background-image: -webkit-linear-gradient(top, #24bd47, #137322);
    background-image: -moz-linear-gradient(top, #24bd47, #137322);
    background-image: -ms-linear-gradient(top, #24bd47, #137322);
    background-image: -o-linear-gradient(top, #24bd47, #137322);
    background-image: linear-gradient(to bottom, #24bd47, #137322);
    /* -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 1px 1px 5px #666666;*/
    font-family: Georgia;
    color: #ffffff;
    font-size: 14px;
    padding: 12px 16px;
    text-decoration: none;
    width: 49% !important;
    border: none;
}

    .btnGreen:hover
    {
        background: #3cfa6f;
        background-image: -webkit-linear-gradient(top, #3cfa6f, #3bb029);
        background-image: -moz-linear-gradient(top, #3cfa6f, #3bb029);
        background-image: -ms-linear-gradient(top, #3cfa6f, #3bb029);
        background-image: -o-linear-gradient(top, #3cfa6f, #3bb029);
        background-image: linear-gradient(to bottom, #3cfa6f, #3bb029);
        text-decoration: none;
    }



.yrRmrk
{
    border: medium none;
    padding: 1px;
    padding-bottom: 10px;
    text-align: left;
    width: 115%;
    font: inherit;
}
.ak
{
	  background: #317eac none repeat scroll 0 0;
    color: white;
    padding: 5px;
    text-decoration: none;
}
.ak:hover{
    background: #07aaef none repeat scroll 0 0;
    color: white;
    padding: 5px;
    text-decoration: none;
}
.mtng-dt-time h2{
	color:#000 ;
}
.tick-list > li > ol {
    color: #317eac;
    font-size: 11px;
}
.akbck{
        background: #e6f7fe none repeat scroll 0 0;
    clear: both;
    padding: 10px;
    text-align: center;
    
}