body {
  font-family: Calibri, "Trebuchet MS", sans-serif;
  font-size: 16px;
  color: black;
  background-color: #f0ffff;
}

.navbar-default {
  background-color: #926335;
}

.navbar-default .navbar-nav>li>a {
  color: white;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: black;
}

.anton{
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.logo-lg {
  color: white;
}

#page-wrapper {
  padding-top: 20px;
  background-color: #f8ead1;
  color: black;
}

.page-container {
  background-color: #f8ead1;
  padding: 10px;
}

#side-menu li a {
  color: white;
}

#side-menu li a:hover {
  background-color: #5cb85c;
  color: white;
}

.nav-tabs li a {
  color: black;
}

.bottom-grids {
    margin-bottom: 3em;
	}
	ul#clock li{
    border: none;
}

.dev-table {
  display: table;
  width: 100%;
}
.dev-table .dev-row {
  display: table-row;
  width: auto;
  clear: both;
}
.dev-table .dev-col {
  display: table-cell;
  vertical-align: middle;
      padding: 0;
}
.dev-col.mid {
    padding: 0 18px;
}
@media all and (max-width: 992px) {
  .dev-table {
    display: block;
    float: left;
  }
  .dev-table .dev-row {
    display: block;
    float: left;
    width: 100%;
  }
  .dev-table .dev-col {
    display: block;
    float: left;
    width: 100%;
  }
}
/* ./dev table */
.dev-popup {
  position: absolute;
  top: 100%;
  right: 0px;
  z-index: 999;
  margin-top: 10px;
  width: 300px;
  display: none;
  background: #ffffff;
  border: 1px solid #e7ebf1;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.dev-popup .dev-popup-header {
  float: left;
  width: 100%;
}
.dev-popup .dev-popup-body {
  float: left;
  width: 100%;
  padding: 10px;
}
.dev-popup .dev-popup-body .form-group:last-child {
  margin-bottom: 0px;
}
.dev-popup:after,
.dev-popup:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dev-popup:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 5px;
  margin-left: -5px;
}
.dev-popup:before {
  border-color: rgba(240, 240, 240, 0);
  border-bottom-color: #e7ebf1;
  border-width: 6px;
  margin-left: -6px;
}
.dev-page .dev-page-header .dev-popup {
  -webkit-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.dev-page .dev-page-header .dev-popup:after,
.dev-page .dev-page-header .dev-popup:before {
  left: auto;
  right: 22.5px;
}

.dev-widget {
    float: left;
    width: 100%;
    height: 100%;
    background:#00c6d7;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 400ms;
	text-align:left;
 box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border: 1px solid #E7E7E8;
}
.dev-widget:hover {
    z-index: 10;
    background:#002561;
    color: #f0f4f6;
}
.dev-widget:hover .dev-drop {
    text-decoration: none;
    background:#00C6D7;
    bottom: -39px;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;

}
.dev-widget .dev-drop {
    line-height: 20px;
    padding: 10px 15px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    filter: alpha(opacity = 0*100);
    transition-property: bottom, opacity;
    transition-duration: 400ms;
    color: #f0f4f6;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

h1.page-header {
  margin-top: 10px;
}

.header-bar {
  background-color: #34b0cb;
  color: black;
  padding: 10px;
  font-size: 20px;
}

.lqty { min-width: 40px; text-align: right;}
.ltotqty { min-width: 60px;  text-align: right;}
.ltotamt { min-width: 100px;  text-align: right;}
.lresult, .lresult[readonly] {
  background-color: #34b0cb;
  font-weight: bold;
  color: black;
  text-align: center;
  width: 100px;
}

.data-table th, .data-table td {
  color: black;
  /* text-align: center; */
}


.form-control {
  color: black;
  padding: 4px;

}

.btn {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 4px;
}

.command-row {
  margin-top: 10px;
}

.command-row button {
  font-size: 18px;
  padding: 5px 30px;
}

.jodi-lqty {text-align: center; width: 50px; font-weight: bold;}
.jodi-lqty .form-control { text-align: right;}

.check-strip {
  background-color: #ff80c0;
  padding: 10px;
  margin: 10px 0;
}

.check-strip label {
  font-weight: bold;
}

.result-cell {
  font-weight: bold;
}

.result-cell span {
  font-size: 14px;
}

.result-red {
  color: red;
}

.result-green {
  color: green;
}

.active-row {
  background-color: #ABF0A2;
}

.rt {
  text-align: right;
}


.sm-font {
  font-size: 10pt;
}

.sm-btn {
  font-size: 10pt;
  width: 20px;
  padding: 2px;
}


.sticky-header {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.sticky-header tbody {
  display: block;
  width: 100%;
  overflow: auto;
}

.sticky-header thead tr {
  display: block;
}
.sticky-header th,
.sticky-header td {
  padding: 5px 10px;
  width: 200px;
}

.pink-cell {
  background-color: #fbd7fa;
}


.yellow-cell {
  background-color: #ffe697;
}

.red-cell {
  background-color: #ffb0b7;
}

.blue-cell {
  background-color: #9fcfff;
}

.content-wrapper {
  background-color: #1e1e1e;
  /* background-color: #ebfcff; */
  /* height: calc(100vh - 155px) !important; */
}

.content-wrapper-sub {
  background-color: #ebfcff;
  /* background-color: #ebfcff; */

  height: 100%;
}

.card {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fffff5;
  background-clip: border-box;
  border: 0 solid rgba(0,0,0,.125);
  border-radius: .25rem;
}




.clickable {
  cursor: pointer;
}
.bg-card {
  background-color: #1cc9e1!important;
}
.bg-card1 {
  background-color: #28a745!important;
}
.bg-card2 {
  background-color: #f5a9f3!important;
}
.bg-card3 {
  background-color: #6ab5ff!important;
}
.bg-card4 {
  background-color: #ffc107!important;
}
.bg-card5 {
  background-color: #dc3545!important;
}

.speaking-card {
  background-color: #dc3545!important;
}

.logout-card {
  background-color: #808080 !important;
}

.no-listen-card {
  background-color: #ffc107 !important;
}

.user-box {
  width: 82px;
    height: 55px;
    text-align: center;
    padding-top: 2px;
    float: left;
    margin: 2px;

    border-width: 1px;
    border-color: #808080;
    border-radius: 4px;

}

.small-text {
  font-size: 10pt;
}

.small-btn {
  font-size: 10pt;
  padding: 0pt 5pt 0pt 5pt;
}

.room-card {
  padding: 10px;
  min-height: 80px;
}

.toolbar{
  z-index: 0;
}

.tool{
  height: 24px;
}

.toolgray{
  -webkit-filter: grayscale(60%);
}

.toolgray:hover{
  -webkit-filter:none;
}

.navbar-nav > .dropdown-menu > li > a {
  color: white!important;
  background-color: #004488;
  }
  
  .navbar-nav > .dropdown-menu > li > a:hover {
  color: white!important;
  background-color: #004488!important;
  }

  .btn-app{
    width: 46px;
    height: 46px;
    font-size: 11px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 0 0px 5px;
    padding: 2px 2px;
    font-weight: 600;
    color: #000;
    background-color: #f0ffff;
  }
  
  .navbar{
    padding: 0.2rem 0.2rem;
  }

  @media only screen and (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
      max-width: 100%;
    }
  }

  .main-footer {
    background-color: #001428;
    color: white!important;
    bottom: 0;
    left: 0;
    font-weight: bold;
    position: fixed;
    right: 0;
    z-index: 1032;
    padding: 0.312rem !important;
  }

  .navpad{
    padding: 0rem 0rem !important;
  }
  
  .main-header1{
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.main-header2{
  left: 0;
  position: fixed;
  right: 0;
  top: 41px;
}

.card-header>.card-tools {
  float: right;
  margin-right: -1.5rem !important;
  margin-top: 9px !important;
}

.col-form-label {
  line-height: 1.1 !important;
  font-weight: 700 !important;
}

.form-group > .row {
  padding-bottom: 6px;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #cce8ff;
  cursor: pointer;
}

.card-form {
  /* height: calc(100vh - 20px); */
  margin: 6px;
  box-shadow: 5px 5px 5px #aaaaaa;
}

.content-wrapper.iframe-mode .navbar-nav .nav-link{
  padding: .1rem 2rem;
  margin: 2px;
  /* border: 1px solid transparent; */
  border-top-left-radius: 20px;
  /* border-top-right-radius: 15px; */
  background-color: #9ae9cf;
  /* background-color: #ebfcff; */
  border-color: #dee2e6 #dee2e6 #fff;
  color: #000;
}

.content-wrapper.iframe-mode .btn-iframe-close{
  right: 0.525rem;
  top: 0.325rem;
  visibility: visible !important;
  color: #ff7189;
}

.content-wrapper.iframe-mode .navbar-nav .nav-link.active{
  background-color: #fff1c6;
  color: #000;
  font-weight: bold;
}

.content-wrapper.iframe-mode{
    min-height: calc(100vh - 125px) !important;
}

.toolgray.dropdown-item.active, .dropdown-item:active {
  background-color: #f8f9fa;
    border: 1px solid #ddd;
    color: #6c757d;
}

.ListHeight{
  height: calc(100vh - 80px);
  background-color: white;
  overflow: auto;
  display: block;
  background: white;
  font-size: 14px;
  border: 2px solid #aba8a7;
}

.nav-link {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.navbar-navy {
  background-color: #001428 !important;
  color: #fff !important;
}

.btn-backpatti {
  background-color: #001428 !important;
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff !important;
}

.table thead th, .table-bordered thead th {
  background-color: var(--primary);
  background-color: #001428;
  color: white;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  padding: 0.1rem 0.3rem;
}

.selected-row {
  background-color: #3498db;
  color: white;
}

.card-body{
  /* height: 70vh; */
  padding: 0.425rem !important; 
  padding-top: 0rem !important;
}
.pad-search{
  padding-right: 0.8rem!important;
}

.text-upper {
  text-transform: uppercase;
}

.close-strip{
  color: #000;
  background-color: #9ae9cf;
  font-weight: 700;
}

.close-strip:hover {
  color: #fff;
  background-color: #001428;
}

.dropdown-item {
  padding: 2px 10px;
}

.dropdown-divider{
  margin: 2px 10px;
}

.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* .dropdown-item {
   padding: 0rem 1rem;
} */

.navbar-white {
  background-color: #fffff5;
  color: #000000;
}

.sub-heading-row {
  background-color: #003a75 !important;
  color: white;
  font-weight: 700;
}

.sub-total-row {
  background-color: #daafd2 !important;
  color: black;
  font-weight: 700;
}

.ui-grid-header-cell{
  background-color: #32d2ff !important;
  color: black;
  font-weight: 700;
  height: 50px;

}

.ui-grid {
  background-color: #e7e6e8;
  border: 2px solid #89858f;
  box-sizing: content-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.text-c .ui-grid-cell-contents {
  text-align: center !important;
  /* white-space: normal; */
}

.text-r .ui-grid-cell-contents {
  text-align: right !important;
}

.combo-box{
  font-size: medium;
  font-weight: 700;
}

.addbtn{
  width: 90px; 
  height: 34px;
}

.btn-size{
  width: 95px !important;
  text-transform:initial !important;
  padding: 7px !important;
  margin-left: 4px !important;
}

.btn-small-size {
  width: 90px !important;
  text-transform:initial !important;
  padding: 6px !important;
  
}

.btn-sm {
  height: 32px !important;
  text-transform:initial !important;
  padding: 2px 12px !important;
  font-size: 12pt !important;  
}

.btn:hover{
  text-shadow:none;
  /* background-color: #00bfff !important; */
}

.btn:focus{
  text-shadow:none;
  background-color: #007acc !important;
  }

.btn-patti{
  background-color: #021a33;
  padding: 5px;
  margin-bottom: 5px;
}

.btn-submit{
  color: white;
  font-weight: bold;
  background-color:#021a33 ;
  border: 1px solid white !important;
}

.btn-select{
  background-color:#28a745 ;
  font-weight: bold;
  border: 1px solid white !important;
}

.btn-print{
  background-color:#5edaf4 ;
  font-weight: bold;
  border: 1px solid white !important;
}

.btn-sci52{
  background-color:#e6e14d ;
  font-weight: bold;
  border: 1px solid white !important;
}

.btn-period{
  background-color:#66b8d7 ;
  font-weight: bold;
  border: 1px solid white !important;
}

.btn-email{
  color: white;
  font-weight: bold;
  background-color:#800040 ;
  border: 1px solid white !important;
}

.btn-refresh{
  color: white;
  font-weight: bold;
  background-color:#7a7ae9 ;
  border: 1px solid white !important;
}


.btn-new{
  color: white;
  font-weight: bold;
  background-color:#1c8aff ;
  border: 1px solid white !important;
}

.btn-modify{
  color: white;
  font-weight: bold;
  background-color:#aa66cc ;
  border: 1px solid white !important;
}

.btn-save{
  color: white;
  font-weight: bold;
  background-color:#02c851 ;
  border: 1px solid white !important;
}

.btn-delete{
  color: white;
  font-weight: bold;
  background-color:#dd3e4d ;
  border: 1px solid white !important;
}

.btn-cancel{
  color: white;
  font-weight: bold;
  background-color:#ffbb33 ;
  border: 1px solid white !important;
}

.btn-close{
  color: white;
  font-weight: bold;
  background-color:#df1575 ;
  border: 1px solid white !important;
}

.f-white {
  color: white;
}

.pink-row {
  background-color: pink !important;
}


.center {
  text-align: center;
}

.center2{
  position: absolute;
    left: 45%;
}

.scroller {
  overflow: auto;
}

.nav-link-h {
  padding: 0.1rem 2rem !important;
  margin: 2px;
}

#imgPersonPic {
  border: 2px solid #111;
  background-color: #6b6b6b;
  padding: 8px;
}

.punjabi {
  font-family: AnmolLipi;
  font-size: 11pt;
  font-weight: bold;
}

.punjabi .select2-selection__rendered {
  font-family: AnmolLipi;
  font-size: 11pt;  
}

.btn:hover {
  color: lightgray;
}

.button:hover {
  color: lightgray;
}