﻿.cal_Theme1 .ajax__calendar_container   {
background-color: #DEF1F4;
border:solid 1px #77D5F7;
}

.cal_Theme1 .ajax__calendar_header  {
background-color: #ffffff;
margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev    {
color: #004080;
padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body    {
background-color: #ffffff;
border: solid 1px #77D5F7;
}

.cal_Theme1 .ajax__calendar_dayname {
text-align:center;
font-weight:bold;
margin-bottom: 4px;
margin-top: 2px;
color: #004080;
}

.cal_Theme1 .ajax__calendar_day {
color: #004080;
text-align:center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active  {
color: #004080;
font-weight: bold;
background-color: #DEF1F4;
}
.cal_Theme1 .ajax__calendar_today   {
font-weight:bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
color: #bbbbbb;
}


        
h1
{
    color:#183352;
    font-weight:bold;
}
footer
{
    position:fixed;
}



.navbar-right{
	float:left !important;
}
body{top:0px !important; font-family: Arial, Helvetica, sans-serif;}
.font{
	font-size:15px;
	padding:1px 11px;
	color:#000;
}

.text_box2{
	font-family: Coda, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333;
	width:100%;
	margin:7px 0px 7px 0px;
	height:29px;
	padding-left:4px;
	outline: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	background-color: #FFFFFF;
	background-position: 270px -10px;
	background-repeat: no-repeat;
	
	-webkit-transition: background-color .2s ease-in,
						background-position .2s ease-in,
						box-shadow .3s ease-in;
						
	-moz-transition: background-color .2s ease-in,
						background-position .2s ease-in,
						box-shadow .3s ease-in;
						
	-o-transition: background-color .2s ease-in,
						background-position .2s ease-in,
						box-shadow .3s ease-in;
						
	-ms-transition: background-color .2s ease-in,
						background-position .2s ease-in,
						box-shadow .3s ease-in;
						
	transition: background-color .2s ease-in,
						background-position .2s ease-in,
						box-shadow .3s ease-in;
}
.text_box2:focus{
	background-color: #FFFFFF;
	border-color:#0086BF;
	box-shadow: 0px 0px 10px -2px #0086BF;
	background-position: 270px -80px;
}

.list_box{
	width:100%;
	color:#000 !important;
	height:29px;
	padding:4px;
	outline: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	background-color: #FFFFFF !important;
	background-position: 270px -10px;
	background-repeat: no-repeat;
	
	-webkit-transition: background-color .2s ease-in,
						background-position .2s ease-in,
						box-shadow .3s ease-in;
						
	-moz-transition: background-color .2s ease-in,
						background-position .2s ease-in,
						box-shadow .3s ease-in;
						
	-o-transition: background-color .2s ease-in,
						background-position .2s ease-in,
						box-shadow .3s ease-in;
						
	-ms-transition: background-color .2s ease-in,
						background-position .2s ease-in,
						box-shadow .3s ease-in;
						
	transition: background-color .2s ease-in,
						background-position .2s ease-in,
						box-shadow .3s ease-in;
          margin-left: 0px;
          margin-top: 7px;
          margin-bottom: 7px;
      }
.list_box:focus
{
    background-color: #FFFFFF;
	border-color:#0086BF;
	box-shadow: 0px 0px 10px -2px #0086BF;
	background-position: 270px -80px;
}
.font1 {	font-size:15px;
	padding:1px 11px;
	color:#000;
}
.hd{
	font-size:27px;
	color:#093;
	padding-left:11px;
}

.bt_save:hover{
	/*text-shadow: #FFF 0px 1px 1px;
	color: #000;*/
	background-color:#58760A; 
}
 
.style1
        {
            font-size: 27px;
            color: #093;
            font-weight: 500;
            width: 56%;
            padding-left: 11px;
            padding-right: 0px;
            padding-top: 5px;
            padding-bottom: 16px;
        }
        .style3
        {
            width: 56%;
        }
body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #ffe8e2;
  height: 100vh;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }
      .modalBackground
        {
            background-color: Black;
            filter: alpha(opacity=40);
            opacity: 0.6;
        }
        .modalPopup
        {
			height:500px;
			/*overflow:scroll;*/
            background-color: #FFFFFF;
            width: 940px;
            border: 0px solid #333;
			padding:39px 0px 22px 0px;
			border-radius:8px;
        }
        .modalPopup .header
        {
            background-color: #2FBDF1;
            height: 30px;
            color: White;
            line-height: 30px;
            text-align: center;
            font-weight: bold;
        }
        .modalPopup .body
        { 
			height:400px;
			overflow:scroll;
            line-height: 30px;
            text-align: center;
            padding:5px
        }
        .modalPopup .footer
        {
            padding: 3px;
        }
        .modalPopup .button
        {
            height: 23px;
            color: White;
            line-height: 23px;
            text-align: center;
            font-weight: bold;
            cursor: pointer;
            background-color: #9F9F9F;
            border: 1px solid #5C5C5C;
        }
        .modalPopup td
        {
            text-align:left;
        }
		.close_font
		{
			margin:-33px -580px 0px 0px;
            cursor: pointer;
			width:24px;
			font-size:22px;
		}

 
    
.mGrid
{
    margin: 5px 0 10px 0;
    border: 1px solid #CCCCCC;  
    padding: 4px 3px;
    border-collapse:collapse;
    color:Black;
    
}  
	
.mGrid td {   
font-family: Times New Roman;
font-size:14px; 
border:solid 1px #CCCCCC;
font-weight: normal;
padding:6px 5px 6px 5px;
text-transform:capitalize;
    border-collapse:collapse;
}
  
.mGrid th
{
    background-color: #2E5A88;
background-repeat:repeat-x;
/*background-color:#eae9e6;*/
font-family: Times New Roman;
font-size:16px;
color: #fff;
font-weight: normal;
padding:7px 5px 6px 5px;
text-transform:uppercase;
text-align:center;
border-collapse:collapse;
border:solid 1px #CCCCCC;
} 

.mGrid th a {      
    color: #fff /*#242f06*/;           
    font-size:16px;
	text-decoration:none;
	padding:4px 0px 0px 0px;
	text-transform:uppercase;
    border-collapse:collapse;
}  

.mGrid .alt td  
{
    /*padding: 4px 3px;*/   
    border: solid 1px #CCCCCC;  
    background-color:#C0C0C0;
    border-collapse:collapse;   
}  
.mGrid .ftr {  font-weight:bold; border-width:0px; color:White; }  
.mGrid .pgr { background: #569a35 url(grd_pgr.png) repeat-x top; }  
.mGrid .pgr table { margin: 5px 0; }  
.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    background: #569a35 url(grd_pgr.png) repeat-x top;
    color: White;
    line-height: 12px;
    text-align: center;
    float: none;
    border-style: solid;
    border-color: #000000;
    border-collapse:collapse;
    
}     
.mGrid .pgr a { color: #666; text-decoration: none; }  
.mGrid .pgr a:hover { color: #000; text-decoration: none; }



h1
{
    color:#183352;
    font-weight:bold;
}

h3
{ 
    font-weight:bold;
}
.form-text
{
    color:#2e92d0;
    font-size:18px;
    font-family:Times New Roman;
}
.form-text1
{
    padding-right:10px;
    text-align:right;
    color:#2e92d0;
    font-size:18px;
    font-family:Times New Roman;
}
.bt_save
{
    width:100px;
    margin-top:10px;
    
    color:#fff;
} 
p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.top-bar {
  padding: .5rem 0;
   position: relative;
  z-in}
  .top-bar a {
    color: #fff; }
 
 
 
  


.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #f2a90c; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar { 
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #fff !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #fff !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }


.rowcharp { 
    background-color:Red;
    color:White; 
}
body 
{
}
body 
{
}
