.add-title-head {
  margin: 0;
  margin-top: -18px;
  background: white;
  position: absolute;
  font-weight: 700;
  font-size: 16px;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.rounded {
  border-radius: 0.375rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}
.mb-0{
  margin-bottom: 0px !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem!important;
  margin-bottom: 1.5rem!important;
}
.px-4 {
  padding-right: 1.5rem!important;
  padding-left: 1.5rem!important;
}
.m-0{
margin:0px;
}

body {

  background-color: #eee;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 10px;
}

.form-signin input[type="password"],
.form-signin input[type="text"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.error-msg {
  margin: .5em 0;
  display: block;
  color: #dd4b39;
  line-height: 17px;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
  border: 5px solid #55790b !important;
  background: #729627 !important;
  width: 260px;
}

.skin-blue .sidebar-menu .treeview-menu>li.active>a {
  color: #000;
}

.navbar-custom-menu p {
  color: #fff !important;
}



/**************** CLIENT CHECK RELATED CLASSES ****************/
.msghidden {
  color: red;
  width: auto;
  margin: 7px 4%;
  font-weight: normal;

}

.cus_error {
  padding: 7px 35px 7px 3px;
}

span.error_msg_container_inner select input {
  display: block;
  position: relative;
  top: -3em;

}

label {
  vertical-align: top;
}

span.error_msg_container input {}

span.error_msg_container label {
  display: block;
  position: relative;
  top: 0px;
  text-align: left;
}

.error_divBox {
  width: 68%;
  float: right;
  border: 0px solid blue;
  min-height: 0px;
}

.error_strings {
  border: 1px solid#ff0000;
  color: red !important;
  margin: auto;
  text-align: left;
  line-height: 22px;
  padding-right: 5px;
  padding-left: 25px;
  border-radius: 5px;
  background-color: #f7ecec;
  font-weight: normal;
  margin-top: 2px;

  background-image: url(error.png);
  background-position: left;
  background-repeat: no-repeat;
}

.showAstric {
  color: red;
  width: 15px;
  font-size: 12px;
  position: relative;
  vertical-align: top;
  padding-right: 2px;
  padding-left: 2px
}



.form-group.required .control-label:after {
  content: " *";
  color: red;
}

.height690 {
  min-height: 690px;
}

/*loader*/
.model {
  /*background: none repeat scroll 0 0 rgba(47, 55, 66, 0.7);*/
  background-color: #000;
  height: 100% !important;
  /* real browsers */
  min-height: 100%;
  /* real browsers */
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  float: left;

  width: 100%;
  z-index: 9999;
  opacity: 0.4;
  filter: alpha(opacity=100);
  border: 0px solid red;
}

.loader-container {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

/*Message related*/
.msg_notf {
  float: right;
  margin-right: 5px;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  margin-top: -17px;
}

.ShowMsg {
  border: 0 solid #FF0000;
  color: #FF0000;
}

.disp-block {
  font-weight: normal;
}

.DataCenterBold {
  text-align: center;
  font-weight: bold;
}

.DataBold {
  font-weight: bold;
}

.DataRed {
  color: red;
}

.DataGreen {
  color: green;
}

.DataBlue {
  color: blue;
}

.DataYellow {
  color: yellow;
}

.DataRight {
  text-align: right !important;
}

.CalImg {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.CalImga:hover {
  background-color: transparent;
}

.CopyIcon {
  cursor: pointer;
  vertical-align: middle;
}

/*.ui-dialog .ui-dialog-titlebar-close:after {
    content: "x";
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 26px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 26px;
}*/

/* .tools i{
    font-size: 20px;
    margin: 0 5px 0 0;
    cursor: pointer;
} */

.tools i:hover {
  /* color:  #eff9ff; */
  color: #333333;
}

/*.tools i:nth-child(2):hover{

    color:  #fb1c00;
}*/

.group td {
  font-weight: bold;
}

/* make sidebar nav vertical */
@media (min-width: 768px) {
  .affix-content .container {
    width: 700px;
  }

  html,
  body {
    background-color: #f8f8f8 !important;
    height: 100%;

  }

  .affix-content .container .page-header {
    margin-top: 0;
  }

  .affix-sidebar {
    padding-right: 0;
    font-size: small;
    padding-left: 0;
  }

  .affix-row,
  .affix-container,
  .affix-content {
    height: 100%;
    overflow: scroll;
    margin-left: 0;
    margin-right: 0;
  }

  .affix-content {
    background-color: white;
  }

  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }

  .sidebar-nav .navbar {
    border-radius: 0;
    margin-bottom: 0;
    border: 0;
  }

  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }

  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }

  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (min-width: 769px) {
  .affix-content .container {
    width: 600px;
  }

  .affix-content .container .page-header {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .affix-content .container {
    width: 900px;
  }

  .affix-content .container .page-header {
    margin-top: 0;
  }
}

@media (min-width: 1220px) {
  .affix-row {
    overflow: hidden;
  }

  .affix-content {
    overflow: auto;
  }

  .affix-content .container {
    width: 1000px;
  }

  .affix-content .container .page-header {
    margin-top: 0;
  }

  .affix-content {
    padding-right: 30px;
    padding-left: 30px;
  }

  .affix-title {
    border-bottom: 1px solid #ecf0f1;
    padding-bottom: 10px;
  }

  .navbar-nav {
    margin: 0;
  }

  .navbar-collapse {
    padding: 0;
  }

  .sidebar-nav .navbar li a:hover {
    background-color: #428bca;
    color: white;
  }

  .sidebar-nav .navbar li a>.caret {
    margin-top: 8px;
  }
}

td.reorder {
  cursor: move;
}

.table-right>tbody>tr>td:last-child {
  text-align: right;
}

.table-right>thead:first-child>tr:last-child>th {
  text-align: right
}

.table-center>tbody>tr>td:last-child {
  text-align: center;
}

.table-center>thead:first-child>tr:last-child>th {
  text-align: center
}

.marginTop100 {
  margin-top: 70px;
}

.heading-abso {
  position: absolute;
  top: 40px;
  left: 33%;
  width: 67%;
}

.header-section {
  background: #eee;
  padding: 10px;
  margin: 0 0 10px 0;
}

.header-section h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.footer {
  background: #111;
  color: #fff;
  padding: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.loader-bg {
  position: absolute;
  width: 100%;
  left: 0;
  min-height: 100%;
  background: rgba(125, 125, 125, 0.59);
  z-index: 999;
}

#loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.sidebar-menu .treeview-menu>li>a {
  font-size: 12px;
}


.form-border {
  border: 2px solid #c4deec;
  padding: 18px;
  background: #f3f3f3;
}

.sidebar-menu .treeview-menu>li.active {
  background: #cae0dc;
}


table .cus_error {
  position: absolute;
  right: -88px;
  height: 88px;
  width: 201px;
  margin-top: 0%;
}

.normal {
  font-weight: normal;
}


.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
  box-shadow: none;
  border-color: #2e2f2f;
  background-color: #f7f7f7;
  font-weight: bold;
  border: 2px solid #bfbebe;
}

.dataTables_scrollHeadInner,
.dataTables_scrollHeadInner table {
  width: 100% !important;
}



.padd-left0 {
  padding: 10px 0;
}


.parent-hir .panel-default {
  border-color: transparent;
}

.parent-hir h4 {
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
  margin: 0px 0 15px 0;
  background: #cae0dc;
  padding: 5px;
} 

.parent-hir {
  padding: 15px;
  width: 663px;
  margin: 32px auto;
  border: 2px solid #c4deec;
}

.parent-hir td span {
  font-size: 16px;
  color: #444;
  font-family: monospace;
}

.parent-hir td span.none:hover {
  text-decoration: none;
  color: inherit;
}

.parent-hir td span.enable:hover {
  text-decoration: underline;
  color: #1a7ad2;
  cursor: pointer;
}

.parent-hir td,
.parent-hir th {
  padding: 0;
  margin: 0;
  line-height: 0;
  border: transparent;
}

span.btn.disabled {
  padding: 0;
  margin: 0;
  vertical-align: top;
}

.parent-hir table {
  margin-left: 15px;
}


.view-page {
  color: #104a54;
  border: 2px solid #c4deec;
  padding: 18px;
  background: #f3f3f3;
  padding: 5px;
}

table td i:hover {
  /*color: #fd022f !important;*/
}

.form-group label {
  display: inline-block;
}



.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.live-chat-status {
  float: left;
  padding: 5px 0 15px 0;
}

.live-chat-text {
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
}




.priview-block {
  padding: 10px 15px;
}

.priview-block ul,
.priview-block ul {

  margin: 10px 25px;
}

fieldset.scheduler-border {
  border: 1px groove #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
  width: inherit;
  /* Or auto */
  padding: 0 10px;
  /* To give a bit of padding on the left and right */
  border-bottom: none;
  font-size: 16px;
  margin-bottom: 10px;
}

/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo,
.register-logo {
  font-size: 24px;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 50px;
  color: #fff;
  background: #729627;  
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.login-logo a,
.register-logo a {
  color: #444;
}

.login-page,
.register-page {
  background: #f5f5f5;
}

.feed-back img {
  display: inline-block;
}

.login-box{
/* width: 400px;
margin: 7% auto;
border: 15px solid #ffffff8c;
border-radius: 2%; */
}

.register-box {
  width: 881px;
  margin: 7% auto;
  border: 15px solid #ffffff8c;
  border-radius: 2%;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 0px auto !important;
  }
}

a#passForgot {
  float: right;
  margin: -32px 0 0 0;
  border: 1px solid #1a7ad2;
  background: #4e5f69;
  color: #fff;
  padding: 6px 8px;
}

span.glyphicon.glyphicon-eye-open.form-control-feedback {
  top: 56px;
}


@media (max-width: 768px) {

  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px;
  }
}

.login-box-body,
.register-box-body {
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #666;
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #777;
}

.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}

.social-auth-links {
  margin: 10px 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  /* font-size: 1rem; */
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-group {
  margin-bottom: 15px;
  font-size: 12px;
}

.block-heading {
  margin-top: -10px;
  background-color: #fff;
  margin-left: 10px;
  font-weight: bold;
}

.block-view {
  border: 1px #39C solid;
  margin-top: -12px;
  padding: 10px;
  border-radius: 5px;
}

.block-views {
  border: 1px #39C solid;
  margin-top: -12px;
  padding: 10px;
  border-radius: 5px;
}


.cloneBlock {
  padding: 18px;
  border-radius: 5px;
  margin-bottom: 10px;
}


.koi-tinku {
  width: 100%;
  float: right;
}

.koi-tinkus {
  width: 100%;
  float: right;
  text-align: right;
}

.block-view #AddMore {
  float: right !important;
  position: relative;
  right: 10px;
  top: 7px;
}


.block-views #AddMores {
  float: right !important;
  position: relative;
  right: 10px;
  top: 7px;
}

.block-view .RemMe {
  float: right !important;
  position: relative;
  right: -7px;
  top: -8px;
}



.skin-blue .main-header .navbar .sidebar-toggle {
  color: #fff;
  position: relative !important;
  z-index: 100000 !important;
}


.user-panel>.info>p {
  font-weight: 600;
  margin-bottom: 9px;
  color: #ffba4d !important;
}



.main-header .logo .logo-lg {
  font-size: 16px !important;
  line-height: 20px !important;
  margin-top: 6px !important;

}


ul.ui-autocomplete {
  z-index: 1100;
}


.content {
  clear: both !important;
}


.skin-blue .content-header {
  clear: both !important;
}


@media screen and (max-width: 760px) and (min-width: 320px) {

  .main-sidebar {
    padding-top: 243px !important;
  }


}





.skin-blue .main-header .navbar .nav>li>a {
  color: #000 !important;
}

.headermain_topslide {
  background-color: #ccdfea;
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
}


.logo_headernew_logo {
  width: 6% !important;
  float: left;
}

.headermain_topslide img {
  height: 50px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;

}

.headermain_topslide h1 {
  font-size: 16px !important;
  font-weight: bold;
  margin: 13px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #2473a0;
  border: 0px solid;

}

/* .count_panela
{
    float: left;
    width: 30%!important;
    margin: 12px 0px 0px 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    border: 0px solid red;
} */

/* .count_panela2
{
    float: left;
    width: 18%!important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0px solid red;
} */


@media screen and (max-width: 760px) and (min-width: 320px) {



  .logo_headernew_logo {
    width: 15% !important;
    float: left;
    margin: 0px;
    padding: 0px;
    border: 0px solid;
  }

  .headermain_topslide h1 {
    font-size: 14px !important;
    font-weight: bold;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #2473a0;
    float: right;
    line-height: 20px;
    border: 0px solid;
    width: 74%;
  }

  .navbar-custom-menu .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }


}

.fa {
  cursor: pointer;
}

.bold{
  font-weight: 700!important;
}

.font-size{
  font-size: 200!important;
}
.width-100{
  width: 100%;;
}
.btn-primary {
  background-color: #729627 !important;
  border-color: #55790b !important;
}
@media (min-width: 1200px){
  .h4, h4 {
    font-size: 1.2rem;
}
}
