﻿@charset "utf-8";
/* CSS Document */

@media only screen and (max-width:768px){

.panel-primary {
    border-color: #337ab7;
    position: relative;
    top: 110px;
}
 .as-col div{
   float: left; 
 
 }
.form-control{
  height: 40px!important;
  border-radius: 6px!important;
  
}
.panel-body{
 margin-top:60px; 
}
}

.form-signin {
  padding: 14px !important;
}

tr td {
  vertical-align: middle !important;
  text-align: center;
}

.tables tr td {
  text-align: center;
  border: 1px solid #000 !important;
}

table tr th {
  text-align: center;
}

.tables tr th {
  text-align: center;
  border: 1px solid #000 !important;
}

.logo {
  color: #fa3447;
  font-weight: 100;
  font-size: 30px;
  padding: 7px 0 !important;
  line-height: 60px;
}

.active_tab {
  background: #fff !important;
  border: none !important;
  color: #000 !important;
}

.user {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
}

.logo:hover,
logo:active {
  color: #fff;
}

.menu {
  border: none;
}

.menu li a {
  color: #434f5b;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 29px;
  background-color: #002d6e;
  z-index: 999;
}

.menu li a:hover {
  background-color: #002d6e !important;
  color: #fff;
}

.menu-button {
  color: #fff;
  font-size: 30px;
  margin: 0px !important;
}

.main {
  min-height: 430px;
}

.backg {
  background-attachment: fixed;
  background-color: #645862;
  background-image: url("/images/StudLinkLogo.png");
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  cursor: default;
  padding: 180px 0 120px;
  text-align: center;
  width: 100%;
  float: left;
}

.backgs {
  background-attachment: fixed;
  background-image: url("/images/StudLinkLogo.png");
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  cursor: default;
  padding: 180px 0 120px;
  text-align: center;
  width: 100%;
  float: left;
}

@-moz-keyframes reveal-banner {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes reveal-banner {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes reveal-banner {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes reveal-banner {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes reveal-banner {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.inner {
  -moz-animation: reveal-banner 1s 0.25s ease-in-out;
  -webkit-animation: reveal-banner 1s 0.25s ease-in-out;
  -o-animation: reveal-banner 1s 0.25s ease-in-out;
  -ms-animation: reveal-banner 1s 0.25s ease-in-out;
  animation: reveal-banner 1s 0.25s ease-in-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background: #e25b01;
  color: white;
  display: inline-block;
  opacity: 0;
  padding: 20px 40px;
  text-align: center;
  display: none;
}

.text-box {
  font-family: "Poppins", sans-serif;
}

.text-box p.intro {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}

.text-box h2 {
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  border-bottom: 7px double #ffffff;
  border-top: 7px double #ffffff;
  text-transform: uppercase;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}

.text-box h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.text-box p {
  font-size: 10px;
  font-weight: 400;
}

.text-box p span {
  font-size: 15px;
  font-weight: 400;
  color: #83d3c9;
}

.text-box p span a {
  text-decoration: none;
  color: #8ab839;
  font-size: 15px;
}

.text-box p a.link-button {
  text-decoration: none;
  color: #fff;
  border: #fff solid 1px;
  padding: 15px 22px;
  margin-top: 20px;
  line-height: 4;
  font-size: 18px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease-in-out;
  font-family: "Poppins", sans-serif;
}

.text-box p a.link-button:hover {
  background: rgba(255, 255, 255, 0.3);
}

.some-notes {
  padding: 40px 0px;
  float: left;
}

.title h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 42px;
  text-align: center;
  color: #8ab839;
  text-transform: uppercase;
}

.desc p {
  width: 75%;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #2e2e2e;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
}

.ref li {
  padding-right: 5px !important;
  padding-bottom: 1%;
}

.ref li a {
  color: #000 !important;
}

.desc p a {
  text-decoration: none;
  color: #8ab839;
}

.features {
  background: #8ab839;
  padding: 60px 0px;
}

.features-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 30px;
  margin-top: 30px;
}

h2.features-text::after {
  display: block;
  margin: 17px auto 0px;
  width: 80px;
  height: 1px;
  background: #fff none repeat scroll 0% 0%;
  content: "";
}

.iconing {
  text-align: center;
  width: 80px;
  margin: 0 auto;
}

.iconing i {
  font-size: 35px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  display: block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.icon-box {
  margin: 30px 0px;
}

.icon-text-box h4 {
  font-family: "Roboto", sans-serif;
  color: #2e2e2e;
  font-weight: 400;
  font-size: 25px;
}

.icon-text-box p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #2e2e2e;
}

.notes {
  background-attachment: fixed;
  background-color: #645862;
  background-image: url("images/notes-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  cursor: default;
  text-align: center;
  width: 100%;
  float: left;
}

.notes-bg {
  background: rgba(33, 42, 63, 0.9);
  padding: 80px 0px;
}

.notes-bg p {
  font-size: 17px;
  margin: 0px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.btneff {
  background-color: #8ab839;
  border: none;
  color: #fff;
  padding: 13px 0px;
  width: 100% !important;
  font-size: 17px;
}

.work-list {
  padding: 60px 0px;
}

.portfolio-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 30px;
  margin-top: 30px;
}

h2.portfolio-text::after {
  display: block;
  margin: 17px auto 0px;
  width: 80px;
  height: 1px;
  background: #8ab839 none repeat scroll 0% 0%;
  content: "";
}

.work-list a .featured-img {
  width: 100%;
}

.work-list a .featured-img img {
  width: 100%;
  height: 200px;
  float: left;
  position: relative;
}

@keyframes imagehover {
  0% {
    height: 40px;
  }

  25% {
    height: 80px;
  }

  50% {
    height: 120px;
  }

  75% {
    height: 160px;
  }

  100% {
    height: 200px;
  }
}

.image-hover {
  display: none;
  position: absolute;
  background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.5);
  text-align: center;
  width: 100%;
  height: 200px;
  float: left;
}

.image-hover i {
  color: rgba(138, 184, 57, 0);
  font-size: 30px;
  line-height: 200px;
  transition: 5s color ease-in;
  display: none;
}

.image-hover:hover i {
  display: block;
  color: #212a3f;
}

.work-list a h3 {
  text-align: center;
  padding: 15px 0px;
  font-size: 15px;
  float: left;
  width: 100%;
  font-weight: 600;
  background: #8ab839;
  color: #fff;
  margin: 0px;
  font-family: "Roboto", sans-serif;
}

.work-list a:hover .image-hover {
  display: block;
  animation: 0.4s ease-in 0s normal none 1 running imagehover;
}

.work-space {
  margin: 20px 0px;
}

.oe tr {
  background-color: #d9edf7;
}

.oe tr:nth-child(odd) {
  background-color: #d9edf7;
}

.oe tr:nth-child(even) {
  background-color: #dff0d8;
}

.nav li a:focus {
  color: #fff;
}

.nav li a:active {
  color: #fff;
}

.countbg {
  background: rgba(33, 42, 63, 1);
  padding: 80px 0px;
  width: 100%;
  float: left;
}

.countspace {
  color: white;
  text-align: center;
  width: 100%;
  float: left;
  background: rgba(33, 42, 63, 1);
}

.counter-item {
  margin-top: 30px;
}

.counter-item i {
  font-size: 40px;
  color: #8ab839;
}

.timer {
  margin-top: 5px;
  font-weight: 700;
  font-size: 50px;
  color: #8ab839;
}

.counter-item h5 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Roboto", sans-serif;
}

.contact {
  padding: 60px 0px;
  float: left;
  width: 100%;
}

.contact-form,
.address-space {
  margin-top: 20px;
}

.form-effect {
  padding: 12px 12px;
  color: #555;
  background-color: rgba(33, 42, 63, 0.2);
  color: #212a3f;
  height: auto !important;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
}

.form-effect:focus {
  border-color: rgba(33, 42, 63, 0.2);
  outline: 0px none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset,
    0px 0px 8px rgba(33, 42, 63, 0.1);
}

.btn-sub {
  color: #fff;
  background-color: #8ab839;
  border-color: #fff;
  font-size: 18px;
  padding: 10px 30px;
}

#map-canvas {
  height: 150px;
}

input[placeholder],
[placeholder],
*[placeholder] {
  color: #212a3f !important;
}

.address p i {
  padding-right: 10px;
  font-size: 15px;
  color: #8ab839;
}

.footer {
  margin: 20px 0px 10px;
  float: left;
  text-align: center;
  width: 100%;
}

.footer p {
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.footer p a {
  color: #8ab839;
  font-family: "Poppins", sans-serif;
}

@media (min-width: 380px) and (max-width: 768px) {
  .text-box p.intro {
    font-size: 22px;
  }

  .text-box h2 {
    font-size: 40px;
  }

  .text-box h3 {
    font-size: 16px;
  }

  .text-box p a.link-button {
    padding: 8px 14px;
    font-size: 13px;
  }

  .title h2 {
    font-size: 29px;
  }

  .desc p {
    font-size: 15px;
    text-align: justify;
  }

  .icon-text-box h4 {
    text-align: center;
  }

  .icon-text-box p {
    text-align: center;
  }

  .btneff {
    margin-top: 15px;
    width: 20% !important;
  }
}

@media (min-width: 0px) and (max-width: 379px) {
  .text-box p.intro {
    font-size: 22px;
  }

  .text-box h2 {
    font-size: 20px;
  }

  .text-box h3 {
    font-size: 16px;
  }

  .text-box p a.link-button {
    padding: 8px 14px;
    font-size: 13px;
  }

  .title h2 {
    font-size: 29px;
  }

  .desc p {
    font-size: 15px;
    text-align: justify;
  }

  .icon-text-box h4 {
    text-align: center;
  }

  .icon-text-box p {
    text-align: center;
  }

  .btneff {
    margin-top: 15px;
    width: 80% !important;
  }
}

.mytable th {
  background: #002d6e;
  color: #fff;
  padding: 20px;
}

.tabledata {
  margin-bottom: 0;
  border: none;
}

.tabledata tr td {
  border: 1px solid #aaa !important;
  border-bottom: none !important;
  border-top: none !important;
}

.tabledata th {
  background: #555;
  color: #fff;
}

.tabledata tr td.noborder {
  border: none !important;
}

.bg1 {
  background: #ccc;
  display: block;
  padding: 4px;
  border-bottom: 1px solid #aed6f1;
  font-size: 12px;
}

.bg2 {
  background: #d0ece7;
  display: block;
  padding: 4px;
  border-bottom: 1px solid #85c1e9;
  font-size: 12px;
}

.bg3 {
  background: #ebf5fb;
  display: block;
  padding: 4px;
  border-bottom: 1px solid #a2d9ce;
  font-size: 12px;
}

.bg4 {
  background: #eafaf1;
  display: block;
  padding: 4px;
  border-bottom: 1px solid #82e0aa;
  font-size: 12px;
}

input.bg1 {
  width: 100% !important;
  border: none;
}

select.bg4 {
  width: 100% !important;
  border: 1px solid #82e0aa;
}

input.bg3 {
  width: 100% !important;
  border-top: 1px solid #a2d9ce !important;
  border: none;
}

input.bg2 {
  width: 100% !important;
  border-top: 1px solid #85c1e9 !important;
  border: none;
}
/* filterdatatable*/
.customtablefilter {
  border: 2px solid #111;
}

.customtablefilter .c_select {
  border: 1px solid #222;
  font-weight: normal;
  width: 100%;
}

.customtablefilter th {
  border: 2px solid #000;
}

.customtablefilter tr td {
  border: 1px solid #111;
}

.customtablefilter .yellow {
  background: #f7d619;
  color: #111;
}

.customtablefilter .darkgrey {
  background: #acb9ca;
  color: #111;
}

.customtablefilter .lightgrey {
  background: #c9c9c9;
  color: #111;
}

.customtablefilter .lightgreen {
  background: #c5e0b2;
  color: #111;
}

.customtablefilter .blue {
  background: #00b0f0;
  color: #111;
}

.customtablefilter .lightpink {
  background: #ff99cc;
  color: #111;
}

.customtablefilter .lightyellow {
  background: #ffe799;
  color: #111;
}

.customtablefilter .lightblue {
  background: #66ffff;
  color: #111;
}

.customtablefilter .green {
  background: #66ff33;
  color: #111;
}

.customtablefilter .halfyellow {
  background: #ffcc66;
  color: #111;
}

.customtablefilter .white {
  background: #fff;
  color: #111;
}

.customtablefilter .ftd {
  float: left;
  width: 20%;
  height: 20px;
}

.customtablefilter .secondtd {
  float: left;
  width: 30%;
  height: 20px;
}

.customtablefilter .thirdtd {
  float: left;
  width: 40%;
  height: 20px;
}

.customtablefilter .secondtd input {
  width: 100%;
  background: none;
  border: none;
}

.customtablefilter .thirdtd input {
  width: 100%;
  background: none;
  border: none;
  font-weight: bold;
}

.t3,
.t-tottle {
  font-weight: bold;
}

/* div grid system*/
.gridwrap {
  width: 130px;
  display: table-cell;
}

.gridwrap ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.gridwrap ul li {
  list-style: none;
  padding: 5px;
  height: 35px;
  border-bottom: 1px solid #222;
  text-align: center;
}

.gridwrap {
}

.GridInput {
  background: #fff;
  border: none;
  border-radius: 2px;
  color: #333;
  font-size: 12px;
  padding: 2px;
  width: 30px !important;
}

.s_n {
  font-size: 14px;
  margin-right: 3px;
  padding: 0 6px;
  color: #000;
  width: 35px;
  /* text-align: left; */
  display: inline-block;
}

.gridwrap .heading5 {
  font-size: 16px;
}

/* white colum*/
.gridwrap.whitebackground {
  background: rgba(38, 107, 156, 0.93);
  color: #fff;
  box-shadow: 6px -3px 12px #000 inset;
}

.gridwrap.whitebackground ul li {
  border-bottom: 1px solid #002d6e !important;
  text-align: center;
}
.gridwrap.yellow ul li {
  border-bottom: 1px solid #eee;
  text-align: center;
}
/* dark grey*/
.gridwrap.darkgrey {
  background: #acb9ca;
  color: #333;
  text-shadow: 1px 0 0 #fff;
}

.gridwrap.darkgrey ul li {
  border-bottom: 1px solid #444;
  text-align: center;
}
/* light grey*/
.gridwrap.lightgrey {
  background: #c9c9c9;
  color: #333;
  text-shadow: 1px 0 0 #fff;
}

.gridwrap.lightgrey ul li {
  border-bottom: 1px solid #333;
  text-align: center;
}

/* light grey*/
.gridwrap.lightgrey {
  background: #c9c9c9;
  color: #333;
  text-shadow: 1px 0 0 #fff;
}

.gridwrap.lightgrey ul li {
  border-bottom: 1px solid #333;
  text-align: center;
}

/* light green*/
.gridwrap.lightgreen {
  background: #c5e0b2;
  color: #333;
  text-shadow: 1px 0 0 #fff;
}

.gridwrap.lightgreen ul li {
  border-bottom: 1px solid #eee;
  text-align: center;
}

/* blue*/
.gridwrap.blue {
  background: #00b0f0;
  color: #333;
  text-shadow: 1px 0 0 #fff;
}

.gridwrap.blue ul li {
  border-bottom: 1px solid #333;
  text-align: center;
}

/* blue*/
.gridwrap.lightpink {
  background: #00b0f0;
  color: #333;
  text-shadow: 1px 0 0 #fff;
}

.gridwrap.lightpink ul li {
  border-bottom: 1px solid #333;
  text-align: center;
}

/* lightyellow*/
.gridwrap.lightyellow {
  background: #ffe799;
  color: #333;
  text-shadow: 1px 0 0 #fff;
}

.gridwrap.lightyellow ul li {
  border-bottom: 1px solid #333;
  text-align: center;
}

/* lightblue*/
.gridwrap.lightblue {
  background: #66ffff;
  color: #333;
  text-shadow: 1px 0 0 #fff;
}

.gridwrap.lightblue ul li {
  border-bottom: 1px solid #333;
  text-align: center;
}

/* green*/
.gridwrap.green {
  background: #66ffff;
  color: #333;
  text-shadow: 1px 0 0 #fff;
}

.gridwrap.green ul li {
  border-bottom: 1px solid #333;
  text-align: center;
}

.datetitle {
  float: right;
  clear: right;
  font-size: 26px;
  margin-right: 50%;
}
/* halfyellow*/
.gridwrap.halfyellow {
  background: #ffcc66;
  color: #333;
  text-shadow: 1px 0 0 #fff;
}

.gridwrap.halfyellow ul li {
  border-bottom: 1px solid #333;
  text-align: center;
}

.heading5 a {
  color: #fff;
}

.top-heading {
  color: #fff;
}

.top-heading h3 {
  color: #fff;
}

.top-heading .order {
  font-size: 65px;
  font-weight: bold;
}

.top-heading .frmt {
  text-shadow: 1px 4px 0px #fff;
}

.f20 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.innerRemain {
  float: right;
}

.top-heading {
  height: 250px !important;
  box-shadow: 0px 1px 2px rgba(10, 10, 14, 0.67) inset;
  border-bottom: 2px solid #333 !important;
  color: #222;
}

.whitebackground .s_n {
  color: #fff;
}

.cl-data {
  padding: 0 !important;
}

.tabledata2 td {
  border: none !important;
}

.totalorderdetails {
  background: #ebebeb;
  border-bottom: 1px solid #aaa;
  background-image: -webkit-linear-gradient(top, #ebebeb, #faf7fa);
  background-image: -moz-linear-gradient(top, #ebebeb, #faf7fa);
  background-image: -ms-linear-gradient(top, #ebebeb, #faf7fa);
  background-image: -o-linear-gradient(top, #ebebeb, #faf7fa);
  background-image: linear-gradient(to bottom, #ebebeb, #faf7fa);
  clear: both;
  padding-top: 20px;
  border-top: 2px solid #002d6e;
  display: inline-block;
  margin: -2px 0 20px;
  overflow: hidden;
  width: 100%;
}

.totalorderdetails table td {
  font-size: 20px;
  padding: 0 !important;
}

.t-coldata {
  color: #2b538e;
  font-size: 26px;
  text-shadow: 1px 0 0 #fff;
}

.customgridsystem {
  width: 2015px;
  overflow-x: scroll;
}

.scrollidiv {
  width: 100%;
}

.gvReportTable th {
  color: #fff;
  text-align: center;
  background-color: #4ca7d0 !important;
  font-weight: normal;
  padding: 2px 10px;
  line-height: 26px;
  /* border-right: 2px solid #FFF; */
  font-size: 13px;
  height: 30px;
}

div#report table {
  border: solid 2px #1388c6;
}

div#report table td {
  text-align: center;
  border-color: #1388c6;
}


.gvReportTable th,
.gvReportTable td {
  height: 30px;
}
.panel {
  margin-bottom: 0px !important;
}

.panel-heading {
  font-weight: bold !important;
}
/*----------------------------------------------------------------new css--------------------------------------------------------------*/
.nav > li > a {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 10px 15px 15px 15px;
  background-color: #461e0b !important ;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  color: #fff;
  margin: 0 !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff;
  font-weight: bold;
  cursor: default;
  background-color: #e95511 !important;
  border: 1px solid #e95511;
  border-bottom-color: transparent;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.nav-tabs > li > a:hover {
  border-color: #e95511;
}
.btn-primary {
  background-color: #e96324;
  border: none;
  border-radius: 100px;
  box-shadow: none !important;
}
input#UserName,
input#Password {
  border-radius: 100px;
}
.modal-content {
  border-radius: 25px;
}

.navbar-brand img {
  height: auto;
}
.logoutbtn,
.btn-danger,
.btn-default {
  background: #e96324 !important;
  color: #fff !important;
  padding: 3px 25px !important;
  border: 1px solid #e96324;
  margin-top: 0;
  border-radius: 3px !important;
}
.logoutbtn:hover,
.btn-default:hover,
.btn-danger:hover,
.menu li a:hover,
.btn-primary {
  background: #e95511 !important;
}
.menu__2 li a:hover {
  background: #e95511 !important;
  text-decoration: none;
}
.menu__2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
}
.menu__2 li {
  list-style: none;
}
.menu__2 li a {
  background-color: #e96324;
  margin-bottom: 10px;
  list-style: none;
  color: #fff !important;
  display: inline-block;
  padding: 10px 25px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  border-radius: 100px;
}
.column__box {
  background-color: rgb(255 245 237 / 68%) !important;
  padding: 50px 24px 115px 2px;
  border-radius: 5px;
  box-shadow: 0 5px 5px rgb(0 0 0 / 50%);
}
.table-container {
  background: #fff;
}
.heading__1 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.heading__2 {
  color: #818181;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.farm__name,
.user__name {
  color: #000;
  font-weight: bold;
}
.farm__name span,
.user__name span {
  color: #818181;
  font-weight: bold;
}
.back-btn {
  background: #e96324 !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border: 1px solid #e96324;
  margin-top: 0;
  border-radius: 100px !important;
  display: inline-block;
}
.back-btn:hover {
  background: #e95511 !important;
  border: 1px solid #e96324 !important;
  text-decoration: none;
}
.back-btn .glyphicon {
  margin-right: 10px;
}
.panel {
  border: none !important;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: transparent;
  border-color: #fff;
}
.column__box table thead tr th {
  background-color: #fff !important;
  color: #333;
  font-weight: bold;
}
.column__box table tbody tr td {
  background-color: transparent !important;
}
.column__box table tbody tr:nth-child(odd) {
  background: #eee;
}
.column__box table tbody tr:nth-child(even) {
  background: #fff;
}
.tables tr td,
.tables tr th {
  text-align: center;
  border: 1px solid #e2e2e2 !important;
}

.panel-heading {
  font-weight: bold !important;
  text-align: center;
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}
.bg1 {
  background: #ccc;
  display: block;
  padding: 4px;
  border-bottom: 1px solid #333 !important;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: bold;
  border-radius: 0;
  text-align: center;
}

.bg2 {
  background: #ffd5c1;
  display: block;
  padding: 4px;
  border-bottom: 1px solid #333 !important;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: bold;
  border-radius: 0;
  text-align: center;
  width: 100%;
}

.font14 {
  font-size: 14px !important;
}
.StopButton {
  background-color: #c9302c !important;
}
.form-control:focus,
.form-control {
  border: 2px solid #ccc;
}
.panel-heading {
  border-bottom: none;
}
.navbar-nav > li > a.page-scroll {
  background-color: transparent !important;
}
.nav-tabs > li > a.tab-item {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.nav-tabs > li.active > a.tab-item,
.nav-tabs > li.active > a.tab-item:focus,
.nav-tabs > li.active > a.tab-item:hover {
  color: #fff !important;
  font-weight: bold;
  cursor: default;
  background-color: #e95511 !important;
  border: 1px solid #e95511;
  border-bottom-color: transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#cssmenu > ul > li > a {
  padding: 15px 20px;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff !important;
  text-shadow: 0 1px 1px rgb(0 0 0 / 35%);
  background-color: #e96324 !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%);
  line-height: 1.1;
    letter-spacing: .3px;
}
.nav-tabs > li > a.tab-item:hover {
  border-color: #e95511 !important;
}
tbody a {
  font-weight: bold;
}
.navbar-brand h3 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
.navbar-brand h3:hover,
.navbar-brand:hover {
  color: #e95511 !important;
}
.route_table th,
.route_table td {
  padding: 10px 0;
}
.btn-success {
  background: #c9302c !important;
  color: #fff !important;
  padding: 3px 25px !important;
  border: 1px solid #c9302c !important;
  margin-top: 0;
  border-radius: 100px !important;
}
.radius4 {
  border-radius: 4px !important;
}
.tabs-2 li a {
  margin-right: 5px !important;
}
.tabs-2 {
  display: flex;
  justify-content: center;
}
.pagination input[type="submit"] {
  color: #333;
  border: none;
  background: none;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #ffa479 !important;
  border-color: #e96324 !important;
}
.btn-primary {
  background: #e96324 !important;
  color: #fff !important;
  padding: 3px 25px !important;
  border: 1px solid #e96324;
  border-color: #e96324 !important;
  margin-top: 0;
  border-radius: 100px !important;
}
.abc li > a {
  border-left: 1px solid #e96324 !important;
  border-right: 1px solid #e96324 !important;
  border-top: 1px solid #e96324 !important;
}
.navbar-brand img {
  height: 42px;
}
.page-scroll.logoutbtn.btn.btn-info {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 10px 15px 7px 15px;
  background-color: #e96324 !important;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  color: #fff;
  margin: 0 !important;
}
.btn-primary,
.btn-danger,
.btn-success {
  border-radius: 3px !important;
}
.btn.btn-danger {
  position: relative;
  background-color: #e25b01 !important;
  border-color: #e25b01 !important;
  z-index: +999;
  color: #fff !important;
}
.btn.btn-default {
  background-color: #f78b00 !important;
  border-color: #f78b00 !important;
  color: #fff !important;
}
.btn.btn-default.StopButton {
  background-color: #f7b101 !important;
  border-color: #f7b101 !important;
  color: #fff !important;
}
tbody tr.success:nth-child(odd) {
  background-color: #eee;
}
tbody tr.success:nth-child(even) {
  background-color: #fff;
}
#cssmenu > ul > li > a {
  color: #fff !important;
  padding: 0 !important;
  background-color: transparent !important;
  text-shadow: none !important;
  transition: all 0.5s;
  box-shadow: none !important;
}

#cssmenu > ul > li {
  padding: 15px !important;
  background-color: #e96324 !important;
  border-bottom: 1px solid #f78b00 !important;
}
.caret {
  transform: rotate(-89deg);
}
.header {
  background: #ffffff;
  border-bottom: 3px solid #2c2d31 !important;
  height: auto;
  padding: 20px 30px 0;
  /* position: fixed; */
  width: 100%;
  z-index: 9999;
}

.dropdown-content {
  min-width: 200px !important;
  box-shadow: 0 1px 10px rgb(0 0 0 / 30%);
}
input#UserName,
input#Password {
  border-radius: 5px;
}
.btn.btn-primary.btn-lg.btn-block {
  padding: 10px !important;
}
ul.dropdown-content {
  position: absolute !important;
  left: 100%!important;
  top: 0;
  display: none !important;
}
#cssmenu .dropdown-content li a {
  background-color: #e96324 !important;
  color: #fff !important;
  padding: 15px 25px 16px 25px;
  border-bottom: 1px solid #a34519 !important;
  border-right: 1px solid #a34519 !important;
  text-shadow: none;
  font-weight: 600;
  transition: all 0.5s;
}

.caret {
  float: right;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: 4px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.column__box table thead tr th {
  background-color: #f78b00 !important;
  color: #fff;
  font-weight: bold;
}

.column__box,
.column__box table tbody tr:nth-child(odd) {
  background-color: rgb(255 245 237 / 68%) !important;
}
.column__box table thead tr th {
  background-color: #ff7f44b0 !important;
  color: #461e0b !important;
  font-weight: bold !important;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #fff8f3 !important;
  border-color: #337ab7;
}
.panel-body,
.panel {
  background-color: #fff8f3 !important;
}
.panel-primary > .panel-heading {
  background: #fff8f3 !important;
  color: #461e0b !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.table.table-bordered.table-hover.table-striped tbody tr th {
  background-color: #ff7f44b0 !important;
  color: #461e0b !important;
  font-weight: bold !important;
}
.panel-info > .panel-heading {
  color: #333 !important;
  background-color: #fff8f3 !important;
  border-color: #ddd !important;
}
.gvReportTable th {
  background-color: #ff7f44b0 !important;
  color: #461e0b !important;
}
.gvReportTable tr:nth-child(odd) {
  background: rgb(255 245 237 / 68%) !important;
}
.gvReportTable tr:nth-child(even) {
  background: #fff !important;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: transparent !important;
}
.btn.btn-default {
  background-color: #e25b01 !important;
  border-color: #f78b00 !important;
  color: #fff !important;
}
ul.dropdown-content {
  z-index: 9;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: transparent;
}
/*-------------------------------------------------11-07-2022-------------------------------------------------*/
span.s_n.f20.innerRemain {
  width: 50px;
  padding: 0;
  margin: 0;
}
.gridwrap {
  width: 145px;
  display: table-cell;
}

/* New CSS Added _ us  sept_24*/

.btn.btn-danger:hover{
  background-color: #dd5312 !important;
}
#cssmenu ul ul{
  transform: translateY(-50%) !important;
  top: auto;
  box-shadow: none;
}
.navbar-brand img:focus,.navbar-brand img:active, .navbar-brand img:focus-visible{
  outline: 0;
}
.ui-datepicker {
  background: #fff;
  border: 1px solid #004a77;
}
.p_0{
  padding: 0;
}
.mt_0{
  margin-top: 0;
}
.mt_1{
  margin-top: 1em;
}
.mt_2{
  margin-top: 2em;
}
.no_wrap{
  white-space: nowrap;
}
.cancel_btn{
  background: #c9302c !important;
  color: #fff !important;
  padding: 3px 25px !important;
  border: 1px solid #c9302c !important;
  line-height: 24px !important;
}
.cancel_btn:hover{
  background: #d82620 !important;
}
.btn.btn-danger.print_btn{
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
    transition: 0.3s all ;
}
.btn.btn-danger.print_btn:hover{
  background-color: #48b5d6 !important;
}
.f_right{
  float: right;
}
.back_btn_us{
  /* font-weight: bold;  */
  float: right; 
  background: #c9302c !important;
  color: #fff !important;
  padding: 3px 25px !important;
  border: 1px solid #f7b6b4 !important;
  border-radius: 4px;
}
.btn.btn-danger.cancel_btn {
  background-color: #d9534f !important;
  border-color: #d9534f !important;
}
.btn-warning {
  color: #fff;
  background-color: #009688;
  border-color: #009688;
  margin-right: 1em;
  transition: .5s all;
}
.btn-warning:hover{
  background-color: #12a698;
}
.modal-header {
  padding: 10px 15px;
  background: #e25b01;
  color: #fff;
}
@media only screen and (min-device-width:992px) and (max-device-width: 1200px){
  div#left-menu {
    padding-left: 0;
    margin-top: 0px;
}
}
@media only screen and (min-width:992px){
  .navbar-header.d_flex{
    float: none;
    display: flex;
    justify-content: center;
}
  .navbar-brand h3,.navbar-brand, .nav.navbar-nav.navbar-right.menu, .navbar-nav > li > a.page-scroll{
    margin: 0;
    padding: 0 !important;
  }
  .header {
    position: fixed;
  }
  .chg_stud.f_right{
    float: right;
    gap: 1em;
    margin: 0 1em;
  }
  .chg_stud.f_right a.btn.btn-default.btn-sm{
    height: 34px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
  }
  .btn.btn-default.btn-sm.chng_std_btn{
    float: right;
    margin-right: 1em;
    height: 30px;
    line-height: 24px;
  }
  #btnExportToExcel.btn.btn-danger.pull-right{
    margin-right: 0.5em;
  }
}

@media only screen and (min-device-width:768px) and (max-device-width: 992px){
.navbar-header.d_flex{
    float: none;
    display: flex;
    justify-content: center;
}
}

@media only screen and (max-width:768px){
  .col-md-8.col-xs-12.p_0, .p_0 nav, .p_00{
    padding: 0;
  }

}
