﻿ body,html
{
    background-image: none!important;
    background-color: #f6f6f6!important;  
}
.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
  }
  
  .bg-light {
    background-color: #ffffff!important;
}

 
  /*
   * Sidebar
   */
  
  .sidebar {
    position: fixed;
    top: 46px;
    bottom: 0;
    right: 0;
    z-index: 9999; /* Behind the navbar */
    padding: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    direction: rtl;
  }
  
 


 
  
  .flex-column {
      -webkit-box-orient: vertical!important;
      -webkit-box-direction: normal!important;
      -ms-flex-direction: column!important;
      flex-direction: unset!important;
  }
  
  .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
        background-color: #ffffff!important;
        right: 0px;
        width: 234px;
        bottom: 0px;
        height: calc(100vh - 48px);
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 2;
    background: #fff;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
  }
  

  .sidebar .nav-link {
    font-size: 1rem;
    color: #333;
    padding: 10px;
    direction: rtl;
    text-align: center;
  }
  
  .hide
  {
      display: none;
  }

  .sidebar .nav-link:hover
  {
    background: #eee;
  }

  .sidebar .nav_sb li:hover
  {
    background: #eee;
  }
  .sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
  }
  
  .sidebar .nav-link.active {
    color: #007bff;
  }
  
  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
    color: inherit;
  }
  
  .sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase; 
  }
  
  /*
   * Navbar
   */
  
  .navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
  }
  
  .navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
  }
  
  .form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
  }
  
  .form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }

  ul.nav.flex-column {
    display: inline-block;
    text-align: right!important;
    margin-left: 71px;
    width: 100%;
    margin-top: 5px;


}

h3.sidebar-heading.d-flex.justify-content-between.align-items-center.px-3.mt-4.mb-1.text-muted {
    font-size: 18px;
    padding-bottom: 11px;
    border-bottom: 1px solid #c1c1c1;
    margin: 14px!important;

}

.nav_sb
{
    list-style: none;
    direction: ltr;
    text-align: right;
    position: relative;
    margin-left: -48px;
}

.nav_sb li 
{
    font-size: 13px; margin-top: 1px;padding-right: 21px;
}
.media-right h1 {
    padding-top: 13px;
    padding-left: 10px;
}


.fixed-nav
{
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 99999;
}

.stmt-form,.main-tabs
{
    background: #fff;
    margin-bottom: 1rem;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
    box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
    background-color: #fff!important;
    padding: 31px;
    text-align: right;
}
.main-tabs
{
    margin-top: 80px!important;
}


img.d-inline-block.align-top {
    width: 100%;
    max-width: 265px;
    margin: 0px;
    right: 30%;
    padding: 0px;
    left: 30%;
    margin: 0px;
    /* margin-bottom: -49px; */
    /* margin-top: -36px; */
    margin-top: 4px;
    /* position: absolute; */
    margin-left: -23px;
}

.menu-icon
{
    text-align: right;
    font-size: 30px;
    padding-top: 3px;
    padding-right: 4px;
    cursor: pointer;
    z-index: 9999;
    position: relative;
}

.btn-primary {
    color: #fff;
    background-color: #00abee;
    border-color: #abcad8;
}
 
.sidebar .nav-link.active {
    color: #ffffff;
    background-color: #4a9396;
    box-shadow: 1px 1px 3px #18769a;
    padding: 10px;

}

.rtl
{
    direction: rtl;
    text-align: right;
}

.overflow-hidden {
    overflow: hidden;
}

.bg-warning.p-2.media-middle,.bg-success.p-2.media-middle,
.bg-danger.p-2.media-middle {
    color: #fff;
    text-align: center;
    font-size: 59px;
    width: 107px;
}

.media-right.p-2.media-middle {
    margin: 3px;
}

.media-body.p-2 {
    margin: 8px;
}

 
.card {
    margin-bottom: 1rem;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
    box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
    background-color: #fff!important;

}

.card
{
    border: 0;
    margin-bottom: 30px;
    margin-top:  20px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.card [class*=card-header-] .card-icon, .card [class*=card-header-] .card-text {
    border-radius: 3px;
    background-color: #999;
    padding: 15px;
    margin-top: -20px;
    margin-right: 15px;
    float: left;
}

.card .card-header-info .card-icon, .card .card-header-info .card-text, .card .card-header-info:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(241, 69, 69, 0.14), 0 7px 10px -5px rgba(238, 59, 58, 0.31);
}

.card.bg-info, .card .card-header-info .card-icon, .card .card-header-info .card-text, .card .card-header-info:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-info .back, .card.card-rotate.bg-info .front {
    background: linear-gradient(60deg,#ea4141,#f13635);
}

.card-stats .card-header.card-header-icon i {
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
    text-align: center;
    color: #fff !important;
}

.card-stats .card-header.card-header-icon, .card-stats .card-header.card-header-text {
    text-align: right;
}

.card-stats .card-header .card-category:not([class*=text-]) {
    color: #999;
    font-size: 14px;
}

.card-stats .card-header.card-header-icon .card-category, .card-stats .card-header.card-header-icon .card-title, .card-stats .card-header.card-header-text .card-category, .card-stats .card-header.card-header-text .card-title {
    margin: 0;
}

html[dir="rtl"] .card .card-body, html[dir="rtl"] .card .card-footer {
    direction: rtl;
}

.card-stats .card-header+.card-footer {
    border-top: 1px solid #eee;
    margin-top: 15px;
}

body+.card-footer, .card .card-footer {
    padding: 0;
    padding-top: 10px;
    margin: 0 15px 10px;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
}

.card .card-footer {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card .card-header.card-header-icon .card-title, .card .card-header.card-header-text .card-title {
    margin-top: 15px;
    color: #3c4858;
    font-size: 19px;

}


.card .card-header .card-title {
    margin-bottom: 3px;
}

.card-stats .card-header.card-header-icon .card-category, .card-stats .card-header.card-header-icon .card-title, .card-stats .card-header.card-header-text .card-category, .card-stats .card-header.card-header-text .card-title {
    margin: 0;
}

.card .card-header {
    border-bottom: none;
    background: transparent;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.card-stats .card-header .card-icon+.card-category, .card-stats .card-header .card-icon+.card-title {
    padding-top: 10px;
}
.card[class*=bg-], .card[class*=bg-] .card-title, .card[class*=bg-] .card-title a, .card[class*=bg-] .icon i, .card [class*=card-header-], .card [class*=card-header-] .card-title, .card [class*=card-header-] .card-title a, .card [class*=card-header-] .icon i {
    color: #000;
}


.card .card-header-danger .card-icon, .card .card-header-danger .card-text, .card .card-header-danger:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(224, 139, 33, 0.23), 0 7px 10px -5px rgba(243, 181, 68, 0.26);
}

.card.bg-danger, .card .card-header-danger .card-icon, .card .card-header-danger .card-text, .card .card-header-danger:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-danger .back, .card.card-rotate.bg-danger .front {
    background: linear-gradient(60deg,#fd9b16,#fc9108);
}

.card .card-header-success .card-icon, .card .card-header-success .card-text, .card .card-header-success:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(15, 157, 213, 0.3), 0 7px 10px -5px rgba(15, 158, 214, 0.25);
}

.card.bg-success, .card .card-header-success .card-icon, .card .card-header-success .card-text, .card .card-header-success:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-success .back, .card.card-rotate.bg-success .front {
    background: linear-gradient(60deg,#00abee,#1499ce);
}

.card.bg-warning, .card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-warning .back, .card.card-rotate.bg-warning .front {
    background: linear-gradient(60deg,#55b959,#52a246);
}

.card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(31, 228, 46, 0.13), 0 7px 10px -5px rgba(83, 171, 77, 0.18);
}

.card {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eee;
    border-radius: .25rem;
}

.card-stats
{
    height: 157px;

}

.card-stats .card-header+.card-footer {
    border-top: 1px solid #eee;
    margin-top: 12px;
}
.active-sub {
    font-weight: bold!important;
    color: #00abee!important;
}
  
.card-plain {
    background: transparent;
    box-shadow: none;
    margin-top: -15px;
}

.card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text) {
    /*box-shadow: 0 4px 20px 0 rgba(247, 156, 47, 0.25), 0 7px 10px -5px rgba(246, 155, 45, 0.28);*/
}
.card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text) {
    background: #4a9396;


   }
 .card-plain .card-body {
        padding-left: 5px;
        padding-right: 5px;
    }
.card-plain .card-header:not(.card-avatar) {
    margin-left: 0;
    margin-right: 0;
}
.form-container {
    width: 100%;
}
.form-container form {
    width: 100%;
    height: 10000px;
    border: 0;
    padding-top: 30px;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56),
     0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);

}
.lb-rtl
{
    margin-right: -61px;
}
textarea {
	resize: none;
}
.form-label {
	font-size: 12px;
	color: #5e9bfc;
	margin: 0;
	display: block;
    opacity: 1;
    text-align: right;
    margin-bottom: 7px;
	-webkit-transition: .333s ease top, .333s ease opacity;
	transition: .333s ease top, .333s ease opacity;
}
.form-control {
    border-radius: 0;
    border-color: #ccc;

}
.form-control , .form-control:disabled , .form-control[readonly] {
    display: block; 
    padding: 0.375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 10px;
    height:34px;
    
}
.form-control:focus {
	box-shadow: none;
	border-color: #5e9bfc;
}
.js-hide-label {
	opacity: 0; 	
}
.js-unhighlight-label {
	color: #999 
}
.btn-start-order {
    background: linear-gradient(60deg,#ffffff,#ffffff);
    border: 1px solid #f79b2b;
    border-radius: 34px;
    color: #eb8810;
    /* font-weight: bold; */
    color: #f79a28;
    ont-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: inherit;
    margin: 30px 0;
    padding: 10px 50px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}
.btn-start-order:hover,.btn-start-order:active, .btn-start-order:focus {
    transform: scale(.9);
    background: #f79b2b;
    color:#fff;


}


.state-lb
{
    font-size: 12px;
	color: #5e9bfc;
	margin: 0;
	display: block;
	opacity: 1;
	-webkit-transition: .333s ease top, .333s ease opacity;
	transition: .333s ease top, .333s ease opacity;
}



/* Common button styles */
.button {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.fill-button {
    position: relative;
    overflow:hidden;
    display:inline-block;
    width:150px;
    padding: 5px;
    height: 43px;
    border:1px solid #35495e;
    text-align:center;
    box-sizing:border-box;
    color:#35495e;
    text-decoration:none;
    cursor: pointer;
    line-height:28px;
    font-family: 'arial';
    border-radius: 4px;
    background-color: #eb8810;
  }
  .fill-button > span {
    display:block;
  }
  .fill-button > .fill-button-hover:after, .fill-button > .fill-button-hover:before {
    position:absolute;
    top:0;
    opacity:0;
    display:block;
    content:"";
    width:0;
    height:43px;
  }
  .fill-button > .fill-button-hover:after {
    background-color:#00202e;
    transform:skewX(45deg);
    transform-origin:center center;
    transition:all .35s, opacity .4s;
    left:50%;
  }
  .fill-button .fill-button-hover:before {
    background-color:#ffffff;
    transition:opacity 1s;
  }
  
  .fill-button .fill-button-text {
    z-index:1;
    position:relative;
    color:#ffffff;
    transition:color .35s; 
    font-size: 26px;
  }
  .fill-button:hover .fill-button-text {
    color:#ffffff;
  }
  .fill-button .fill-button-hover:hover:after {
    opacity:1;
    left:2%;
    width:95%;
    transform:skewX(45deg);
  }
  .fill-button > .fill-button-hover:hover:before {
    opacity: 1;
    left: 0;
    width:100%;
  }
  
/* Borders */

.button--border-thick {
	border: 3px solid;
}
.button--text-medium {
	font-weight: 500;
}
.nav-li 
{
    display: contents;
    position: relative;
    
}
.btn-hover {
    width: 130px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 29px;
    height: 40px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}
.btn-hover.color-2 {
    background: #2e486b;
    box-shadow: 0 4px 15px 0 #bfbfbf;
}

.btn-hover.color-3 {
    background: #ef6101;
    box-shadow: 0 4px 15px 0 #bfbfbf;
}


.btn-hover.color-4 {
    background: #03a734;
    box-shadow: 0 4px 15px 0 #bfbfbf;
}


.nav-li li {
    padding: 14px;
}

.col-logo
{
    width: 100%!important;
    max-width: 319px!important;
    position: absolute!important;
    right: 0!important;
    top: -3px!important;
}
 

div#myTabContent {
    margin-top: 22px;
    height: 1000px;
}

.nav-profile
{
    position: initial;
    display: flex;
    direction: ltr;
    margin-top: -11px!important;
}
@media (max-width:898px)
{

div#myTabContent {
    margin-top: 78px!important;
}

}

@media (max-width:540px)
{

div#myTabContent {
    margin-top: 99px!important;
}

}


 

.st-lb 
{
  padding: 0px;
width: 100%;
font-size: 12px;
padding-top: 10px;
padding-left: 0px;
font-weight: bold;
text-align: right;
}

.custom-lb2
{
    padding: 0px;
    width: 100%;
    font-size: 12px;
    padding-top: 10px;
    padding-left: 0px;
    font-weight: bold;
    padding-right: 84px;
}
.custom-lb
{
  margin-right: -50px;
padding-left: 12px;
}

.nav-li .nav-link
{
   color: #6c757d;
   font-size: 1rem;
}
  .border-top { border-top: 1px solid #e5e5e5; }
  .border-bottom { border-bottom: 1px solid #e5e5e5; }
  

  .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 14px;
}

.father-res
{
    padding: 0px;
    padding-top: 8px;
    margin-left: -1%;
}
.mother-res
{
    padding: 0px;
    padding-top: 8px;
    padding-right: 13px;
}
  @media (max-width:1366px)
  {
      #father
      {
        margin-right: 1%!important;
        width: calc(100% - -3px);

      }
      #mother
      {
        width: calc(100% - -3px);
      }
      .father-res
      {
        margin-left: -1%!important;
      }
      
  }




  @media (max-width:930px)
  {
      #mother,#father
      {
          margin-right: -3%!important;
          width: 370px!important;
      }
     #name, #address
     {
        width: 374px!important;

     }
      .father-res
      {
        margin-right: -61px;
      }

      .del-p{
       
      }
  }



@media (max-width: 991px)
{
   
    #name, #address {
        width: 102%!important;
    }

    #mother, #father {
        width: 112%!important;
        margin-right: -5%!important;

    }
    .father-res {
        margin-right: -8px;
    }
    .lb-rtl {
        margin-right: -20px!important;
    }

    .custom-lb {
        margin-right: -8px!important;
    }
    .small-p
    {
        margin-right: 55px!important;

    }

  
}
@media (max-width: 800px)
{
    #mother, #father {
    width: 115%!important;
    margin-right: -6%!important;
}
}



  @media (max-width: 765px)
{
   

    .custom-lb {
        margin-right: -7px!important;
        padding-left: 12px!important;
    }

    #mother, #father {
        width: 119%!important;
        margin-right: -8%!important;
    }

   .father-res {
        margin-right: -6px!important;
    }


  
}
@media (max-width: 664px)
{
    #mother, #father {
    width: 122%!important;
    margin-right: -10%!important;
}
}
@media (max-width: 645px)
{
    #mother, #father {
        width: 124%!important;
        margin-right: -10%!important;

}





#mother, #father {
    margin-right: -10%!important;
}
}


@media (max-width: 625px)
{
   
    #mother, #father {
        margin-right: -5%!important;
    }
    #name, #address {
        width: 102%!important;
    }
    #mother, #father {
        width: 112%!important;
    }
   .no-padding
   {
    padding: 0px!important;

   }
 
    .lb-rtl, .father-res {
        margin-right: 7px!important;
    }
    .lb-rtl
    {
        margin-right: 0px!important;
    }
}

@media (max-width:520px)
{

#mother, #father {
    width: 114%!important;
}
#mother, #father {
    margin-right: -6%!important;
}
}
@media (max-width: 400px)
{
   
    .lb-rtl, .father-res {
        margin-right: 6px!important;
    }
    #mother, #father {
        width: 121%!important;
    }
    #mother, #father {
        margin-right: -9%!important;
    }
}




