body 
{
	margin:0px;
	padding:0px;
}
*
{
	padding:0px;
	margin:0px;
}
.doc-file {
    display: inline-block;
    text-align: center;
    max-width: 145px;
    position: relative;
}
.doc-file .remove-file {
    position: absolute;
    right: 0;
    top: -10px;
    padding: 3px;
    color: red;
    font-weight: bold;
    border: 1px solid red;
    line-height: 13px;
}
.admin_login p { color:red;}
 #myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
form fieldset{/* border: 1px solid #ced4da;padding: 15px;*/}
form fieldset legend{/* width: auto;padding: 2px 10px;margin-left: 26px;font-size: 19px;*/}
#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
.calendar_page .table td span{display:block;font-size:12px;}
/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
 
.wapper{width:100%;}
.main {
    width: auto;
    margin: 0;
    background: linear-gradient(#fefefe, #ddd);
    padding: 0;
    border: 0px solid #e6e6e6;
    border-radius: 0;
    text-align: center;
    height: 100vh;
}
.input{padding:10px;}
.text1{width:100%;height:45px;border:1px solid #f3f3f3;padding:5px;font-size:15px;background:#fff;
color:#2b2b2b; font-size:16px;}
.input a
{
	color:#3cbbb5;
	text-decoration:none;
	font-family:arial;
}
.btun{
    width: 100%;
    height: 40px;
    background: #ef4222;
    border: 1px solid #ef4222;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.main h4
{
    margin:0px;
	color:#fff;
	font-size:24px;
	font-weight:100;
	margin-bottom:15px;
}

.sidebar .nav-item .nav-item .nav-link {
    /* padding: 3px 6px; */
}
html {
  position: relative;
  min-height: 100%;
}

body {
  height: 100%;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wrapper #content-wrapper {
  overflow-x: hidden;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 80px;
}

body.fixed-nav #content-wrapper {
  margin-top: 56px;
  padding-left: 90px;
}

body.fixed-nav.sidebar-toggled #content-wrapper {
  padding-left: 0;
}

@media (min-width: 768px) {
  body.fixed-nav #content-wrapper {
    padding-left: 225px;
  }
  body.fixed-nav.sidebar-toggled #content-wrapper {
    padding-left: 90px;
  }
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 46px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.smaller {
  font-size: 0.7rem;
}

.o-hidden {
  overflow: hidden !important;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.navbar-nav .form-inline .input-group {
  width: 100%;
}

.navbar-nav .nav-item.active .nav-link {
  /* color: #fff;*/
}

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
  content: '\f107';
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.navbar-nav .nav-item .nav-link:focus {
  outline: none;
}

.navbar-nav .nav-item .nav-link .badge {
  position: absolute;
  margin-left: 0.75rem;
  top: 0.3rem;
  font-weight: 400;
  font-size: 0.5rem;
}
.dropdown-menu.show li a, .dropdown-menu.show li a span {
  color: #000 !important;
  font-size: 16px !important;
}
li .dropdown-menu.show li a{padding:6px 6px !important;}
.dropdown-menu.show li{list-style:none;}

@media (min-width: 768px) {
  .navbar-nav .form-inline .input-group {
    width: auto;
  }
}

.sidebar {
  /* width: 90px !important;*/
  /* background-color: #212529; */
  /* min-height: calc(100vh - 56px); */
}

.sidebar .nav-item:last-child {
  margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
  /* text-align: center;
  padding: 0.75rem 1rem;
  width: 90px;*/
}

.sidebar .nav-item .nav-link span {
  /* font-size: 0.65rem;
  display: block;*/
}

.sidebar .nav-item .dropdown-menu {
  position: absolute !important;
  -webkit-transform: none !important;
  transform: none !important;
  left: calc(90px + 0.5rem) !important;
  margin: 0;
}

.sidebar .nav-item .dropdown-menu.dropup {
  bottom: 0;
  top: auto !important;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after {
  /* display: none;*/
}

.sidebar .nav-item .nav-link {
  /* color: rgba(255, 255, 255, 0.5); */
}

.sidebar .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover {
  /* color: rgba(255, 255, 255, 0.75); */
}

.sidebar.toggled {
  width: 0 !important;
  overflow: hidden;
}

@media (min-width: 768px) {
  .sidebar {
    /* width: 225px !important; */
  }
  .sidebar .nav-item .nav-link {
    /* display: block;
    width: 100%;
    text-align: left;
    padding: 8px 8px;
    width: 225px;*/
  }
  .sidebar .nav-item .nav-link span {
    /* font-size: 1rem;
    display: inline;*/
  }
  .sidebar .nav-item .dropdown-menu {
    position: static !important;
    margin: 0 1rem;
    top: 0;
  }
  .sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: block;
  }
  .sidebar.toggled {
    overflow: visible;
    width: 90px !important;
  }
  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 90px;
  }
  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
  }
  .sidebar.toggled .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0;
  }
  .sidebar.toggled .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
  }
  .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
    display: none;
  }
}

.sidebar.fixed-top {
  top: 56px;
  height: calc(100vh - 56px);
  overflow-y: auto;
}

.card-body-icon {
  position: absolute;
  z-index: 0;
  top: -1.25rem;
  right: -1rem;
  opacity: 0.4;
  font-size: 5rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

:root {
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.75rem;
}

.card-login {
  max-width: 25rem;
}

.card-register {
  max-width: 40rem;
}

.form-label-group {
  position: relative;
}

.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

footer.sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 90px);
  height: 60px;
  background-color: #e9ecef;
}

footer.sticky-footer .copyright {
  line-height: 1;
  font-size: 0.8rem;
}


footer.sticky-footer
{
  position: fixed;
}
.container-fluid
{
  /* margin-bottom: 100px;
  padding-top:40px;*/
}

.modal-backdrop
{
	z-index:inherit;
}

.table_style table tr:nth-child(even){background-color: #f2f2f2;}
.table_style table tr th
{
	/*background:#1362b7;
	color:#fff;*/
	font-size:15px;
	font-weight:300;
	border-bottom:0px;
}
.add_new {
    margin-top:50px;
}
#dataTable1 {
     /* margin-top:30px;*/
}
.dataTables_length {

    float: left;

}
.card{
    width: 100%;
}

	#dataTable_info {
float: left;


}
#dataTable_paginate{
padding: 50px;
    
}

a{
  /*  padding: 5px;*/
}
@media (min-width: 768px) {
  footer.sticky-footer {
    width: calc(100% - 225px);
  }
}

body.sidebar-toggled footer.sticky-footer {
  width: 100%;
}

@media (min-width: 768px) {
  body.sidebar-toggled footer.sticky-footer {
    width: calc(100% - 90px);
  }
}


/*-------------------My css----------*/
.main.admin_login h4 {
    color: #000;
    font-size: 42px;
    padding-top: 10%;
    font-weight: 100;
}


.main.admin_login form {
    width: 500px;
    margin: 0px auto;
    max-width: 100%;
}

.main.admin_login form .input {
    padding: 9px 0px;
}
.main.admin_login form .input a {
    color: #000;
}
nav.navbar.navbar-expand.navbar-dark.bg-dark.static-top {
   /* background: #343a40 !important;*/
}
.nav-item span {
    /* color: #fff;font-size:18px;*/
}
.sidebar .nav-item .nav-link span {
    /* font-size: 18px;*/
}
.nav-item span:hover {
    color: #00c7ac !important;
}

ul.sidebar.navbar-nav {
    /* background: #1362b7; */
}

nav.navbar.navbar-expand.navbar-dark.bg-dark.static-top a.navbar-brand.mr-1 {

    background: #ef2f00;
    padding: 6px 20px;
    text-transform: uppercase;

}

nav.navbar.navbar-expand.navbar-dark.bg-dark.static-top a#userDropdown {
    background: #ffffff;
    color: #3cd049;
    border-radius: 10px;
}

.table_style table#dataTable tr th {
    /* background: #1362b7;*/
}
.table_style input[type="search"] {
    border: 1px solid #ddd;
}
#dataTable_paginate {
    padding: 00;
}

.card-body.table_style {
    margin-bottom: 100px;
}

.navbar-expand .navbar-nav .dropdown-menu
{
	    /* padding: 0px; */
}

.dropdown-divider
{
	margin:0px !important;
}


.dropdown-content {
    min-width: 100% !important;
    top: 70%;
}
.dropdown-content a
{
	    padding: 2px 16px !important;
}

.sidebar .nav-item:last-child {
    margin-bottom: 0;
}

.card-body.table_style.calendar_page th {
    background: #1362b7;
	font-weight:700;
}

.card-body.table_style.calendar_page table tr td 
{
	    border: 1px solid #dee2e6;
		padding:5px 10px;
		width:14%;
}
.card-body.table_style.calendar_page th a 
{
	color: #fff;
    background: #28a745;
	font-weight:500;
	transition:all 0.5s ease;
}

.card-body.table_style.calendar_page th a:hover 
{
	background:#000;
	transition:all 0.5s ease;
}

.card-body.table_style.calendar_page table
{
	width:99.8%;
}

.calendar_page .table td span {
    display: block;
    font-size: 12px;
    color: #1362b7;
    font-weight: 600;
}
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}