/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 1, 2019, 5:29:37 PM
    Author     : mazumdersohel
*/


@charset "utf-8";

/*CSS documents*/
body {
    background-color: #80DBC8 !important;
    color: #336277 !important;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin: 50px 0 0;
}
.oral{
  width: 150px !important;
    height: 55px !important;
}

.custom {
    width: 110px !important;
    height: 50px !important;
}


p.col-xs-12 {
    width: auto;
    vertical-align: middle;
    padding-top: 18px;
}
.size{
	 height: 55px !important;
	}
        
.size{
    min-height: 55px !important;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #404040;
}
.dot {
  height: 25px;
  width: 25px;
  border: 1px solid #336277;
  border-radius: 50%;
  display: inline-block;
  margin-left: 1%;
}

.group {
    width: 100px !important;
    height: 55px !important;
}
.header {
    text-align: center;
}
.header h1 {
    font-size: 2.9em;
    font-weight: 400;
    background: #e5f6f2;
    padding: 6%;
}
.header> .date_picker {
  background: #e5f6f2;
  padding: 6%;
}

.header > .date_picker .form-control {
	height: 50px;
	font-size: 30px;
	background: #e5f6f2;
	width: 246px;
	margin: 0 auto;
	text-align: center;
}

.main-section {
    width: 45%;
    margin: 3em auto 0;
	 text-align: center; 
}
.main-div {
    width: 70%;
    margin: 1em auto 0;
    text-align: center; 
}
.login-form {
    background: #fdfdfd;
	  box-shadow: 0 0 4px #333;
    height: 730px;
    padding-bottom: 5%;
}
.login-div1 {
    background: #fdfdfd;
    box-shadow: 0 0 8px #333;
    height: 1130px;
}
.login-form h2 {
    font-size: 1.6em;
    text-transform: capitalize;
	    color: #000;
}
@media(max-width:869px){
.main-div {
    width: 88%;
}
}

@media(max-width:1080px){
.main-section {
    width: 50%;
}
.header h1 {
    font-size: 2.5em;
}
.header {
    text-align: center;
    margin-top: 3em;
}
.login-form h2 {
    font-size: 1.5em;
}
.login-form h4 {
    font-size: 1.1em;
}
}
@media(max-width:991px){
.main-section {
    width: 60%;
}
}
@media(max-width:800px){
.main-section {
    width: 64%;
}
}
@media(max-width:767px){
.main-section {
    width: 71%;
}
}
@media(max-width:640px){
.main-section {
    width: 85%;
}
.header h1 {
    font-size: 2.1em;
}
}
@media (max-width: 480px){
.main-section {
    width: 95%;
	margin: 2em auto 0
}
.header {
    text-align: center;
    margin-top: 2em;
}
.login-form {
    background: #fff;
}
.login-form h2 {
    font-size: 1.4em;
}
.login-form ul li.text-info {
    font-size: 0.9em;
	}
.login-form input[type="submit"] {
    font-size: 0.95em;
}
.footer {
    text-align: center;
    padding: 2em 0;
}
}
@media (max-width: 414px){
.login-form input[type="submit"] {
    width: 38%;
}
}
@media (max-width: 375px){
.header h1 {
    font-size: 2em;
}
.login-form input[type="submit"] {
   width: 55%;
 }
.login-form p {
    line-height: 1.5em;
}
.login-form h2 {
    font-size: 1.2em;
}
.login-form h4 {
    font-size: 1em;
}
.login-form ul li.text-info {
    padding-bottom: .5em;
}
.login-form form input[type="text"], .login-form form textarea{
   width: 94%;
       margin-right: 3%;
}
.login-form form {
    margin-top: 1em;
}
.login-form input[type="submit"] {
    margin: 0;
}
}
.custom {
    width: 110px !important;
    height: 50px !important;
}
p.col-xs-12 {
    width: auto;
    vertical-align: middle;
    padding-top: 18px;
}
/*Loader CSS START*/
.load-bar {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 6px;
  background-color: #fdba2c;
}
.bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.bar:nth-child(1) {
  background-color: #da4733;
  animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
  background-color: #3b78e7;
  animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
  background-color: #fdba2c;
  animation: loading 3s linear 2s infinite;
}
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}
/*Loader CSS END */
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #404040;
}
.btn-primary {  
    background-color: #00a881  !important;
    border: #00a881  !important; 
}
.btn-primary:hover {
    background-color: #349987  !important;
  }
.btn{
  font-size: 16px !important;
}
b, strong {
    font-size: xx-large;
}
* {
  box-sizing: border-box;
}
.column {
  float: left;
  width: 50%;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  .column {
    width: 100%;
  }
}
.box {
  background: #f2f6f9;
  border-radius: 4px;
  margin-left: 2em;
  margin-right: 1em;
  margin-top: 0.2em;
  height: 305px;
}
@media screen and (max-width: 767px) {
  .box {
    height: 210px;
    margin-left: 4em;
    margin-right: 4em;
    margin-bottom: 1%;
  }
}
.login-panel{
   background: #fdfdfd;
  padding: 2em 1em;
  box-shadow: 2px 2px 5px 1px rgba(0.2, 0, 0, 0.2), 1px 3px 5px 1px rgba(0, 0, 0, 0.19);
  height: 320px;
}
.footer{
  position: absolute;
  width: 47%;
  top : 665px;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .footer {
    width: 52%;
    top : 625px;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    width: 63%;
  }
}
@media screen and (max-width: 800px) {
  .footer {
    width: 67%;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    width: 70%;
    top : 610px;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    width: 95%;
    top : 560px;
  }
}
@media screen and (max-width: 375px) {
  .footer {
    width: 99%;
  }
}
.graph-footer1{
  position: absolute;
  width: 70%;
  top : 1120px;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .graph-footer1 {
    width: 72%;
    top : 1080px;
  }
}
@media screen and (max-width: 869px) {
  .graph-footer1 {
    width: 92%;
    top : 1080px;
  }
}
@media screen and (max-width: 767px) {
  .graph-footer1 {
    width: 88%;
    top : 1080px;
  }
}
.btn-outline-success{color:#00a881;border-color:#00a881;border: 1px solid #00a881 !important;background-color: white;}
.btn-outline-success:hover{color:#fff !important;background-color:#00a881;border-color:#00a881}
.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}
.btn-outline-success.disabled,.btn-outline-success:disabled{color:#00a881;background-color:transparent}
.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff !important;background-color:#00a881;border-color:#00a881}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}

input[type="text"], textarea {
  background-color : #f2f6f9; 
}
input[type="password"]{
  background-color : #f2f6f9; 
}
.form-control{
  border: 1px solid#35a395 !important;
  background: #f2f6f9 !important;
}
dd,dt{
  text-align: left;
}
@media screen and (max-width: 1321px) {
  .btn {
    font-size: 13px !important;
}
}
@media screen and (max-width: 1080px) {
  .btn {
    font-size: normal !important;
}
}
@media screen and (max-width: 1024px) {
  span {
    font-size: 13px !important;
}
}