/* modal index page */
.myLForm {
    display: block;
}
.myRForm {
    display: none;
}
p.panel-text {
    font-weight: normal;
    /*font-size: 0.9167em;*/
	color: #788084;
	text-align:center;
}

label {
  position: relative; /* to contain absolute elements */
  padding-left:10px; /* free space for custom checkbox */
  cursor: pointer;
    display: inline-block !important;
}


.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: #029f5b;
	font-size: 18px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}
.video_heading {
    font-family: 'Handlee', cursive;
    font-size: 1.5em;
    line-height: 1.2222em;
    text-align: center;
    padding-bottom: 5px;
}
.input-group.date .input-group-addon span {
    color: white;
}
.glyphicon {
    color: white;
}
 .input-group-addon {
    outline:none;
        padding: 6px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #258FDA;
    text-align: center;
    background-color: #258FDA !important;
    border: 0px solid #ccc !important;
   
    -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
    }
.txtjustify {
    text-align: justify;
}
.txtCenter {
    text-align: center;
}
.txtLeft {
    text-align:left;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*width: 100%;*/
}
/* Style the counter cards */
.card_covid {
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/ /* this adds the "card" effect */
  /*padding: 16px;*/
  text-align: center;
  background-color: white;
}
.covid_box {
  /*vertical-align: middle;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  height: 60px;
  background-color: white;
}
.heading_style{
    text-align: center;
    padding: 20px;
}
.heading-para-style{
    background: #980748;
    border-radius: 46px;
    text-align: center;
    font-size: 20px;
    padding: 15px;
    color: white;
}
.toggle-container {
    /*padding-top: 20px;*/
}
.tab-container.style1 ul.tabs li a {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
.tab-container.style1 ul.tabs {
    border-bottom: 0px;
}