/*
[Custom Stylesheet]
*/
body {
  direction: rtl;
  text-align: right;
}

.document_is_closed {
  color: red;
}

.form-group {
  text-align: right;
}

#documentItems,
.list-view {
  text-align: right;
}

.programs-list {
  padding: 0px;
}

.programs-list a .prog-icon {
  float: right;
}

.programs-list a {
  text-align: right;
}

a {
  color: #0099d2;
}

a:hover {
  color: #e85900;
}

.itemContent-text table {
  width: 100%;
}

.itemContent-text > p {
}

.itemContent-text table tbody tr:first-child td {
  background-color: #d7d5d5;
}

.itemContent-text table td {
  border: #585858 solid 1px;
}

.itemContent-text table td p {
  margin-bottom: 0px;
  padding: 5px;
}

.modal-header {
  display: block;
  text-align: right;
  font-size: 22px;
  padding: 10px;
}

.modal-header h4 {
  font-size: 10px;
}

.margin-top-30 {
  margin-top: 33px;
}

.margin-top-15 {
  margin-top: 15px;
}

.help-block {
  color: red;
  padding: 3px;
  font-size: 13px;
  /*display: none;*/
}

#homeGlobaladvSearch button[type="reset"],
#homeGlobalSearch button[type="reset"],
#document-sample-search button[type="reset"],
#document-search button[type="reset"] {
  background-color: #f9dd65;
  color: #333;
}

#homeGlobaladvSearch button[type="reset"]:hover,
#homeGlobalSearch button[type="reset"]:hover,
#document-sample-search button[type="reset"]:hover,
#document-search button[type="reset"]:hover {
  background-color: #07a2dc;
  color: #fff;
}

.table {
}

#AlertResultNotFound.fade {
  opacity: 100;
  transition: opacity 0.15s linear;
}

.table thead tr {
  background-color: #07a3dd;
  color: #fff;
}

.table thead tr th {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.1rem;
}

.table thead tr th a {
  color: #fff;
  font-weight: normal;
}

.table tbody tr {
}

.table tbody tr td {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100px;
  font-weight: bold;
}

.table tbody tr td a {
  text-align: justify;
  color: #0099d2;
}

.table tbody tr td a:hover {
  color: #e85900;
}

.list-document-relation {
  display: inline-block;
  cursor: pointer;
  padding: 0px 12px !important;
}

.list-document-relation .dropdown-menu {
}
.itemContent-btn button{
  padding: 0px;
}
.itemContent-btn button .soundPlaybtn{
    display: block;
}
.col-lg-2 {
  float: right !important;
}

table.pretty thead th.sorting_asc {
  background: #66a9bd url("images/sort_asc.png") no-repeat right center;
}

table.pretty thead th.sorting_desc {
  background: #66a9bd url("images/sort_desc.png") no-repeat right center;
}

table.pretty thead th.sorting {
  background: #66a9bd url("images/sort_both.png") no-repeat right center;
}

div.dataTables_paginate {
  float: right;
}

.dataTables_empty {
  background-color: #1082ac;
  color: #fff;
}

a.paginate_button,
a.paginate_active {
  display: inline-block;
  background-color: #156b8a;
  padding: 2px 6px;
  margin-left: 2px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  *cursor: hand;
}

a.paginate_active {
  background-color: transparent;
  border: 1px solid 002a40;
}

a.paginate_button_disabled {
  color: #f0f0f0;
}

.paging_simple_numbers a:active {
  outline: none;
  background-image: linear-gradient(to right, #ff9605, #ffbf00);
}

.paging_simple_numbers a:hover {
  outline: none;
  background-image: linear-gradient(to right, #ff9605, #ffbf00);
}

div.dataTables_paginate span > a {
  width: 15px;
  text-align: center;
}

div.dataTables_info {
  padding: 9px 6px 6px 6px;
}

.highlight {
  background-color: #ffff88;
}

.oops-main {
  width: 400px;
  margin: 50px auto;
  text-align: center;
}

.oops-main .img-responsive {
  height: 255px;
  margin-bottom: 0px;
}

.oops-main .form-group {
  margin: 0px 50px;
}

.pagination {
}

.pagination li {
  padding: 4px 12px;
  background-color: #0993C6;
  margin: 2px;
  border-radius: 5px;
  font-size: 17px;
}

.pagination li a,
.pagination li span {
  display: block;
  color: #fff;
}

.pagination li:hover {
  background-color: #1082AC;
}

.pagination li.prev {
 
}
.pagination li.disabled{
  background: none;
  color: #0099d2;
}
.pagination li.disabled span{
  color: #0099d2;
}
.pagination .active {
  background-color: #2984a5;
}

.pagination .active a {
  color: #0099d2;
  color: #fff;
}

.pagination .next {
  background-color: #0a8fc0;
}

.pagination .disabled {
  background-color: #429cbc;
}

.datepicker {
  right: auto !important;
}

td > a,
td > a:link,
td > a:visited,
td > a:hover,
td > a:active {
  line-height: 1.9;
  text-align: justify;
  display: block;
}

#loginform-verifycode {
  width: 100%;
}

.loginBox {
  width: 1000px;
  margin: auto;
  padding: 15px 15px 0px 15px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.indexLoginSubmit {
  margin-top: -16px;
}

.loginBoxError {
  display: block;
  width: 100%;
}

.document-input {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  margin-bottom: 15px;
  box-shadow: none;
}

.document-label {
  position: absolute;
  color: #8b9395;
  left: 35px;
  top: 11px;
}

.error-summary {
  display: block;
  width: 100%;
}

.error-summary ul {
}

.error-summary ul li {
  display: block;
  margin: 0px 5px;
  color: red;
}

.page_navigation,
.alt_page_navigation {
  margin: 15px 0;
}

.page_navigation a,
.alt_page_navigation a {
  padding: 6px 15px;
  margin: 2px;
  text-decoration: none;
  font-size: 14px;
  background-color: #07a3dd;
  display: inline-block;
  color: #fff;
  font-weight: normal;
  border-radius: 4px;
}

.active_page,
.page_navigation a:hover {
  color: #e85900 !important;
  background-color: #002a40 !important;
}

.no_more {
  color: #fff !important;
  background-color: #07a3dd !important;
}

.BaseText {
  min-height: 80px;
  text-align: justify;
  margin-top: 10px;
}

.content,
.alt_content {
  color: black;
}

.content li,
.alt_content li,
.content > p {
  padding: 5px;
}

.list-document-relation .dropdown-toggle > b {
  color: #dc3545 !important;
}

.list-document-relation .dropdown-toggle::after {
  content: "\f0c1" !important;
  font-size: 17px !important;
  color: #dc3545 !important;
  font-family: "FontAwesome" !important;
}

.list-document-relation .dropdown-menu {
  min-width: 25rem;
  border: 1px solid #ccc;
  box-shadow: none;
  top: 35px;
  left: auto;
  text-align: right;
  overflow: scroll;
  max-height: 500px;
}

.list-document-relation .dropdown-menu a:hover {
  background-color: #089dd4;
}

.left-auto {
  left: auto;
}

.right-auto {
  right: auto;
}

.list-document-relation .dropdown-menu a {
  padding: 10px 15px !important;
  display: block;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  background-color: #fafafa;
  border-bottom: 1px solid #ccc;
}

.document_tool {
  background-color: #07a3dd;
  color: #fff;
  font-weight: normal !important;
  border: 1px solid #07a3dd;
  margin: 0px;
}

.document_tool:hover {
  background-color: #0c7da7;
  color: #fff;
  border: 1px solid #0c7da7;
}

.page-item {
  margin-bottom: 0;
  text-overflow: ellipsis;
  position: relative;
  padding-bottom: 10px;
  padding-right: 10px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.page-item a {
  display: inline-block;
  margin-right: 40px;
  text-align: justify;
}

.page-item img {
  display: inline-block;
  float: right;
  position: absolute;
}

@media (max-width: 991px) {
  .footer-nav {
    justify-content: center;
  }

  .container-resposnive {
    width: 100%;
    max-width: 100%;
  }

  .nav-list .nav-link {
    color: #1698d9 !important;
    font-weight: normal !important;
  }

  .nav-list .nav-link:hover,
  .nav-list li.active .nav-link {
    background-color: transparent;
    color: #ff9605 !important;
  }
  
}

@media screen and (min-width: 375px) {
  .document1-view {
    padding: 10px;
    position: relative;
  }

  #documentItems ul {
    padding-right: 0px;
  }

}

#outerContainer #mainContainer div.toolbar {
  display: none !important;
  /* hide PDF viewer toolbar */
}

#outerContainer #mainContainer #viewerContainer {
  top: 0 !important;
  /* move doc up into empty bar space */
}

.documnet-title {
  padding: 35px 0px;
  clear: both;
  line-height: 1.5;
  text-align: center !important;
}

h1 {
  font-size: 2rem;
}

.itemContent-text strong,
.itemContent-text b,
.childDocList b {
  font-weight: bold !important;
}

.childDocList {
  width: fit-content;
  display: contents;
}

.bg-blue {
  background-color: #d8faff !important;
}

.itemNote {
  margin-bottom: 14px;
  width: fit-content;
}

.itemNote .fa {
  display: inline-block;
}

.itemNote .text {
  display: inline-block;
  line-height: 2;
  cursor: pointer;
}

.itemNote .note {
  padding: 10px;
  width: max-content;
}

.blue-light-bg {
  background-color: #0c7da7;
}

.btn-green {
  background-color: #0c7da7;
}

.modal-body {
  background-color: #f8f8f8;
}

#CopyText{
   text-align: justify!important;
}
#CopyText strong {
  font-weight: normal !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
}

.user-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.user-menu .hidden-xs {
  color: #fff;
}

.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}

.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.img-circle {
  border-radius: 50%;
}

.table,
#document-result {
  border-collapse: collapse;
  border-radius: 0.5em;
  overflow: hidden;
}

#document-result .list-group-item {
  padding: 0px !important;
}

#document-result_filter input {
  border-color: #f0f0f0;
  box-shadow: 0 0 20px #f5f5f5;
  -webkit-box-shadow: 0 0 20px #f5f5f5;
  -moz-box-shadow: 0 0 20px #f5f5f5;
  -o-box-shadow: 0 0 20px #f5f5f5;
  padding: 10px;
  border-radius: 6px;
  color: #9b9b9b;
  font-size: 16px;
  line-height: 25px;
}

#document-result_length select {
  border: #f0f0f0 solid 1px;
  box-shadow: 0 0 20px #f5f5f5;
  -webkit-box-shadow: 0 0 20px #f5f5f5;
  -moz-box-shadow: 0 0 20px #f5f5f5;
  -o-box-shadow: 0 0 20px #f5f5f5;
  padding: 5px 5px;
  border-radius: 6px;
  color: #9b9b9b;
  font-size: 16px;
}

.select2-container--default .select2-selection--multiple {
  border: #f0f0f0 solid 1px;
  box-shadow: 0 0 20px #f5f5f5;
  -webkit-box-shadow: 0 0 20px #f5f5f5;
  -moz-box-shadow: 0 0 20px #f5f5f5;
  -o-box-shadow: 0 0 20px #f5f5f5;
  border-radius: 6px;
  cursor: text;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #f0f0f0 1px;
  outline: 0;
}
.select2-results__option[aria-selected] {
  font-weight: bold;
}
#document-result tbody tr:last-child {
  border-collapse: collapse;
  border-radius: 0.5em;
  overflow: hidden;
}

#document-result tbody td {
  white-space: nowrap;
  white-space: nowrap;
}

#document-result tbody td:last-child {
  white-space: normal;
}

#document-result tbody td:nth-child(1) {
  white-space: normal;
}

#document-result tbody td:nth-child(4) {
  white-space: normal;
}

.DocumentInfo {
  margin: 10px;
  background-color: #0c7da7;
  padding: 10px;
}

.invoice-info {
  background-color: #fff;
}

#keyword-controlle {
  position: fixed;
  z-index: 9999;
}

#keyword-controlle i {
  cursor: pointer;
}

table.dataTable thead th,
table.dataTable thead td {
  border-right-width: 0 !important;
  padding: 20px 18px;
}
table.dataTable thead th {
  font-weight: bold;
  font-size: 1.1rem;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #828282;
  font-size: 16px;
  font-weight: bold;
}

.DocumentInfo {
  border-radius: 12px;
}

.btn-primary {
  background: #00a2df !important;
}

.nopadding {
  padding: 0 !important;
}

.header .dropdown-menu a {
  font-weight: bold;
}

.header .dropdown-menu a:hover {
  background-color: transparent;
  color: #0c7ca5;
}

.header .dropdown-menu a.btn:hover {
  background-color: #0c7ca5;
  color: #fff;
}

.ptotectCountry {
  /*background-color: #0b7da6;*/
  background-color: #156b8a;
}

.ptotectCountry .container {
  background-image: url("../images/kuwait_flag.png");
  background-position: -103px -155px;
  background-repeat: no-repeat;
}

.ptotectCountry p {
  color: #efc956;

  height: 40px;
  margin: 0px;
  padding: 10px 10px;
}

.soundPlaySpeatchText {
}

.soundPlaySpeatchText span {
  /*margin: 1px;
    background-color: #dee2e6;
    border: #eee solid 1px;
    display: inline-block;*/
}

.soundPlaySpeatchText span i {
  margin: 5px 2px;
  font-size: 1.3rem;
}
.play-base .soundPlaySpeatchText span i {
  margin: 0px;
  font-size: 1rem;
}
.soundPlaySpeatchText .soundPlaybtn,
.soundPlaySpeatchText .soundPaussebtn,
.soundPlaySpeatchText .soundStopbtn {
  cursor: pointer;
}

.soundPlaySpeatchText .soundPaussebtn,
.soundPlaySpeatchText .soundStopbtn {
  display: none;
}

 

@media screen and (max-width: 768px) {
  .navbar-nav .dropdown-menu {
    position: absolute !important;
  }

  .side-nav {
    width: 93%;
  }

  .side-table {
    width: 100%;
  }
  #google_translate_adala{
    display: none;
  }
}

.select2-container--default .select2-selection--single {
  border-color: #f0f0f0;
  box-shadow: 0 0 20px #f5f5f5;
  -webkit-box-shadow: 0 0 20px #f5f5f5;
  -moz-box-shadow: 0 0 20px #f5f5f5;
  -o-box-shadow: 0 0 20px #f5f5f5;
  border-radius: 6px;
  color: #9b9b9b;
  min-height: 48px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 7px 14px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 46px;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 20px;
}

.select2-dropdown {
  border: 1px solid #efecec;
}

.select2-results__option .wrap:after {
  font-family: fontAwesome;
  color: #002a40;
  content: "\f096";
  width: 25px;
  height: 25px;
  padding-left: 10px;
}

.select2-results__option[aria-selected="true"] .wrap:after {
  content: "\f14a";
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(246, 219, 89);
  width: 50px;
  height: 50px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: -16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgb(12, 125, 167);
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.pt-features {
}

.pt-features ul {
  list-style: none;
}

.pt-features ul li {
  width: 33.33%;
  padding: 5px 0px;
}

.canceled {
  width: 165px;
  height: 135px;
  background-image: url("../images/canceled_red.png");
  position: fixed;
  top: 285px;
  left: -125px;
  z-index: 9999;
  transform: translateX(107%);
}

.canceled2 {
  width: 165px;
  height: 135px;
  background-image: url("../images/canceled_red.png");
  position: absolute;
  left: 0px;
  top: 82px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #fff !important;
  border: 1px solid transparent;
  background-color: #07a3dd;
  padding: 0 15px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  width: auto;
  margin: 20px 3px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #156b8a;
  background: #002a40;
  border: 1px solid #002a40;
  color: #fff !important;
}

.side-table {
  margin-bottom: 40px;
}

a:hover {
  text-decoration: none;
}

.side-nav {
  background-color: #07a3dd;
}

.programs-list a {
  white-space: normal;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
}

input[type="search"] {
  border: 1px solid #ccc;
  height: 36px;
  margin-right: 13px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #156b8a;
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: #002a40;
  border: 1px solid #002a40;
}

.highlight,
mark,
.document1-view .mark-highlight {
  background-color: #ffc006 !important;
}

.bottom-navbar {
  overflow: hidden;
  background-color: #0c7da7;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.highlight-current {
  background-color: #ccc !important;
}

#files_paging {
}

.document1-view {
  position: relative;
  width: 100%;
  /*font-family: "Times New Roman", Times, serif;*/
  font-family: "sans-serif","Amiri", Times, serif;
  font-weight: bold;
  font-size: 25px;
  font-family: sans-serif,"Amiri", Times, serif;
  font-weight: bold;
  font-size: 20px;
}

.document1-view h1,
.document1-view h2,
.document1-view h3,
.document1-view h4,
.document1-view h5,
.document1-view h6 {
  /*font-family: "Times New Roman", Times, serif;*/
  font-family: "sans-serif","Amiri", Times, serif;
  font-weight: bold;
  font-size: 32px;
  font-family: sans-serif,"Amiri", Times, serif;
font-weight: bold;
font-size: 28px;
}

.document1-view .file-details {
  font-size: 17px;
}

.custom-form {
}

.custom-form form {
  width: 100%;
  position: relative;
}

.serach-mark-conttrole {
}

#searchTabContent {
  background-color: #f7f7f7;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #dee2e6 #dee2e6 #f7f7f7;
  background-color: #f7f7f7;
}

.custom-form .form-control {
  border-radius: 25px;
  font-size: 20px;
  border-color: #07a3dd;
  color: #dc3545;
  padding: 11px 20px !important;
  font-weight: bold;
}
.form-control {
  font-size: 17px;
  font-weight: bold;
}
.custom-form #next,
.custom-form #prev {
  cursor: pointer;
  color: #eee;
}

/*.custom-form .arrow-up {
    position: absolute;
    width: 15px;
    height: 10px;
    cursor: pointer;
    top: -40px;
    left: 25px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/arrow-up.png);
}

.custom-form .arrow-down {
    position: absolute;
    width: 15px;
    height: 10px;

    cursor: pointer;
    left: 25px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/arrow-down.png);
}*/

.custom-form #keyword-result {
  text-decoration: none;
  /*position: absolute;
    z-index: 999;
    left: 27px;
    top: -28px;*/
  color: #ffc006;
}

#searchTabContent {
  border: solid 1px #dee2e6;
  border-top: 0px;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.file-details .fa {
  color: #0099d2;
  font-size: 16px;
  margin: 0px 8px;
}

.file-details {
  margin-right: 28px;
  font-size: 12px;
  margin-top: 6px;
}

#search-advance .mb-4 {
  padding-top: 34px;
}

#documentglobalsearch-programid label {
  width: 33%;
}
.form-group label {
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #documentglobalsearch-programid label {
    width: 100%;
  }
}

.invoice-list {
  margin-bottom: 20px;
}

.invoice-list .invoice-list-details {
  border-right: solid 3px;
  padding-right: 16px;
  margin-bottom: 5px;
  background-color: #f0f0f0;
  padding: 18px;
}

.invoice-list .invoice-list-tool {
  padding: 2px;
}

.invoice-list .invoice-list-tool a {
  display: inline-block;
  font-size: 20px;
}

.invoice-list .invoice-list-tool a label {
  font-size: 15px;
  color: #fff;
  font-weight: normal;
}

.invoice-success {
  border-right-color: #28a745 !important;
}

.invoice-warning {
  border-right-color: #ffc107 !important;
}

.invoice-primary {
  border-right-color: #007bff !important;
}

.invoice-default {
  border-right-color: #17a2b8 !important;
}

/*========== From Wizerd ============*/
.register-step {
}

.register-step .step-list {
  overflow: hidden;
  padding: 0px;
}

.register-step .step-list .step-title {
  list-style: none;
  float: right;
}

.register-step .step-list .step-title:not(:last-child)::after {
  position: relative;
  flex: 1;
  height: 1px;
  margin: 0.5rem 11px 0 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  width: 50%;
  display: inline-block;
}

.register-step .step-list .step-title span {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.5rem;
  line-height: 1.7rem;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.38);
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 50%;
}

.register-step .step-list .step-title span.active {
  background: #0a8dbe;
}

.register-step .step-list .step-title strong {
  display: inline-block;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  margin: 0px 5px;
}

.summery {
  padding: 10px;
  border-right: #0a8dbe solid 3px;
}

.bg-blue-checkout {
  background-color: #f0f8f9 !important;
}

.cd-faq .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0987b5;
}

ul.faq-list {
  list-style: none;
}

ul.faq-list li.faq-list-item {
  padding: 5px;
  background-color: #f7f7f7;
  border-radius: 7px;
  border: #eceaea solid 1px;
}

.form-user-contanier,
.form-signin-contanier {
  width: 340px;
  margin: auto;
}

.palns-programlist {
  box-shadow: #ccc 0px 1px 8px;
  margin-right: 0px;
  padding-right: 0px;
}

.sigun-password-eye {
  position: relative;
}

.sigun-password-eye .input-group-prepend {
  position: absolute;
  top: 36px;
  left: 4px;
}

.form-search-highlight {
  position: relative;
}

.form-search-highlight .fa {
  /*position: absolute;
  left: 19px;
  top: 3px;
  margin: 4px;
  color: rgb(185, 185, 185);*/
}

/* DatePicker Container */
.table-condensed .disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.table-condensed .year:hover {
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
}

.table-condensed .year {
  border: 1px solid #ddd;

  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.06) 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.06) 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.06) 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
  background-image: linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.06) 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
}

.table-condensed .focused {
  color: #07a3dd;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.24);
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #08c;
  color: #fff;
}

.datepicker table tr td span {
  display: block !important;
  width: 30.33% !important;
  height: auto !important;
  line-height: 39px !important;
  float: left !important;
  margin: 1% !important;
  cursor: pointer !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.datepicker td,
.datepicker th {
  text-align: center !important;

  height: 32px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 0px !important;
  border: none;
}

/* Profile container */
.profile {
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #07a3dd;
}

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

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #fff;

  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userinfo {
  padding: 0px 20px;
}

.profile-userinfo label {
  color: #fff;
  display: block;
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.profile-userinfo span {
  color: #efd894;
  display: block;
  font-size: 0.8rem;
  margin-bottom: 3px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;

  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
.btn {
  font-weight: bold !important;
}
.profile-usermenu .nav {
  display: block;

  flex-wrap: inherit;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0px 0px;
}

.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #22c3ffc7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #fff;

  padding: 11px;
  display: block;
}

.profile-usermenu ul li a i {
  margin-left: 8px;
  font-size: 14px;
  color: #eccd6f !important;
}

.profile-usermenu ul li a:hover {
  background-color: #0596cb;
  color: #fff;
  border-left: 4px solid #01689a;
  margin-left: -2px;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #fff;
  background-color: #0596cb;
  border-left: 4px solid #01689a;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;

  min-height: 460px;
}

.paper {
  background: #ffc10736;
  box-shadow:
        /* The top layer shadow */ 0 1px 1px rgba(0, 0, 0, 0.15),
    /* The second layer */ 0 10px 0 -5px #eee,
    /* The second layer shadow */ 0 10px 1px -4px rgba(0, 0, 0, 0.15),
    /* The third layer */ 0 20px 0 -10px #eee,
    /* The third layer shadow */ 0 20px 1px -9px rgba(0, 0, 0, 0.15);
  /* Padding for demo purposes */
  padding: 30px;
}

.paper:hover {
  background: #e4b62f57;
}

.paper-style2 {
  position: relative;
  padding-bottom: 40px;
  background-color: white;
  box-shadow: 0px 0px 5px 0px #888;
}

/* styling red vertical line */
.paper-style2::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 40px;
  background-color: rgba(255, 0, 0, 0.6);
}

/* styling blue horizontal lines */
.paper-style2 .pattern {
  height: 100%;
  background-image: repeating-linear-gradient(white 0px, white 24px, teal 25px);
}

/* styling text content */
.paper-style2 .content {
  padding-right: 16px;
  padding-top: 16px;
}
.breadcrumb-item {
  font-weight: bold;
  font-size: 16px;
}
.jstree-default .jstree-anchor {
  line-height: 26px;
  height: 29px;
  font-size: 16px;
  font-weight: bold;
}
.profile-content .list-group li {
  font-weight: bold;
  font-size: 20px;
}
#ModalSendWarnning {
  font-family: "sans-serif","Amiri", Times, serif;
  font-weight: bold;
  font-size: 18px;
}
#ModalSendWarnning .modal-header small {
  font-size: 68%;
  font-weight: 400;
}
.select-close {
  background: red;
  color: white;
  display: block;
  padding: 5px;
}
.ExplanatoryNote {
  display: block;
  text-align: right;
  border-bottom: #e4e2e2 solid 1px !important;
}
.yellow-nav-color{
  color: #eccd6f!important;
}
