.newsTicker {
  font-size: 20px !important;
}

.help-block {
  display: block;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 2px;
}

.has-error .control-label,
.has-error .col-form-label,
.has-error .help-block,
.has-error .error,
.has-error .input-icon>i,
.help-block {
  color: #e74c3c;
}

.pagination-area:not(.fix-mro) {
  margin-top: 25px;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.pagination-area ul li {
  display: inline-block;
  padding: 0 1px;
}

.pagination-area ul li.prev a,
.pagination-area ul li.next a {
  position: relative;
  top: -3px;
}

.pagination-area ul li.prev a,
.pagination-area ul li.prevs a,
.pagination-area ul li.nexts a,
.pagination-area ul li.next a {
  border-color: #258cd1;
  line-height: 24px;
  height: 30px;
  width: 30px;
  margin-top: 0;
  border: 0;
}

.pagination-area ul li a {
  height: 30px;
  width: 30px;
  line-height: 29px;
  text-align: center;
  display: block;
  border: 1px solid #cceffc;
  border-radius: 50%;
}

.pagination-area ul li.active a {
  background: #258cd1;
  color: #fff;
}

.google_translate_element select {

  border: 1px solid #cceffc;
  padding: 0px 7px;
  background: #f2f6fb;
  height: 30px;
  margin: 0 !important;
  color: #595959;
}

.goog-te-gadget {
  line-height: 2px !important;
}

.item img {
  width: 100%;
}

.gallery_image {
  width: 100%;
  height: 210px;
  cursor: pointer;
}

.faq #accordion .card-header {
  background: #00aeef;
  position: relative;
  cursor: pointer;

}

.faq #accordion .card-header h5 {
  color: #fff;
  display: block;

}
.faq #accordion .card-header:after {
  content: '';
  background-image: url(../images/accordian-minus-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 9px;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
}

.faq #accordion .card-header.collapsed:after {
  background-image: url(../images/accordian-plus-blue.png);
}


.dataTables_length {
  margin-top: 2%
}

#example_paginate span a.ui-state-disabled {
  z-index: 1;
  color: #fff;
  background-color: #0054a6;
  border-color: #0054a6;
  border-color: #0054a6 !important;
  opacity: 1;
  padding: 0.3em !important;
}

#example_paginate span a {
  margin-right: 4px;
  border: 1px solid #dee2e6 !important;
  padding: 0.3em !important;
  color: #0054a6;
}

#example_previous {
  margin-right: 4px;
  width: 30px;
  padding: 0.3em !important;
  border: 1px solid #dee2e6 !important;
  opacity: 1;
  olor: #0054a6;
}

#example_next {
  width: 30px;
  padding: 0.3em !important;
  border: 1px solid #dee2e6 !important;
  border: 1px solid #dee2e6 !important;
  opacity: 1;
  color: #0054a6;
}

#example_previous i {
  margin-right: 4px;
  width: 30px;
  padding: 0.3em !important;
}

#example_paginate span a:hover {
  color: #002d5a;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;

}

#example_previous:hover {
  color: #002d5a;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;

}

#example_next:hover {
  color: #002d5a;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;

}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 99999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/* Absolute Center Spinner */
.loading1 {
  position: fixed;
  z-index: 99999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

}

/* Transparent Overlay */
.loading1:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading1:not(:required) {
  /* hide "loading1..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading1:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: transparent;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #fff !important;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
  background-color: #fff !important;
  border-top: 0;
  border-right: 0;
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
  background-color: #fff !important;
  border-top: 0;
  border-right: 0;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: #fff !important;
  border-top: 0;
  border-right: 0;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #fff !important;
  border-top: 0;
  border-right: 0;
}

.table-bordered {
  border: 0px solid #dee2e6 !important;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 0px solid #ddd !important;
  border-right: 0px solid #ddd !important;
}

table.dataTable.row-border tbody th:last-child,
table.dataTable.row-border tbody td:last-child,
table.dataTable.display tbody th:last-child,
table.dataTable.display tbody td:last-child {
  border-top: 0px solid #ddd !important;
  border-right: 1px solid #ddd !important;
}

.loader {
  border: 5px solid #f3f3f3;
  /* Light grey */
  border-top: 5px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  text-align: center;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.iFrameBorder .get_direction {
  position: absolute;
  z-index: 99;
  top: 15px;
  right: 20px;
}

.containe_bg {
  border-top: solid 1px rgba(89, 89, 89, 0.1);
  border-bottom: solid 1px rgba(89, 89, 89, 0.1);
}

.resourcesCard_search .linkDocs {
  max-width: 24%;
}

.tooltiplogin {
  position: absolute;
  right: -13px;
  top: 9px;
}

.f_tof_logo {
  border: 0px;
}

.f_tof_logo .card-body {
  border-radius: 0.25rem;
  border: 1px solid;
}


/* Tooltip container */
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #f00;
  /* Red */

}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-bottom: 5px;
  margin-left: 0px;
  padding: 10px;
  width: 280px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #464646;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  transform: translateX(-50%);
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #464646 transparent;
  border-bottom: 5px solid #464646;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.tooltip-top[data-tooltip]:before {
  top: unset;
  bottom: 100%;
}

.tooltip-top[data-tooltip]:after {
  border-bottom: 5px solid transparent;
  border-top: 5px solid #464646;
  top: -5px;
}

.tooltip-left[data-tooltip]:before {
  right: 24px;
  left: unset;
  transform: translateY(-50%);
  top: 50%;
}

.tooltip-left[data-tooltip]:after {
  top: 50%;
  left: unset;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid #464646;
  border-bottom: 5px solid transparent;
  right: 14px;
  transform: translateY(-50%);
}

.tooltip-right[data-tooltip]:before {
  right: unset;
  left: 25px;
  transform: translateY(-50%);
  top: 50%;
}

.tooltip-right[data-tooltip]:after {
  top: 50%;
  left: 20px;
  border-top: 5px solid transparent;
  border-right: 5px solid #464646;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  right: unset;
  transform: translateY(-50%);
}


.bookingDetails .form-horizontal .card {
  /* height: 92%; */
  height: auto;
}

.bookingDetails .card .card-title {
  font-size: 16px;
  color: #00aeef;
  text-transform: uppercase;
}

.booking_owlGiveway .owl-dots {
  display: none;
}

.location_text h3 {
  font-size: 14px;
  color: #0054a6;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 3px;
}

.location_text p {}

.booking_owlGiveway.owl-carousel .owl-item img {
  width: 250px;
}

.givewayContainer .booking_owlGiveway.owl-carousel .item {
  background-color: transparent;
  border: 0;
}


.syotimer {
  text-align: center;
  margin: 30px auto 0;
  padding: 0 0 10px;
}

.syotimer-cell {
  display: inline-block;
  margin: 0 5px;
  width: 79px;
  background: url(../images/timer.png);
  background-repeat: no-repeat;

}

.syotimer-cell__value {
  font-size: 35px;
  color: #80a3ca;
  height: 81px;
  line-height: 81px;
  margin: 0 0 5px;
}

.competency {
  width: 100%;
  /*empty-cells: show;*/
}

.competency .tblTitle {
  text-align: left;
  padding: 0px 10px;
  width: 50%;
  float: left;
  font-weight: 700;
  color: #00aeef;
  font-size: 16px;
  padding-bottom: 15px;
}

.competency td {
  padding: 3px 10px;
}

.competency .custom-control-label {
  position: relative;
  padding-left: 20px;
}

.custom-control-label-lg {
  font-size: 1.35rem;
}

.competency td:empty {
  /*visibility: hidden;*/

}

.tblRow {
  width: 100%;
}

.tblRow .custom-checkbox,
.tblRow .bank-div {
  padding: 0px 10px;
  width: 50%;
  float: left;
}

.tblRow .bank-div {
  height: 0.1px;

}

.dash {
  display: none;
}

.sina-nav .sina-menu li a {
  padding: 0 12px;
  font-size: 12px;
}

.coursedes_accordion .card-header {
  position: relative;
  margin-top: 3px;
  padding: 0.75rem 1.25rem;
  cursor: pointer;
  background: #00aeef;
  background-color: rgb(10, 177, 239);
  border: 1px solid rgb(10, 177, 239);
}

.coursedes_accordion .card-body {
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  margin-top: 5px;
  margin-bottom: 10px;
}

.coursedes_accordion {
  padding-top: 8px;
}

.coursedes_accordion .card-header h4 {
  margin-bottom: 0;
  color: #fff;
}

.coursedes_accordion .card-header:after {
  /*font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
  font-size: 12px; 
  color: rgb(10, 177, 239);*/
  content: '';
  background-image: url(../images/accordian-minus-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 9px;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
}

.coursedes_accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  /*content: "\f067"; */
  background-image: url(../images/accordian-plus-blue.png);
}

.coursedes_accordion .card-body table {
  width: 100% !important;
}

.coursedes_accordion .card-body table td {
  vertical-align: top;
}

.cross-mark + label.custom-control-label::after{ 
  content: "✘";
  text-align: center;  
  color: red;
  margin-top: -1px;
}

@media print {
  .coursedes_accordion .card-header h4 {
    color: #00aeef;
  }

  .coursedes_accordion .card-header {
    padding-left: 0px;
  }

  .coursedes_accordion .card-body {
    border: 0px solid rgba(0, 0, 0, 0.125);
    display: block !important;
    padding-top: 0px;
    padding-bottom: 0;
    padding-left: 0px;
  }

  .coursedes_accordion .forPrint {
    border: 0px solid rgba(0, 0, 0, 0.125);
    display: block !important;
    padding-top: 0px;
    padding-bottom: 0;
    padding-left: 0px;
  }

  .coursedes_accordion .card-header {
    border: 0px solid rgba(0, 0, 0, 0.125);
    background: transparent;
  }

  .coursedes_accordion .card-header.collapsed:after,
  .coursedes_accordion .card-header:after {
    display: none;
  }


}

@media (max-width: 1199.98px) and (min-width: 1025px) {
  .sina-nav .sina-menu li a {
    font-size: 10px;
    padding: 0 9px;
  }
}

@media (max-width: 1300px) and (min-width: 1199.99px) {
  .sina-nav .sina-menu li a {
    padding: 0 10px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 600px) {
  .coursedes_accordion .card-body table td {
    width: 100%;
    display: block;
  }
}



.alert-success {
  color: #FFF;
  background-color: #4CBB17;
  border-color: #4CBB17;
}

.btn-blue-hover:hover {
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef;
}


#example_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: white;
  border: solid 1px gray !important;
}

#example_wrapper.dataTables_wrapper .dataTables_paginate span .paginate_button.current,
#example_wrapper.dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {
  color: #fff !important;

  background: #0054a6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0054a6 0%, #0054a6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0054a6 0%, #0054a6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0054a6 0%, #0054a6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0054a6', endColorstr='#0054a6', GradientType=0);
  /* IE6-9 */

  border-color: #0054a6 !important;
}