body {
  margin: 0;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

input[type="text"]::-ms-clear {
  display: none;
}

select, input:not(input[type="checkbox"]):not(input[type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

input.form-control:focus {
  box-shadow: none;
  outline: 0;
  border-color: #ced4da;
}

#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(175, 175, 175, 0.4);
  background-image: url("https://www.drupal.org/files/issues/throbber_12.gif");
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: center;
  z-index: 9999999;
}

#loading_update {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(175, 175, 175, 0.4);
  background-image: url("https://www.drupal.org/files/issues/throbber_12.gif");
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: center;
  z-index: 9999999;
}

#loading_delete {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(175, 175, 175, 0.4);
  background-image: url("https://www.drupal.org/files/issues/throbber_12.gif");
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: center;
  z-index: 9999999;
}

.mymodalnew {
  float: right;
}

#success_message {
  /* border: solid 1px; */
  color: green;
  text-align: center;
  width: 100%;
  display: block;
}

#error_message {
  /* border: solid 1px; */
  color: red;
  text-align: center;
  display: block;
  width: 100%;
}

#success_message_update {
  color: green;
  text-align: center;
  display: block;
  width: 100%;
}

#error_message_update {
  color: red;
  text-align: center;
  width: 100%;
  display: block;
  text-align: center;
}
 div#success_message_delete {
    /* border: solid 1px; */
  color: red;
  text-align: center;
  width: 100%;
  display: block;
  text-align: center;
}
div#error_message_delete {
    /* border: solid 1px; */
 color: red;
  text-align: center;
  width: 100%;
  display: block;
  text-align: center;
}

.image-size-style {
  font-size: 12px;
  margin-bottom: 5px;
  color: #000;
}

#success_message_update p, #error_message_update p, #error_message p, #success_message p {
  margin: 10px 0 20px;
}

.modal-header .close {
  padding: 0px;
  margin: 0px;
}

.error {
  color: red;
}

body.cke_editable.cke_editable_themed.cke_contents_ltr.cke_show_borders {
  margin: 12px;
  font-size: 16px;
}

.imagePreview {
  width: 100%;
  height: 180px;
  background: url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
  background-color: #fff;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  background-position: center;
}

.btn-primary {
  display: block;
  border-radius: 0px;
}

.uploadBtn {
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15);
}

.imgUp {
  margin-bottom: 15px;
}

.del {
  position: absolute;
  top: 0px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.imgAdd {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #4bd7ef;
  color: #fff;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 30px;
  margin-top: 0px;
  cursor: pointer;
  font-size: 15px;
}

#myModalLabel {
  padding: 0px;
  margin: 0px;
}

/*.table-responsive {
    overflow-x: auto;
    }*/

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 500px;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ced4da;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  background-image: url(../images/arrow-down-new.png);
  background-position: center right 15px;
  background-size: auto 10px;
  border-radius: 0;
  background-repeat: no-repeat;
}

.card-form-style .card-body {
  padding: 20px;
}

.card.card-login {
  border: 0px;
  border-radius: .25rem;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
  margin-top: 130px;
}

.card-login .card-header {
  text-align: center;
  background-color: #343a40!important;
}
.card-login .card-header,h1 {
  color : #fff;
}

.align-center {
  text-align: center;
}

.thmeBtnColor {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
  cursor: pointer;
}

.card-login .form-group .form-control {
  height: 48px;
  background-color: transparent;
  border-radius: 0;
}

.card-login input.btn.btn-primary {
  min-width: 150px;
  padding: 10px;
  background-color: #353a40;
  border-color: #353a40;
  margin: 25px auto 20px;
}

.btn.btn-danger.remove-update {
  width: 100%;
  height: 50px;
  border-radius: 0;
  cursor: pointer;
}

.hoverEffectBtn {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.hoverEffectBtn:after {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 155px;
  left: -75px;
  opacity: .35;
  position: absolute;
  top: -50px;
  width: 42px;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  transform: rotate(35deg);
  z-index: 1;
}

.hoverEffectBtn:hover:after {
  left: 150%;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.listTableCol .btn-primary {
  margin-top: 0;
  margin-right: 5px;
  border-radius: 4px;
}

.card-form-style .form-control {
  height: 50px;
  border-radius: 0;
}

.registerBtn, .update-user-details {
  padding: 8px 40px;
}

.registerBtn:hover {
  background-color: #000;
}

.thmeBtnColor:hover, .thmeBtnColor:focus, .thmeBtnColor:active {
  background-color: #000!important;
  border-color: #000!important;
}

.thmeBtnColor.btn-primary.focus, .thmeBtnColor.btn-primary:focus {
  box-shadow: none;
}

.topSpaceBtn {
  margin-top: 10px;
}

.card-form-style select.form-control:not([size]):not([multiple]) {
  height: calc(3rem + 2px);
}

label.error {
  font-size: 13px;
}

.card-form-style .input-group .input-group-addon {
  border-radius: 0;
}

span.input-group-addon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  height: 100%;
}

.card-register.card-form-style {
  max-width: 800px;
  width: 100%;
}

.hoverEffectBtn.uploadHoverBtn {
  display: block;
  margin-top: -7px;
}

.input-date-group.input-group {
  flex-wrap: wrap;
  position: relative;
}

.input-date-group .form-control {
  width: 100%;
}

.dataTables_paginate .page-item.active .page-link {
  background-color: #343a40;
  border-color: #343a40;
}

.dataTables_paginate .page-link {
  color: #343a40;
}

.dataTables_paginate .page-link:focus, .dataTables_paginate .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #343a40;
  border-color: #343a40;
  color: #fff
}

.top-header-card {
  justify-content: space-between;
  align-items: center;
}

.headingBtn {
  display: inherit;
}

.mymodalnew {
  padding: 8px 30px;
}

.dataTables_filter {
  margin: 0 0 20px;
}

.form-select.form-control:not([size]):not([multiple]) {
  height: calc(2.625rem + 2px);
  width: 300px!important;
  max-width: 100%!important;
  position: relative;
  z-index: 22;
}

.dataTables_filter label {
  width: 100%;
  text-align: right!important;
}

div.dataTables_filter label input.form-control {
  width: 300px!important;
  max-width: 100%;
  height: 43px;
  border-radius: 0;
}

table.dataTable tbody td {
  min-width: 150px;
}

table.dataTable tbody td:first-child {
  min-width: 65px;
}

.bottomDownSpace {
  margin-bottom: -45px;
}

.dataTable th.sorting_asc, .dataTable th.sorting {
  white-space: nowrap;
}

.modal-body .card-body h3 {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
}

table.table-bordered.dataTable td button, table.table-bordered.dataTable td a button {
  cursor: pointer;
}

table.table-bordered.dataTable td a button {
  margin-right: 0;
}

.breadcrumb-item.hoverEffectBtn {
  margin-left: auto;
}

.breadcrumb-item.hoverEffectBtn:before {
  display: none;
}

.linkBtnStyle {
  padding: 8px 30px;
  color: #fff;
  display: inline-block;
}

.linkBtnStyle:hover {
  color: #fff;
}

.breadcrumb.d-flex {
  align-items: center;
}

input#InputCityUpdate {
  border-radius: 0;
}

.labelStyleRadio {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0px 0px 0 25px;
  margin: 10px 30px 0 0;
}

.labelStyleRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #ced4da;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.labelStyleRadio input:checked~.checkmark:after {
  display: block;
}

.labelStyleRadio .checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #343a40;
}

.modal-header .modal-title {
  font-size: 18px;
}

.modal-footer button.btn.btn-default {
  -webkit-transition: .4s ease-in-out 0s all;
  -moz-transition: .4s ease-in-out 0s all;
  -ms-transition: .4s ease-in-out 0s all;
  -o-transition: .4s ease-in-out 0s all;
  transition: .4s ease-in-out 0s all;
}

.modal-footer button {
  cursor: pointer;
}

.modal-footer button.btn.btn-default:hover {
  background-color: #000000;
  border-radius: 0;
  color: #fff;
}

.modal-body select.form-control:not([size]):not([multiple]) {
  height: calc(3rem + 2px);
}

.modal-body .form-group .form-control {
  height: 50px;
  border-radius: 0;
}

.modal-body .card-body h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.5;
}

.close span {
  cursor: pointer;
  display: inline-block;
}

.imgAdd {
  background-color: #343a40!important;
  line-height: 32px!important;
  font-size: 14px!important;
  margin-left: -35px;
  margin-top: -10px;
  cursor: pointer;
  position: relative;
  z-index: 9;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.imgUp {
  position: relative;
}

button.btn.btn-default {
  background-color: #f1f1f1;
  border-radius: 0;
}

.table-bordered.dataTable tr.child td.child {
  display: table-cell;
}

.card-form-style textarea.form-control {
  resize: none;
  height: 120px!important;
}

.labelBlock {
  display: block;
}

.buttonDetailInner {
  width: 100%;
}

.buttonDetailInner .thmeBtnColor {
  width: 100%;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.uploadFile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6666;
  bottom: 0;
  width: 100%!important;
  height: 38px!important;
  opacity: 0;
  cursor: pointer;
}

/*.table-bordered.dataTable td:last-child {
  border-right-width: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}*/

.table-bordered.dataTable td button.btn-danger, .table-bordered.dataTable td button.btn-primary, .table-bordered.dataTable td button.btn-primary[title="Review"] {
  margin-left: 5px;
  border-radius: 4px;
}

table.dataTable>tbody>tr.child ul.dtr-details li:last-child span.dtr-data button {
  display: inline-block;
}

table.dataTable>tbody>tr.child ul.dtr-details li:last-child span a {
  display: inline-block;
}

table.dataTable>tbody>tr.child ul.dtr-details li span a button {
  border-radius: 4px;
}

.table-bordered.dataTable td:last-child button.btn-primary.modal-update {
  border-radius: .2rem;
}

table.dataTable>tbody>tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}

.ReportFilterSubmit.thmeBtnColor {
    margin-top: 6px;
}


.eye-content-detail table.table tr:first-child th, .eye-content-detail table.table tr:first-child td {
  border-top: 0;
}

.eye-content-detail table.table {
  margin: -10px 0 0;
}

.eye-content-detail .modal-body {
  padding-bottom: 0;
}

.eye-content-detail table.table tr th {
  position: relative;
}

.eye-content-detail table.table tr th:after {
  position: absolute;
  right: 0;
  content: ':';
  margin-right: 5px;
}

span.dtr-title:after {
  position: absolute;
  content: ':';
  right: 0;
  top: 0;
}

table.dataTable {
  margin-bottom: 25px!important;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 9px!important;
  white-space: nowrap;
}

.table-bordered.dataTable td.dataTables_empty {
  display: table-cell;
  padding: 20px 0;
}

.breadcrumb li.breadcrumb-item.active:first-child {
  padding: 8px 0;
}

.breadcrumb {
  padding: 8px 20px!important;
}

.imgUp i.del {
  position: absolute;
  top: 32px;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.labelStyleNew {
  display: inline-block;
  vertical-align: middle;
}

.bottomDownSpace .form-select.form-control {
  display: inline-block;
}

.model-dialog-custom {
  width: 660px!important;
  max-width: 100%!important;
}

body.sticky-footer {
    margin-bottom: 42px;
}
footer.sticky-footer {
    height: 42px;
}

@media (min-width: 1500px) {
  .content-wrapper {
    padding: 60px 30px 0px;
  }
}

@media (min-width: 1024px) {
  .content-wrapper {
    padding: 60px 15px 0px;
  }
}

@media (min-width: 992px) {
  #mainNav .navbar-collapse .navbar-sidenav {
    margin-top: 76px;
  }
  #mainNav.fixed-top .sidenav-toggler {
    margin-top: calc(100vh - 42px);
  }
}

@media (max-width: 1280px) {
  .form-select.form-control:not([size]):not([multiple]) {
    height: calc(2.625rem + 2px);
    width: 260px!important;
  }
  div.dataTables_filter label input.form-control {
    width: 260px!important;
  }
}

@media (min-width: 992px){  
  footer.sticky-footer {
      width: calc(100% - 200px) ;
  }
  body.sidenav-toggled footer.sticky-footer {
      width: calc(100% - 55px);
  }
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.student-detail-modal .modal-dialog {
  width: 100%;
  max-width: 767px;
}

.table-responisve {
  overflow-x: auto;
}
/*.dataTables_wrapper {
    padding: 0;
}

.dataTables_wrapper .row {
    margin: 0;
}

.dataTables_wrapper .row .col-sm-12 {
    padding: 0;
}*/