﻿/* General - Start */
:root {
    --beige-color:#EAE4D6;
    --green-color:#435F4F;
    /* --cafe-color:#C5B499; */
    --maroon-color:#4a161a;
    --top-bckgrd-color: #4992A3;
}

body {
    color:#011827; 
    font-size:1.1rem;  
}

body,
/*.navbar-custom,*/
.left-side-menu,
.logo-box,
.right-bar,
.footer {
    background: linear-gradient( #EAF0F1 0%, #EAF0F1 100%);       
}

a {
    color: #0f5263;   
}
svg {
 /* width: 100%;   */
}

.row-gap-10 {
 row-gap: 10px;   
}

.fs-1rem {
 font-size: 1rem!important;   
}

.font-bg {
    color: #5d7987!important;
    font-weight: 600;
    font-size: 1.5rem;   
    margin-bottom: 7px;
    display: inline-block;
}

.font-1-3rem {
     font-size: 1.3rem;   
}

.hwmax-200 {
 max-height: 200px; 
 max-width: 240px; 
}

.hmax-600 {
 max-height: 600px; 
}

.cursor-pointer {
 cursor: pointer;   
}

input[disabled] {
    background: #eff3f4 !important;
}

/* Start Reportes */
.crystalReport{
    background: #bac9dd;
    margin-right: auto;
    margin-left: auto;
}
/* End Reportes */

div[data-bs-toggle="modal"] {
    cursor: pointer;   
}

#sidebar-menu>ul>li>a:active,
 #sidebar-menu>ul>li>a:focus,
  #sidebar-menu>ul>li>a:hover,
  .nav-second-level li a:focus,
   .nav-second-level li a:hover,
   #sidebar-menu .menuitem-active .active,
   .nav-link {
    color: #16598b;
}

.card {
    background: transparent;   
}

.card-body{
    background: #f7f7f7 !important;
    margin-top: 20px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, .1) 3px 6px 7px 2px;   
}
.showPassIcon {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 10px;
    transition: .5s;
}
.showPassIcon:hover {
    color:#083f4d;   
}
/* start search box */
.search__input {
	 width: 100%;
	 padding: 12px 24px;
	 transition: transform 250ms ease-in-out;
	 font-size: 14px;
	 line-height: 18px;
	 color: #575756;
	 background-color: transparent;
	 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
	 background-repeat: no-repeat;
	 background-size: 18px 18px;
	 background-position: 95% center;
	 border-radius: 50px;
	 border: 1px solid #575756;
	 transition: all 250ms ease-in-out;
	 backface-visibility: hidden;
	 transform-style: preserve-3d;
	 direction: ltr;
}
 .search__input::placeholder {
	 text-transform: uppercase;
	 letter-spacing: 1.5px;
}
 .search__input:hover, .search__input:focus {
	 padding: 12px 0;
	 outline: 0;
	 border: 1px solid transparent;
	 border-bottom: 1px solid #575756;
	 border-radius: 0;
	 background-position: 100% center;
}
/* end search box */
/* start for profiles page */
.user-img-div {
    min-width: 92px;
    max-width: 150px;  
}
.profile-nav.nav-tabs{
 border: none;
 padding-right: 1rem;
}

.tab-content{
 padding: 0;
}

.profile-nav .nav-link {
   color: #16598b;
   font-size: 1.25rem;
}

.profile-nav.nav-tabs .nav-item.show .nav-link,
.profile-nav.nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
    padding-right: 2rem;
    color: #609bd4;
}
.profile-nav.nav-tabs .nav-link {
    border: none;
 }
 
 .back-btn {
     right: 15px;
     top: 0;
 }
 .div-new-btn {
     left: 13px;
     top: 13px;
}

.new-btn:hover {
     color: #16598b;
}
 
 .new-btn {
  position: relative;
  padding: 0 15px;
  display: block;
  overflow: hidden;
  border-radius: 40%;
}

.new-btn span {
  position: relative;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  font-family: Arial;
  z-index: 1;
}

.new-btn .liquid {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 86px;
  background: #87d1e6;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
  transition: .5s;
}

.new-btn .liquid::after,
.new-btn .liquid::before {
  content: '';
  width: 180%;
  height: 130%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
  background: #000;
}

.new-btn .liquid::before {
  
  border-radius: 40%;
  background: rgb(186 218 226);
  animation: animate 5s linear infinite;
}

.new-btn .liquid::after {
  
  border-radius: 35%;
  background: rgb(119 142 148);
  animation: animate 10s linear infinite;
}

.new-btn:hover .liquid{
  top: -35px;
}

@keyframes animate {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}
/* end for profiles page */
/* start for users page */
.user-cards a:active h4,
   .user-cards a:focus h4,
   .user-cards a:hover h4 {
    color: #16598b;
}
.user-cards h4,
.user-cards img {
 transition: all .5s;   
}
.user-cards a:active img,
   .user-cards a:focus img,
   .user-cards a:hover img {
    box-shadow: 0 0 10px 0px #a5a5a5 !important;
}

.bg-card {
     background: #fdfdfd !important;   
}
/* end for users page */
/* start for approval page */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #eef2f347;   
}
/* end for approval page */
.accordion-item {
    background-color: transparent;
    border: none;
}
.accordion-button,
.accordion-button:not(.collapsed) {
    background-color: transparent;
    padding: 0 0 10px;
}

body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul a:hover,
 body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapsing>ul a:hover
 {
    color: #16598b;   
 }

/* .card-body .color-text,
.card-body h4 {
    color: #083F4D;
} */

h1, h2, h3, h4, h5, h6 {
    color: #083f4d;   
}

.header-title {
    font-size: 1.5rem !important;
    margin: 10px 0;
}

/** start table pageing ***********************************/
.pagination {
  line-height: 26px;
  display: table;
}

.pagination tr[valign="bottom"] span {
    padding: 5px;
    border: solid 1px #7292bc;
    text-decoration: none;
    border-radius: 10px;
    white-space: nowrap;
    background: #eff3f4;
}

.pagination tr[valign="bottom"] a,
.pagination tr[valign="bottom"] a:visited {
  text-decoration: none;
  padding: 6px;
  white-space: nowrap;
}

.pagination tr[valign="bottom"] a:hover,
.pagination tr[valign="bottom"] a:active {
  padding: 5px;
  border-radius: 10px;
  border: solid 1px #7292bc;
  text-decoration: none;
  white-space: nowrap;
  background: #baceea;
}

.table-responsive .table>:not(caption)>*>* {
  padding: 0.55rem 0.85rem;   
}
/** end table pageing ***********************************/

.table-responsive
{
    margin-top: 20px;
    margin-bottom: 20px;    
    border-radius:0.5rem;
}

.table-responsive tr {
   /* border-bottom: 1px solid #EAE4D6; */
    border-left: 1px solid #EAE4D6;
}

.table-responsive th,
.table-responsive td {
 border-left: 1px solid #16598b29;
}

.table-responsive th,
.table-responsive td {
    padding: 5px;
 }
 
 .dataTable th {
    text-align: center!important;    
 }
 
.table-responsive tbody input[type="button"] {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid #16598b;
    padding: .45rem .9rem;
    margin: 2px;
    font-size: .9rem;
    border-radius: .15rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #16598b;
    background-color: #eff3f4;
    box-shadow:  0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075), 2px 2px 6px rgba(219,206,206,.5);
 }

 .table-responsive table {
    /*border-color: var(--top-bckgrd-color) !important;*/
    padding-bottom: 10px;
}
/* 
.table-responsive table tbody tr:nth-child(1) {
    background-color: var(--top-bckgrd-color) !important;   
}

.table-responsive table tbody tr:not(:nth-child(1)) {
    background-color: var(--beige-color) !important;   
}
 */
.table-responsive tbody input[type="button"]:hover,
.table-responsive tbody input[type="button"]:active,
.table-responsive tbody input[type="button"]:focus {
    color: #fff;
    background-color: #4992A3;
    border-color: #3BA7FF;
 }
 
 select,
 input[type='date'] {
     background-color: #ffff !important;
     color: #000 !important;
     box-shadow: rgba(0, 0, 0, .05) 3px 7px 7px 2px !important;   
 }
 
 select:hover,
 select:focus,
 select:active,
 input[type='date']:hover,
 input[type='date']:focus,
 input[type='date']:active {
    box-shadow: rgba(197 ,180 ,153,.5) 0px 0px 10px 1px !important;  
 }

 select:focus,
 select:active,
 input[type='date']:focus,
 input[type='date']:active {
     background-color: #dbe7e9 !important;    
 }

@media (min-width: 768px) {
body[data-leftbar-size=condensed]:not([data-layout=compact]){
    min-height: 1500px;
    }
}

/* Fix input behav for chrome */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-text-fill-color: #4a161a;
    transition: background-color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
}


/* Scrollbar Style    ********************************** */
*::-webkit-scrollbar {
	width: 10px;                
	height: 10px;                
}
		
*::-webkit-scrollbar-track {
	background-color: #C4E5FF;
	margin-block: 5px;
	border-radius: 100vmax;     
}
		
*::-webkit-scrollbar-thumb {
	background-color: #94B5C3;
	border: 1px solid #708291;    
	border-radius: 100vmax;
}
		
*::-webkit-scrollbar-thumb:hover {
	background-color: #519696;
}
		
@supports (scrollbar-color: #4a161a #EAE4D6) {      /* NOTE: THIS IS FOR FIREFOX SUPPORT (CHROME/EDGE HAVE THE MOST SUPPORT FOR STYLING) */
    
		scrollbar-color: #a1d1d9 #a1d1d9;
		scrollbar-width: thin;                 /* NOTE: CAN ALSO BE auto */
	  
}

.simplebar-track{
    right: auto;
    left: 0;   
}

/* To Top Button    ********************************** */
#btnUp {
    background-color: #4992A3; 
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 9998;
    display: none;
}
 
#btnUp:hover {
    background-color: #bcd7de;
    color: #001f27 !important;
    border: 1px solid #777777;  
}

/* Content Fix rtl    ********************************** */
.content-page {
    margin-left: 0;                                                             
    margin-right: 240px;   
    background-color: #EFF3F4;
}

@media (max-width: 991.98px) {
    .content-page {
        margin-right: 0;
    }
}

body[data-leftbar-size=condensed] .content-page {
     margin-left:0 !important;
     margin-right: 70px;
 }
 
/* Style Buttons    ********************************** */
.button {
  align-self: center;
  background-color: #fff;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px;
  border-style: solid;
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: #41403e;
  cursor: pointer;
  display: inline-block;
  font-family: Neucha, sans-serif;
  font-size: 1.25rem;
  line-height: 23px;
  outline: none;
  padding: .75rem 1.5rem;
  margin-right: 1.5rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-align: center;
  vertical-align: middle;
}

.button:hover,
.button:focus {
  background-color: #4992A3;  
  color:White;
}

.button:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);  
}

.button:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;  
}

.button.disabled {
    pointer-events: none;
    opacity: .35;
}

/* Radio Style  ********************************** */

.form-check-label {
    padding-right: 1rem;  
}

#head2_vest1 .form-check .form-check-input {
    margin-left: 11.357em;
    margin-top: 0.5em;
}

#head2_cuffs1 .form-check .form-check-input {
    margin-left: 0.357em;
    margin-top: 1em;
}

#head2_collar1 .form-check-label {
    padding-right: 0;  
} 
#head2_collar1 .form-check .form-check-input {
    margin-left: 1em;
}

#head2_suitjacket1 .form-check .form-check-input {
    margin-left: 5.5em;
}

@media (max-width: 991.98px) {
    #head2_lapel1 .form-check .form-check-input {
        margin-left: 2.357em; 
    }
}
@media (max-width: 1164px) {
    #head2_lapel1 .form-check .form-check-input {
        margin-left: 0.357em; 
    }
}
#head2_lapel1 .form-check .form-check-input {
    margin-left: 0.357em; 
    margin-top: 2.6em;
}

/* Radio Gender Style    ********************************** */
#head2_RadioButtonList1 input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
}
#head2_RadioButtonList1 tr {
    border: none;       /* remove border-bottom */
}

#head2_RadioButtonList1_0 + label,
#head2_RadioButtonList1_1 + label   {
        display: inline-block;
        width: 100px;
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        margin-left: 25px;
        padding: 13px 26px;
        border-radius: 15px;
        color: rgba(0,0,0,.4);
        transition: box-shadow 0.75s, color 1s;
    }

#head2_RadioButtonList1_0:hover + label,
#head2_RadioButtonList1_1:hover + label { 
    /*  box-shadow: 1px 1px 7px rgba(0,0,0,.2);  */
      box-shadow: rgba(197 ,180 ,153,.5) 2px 2px 10px 1px;
      cursor: pointer;
}

#head2_RadioButtonList1_0:checked + label,
#head2_RadioButtonList1_1:checked + label { 
     /* box-shadow: 2px 2px 14px rgba(0,0,0,.4);  */
      box-shadow: rgba(197 ,180 ,153,.8) 4px 4px 15px 1px;
}

#head2_RadioButtonList1 tbody {
  display:flex;   
  margin-top: 20px;
 }



/* CheckBox Style    ********************************** */

/* Checkmark style starts */
 @-moz-keyframes dothabottomcheck {
	 0% {
		 height: 0;
	}
	 100% {
		 height: 7.5px;
	}
}
 @-webkit-keyframes dothabottomcheck {
	 0% {
		 height: 0;
	}
	 100% {
		 height: 7.5px;
	}
}
 @keyframes dothabottomcheck {
	 0% {
		 height: 0;
	}
	 100% {
		 height: 7.5px;
	}
}
 @keyframes dothatopcheck {
	 0% {
		 height: 0;
	}
	 50% {
		 height: 0;
	}
	 100% {
		 height: 18px;
	}
}
 @-webkit-keyframes dothatopcheck {
	 0% {
		 height: 0;
	}
	 50% {
		 height: 0;
	}
	 100% {
		 height: 18px;
	}
}
 @-moz-keyframes dothatopcheck {
	 0% {
		 height: 0;
	}
	 50% {
		 height: 0;
	}
	 100% {
		 height: 18px;
	}
}

 input[type=checkbox] {
	 display: none;
}
table input[type=checkbox],
.right-bar input[type=checkbox] {
	 display: block;
}

 .check-box {
	 height: 15px;
	 width: 15px;
	 margin-right: 5px;
	 background-color: transparent;
	 border: 1.5px solid #000;
	 border-radius: 5px;
	 position: relative;
	 display: inline-block;
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 -moz-transition: border-color ease 0.2s;
	 -o-transition: border-color ease 0.2s;
	 -webkit-transition: border-color ease 0.2s;
	 transition: border-color ease 0.2s;
	 cursor: pointer;
}
 .check-box::before,
 .check-box::after {
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 position: absolute;
	 height: 0;
	 width: 3px;
	 background-color: #005367;
	 display: inline-block;
	 -moz-transform-origin: left top;
	 -ms-transform-origin: left top;
	 -o-transform-origin: left top;
	 -webkit-transform-origin: left top;
	 transform-origin: left top;
	 border-radius: 5px;
	 content: ' ';
	 -webkit-transition: opacity ease 0.5;
	 -moz-transition: opacity ease 0.5;
	 transition: opacity ease 0.5;
}
 .check-box::before {
	 top: 10.8px;
	 left: 6.15px;
	 box-shadow: 0 0 0 0.75px #f7f7f7;
	 -moz-transform: rotate(-135deg);
	 -ms-transform: rotate(-135deg);
	 -o-transform: rotate(-135deg);
	 -webkit-transform: rotate(-135deg);
	 transform: rotate(-135deg);
}
 .check-box::after {
	 top: 5.55px;
	 left: 0.75px;
	 -moz-transform: rotate(-45deg);
	 -ms-transform: rotate(-45deg);
	 -o-transform: rotate(-45deg);
	 -webkit-transform: rotate(-45deg);
	 transform: rotate(-45deg);
}
 input[type=checkbox]:checked + .check-box, .check-box.checked {
	 border-color: #000;
}
 input[type=checkbox]:checked + .check-box::after, .check-box.checked::after {
	 height: 7.5px;
	 -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
	 -o-animation: dothabottomcheck 0.2s ease 0s forwards;
	 -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
	 animation: dothabottomcheck 0.2s ease 0s forwards;
}
 input[type=checkbox]:checked + .check-box::before, .check-box.checked::before {
	 height: 18px;
	 -moz-animation: dothatopcheck 0.4s ease 0s forwards;
	 -o-animation: dothatopcheck 0.4s ease 0s forwards;
	 -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
	 animation: dothatopcheck 0.4s ease 0s forwards;
}

/* Style Inputs    ********************************** */
.rectangle-text {
    /* width: 200px; */
    height: 31px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.color-text {
    font-family: 'Bahij TheSansArabic';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    color: #083F4D;
}

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  width: 100%;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #083F4D;
  outline: 0;
  font-size: 1.3rem;
  color: #000;
  padding: 7px 10px;
  background: transparent !important;
  transition: border-color 0.2s;
  box-shadow: rgb(0 0 0 / 1%) 0px 20px 20px 0px inset;
  border-radius: 10px;
}

.form__field::placeholder {
    color: transparent;
  }

.form__field:placeholder-shown ~ .form__label {
    font-size: 1.1rem;
    cursor: text;
    top: 28px;
}

.form__label {
  position: absolute;
  top: -5px;
  right: 0px;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  /* color: #9b9b9b; */
}

.form__field:focus ~ .form__label {
        position: absolute;
        top: -8px;
        right: 8px;
        display: block;
        transition: 0.2s;
        font-size: 1rem;
        color: #011827;
        font-weight:700;    
      }
      
.form__field:focus{
  padding-bottom: 6px;  
  font-weight: 700;
  border-width: 3px;
  border-image: linear-gradient(to right, #4992a3, #000);
  border-image-slice: 1;
  border-radius: 0;
}

.form__field:hover {
    box-shadow: rgb(0 0 0 / 6%) 0px -50px 20px -28px inset;    
}

input[type="date"] {
 cursor:pointer ;   
}
/*
input[readonly="readonly"] {
    background-color: #f5f7f9 !important; 
}

.disabled:hover,
.disabled:focus {   
    box-shadow: none;
}
*/

/* Style input file */
input[type="file"] {
    margin-top: 15px;    
}
input::file-selector-button {
  background-image: linear-gradient(
    to right,
    #70AAB8,
    #92BCC7,
    #70AAB8 100%,
    #92BCC7 170%
  );
  background-position-x: 0%;
  background-size: 170%;
  border: 0;
  border-radius: 8px;
  color: #083F4D;
  padding: 0.5rem 0.75rem;
  text-shadow: 0 1px 1px #333;
  transition: all 0.25s;
  cursor: pointer;
}

input::file-selector-button:hover {
  background-position-x: 70%;
  border-radius: 12px;
}

/* Top Bar    ********************************** */
.loading {
    top:0;
}

.navbar-custom {
    padding: 0 10px;   
    background-color: #e2eaec;
}

body[data-leftbar-size=condensed] .navbar-custom {
    right: 0;
}

@media (min-width: 991.98px) {
.navbar-custom {
    right: 70px;
}}

body[data-leftbar-size=condensed] .logo-box {
    margin-right: -10px;
}

.dropdown-menu-end {
    right: auto !important;
}

#top-search {
    background: #FFFF;
}

#page-main-title {
    padding-right: 15px;   
}

.input-group input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;   
}

.input-group button {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;   
}

.navbar-custom .app-search .btn {
    background: white;
    /* border-right-color: #FEFEFE;
    border-left-color: #70AAB8; */
}

#top-search::placeholder {
    text-align: right;
    font-size: medium;
    padding-right: 10px;
    color: #000;
}

#search-dropdown,
.dropdown-menu {
    text-align: right;   
}

.dropdown-menu.show {
    left: 0 !important;  
}

.dropdown-item .float-end {
    float: left !important;
}

/* Footer   ********************************** */
.footer {         /*   Footer Fix rtl   */
    left: 0;  
    right: 240px;    
}

@media (max-width: 991.98px) {
    .footer {
        right: 0;
    }
}

body[data-leftbar-size=condensed] .footer {
    right: 70px;
}

.footer .footer-links a:first-of-type {
    margin-left: 1rem;
}

#copyRight {
    text-align: left;   
}

@media (max-width: 767.98px) {
#copyRight {
    text-align: center;
    margin-top: 15px
}}

/*  Left Side Bar   ********************************** */
.left-side-menu{
    right: 0;               /*  Left Side Bar Fix rtl  */              
    /*background: linear-gradient( #68A5B4 0%, #E1E9EB 85% , #EFF3F4 100%);*/
    background: linear-gradient( #E1E9EB 0%, #a3c9d3 85% , #8dbfcb 100%);
    z-index:1002;
    /*overflow-y: auto;*/
    box-shadow: 0px 0px 20px 0px #3d677194;
}

.page-title-main {
    font-size: 25px;   
}

@media (min-width: 991.98px) {
    .left-side-menu {
        overflow: auto !important;
    }
    .navbar-custom{
        left:0; 
        right:240px;                   /*  Left Side Bar Fix rtl  */               
    }
    .logo-box{
        display:none;
    }
    .left-side-menu{
        top: 0;   
    }
 }
 
 #sidebar-menu>ul>li>a {
    font-size: 1.2rem;       
}

#sidebar-menu>ul>li>a svg {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

#sidebar-menu .menu-title {
    font-size: 1rem;   
    color: #003d4d;    
}

#sidebar-menu a {
    font-size: 1.1rem;   
}
 
 #side-menu li a i {
    margin-right: 7px !important;
    font-size: 1.5rem!important;
    margin-left: 15px !important;
 }
 
 body[data-leftbar-size=condensed] .left-side-menu {
    top: 70px;
}
 
body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul,
body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapsing>ul {
    left: -190px;
}
 
body[data-leftbar-size=condensed] .left-side-menu #sidebar-menu>#side-menu li:nth-child(2) {
    padding: 8px 0 8px 0;   
}

body[data-leftbar-size=compact]:not([data-leftbar-size=condensed]) .left-side-menu .menu-title {
    background-color: #e5e2e2;
}

 /* ------------------------------------------------- */

    .select-wrapper {
            position: relative;
            display: inline-block;
        }

        .select-toggle {
            width: 145px;
        }

        .checkbox-list {
            position: absolute;          
            top: 100%;
            left: 0;
            border: 1px solid #ccc;
            background-color: #fff;
            max-height: 150px;
            overflow-y: auto;
            overflow-x: hidden;
            z-index: 1000;
        }
        
        .checkbox-list table {
            width: 100%;    
        }
        
        .checkbox-list table td * {
            display: inline-block;
            border-bottom: 1px solid #EAE4D6;   
        }
        
        .checkbox-list label {
            display: block;
            padding: 5px;
            cursor: pointer;
        }

        .checkbox-list input {
            margin-right: 5px;
        }



/***********************************************************************************************************************/

.walletCard {
    background: #d7e4e7;
    border-radius: 4vh;
    padding: 10px;
}
.walletCardIn {
    background: #dcf6e3;
}
.walletCardOut {
    background: #f6dcdc;
}

