/* Common CSS for Inner Pages(S)*/

.form-control:focus {
  border-color: #7ed321;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.1);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff;
  opacity: 1;
  color: #333333 !important;
  font-weight: 100;
}

.custom-modal {
  max-width: 400px !important;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 16px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
  .custom-modal {
    width: 90%;
    margin: 0 auto;
  }
}
.modal-backdrop.in {
  opacity: 0.6;
  background-color: #ffffff;
}

.custom-welcome-modal {
  width: 500px;
  border-radius: 4px;
  box-shadow: 0 1px 16px 4px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.custom-welcome-modal .modal-content {
  height: 350px;
  background: url(https://pmfby.gov.in/img/bg2.png) top
      left no-repeat,
    url(https://pmfby.gov.in/img/bg1.png) bottom right
      no-repeat;
}
.custom-user-welcome-modal {
  border-radius: 4px;
  box-shadow: 0 1px 16px 4px rgba(0, 0, 0, 0.2);
  background: #fff;
  width: 650px;
}
.custom-user-welcome-modal .modal-content {
  height: 450px;
  background: url(https://pmfby.gov.in/img/bg2.png) top
      left no-repeat,
    url(https://pmfby.gov.in/img/bg1.png) bottom right
      no-repeat;
}
.customTab.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.active a,
.nav > li.active a:hover,
.nav > li.active a:focus {
  color: #425364;
  font-weight: 400;
}
.nav-tabs > li {
  float: left;
  margin-bottom: 0px;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus {
  border: 1px solid transparent;
  color: #425364 !important;
}
.nav-tabs li a:hover {
  border: 1px solid transparent;
  color: #425364 !important;
}
.customTabsInside li.active a,
.nav-tabs li.active a:focus,
.customTabsInside li.active a {
  border-bottom: 1px solid #7ed321 !important;
  /*background: #f6f8fa!important;*/
  background: none !important;
}
.customTabsInside li.active a:focus {
  border-bottom: 1px solid #7ed321 !important;
}
.customTabsInsides li a:hover {
  border-bottom: 1px solid #7ed321;
}
.customTabsInside li.active a {
  border-bottom: 2px solid #7ed321 !important;
}

/*.form-group{
      min-height:65px;
    }*/
.container .container {
  padding-left: 0;
  padding-right: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #333;
  cursor: default;
  font-weight: 600;
  background-color: transparent;
  border-color: #337ab7;
}
.modal-footer button + button {
  margin-left: 7px;
  margin-right: 7px;
}
.help-block {
    font-size: 0.625rem !important;
    font-weight: 500;
    margin-bottom: 0;
    color: #e81123 !important;
   /* background-color: #F8E5E9;
    padding: 0.25rem;
    border-radius: 4px;*/
}
/*=======
    Aleart
    =====*/
.alert {
  position: fixed;
  top: 15px;
  right: 15px;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  z-index: 99;
}
.alert p {
  white-space: nowrap;
  padding-right: 15px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: 0px;
  right: -5px;
  color: inherit;
}

.form-group {
  margin-bottom: 18px;
}
.help-block {
  margin-top: 1px;
}

/*select option {
    box-shadow: 0 0 10px 100px #000 inset
    }*/
.has-success .form-control {
  border-color: #7ed321;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
    margin-top: -7px;
  }
  .navbar {
    position: relative;
    height: 75px;
  }
}

.customTabs .tab {
  height: 400px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.has-warning .form-control {
  border-color: rgb(239, 70, 50);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* district Table page(S) start*/
@media (min-width: 1200px) {
  .fixed-menu {
    position: fixed;
    top: 0px;
    background: #ffffff;
    width: 455px;
    z-index: 99;
    border-radius: 4px;
  }
  #districtAllCrops .fixed-menu {
    overflow-x: hidden;
  }
  .fixed-menu th {
    width: 45px;
  }
  /* #districtAllCrops tr>td:nth-child(n+2) {
          width: 95px;
      }*/
  .fixed-menu th:first-child {
    width: 218px;
  }
  /*.fixed-menu.otherHeadSec th:nth-child(2){
          width: 0px;
        }*/
  #tableAllCrops tr > td {
    width: 45px;
  }
  /* District Table*/

  .districtTable .table-responsive {
    margin-left: 165px;
  }
  .subDistrictMappingTable .table-responsive {
    margin-left: 165px;
  }
  .districtTable.yieldTableHead .table-responsive {
    margin-left: 0px;
  }
}
/* district Table page(S) end*/
.customUserConsole .tab-content {
  margin-left: 0px;
  margin-right: 0px;
}
.alignment {
  margin-left: -15px;
  margin-right: -15px;
}
/*.modal-dialog {
    .tab-content{
      margin-left: -15px;
      margin-right:-15px;
    }
      top: 30%;
      transform: translateY(-50%);
    }*/
/* alert message css(S)*/
.alert {
  z-index: 999;
  opacity: 1;
  -webkit-animation: fadein 10s;
  -moz-animation: fadein 10s;
  -ms-animation: fadein 10s;
  -o-animation: fadein 10s;
  animation: fadein 10s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.custom-policy-modal .modal-content {
  background: url(https://pmfby.gov.in/img/bg2.png) top
      left no-repeat,
    url(https://pmfby.gov.in/img/bg1.png) bottom right
      no-repeat;
  background-size: 75px;
}
.custom-policy-modal {
  border-radius: 4px;
  box-shadow: 0 1px 16px 4px rgba(0, 0, 0, 0.2);
  background: #fff;
  width: 400px;
}
.centerTab ul li.active a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #7ed321;
  border-bottom: 1px solid #7ed321 !important;
}
.selectSeasonModal .table-responsive {
  display: inline-block;
  width: 100%;
  overflow-x: auto;
}
.afterScrollDiv {
  position: fixed;
  top: 0px;
  width: 165px;
  height: 36px;
  z-index: 99;
  background: #fff;
  left: 142px;
  opacity: 0;
}
@keyframes fadein {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Policy and DD Claim pages start(S)*/
.customFormGroup .input-group-addon {
  background: transparent;
  border: none;
  position: absolute;
  right: 0px;
  z-index: 99;
  top: 3px;
}
.customFormGroup .input-group-addon i {
  color: #7ed321;
}
.claimTabs > ul {
  border-bottom: 0;
  /* border-bottom: solid 1px #eff5ef; */
  
}
.claimTabs > ul > li {
  margin: 0px 40px -6px 0px;
}
.claimTabs > ul > li a {
  border: none;
  border-bottom: solid 1px #cccccc;
  padding: 11px 4px 7px 4px !important;
}
.claimTabs > ul > li a:hover,
.claimTabs > ul > li a:active,
.claimTabs > ul > li a:focus {
  border: none;
  border-bottom: solid 1px #7ed321;
}
.claimTabs > ul > li a:focus {
  outline: none;
}
.claimTabs > .nav-tabs li.active a,
.claimTabs > .nav-tabs li.active a:focus,
.claimTabs > .nav-tabs > li.active > a,
.claimTabs > .nav-tabs > li.active > a:focus,
.claimTabs > .nav-tabs > li.active > a:hover {
  border: none;
  border-bottom: 1px solid #7ed321;
}
/* Policy and DD Claim pages end(S)*/

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-bottom: 1px solid red;
}
/*====Tab boorder none===*/
.nav-tabs {
  border-bottom: 1px solid transparent;
}
/*====Tab boorder none===*/
.helpHack .tab-content > .tab-pane {
  padding-top: 10px;
}
.helpHack .nav-tabs > li > a {
  height: 66px;
  padding: 0 15px 10px 15px;
}
.helpHack .nav > li > a {
  padding: 0 15px 10px 15px;
}

.carousel-control {
  top: unset;
  text-shadow: none;
  color: #000;
}
.carousel-control.left {
  left: initial;
  right: 0px;
  top: 50px;
}
.carousel-control.right {
  right: 0px;
  bottom: 30px;
}
.carousel-control.left,
.carousel-control.right {
  background: transparent none repeat scroll 0 0;
  border: 0px solid #7ed321;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  color: #7ed321;
  right: 0;
}

.carousel-control .glyphicon-chevron-right {
  left: 0px;
}
.carousel-control .glyphicon-chevron-left {
  left: 10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 6px;
  z-index: 5;
  display: inline-block;
  margin-top: 0px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .navbar {
    position: relative;
    height: 82px;
  }
}

.input-group-addon {
  padding: 0px 12px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 0px !important;
}
.glyphicon.glyphicon-time {
  display: none;
}
.nav > li.active a span i,
.nav > li.active a:hover span i,
.nav > li.active a:focus span i {
  background: #7ed321;
}
.nav > li.active a,
.nav > li.active a:hover,
.nav > li.active a:focus {
  border-bottom: 1px solid #7ed321;
}
.customTabsInsideNested ul.nav-tabs li a:hover,
.customTabsInsideNested ul.nav-tabs li a:hover:focus,
.customTabsInsideNested ul.nav-tabs li.active a:hover,
.customTabsInsideNested ul.nav-tabs li.active a:hover:focus {
  border-top: 0 solid #ddd;
  border-left: 0 solid #ddd;
  border-right: 0 solid #ddd;
}

.nav > li.active a,
.nav > li.active a:hover,
.nav > li.active a:focus {
  background-color: #d4fcf3 !important;
  color: #425364 !important;
  border-bottom: 4px solid #91cabd !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  font-weight: 500;
}
.dropdownApprovePage .caret {
  float: right !important;
}

#bg-nested-dropdown {
  background: transparent;
  font-size: 0.75rem;
  font-weight: normal;
  color: #678188;
  border-radius: 0 !important;
}
#bg-nested-dropdown:focus {
  box-shadow: none;
}
/*.theadSec.districtTableSection.fixed-menu tr:first-child{
  float: right;
}*/

/*.navbar-collapse.collapse.in{
  height:375px;
}*/
.navbar-collapse.collapse.in .btn-group,
.btn-group-vertical {
  position: static;
}
.DateRangePicker {
  width: 100%;
}
.DateRangePickerInput {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-top-color: rgb(204, 204, 204);
  border-right-color: rgb(204, 204, 204);
  border-bottom-color: rgb(204, 204, 204);
  border-left-color: rgb(204, 204, 204);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
}
.DateRangePickerInput input {
  font-size: 0.875rem;
  font-weight: normal;
  color: #494949;
  padding: 2px 15px;
  text-align: left;
}
.DateRangePickerInput input:focus {
  border-radius: 0 !important;
  border-top: 0px solid #7ed321;
  border-right: 0px solid #7ed321;
  border-bottom: 1px solid #7ed321;
}
.DateInput_input__focused {
  border-radius: 0;
  border: 1px solid #7ed321;
}
.DateRangePickerInput .DateInput {
  width: 45%;
}
.SingleDatePicker {
  position: static !important;
}
.SingleDatePickerInput__withBorder {
  border-top: 0px solid #ef7345 !important;
  border-left: 0px solid #ef7345 !important;
  border-right: 0px solid #ef7345 !important;
  border-bottom: 0px solid #ccc !important;
}
.SingleDatePickerInput {
  display: inline-block;
  background-color: transparent !important;
}
.DateInput {
  background: transparent !important;
}
.DateInput_fang {
  display: none;
}
#policyChoice li.active a,
#policyChoice li.active a:focus,
#policyChoice li.active a:focus:active,
#policyChoice li.active a:active:hover,
#policyChoice li.active a {
  border-bottom: 1px solid #fff !important;
  background: none !important;
}
@media (min-width: 991px) {
  .modal-dialog {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}

@media (min-width: 991px) {
  .modal-dialog {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }

  .pagination > .disabled > a,
  .pagination > .disabled > a:focus,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > span,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: transparent;
    border-color: #ddd;
  }
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
}

#bugTabID li.active a {
  font-size: 1.125rem;
  color: #7ed321;
}
#optTextHeight {
  height: 45px !important;
}

#materialoptTextHeight {
  height: 45px !important;
}

/*=====
Index.html
=====*/

/*.navbar-collapse.collapse.in{
  height:375px;
}*/
.navbar-collapse.collapse.in .btn-group,
.btn-group-vertical {
  position: static;
}
.DateRangePicker {
  width: 100%;
}
.DateRangePickerInput {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-top-color: rgb(204, 204, 204);
  border-right-color: rgb(204, 204, 204);
  border-bottom-color: rgb(204, 204, 204);
  border-left-color: rgb(204, 204, 204);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
}
.DateRangePickerInput input {
  font-size: 0.875rem;
  font-weight: normal;
  color: #494949;
  padding: 2px 15px;
  text-align: left;
}
.DateRangePickerInput input:focus {
  border-radius: 0 !important;
  border-top: 0px solid #7ed321;
  border-right: 0px solid #7ed321;
  border-bottom: 1px solid #7ed321;
}
.DateInput_input__focused {
  border-radius: 0;
  border: 1px solid #7ed321;
}
.DateRangePickerInput .DateInput {
  width: 45%;
}
.SingleDatePicker {
  position: static !important;
}
#policyChoice li.active a,
#policyChoice li.active a:focus,
#policyChoice li.active a:focus:active,
#policyChoice li.active a:active:hover,
#policyChoice li.active a {
  border-bottom: 1px solid #fff !important;
  background: none !important;
}

/* New Home CSS Start*/
.changeLanguage .btn-group-lg > .btn,
.changeLanguage .btn-lg {
  padding: 0px;
  background: transparent;
  border: none;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 0;
}
.changeLanguage .btn-default.active.focus,
.changeLanguage .changeLanguage .btn-default.active:focus,
.changeLanguage .btn-default.active:hover,
.changeLanguage .btn-default:active.focus,
.changeLanguage .btn-default:active:focus,
.changeLanguage .btn-default:active:hover,
.changeLanguage .open > .dropdown-toggle.btn-default.focus,
.changeLanguage .open > .dropdown-toggle.btn-default:focus,
.changeLanguage .open > .dropdown-toggle.btn-default:hover,
.changeLanguage .btn-default:hover,
.changeLanguage .btn-default:focus,
.changeLanguage .btn-default:visited {
  color: #c2daf1;
  background: transparent;
  border: none;
}
/* New Home CSS End*/
/* New Menu CSS Start*/
.menuSec .container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.helplineTabsHead ul > li.active a,
.helplineTabsHead ul > li.active a:hover,
.helplineTabsHead ul > li.active a:focus {
  border-bottom: 1px solid #00750e;
}
/* New Menu CSS End*/

/* Insurance Calculator Modal */
.customModal .modal-dialog {
  float: left;
  width: 850px;
  text-align: center;
  z-index: 6;
}
.customModal .modal-content {
  background: url(https://pmfby.gov.in/img/calculatorBack.png);
  /*background: #fff;*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 4px;
  box-shadow: 0 2px 8px 8px rgba(0, 0, 0, 0.2);
}
.customModalPolicyStaus .modal-content {
  background: url(https://pmfby.gov.in/img/PolicyStatus.png) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  border-radius: 4px !important;
  box-shadow: 0 2px 8px 8px rgba(0, 0, 0, 0.2) !important;
}
.claimStatusBack .modal-content {
  /*background-image: url(https://pmfby.gov.in/img/newHome/claimStatusBack.png);*/
  background: #fff;
}
.reportCropBack .modal-content {
  /*background-image: url(https://pmfby.gov.in/img/newHome/reportCropBack.png);*/
  background: #fff;
}
.customModal .modal-header {
  padding: 35px 0 10px 0;
  border-bottom: 0px solid #e5e5e5;
}
@media (max-width: 1200px) {
  .customModal .modal-dialog {
    width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .customModal .modal-dialog {
    width: 95%;
    height: auto;
  }
}
.customIndexHelpModal .modal-content {
  background: url(https://pmfby.gov.in/img/index-help.png) !important;
  /*background: #fff;*/
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  border-radius: 4px !important;
  box-shadow: 0 2px 8px 8px rgba(0, 0, 0, 0.2) !important;
}

#indexMenuRBTParent .dropdown.open > a,
#indexMenuRBTParent .dropdown.open > a:focus,
#indexMenuRBTParent .dropdown.open > a:hover {
  color: #fff;
  background-color: #278c27;
}

/*#indexMenuRBT li.dropdown.open ul.dropdown-menu li a{
  color:#005700;
}*/
#indexMenuRBT li.dropdown.open ul.dropdown-menu li a {
  color: #233e5e;
}
#indexMenuRBT li.dropdown.open ul.dropdown-menu li a:hover {
  color: #fff;
  background: #38a138;
}
/*#indexMenuRBT::after{
  position: absolute;
  content: ' ';
  left: 0;
  right: 0;
  box-shadow: 0 2px 12px 12px rgba(0, 0, 0, 0.2);
  height: 10px;
  width: 100%;
  z-index: 3;
  top:0;
}*/

/*==========
Alert color
============*/
.alert-success {
  color: #fff;
  background-color: #7ed321 !important;
}

.alert-success button span {
  color: #fff !important;
}
.alert-danger {
  color: #fff;
  background-color: #d8574e !important;
}

.alert-danger button span {
  color: #fff !important;
}

/*menu icon color(S)*/
#indexMenuRBTParent.navbar-inverse .navbar-toggle {
  background: #7ed321;
  border: 1px solid #7ed321;
  color: #417505;
  margin-right: 0;
}
#indexMenuRBTParent.navbar-inverse .navbar-toggle.icon-bar {
  /*background-color: #b8e986;
    border:1px solid #fff;*/
  color: #417505 !important;
}
/*#indexMenuRBTParent.navbar-inverse .navbar-toggle:focus, #indexMenuRBTParent.navbar-inverse .navbar-toggle:hover{
    background-color: #fff;
}*/
.materialSelectList .Select-control {
  border-left: 0px solid #000 !important;
  border-right: 0px solid #000 !important;
  border-top: 0px solid #000 !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0;

  display: inline-block;
  background-image: url("https://pmfby.gov.in/img/dropDownDefault.png") !important;
  background-position: calc(100% - 0px);
  background-size: 10px;
  background-repeat: no-repeat !important;
  line-height: 1;
  margin: 0 0 0 -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
.materialSelectList .Select-placeholder {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000000;
  border-radius: 0 !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  outline: none !important;
}
@media (max-width: 767px) {
  #indexMenuRBTParent .navbar-collapse {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .changeLanguage {
    float: right;
  }
  .changeLanguage .dropdown-menu {
    left: -100px;
  }
  .changeLanguage .dropdown-menu li {
    display: block;
  }
}
#noticeModal .modal-content {
  height: 500px;
  overflow: hidden;
}
#noticeModal .modal-body {
  padding: 0 15px;
  height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
}

.materialDate .DateInput,
.materialDate .SingleDatePickerInput,
.materialDate .SingleDatePicker {
  width: 100% !important;
}

.SingleDatePicker_picker {
  z-index: 100 !important;
  width: auto !important;
}

/*#premiumDateModal .CalendarMonthGrid_month__horizontal{
  position: fixed!important;
  left: 50%!important;
  top:50%!important ;
  margin-left: -450px!important;
  margin-top:-100px!important;
  z-index: 100;

}*/

/*==============
Pacs Moddal
================*/
.pacsModal .modal-header {
  background: #fcfcfc !important;
  padding: 8px 10px;
  border-radius: 3px;
  margin-bottom: 20px;
  border: 1px solid #eff5ef;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.pacsModal .modal-header h4 {
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  color: #678188 !important;
}
/*==============
Pacs Moddal
================*/

#pPDFWeb {
  display: none;
}
.customNewPagination {
  margin: 5px 0 !important;
}
.pagination {
  margin: 10px 0 0 0 !important;
}
.pagination > li > a,
.pagination > li > span {
  border: 0px solid #ddd;
  background-color: transparent;
  padding: 6px 7px;
  color: #777;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #777;
  background-color: transparent;
  border-color: 0;
}
/*=====CEO Page========*/
.customCarouselCEOCEO .carousel-control {
  font-size: 50px;
  text-shadow: none;
}
.customCarouselCEO .carousel-control.left span {
  font-size: 20px;
  padding: 7px 15px;
}
.customCarouselCEO .carousel-control.right span {
  font-size: 20px;
  padding: 7px 15px;
}
.customCarouselCEO .carousel-control.left {
  float: left;
  background: #fff;
  font-size: 50px;
  color: #fe6b29;
  opacity: 1;
  padding: 25px;
  margin-left: -58px;
  left: 0;
  top: 0;
  border-radius: 0;
}
.customCarouselCEO .carousel-control.right {
  float: right;
  background: #fff;
  font-size: 50px;
  color: #fe6b29;
  opacity: 1;
  padding: 25px;
  margin-right: -25px;
  border-top-right-radius: 15px;
  right: 0;
  top: 0;
  border-radius: 0;
}
/*==================================*/

.ceoBody {
  font-family: Roboto, sans-serif;
  letter-spacing: 0.5px;
  background: #4c73c8 url(https://pmfby.gov.in/img/ceo/BG_Dash.svg) left center no-repeat;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.modal-body .table-responsive {
  max-height: 380px;
}
.table>thead>tr>th{
	position: sticky;
	top: 0;
	background-color: #fff;
}
.reportDataTableBox{
  padding: 0 !important;
}
.reportDataTable table th:first-child, 
.reportDataTable table td:first-child{
	width: 180px;
}
.actionBtn{
  background-color: #9dc8ed;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 20px;
  font-size:0.65rem;
}
.reportDataTable table>tbody>tr>td>button{
	color: #283593 !important;
}

.form-control::placeholder{
	color: rgba(0, 0, 0, 0.40);
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 16.8px */
}
/* Responsive CSS */

@media (max-width: 767px){
	.nav-tabs li a, .form-control{
		font-size: 12px;
	}
}