
:root{
  --color-default:#239b56;
  --color-second:#0067ac;
  --color-white:#fff;
  --color-body:#e4e9f7;
  /*
  --primary: #239b56 !important;
  --background:#239b56 !imporant;
  */
  --primary: #4726cc !important;
  --background:#4726cc !imporant;
}

.formulaire-patient{
    z-index:0 !important;
    /*border:solid 1px red !important;*/
    height:100% !important;
    margin:10px 0px !important;
    padding:10px !important;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.58) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(13.5px) !important;
    -webkit-backdrop-filter: blur(13.5px) !important;
}
/* Style de l'image dans les tags */
.select2-container--default .select2-selection--multiple .select2-selection__choice img {
    width: 20px; /* Largeur de l'image */
   /* height: 20px; /* Hauteur de l'image */
    border-radius: 50%; /* Rendre l'image ronde si nécessaire */
    margin-right: 8px; /* Espacement entre l'image et le texte */
}

/* Style pour l'icône de suppression */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white; /* Couleur de l'icône */
    margin: 0; /* Retirer les marges */
    font-size: 14px; /* Taille de l'icône */
    cursor: pointer; /* Curseur pointer */
    padding: 0 5px; /* Ajuster l'espacement interne */
    order: 2; /* Positionner l'icône à la fin */
}

/* Centrer correctement le contenu */
.select2-container--default .select2-selection--multiple .select2-selection__choice span {
    display: inline-block;
    vertical-align: middle;
}


li.select2-selection__choice {
    height: auto;
    padding: 0px !important;
}
.select2-selection__choice__remove{
   position:absolute; 
}

.select2-container--default .select2-selection--multiple {
    /*border: 1px solid #fd7e14 !important;  */
    border-radius: 8px 
    height: 38px !important;
    padding: 5px;  
    min-height: 40px;  
    background-color: #f8f9fa;  
   
}
.select2-container--default .select2-selection--multiple :focus{
    background-color: #e8eaec
}

/* Par défaut, cacher la scrollbar */
.overflow-x {
    overflow-x: scroll !important; /* Activer le scroll horizontal */
    -ms-overflow-style: none !important; /* Cacher la scrollbar pour IE */
    scrollbar-width: none !important; /* Cacher la scrollbar pour Firefox */
}

.overflow-x::-webkit-scrollbar {
    display: none; /* Cacher la scrollbar pour Chrome, Safari et Edge */
}

/* Afficher la scrollbar lorsque la souris passe sur l'élément */
.overflow-x:hover {
    -ms-overflow-style: auto; /* Afficher la scrollbar pour IE */
    scrollbar-width: auto; /* Afficher la scrollbar pour Firefox */
}

.overflow-x:hover::-webkit-scrollbar {
    display: block; /* Afficher la scrollbar pour Chrome, Safari et Edge */
    height: 4px; /* Taille de la scrollbar */
}

.overflow-x:hover::-webkit-scrollbar-thumb {
    background: #4726cc !important; /* Couleur de la barre */
    border-radius: 4px;  
}

.overflow-x:hover::-webkit-scrollbar-thumb:hover {
    background: #4726cc !important; /* Couleur de la barre au survol */
}


.zoom-btn {
  transition: transform .2s; 
  margin: 0 auto;
}
.zoom-btn:hover {
  transform: scale(1.2); 
}

.badge{
    border-radius:20px !important;
    padding:5px !important;
}

.form-control {
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    /*border-style: solid;*/
    padding: .5rem 1rem;
    height: 38px !important;
    max-height: 40px;
    font-size: 14px;
    color: #073984;
    background-color: #e8eaec;
    border-radius: 5px;
}
.control-label{
    font-size:16px !important;
    font-weight: bold !important;
}
.form-control:focus,
.selectize-control:focus,
.custom-select:focus {
    box-shadow: inset 4px 4px 12px rgba(67, 255, 100, 0.25), inset -4px -4px 12px white !important;
    color: #073984;
    background-color: #e8eaec
}


.modal-body textarea.form-control {
    width: 100%;
    max-height: 250px !important;
    height: calc(1.5em * 5 + 15px + 2px) !important; /* Hauteur calculée pour 5 lignes + padding + bordure */
    padding: 7px;
    font-size: 14px;
    color: #555;
    border-radius: 8px;
    resize: none;
    transition: all 0.3s ease;
    background-color: #f9f9f9; /* Optionnel, une couleur de fond douce */
}

textarea.form-control:focus {
    outline: none;
    border-color: #4CAF50; /* Une bordure verte pour un effet de focus */
    box-shadow: 0 0 8px rgba(76, 175, 80, 0.3); /* Lueur douce au focus */
}

textarea.form-control::placeholder {
    color: #aaa;
    font-style: italic; /* Placeholder plus attrayant */
}


#sidebar::-webkit-scrollbar {
  display: none; 
}
#sidebar {
  -ms-overflow-style: none !important; 
  scrollbar-width: none !important;
}
/* Styles pour afficher la barre de défilement au survol */
#sidebar:hover::-webkit-scrollbar {
  display: auto !important; 
}
#sidebar:hover {
  -ms-overflow-style: auto !important; 
  scrollbar-width: auto !important;
}

#top{
  height: calc(100vh - 60px); /* reste de la hauteur après la navbar */
  overflow-y: auto; /* scroll uniquement ici */
}


:root:hover~{
  scrollbar-color: #4726cc !important;
  scrollbar-width:0.5em !important;
  border-radius:15px;
}


::-webkit-scrollbar {
    height: 12px;
    width: 0.5em;
    background: none !important;
    overflow: overlay;
}

::-webkit-scrollbar-thumb:hover {
    visibility: visible !important;
    width: 0.5em !important; 
    background-color:#4726cc !important;
    border-radius:15px !important;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: var(--background); /*rgba(230, 0, 69, 1) !important;*/
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: var(--primary) !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: var(--primary) !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: var(--primary) !important;
}

.tooltip-inner {
    background: var(--primary) !important;
    border-radius: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15.8px);
    -webkit-backdrop-filter: blur(15.8px);
    -webkit-animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	 animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.tooltip  {
    font-size:19px;
    left: 0 !important;
}

/*Tooltip End*/

.search-suggestions{
    background: rgba(255, 255, 255, 0.38) !important;
    border-radius: 5px !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    z-index:2023 !important;
}


.uploaded-file-holder .clearfix{
    border:solid 1px red !important;
}
#text{
    border:solid 1px red !important;
}

.form-submit-btn-holder .btn-primary, .text-center .btn-primary{
    margin-top:5px !important;
    margin-bottom:15px !important;
    float:left;
}

.form .page-form .form-vertical .needs-validation{
    border:solid 1px red !important;
}

.modal-body .comp-grid{
    margin-top:-50px !important;
}
.modal-body h4{
    color:red;
}
.breadcrumb,.breadcrumb-item{
    display:none;
}


/*Search form*/
.form-control .ajax-page-search,.ajax-page-search,.search .form-control {
    background: rgba(255, 255, 255, 0.38) !important;
    border-radius: 35px !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1)  !important;
    backdrop-filter: blur(12px)  !important;
    -webkit-backdrop-filter: blur(12px)  !important; 
}
/*Serach End*/

/*Background color*/

/*body.produits-index, */
body.produits-add, 
body.produits-edit {
    background:url('../images/tomates.jpg');
	background-size:cover;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}


body.index-index,body.index-login{
    background:url('../images/background.jpg');
	background-size:cover;
}

.bg-light{
    background:transparent !important;
    border:none;
}
 /*Background color end*/
.loginProfil img{
    display: block;
    margin: 0px auto;
    top: -70px;
    margin-bottom:20px;
    /*left: calc(50% - 50px);*/
    border-radius:50%;
    /*display: inline-block;*/
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    /*box-shadow: 0 2px 6px #0003;*/
}
.formulaire{
    background: rgba(255, 255, 255, 0.86) !important;
    border-radius: 5px !important;
    backdrop-filter: blur(8.9px) !important;
    -webkit-backdrop-filter: blur(8.9px) !important;
}
.formulair{
    background: rgba(255, 255, 255, 0.93);
    border-radius: 5px;
}
.card{
      box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

.popover{
    background: rgba(255, 255, 255, 0.62);
    box-shadow: rgba(50, 50, 93, 0.20) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border:transparent;
}
/*dorpdown menu*/
.dropdown-menu{
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15.8px);
    -webkit-backdrop-filter: blur(15.8px);
    border-radius:5px;
    border:none;
    z-index:2023;
}

.btn-primary,
.btn.btn-success,
.btn-warning,
.btn.btn-secondary,
.btn.btn-info,
.btn.btn-danger{
    border:transparent;
    box-shadow: 0 4px 30px rgba(0, 0, 255, 0.2) !important;
    border-radius:40px;
}
.btn .btn-sm .btn-danger{
    border-radius:50%;
}

.btn-group .btn-toggle{
    background:gray !important;
    border-radius:40px;
    border:solid 2px red;
}


.page-item.active .page-link,
.navbar-toggler,
.history,
.btn-primary,
.bg-primary,.dropdown-item:hover{
    background: #4726cc !important;
}
.history{
    -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
     box-shadow: none !important;
     border:none !important;
     height:auto !important;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset !important;
    background: #4726cc !important;
    border-radius:30px !important;
}


.bg-primary .profile{
    /*background:#FF000 !important;*/
    background:url('../images/background.jpg');
	background-size:cover;
}
.form-group {
    margin-bottom:5px !important;
    margin-top:5px !important;
    /*height:35px !important;*/
}
.subform h4, hr{
    display:none;
}

.input-group-append{
    display:none !important;
}
/*Ajax earch input*/
.ajax-page-search{
    /*border:solid 1px red !important;*/
    border-radius:30px;
    width:100%;
}

.selectize-input,.selectize-control{
    font-size :16px !important;
    font-weight: 400 !important;
    width:100%;
    background:transparent !important;
    margin:0px !important;
    cursor:text !important;
}
   
.custom-select,.form-control{
    font-size :16px !important;
    width:100%;
    background-color:transparent;
    margin:0px !important;
}

.selectize-dropdown{
    margin-top:5px !important; /******Top Space*********/
    font-size: 16px !important;
    box-shadow: rgba(50, 50, 93, 0.20) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
    position:absolute !important;
    border-radius:5px;
    border:transparent !important;

}
    
/*****************Ajax Search End********************/
    /*Combo selectize-control arrow*/
.selectize-control.single .selectize-input:after{
      display:none !important;
      outline: none !important;
    }
.selectize-control.single .selectize-input::before{
      display:none !important;
      outline: none !important;
    }
    
.custom-select,input.form-control, input{
        box-shadow:0 0 0 0;
        background:transparent !important;
        margin:2px !important;
    }

 /*add option hide*/
.selectize-dropdown .selectize-dropdown-content .create {
  display: none !important;
  
}

.btn-remove-table-row{
    color:red;
}


.border-bottom, .swiper-button-prev,.swiper-button-next{
	background: rgba(255, 255, 255, 0.35) !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
	margin-bottom:10px;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	border: 1px solid rgba(255, 255, 255, 0.54) !important;
}


.swiper-button-prev,
.swiper-button-next{
   height:30px !important;
   width:30px !important;
   border-radius:50% !important;
   box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 50px;
   
}

.swiper-button-prev::after,
.swiper-button-next::after{
    font-size:20px!important;
    font-weight: bold;
}



#sidebar::-webkit-scrollbar {
    height: 12px;
    width: 0.5em;
    background: transparent !important;
    overflow: overlay;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] {
    -moz-appearance:textfield;
}


#page-content{
    margin-bottom:50px !important;
}
#topbar{
    /*background: rgba(255, 255, 255, 0.38)!important;*/
    backdrop-filter: blur(10.5px);
    -webkit-backdrop-filter: blur(10.5px);
    box-shadow: rgba(98, 38, 197, 0.15) 0px 8px 24px, rgba(98, 38, 197, 0.15) 0px 16px 56px, rgba(98, 38, 197, 0.15) 0px 24px 80px;
}
#sidebar{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.navbar-nav img{
    border-radius: 5px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px !important;
}
.user-name{
    color:black !important;
     background: rgba(255, 255, 255, 0.38)!important;
    backdrop-filter: blur(10.5px);
    -webkit-backdrop-filter: blur(10.5px);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

/*********tables**************/

table .btn{
    border-radius:50px;
    background:transparent !important;
    border:none !important;
    color:red;
    margin:1px !important;
    -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}


table {
    border-collapse: collapse;
    background-color: #ffffff !important;
    text-align: left;
    overflow: hidden;/***hide scrol bar****/
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    z-index:0 !important;
    font-size :16px;
}

thead {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
}

tr {
    cursor: pointer
}

a {
    text-decoration: none;
    color: #2962ff;
}


table img {
    border-radius: 5px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    width: 50px;
    height: 50px;
    object-fit: cover;
   
}
 
tr:nth-child(even) {
    /*background-color: rgba(129, 255, 138, 0.19) !important;*/
     background-color: rgba(81, 15, 213, 0.1) !important;
    }
tr:nth-child(odd) {
    background-color: transparent !important;
}

/*Underline hidden*/
table tr td.selectize-input{
    border-bottom:0px !important;
    box-shadow: inset 0 1px 1px transparent !important;
}
/*Desable border on click*/
table tr td .form-control:focus {
      border-color: #4726cc;
      box-shadow: inset 0 1px 1px transparent !important;
}

table tr td .selectize-input, table tr td .selectize-control{
    border-bottom: inset 0 1px 1px transparent !important;
    border-bottom: 1px solid #fff !important;
}

table tr td .custom-select,tr td input.form-control{
    font-size :16px;
    width:100%;
    background-color:transparent;
    border:none !important;
    margin:0px !important;
}
   
table tr td .selectize-control::after {
        display:none;
    }

.table tbody tr.highlight td {
  /*background-color: #ddd;*/
  background-color: rgba(0, 0, 255, 0.2);
}
tr:hover {
    background: rgba(131, 255, 105, 0.28) !important;
}

td {
    padding: 2px !important;
 }

td .btn-danger.btn-sm{
     border:solid 1px red !important;
     -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
     box-shadow: none !important;
     border:none !important;
     height:auto !important;
}

.btn-remove-table-row{
    opacity:0 !important;
}
tr:hover .btn-remove-table-row {
  opacity:1 !important;
  color:red !important;
}

/********Table End****************/
 
.modal-body{
     border-radius:15px !important;
     margin:0px !important
     padding:0px !important;
     /*box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px !important;*/
 }
.modal-body .comp-grid{
    margin-top:-50px !important;
}
.modal-body h4{
    color:white;
    margin-left:20px;
}
.modal-body .bg-primary{
    border-bottom:solid 4px #FFC300 !important;
    margin-top:-1px !important;
    margin-right:-1px !important;
    margin-left:-1px !important;
    height:50px !important;
    border-radius:7px 7px 0px 0px !important;
    /*box-shadow: rgba(17, 12, 46, 0.15) 0px 40px 100px 0px !important;*/
}
 /*Modal effect change */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .2s ease-out;
       -o-transition:      -o-transform .2s ease-out;
          transition:         transform .2s ease-out;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
          transition-duration: 2;
}
/*Modal effect end change */

.modal-content{
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    background: rgba(255, 255, 255, 0.71);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    
    border-color:transparent;
    /*box-shadow: rgba(50, 50, 93, 0.20) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;*/
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.modal-backdrop.fade {
    opacity: 0.9;
    /*
    -webkit-backdrop-filter: blur(8px);  
    backdrop-filter: blur(8px);  
    */
    box-shadow: 0px 10px 15px 10px rgb(0 0 0 / 15%);
    background-color: rgb(228 228 228 / 15%); 
    
}

/*******MODAL CLOS BUTTON*********/
.modal-dialog .btn .btn-sm .btn-danger{
    border-radius:50% !important;
    background: #ff5c5c !important;
    border: 1px solid #e33e41;
    font-size:20px !important;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index:99 !important;
}
@media(max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}



.header .btn-danger{ 
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius:50%;
  font-size:18px;
  padding-top:0px;
 } 
 .card-header,{
    opacity: 0.9;
    background: rgba(132, 44, 88, 0.45);
    backdrop-filter: blur(10.3px);
    -webkit-backdrop-filter: blur(15.3px); 
 } 
    
/*******Background end**************/
.flatpickr-calendar{
    box-shadow: rgba(50, 50, 93, 0.20) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
}
.flatpickr-day .selected{
    background:#9900ff !important;
    border-radius:50% !important;
}
#ctrl-description-holder .card{
     box-shadow: rgba(0, 0, 0, 0.3) 0px 00px 0px !important
}


.flatpickr-month{
    height:40px !important;
}
.flatpickr-current-month{
    height:40px !important;
}

#sidebar .active li.nav-item span.menu-label {
    border:solid 2px red !important;
}

.alertIcon {
    display: inline-block !important; /* Assurez-vous que l'icône est toujours affichée */
}


/*Midia Queries*/
@media screen and (max-width:768px){
   
    #main-content{
        margin-bottom:150px;
        padding-bottom:20px;
    }
    
.modal-content{
    width:98% !important;
 }
    #topbar{
         display:none !important;
    }

    
    #sidebarCollapse{
       display:none;
    }
    
    .navbar .dropdown-toggle,.history {
       display:none;
    }
    .alertIcon {
        display: inline-block !important; /* Assurez-vous que l'icône est toujours affichée */
    }
    
    .titre{
      font-size:15px !important;
    }
    .text-capitalize{
        display:none;
    }
     
    .card,.login{
        -webkit-box-shadow: none !important;
    	-moz-box-shadow: none !important;
         box-shadow: none !important;
         border:none !important;
         height:auto !important;
         /*background:transparent !important;*/
         
    } 
    .student_liste{
        display:none !important;
    }
    .profile-photo-lg{
        width:50px !important;
    }
   
   .description{
       display:none;
   }
    
}

/* Media Query for Mobile Devices */

@media (max-width: 480px) {
   
   
}


/* Media Query for low resolution  Tablets, Ipads */

@media (min-width: 481px) and (max-width: 767px) {
   
  
   
   
}


/* Media Query for Tablets Ipads portrait mode */

@media (min-width: 768px) and (max-width: 1024px) {
   
   
}


/* Media Query for Laptops and Desktops */

@media (min-width: 1025px) and (max-width: 1280px) {
   
   
}


/* Media Query for Large screens */

@media (min-width: 1281px) {
    
    
}


/*Media Queries */

@media(max-width: 767px) {
    
    
}

@media screen and (min-width: 320px) and (max-width: 767px) {
   
   
}


/*Media Queries End*/


body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.ajax-progress-bar{
	display: none;
}
.ajax-page-load-indicator{
	position:absolute;
	z-index:9999;
	display: none;
	text-align: center;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center;
	background-repeat: no-repeat;
    content: "";
}
.ajax-page-load-indicator .load-indicator{
	margin: 20% auto;
	width: 150px;
	background-color: #fff;
	padding: 10px;
	border-radius:5px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.page-content.loading, table.loading{
	overflow: hidden;
	position: relative;
}

#page-content {
    min-height: 75vh;
}
.password-strength-msg .chip{
	font-weight: 500;
	background-color: rgba(0, 0, 0, 0.1);
	font-size: x-small;
	padding: 1px 3px;
	border-radius: 3px;

}
td, th{
	position:relative;
}

td .is-editable{
	border-bottom:none;
	border-bottom: 1px dashed #ccc;
}

td .is-editable:hover{
	border-bottom: 1px dashed rgba(40, 120, 50, 0.081);
}

.editable-error-block {
	color:red;
}

td .inline-edit-btn{
	position:absolute;
	right:10px;
	display:none;
	top:5px;
}

td:hover .inline-edit-btn{
	display:block;
}
.search-input{
	position: relative;
}
.search-input .holder{
	position: absolute;
	z-index: 1000;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
	width: 100%;
	display: none;
}
.search-input .search-result{
	max-height: 300px;
	overflow-y: auto;
}
.search-input .search-result .search-link{
	display: block;
	text-decoration: none;
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.search-input .search-result .search-link:hover{
	background-color: rgba(40, 120, 50, 0.081);
}

.selectize-control{
	min-width: 150px;
}
.was-validated .dropzone.required.dz-started{
	border-color:#55cc55 !important;
}

.was-validated  .selectize-input.full{
	border-color:#55cc55 !important;
}

.was-validated  .selectize-input.invalid{
	border-color:red !important;
}

.export-link-btn img{
	width:24px;
	height:24px;
}

.dropzone-input{
	opacity:0;
	position:fixed;
	width:0;
	height:0;
	left:0;
	top:0;
	display:none;
}
.sm-gutters {
    margin-right: -10px;
    margin-left: -10px;
}

.sm-gutters>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

.md-gutters {
    margin-right: -20px;
    margin-left: -20px;
}

.md-gutters>[class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
}

.lg-gutters {
    margin-right: -35px;
    margin-left: -35px;
}

.lg-gutters>[class*=col-] {
    padding-right: 35px;
    padding-left: 35px;
}

.pagination .material-icons {
    font-size: 15px;
}

.nav-tabs.flex-column {
    border-bottom: none !important;
}


.custom-file-label {
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.star-rating .star {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .9em;
	margin-right: .9em;
	margin-bottom: 1.2em;
	border-right: .3em solid transparent;
	border-bottom: .7em  solid #ccc;
	border-left: .3em solid transparent;
	/* Controlls the size of the stars. */
	font-size: 12px;
  }
.star-rating .star:before, .star-rating .star:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: .6em;
left: -1em;
border-right: 1em solid transparent;
border-bottom: .7em  solid #ccc;
border-left: 1em solid transparent;
-webkit-transform: rotate(-35deg);
		transform: rotate(-35deg);
}
.star-rating .star:after {
-webkit-transform: rotate(35deg);
		transform: rotate(35deg);
}
.star-rating .star.active{
	border-bottom-color: #fc0;
}
.star-rating .star.active:before, .star-rating .star.active:after{
	border-bottom-color: #fc0;
}

.td-check-button{
	font-size: 28px;
	color:#999;
}
.td-check-button.checked{
	color:#55cc55;
}
.filter-chip{
    display: inline-block;
	margin-right:5px;
	margin-bottom:5px;
	padding:4px 5px;
}


.filter-chip .close-btn{
	text-decoration:none;
}

.accordion-group .accordion-header {
    position: relative;
    cursor: pointer;
    padding: 10px;
}

.accordion-group .accordion-header:hover {
    background: rgba(0, 0, 0, 0.05);
}

.accordion-group .accordion-header .expand {
    position: absolute;
    right: 10px;
    top: 5px;
}

.dropdown-toggle[aria-expanded="true"]:after {
	transform: rotate(180deg);
  }
.dropdown-toggle.inverse:after {
	transform: rotate(180deg);
}
.dropdown-toggle:after {
	transition: 0.5s;
}

.sortedby{
	background: rgba(0, 0, 0, 0.06);
}
.sortedby .sort-icon{
	color: #55cc55;
}
.th-sort-link{
    display: block;
    text-decoration: none !important;
	position: relative;
	color: inherit;
}
.sort-icon{
	position: absolute;
	right: 10px;
	top: 10px;
}
.data-select .load-indicator {
    position: absolute;
    right: 30px;
    top: 7px;
}

.data-select {
    position: relative;
}

.page-footer {
    padding: 10px 0;
}

.page-header {
    padding: 10px 0;
}

.fixed-sticky {
    position: fixed;
}

hr.sm {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.popover.inline-page .popover-header{
	padding: 0;
	background: none;
	border: none;
	position: relative;
}

.popover.inline-page .popover-header .close{
	position: absolute;
	right:10px;
	top:10px;
	width: 30px;
	height: 30px;
	float: none;
	text-align: center;
	z-index: 3000;
}
.close {
	cursor: pointer;
}
.inline-page.popover{
    max-width:100%;
}
.inline-page .popover-body{
    padding: 0px !important; 
}
/* Reset any container in side a column to take the size of the column  */

.comp-grid .container-fluid,
.comp-grid .container {
    padding: 0 !important;
    width: auto !important;
}

.comp-grid .py-2,
.comp-grid .border-bottom {
    padding: 0 !important;
    border: none !important;
}

.reset-grids .container .comp-grid, .reset-grids .container-fluid .comp-grid{
	max-width:100% !important;
	flex:0 0 100% !important;
}
#main-page-modal .card-body{
	padding:0 !Important;
} 
.modal .modal-body.p-0 form{
    padding: 1.4rem;
}
.modal .container,
.modal .container-fluid {
    width: auto;
    padding: 0;
    margin: 0;
}

.page-modal .modal-header {
    display: none;
}

.page-modal .modal-footer {
    display: none;
}

.fixed-alert {
    position: fixed;
    z-index: 2000;
}

.fixed-alert.bottom-left {
    bottom: 10px;
    left: 10px;
}


input[type="radio"],
input[type="checkbox"] {
    vertical-align: middle;
}

@media (min-width: 768px) {
	.collapse.collapse-lg {
		display: block;
		height: auto !important;
		visibility: visible;
	}
}

.menu-profile {
    padding: 0;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    display: block;
}

.menu-profile a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-fixed-left .navbar-nav > li.menu-profile > a.avatar {
    padding: 0 !important;
}

.menu-profile .user-name {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
}

.menu-profile .avatar-icon .material-icons {
    font-size: 64px;
}

.menu-profile img.user-photo {
    height: 60px;
    width: 60px;
    display: block;
}

.menu-profile .menu-dropdown {
    position: absolute;
    right: 15px;
    top: 15px;
}

.flex-column.nav a.nav-link .badge {
    position: absolute;
    right: 5px;
    top: 30%;
}

.nav a.nav-link {
    position: relative;
}

.jumbotron.mini {
    padding: 20px;
    margin-bottom: 0;
}

.jumbotron.sm {
    padding: 15px;
    margin-bottom: 0;
}

.jumbotron.xs {
    padding: 8px;
    margin-bottom: 0;
}




section.page .page-title {
    margin: 20px auto;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.flash-msg-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999999;
}

.section-title {
    padding: 5px 0;
}

.table tr td {
    vertical-align: middle !important;
}

.bold {
    font-weight: bold;
}

.custom-list {
    position: relative;
}

.custom-list .menu-controls-holder {
    position: absolute;
    right: 10px;
    top: 10px;
}

.detail-list {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.detail-list .title {
    font-weight: bold;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.option-btn {
    margin: 1px 0 1px;
}

.detail-list .value {
    font-weight: bold;
}

.btn.btn-flat {
    background: none;
}

.btn-group,
.btn-group-vertical {
    margin: 0;
}

.table {
    margin-bottom: 0;
}

.page-list-record-detail input {
    padding: 5px 5px;
    background: #fafafa;
    border: 1px solid #ddd;
    width: 50px;
    text-align: center;
}

.page-list-record-detail .info {
    padding: 5px 5px;
    background: #eee;
    display: inline-block;
}

.table>thead>tr>th {
    vertical-align: middle;
}

.pager {
    margin: 0;
}

.footer {
    margin-top: 30px;
    padding: 20px 0;
}

.footer .copyright {
    text-transform: capitalize;
}

.footer .footer-links a {
    display: inline-block;
    padding: 0 5px;
    text-transform: capitalize;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th {
    border: none;
}

.radius-5 {
    border-radius: 5px;
}

.pad-10 {
    padding: 10px;
}

.center-block {
    float: none;
}

.gutter-20.row {
    margin-right: -10px;
    margin-left: -10px;
}

.gutter-20>[class^="col-"],
.gutter-20>[class^=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.gutter-10.row {
    margin-right: -5px;
    margin-left: -5px;
}

.gutter-10>[class^="col-"],
.gutter-10>[class^=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.gutter-5.row {
    margin-right: -3px;
    margin-left: -3px;
}

.gutter-5>[class^="col-"],
.gutter-5>[class^=" col-"] {
    padding-right: 3px;
    padding-left: 3px;
}

.gutter-1.row {
    margin-right: -1px;
    margin-left: -1px;
}

.gutter-1>[class^="col-"],
.gutter-1>[class^=" col-"] {
    padding-right: 1px;
    padding-left: 1px;
}

.gutter-0.row {
    margin-right: 0;
    margin-left: 0;
}

.gutter-0>[class^="col-"],
.gutter-0>[class^=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

th.td-btn {
    white-space: nowrap;
    width: 1%;
}

table.table tr th.td-sno {
    white-space: nowrap;
    width: 1%;
    vertical-align: middle !important;
}

table.table tr th.td-checkbox {
    white-space: nowrap;
    width: 1%;
    vertical-align: middle !important;
}

.export-container {
    padding: 10px 0;
}

.form-inline .control-label {
    display: block;
}

.profile {
    padding: 20px;
}
a.avatar{
	padding:0 !Important;
}

.profile .avatar img{
   border-radius:50%;
   max-width:100px;
   max-height: 100px;;
}

.profile .title {
    text-transform: capitalize;
    color: #fff;
}

.record-count {
    display: block;
    padding: 10px !important;
    text-decoration: none !important;
    cursor: pointer;
    margin-bottom: 10px;
}

.record-count .material-icons {
    font-size: 32px !important;
}

.record-count.alert .material-icons {
    opacity: 0.3;
}

.record-count:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    border-color: transparent;
}

.record-count .title {
    font-weight: bold;
    margin-bottom: 2px;
}

.record-count .value {
    position: absolute;
    right: 10px;
    top: 6px;
    opacity: 0.8;
}

.record-count .desc {
    display: block;
    margin-top: 4px;
}

.record-count .progress {
    height: 10px;
    margin: 0 0;
    margin-top: 5px;
    border-radius: 0;
}

.record-count .progress-bar {
    line-height: 10px !important;
}

.record-count .progress-label {
    font-size: 8px;
}

.record-progress {
    display: block;
    padding: 10px 15px !important;
    text-decoration: none !important;
    cursor: pointer;
    margin-bottom: 10px;
}

.record-progress .icon {
    position: absolute;
    right: 10px;
    top: 6px;
    opacity: 0.5;
}

.record-progress .icon .material-icons {
    font-size: 36px !important;
}

.record-progress:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    border-color: transparent;
}

.record-progress .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.record-progress .value {
    position: absolute;
    right: 10px;
    top: 6px;
    opacity: 0.8;
}

.record-progress .desc {
    display: block;
    margin-top: 4px;
}

.record-progress .progress {
    height: 15px;
    margin: 5px 0;
    border-radius: 0;
}

.record-progress .progress-bar {
    line-height: 15px !important;
}

.record-progress .progress-label {
    font-weight: bold;
    font-size: 10px;
}

td.page-list-action {
    width: 50px;
}

td.page-list-action .dropdown-menu {
    min-width: auto !Important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #555;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.load-indicator {
    text-align: center;
}

.load-indicator.parallax {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 100%;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    z-index: 1000000;
}

.load-indicator.fullpage-parallax {
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    line-height: 100%;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    z-index: 1000000;
}

.load-indicator.dark {
    background: rgba(0, 0, 0, 0.2);
}

.load-indicator.white {
    background: rgba(255, 255, 255, 0.9);
}

.load-indicator .loading-text {
    display: inline-block;
    padding: 10px;
    font-size: 15px;
    font-weight: 100;
    vertical-align: middle;
}

.load-indicator .animator {
    font-weight: bold;
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
}

.btn .load-indicator {
    display: inline-block !important;
    margin: 5px;
}

.range-slider {
    position: relative;
}

.range-slider .value {
    position: absolute;
    right: -30px;
    top: 20%;
    padding: 2px;
    min-width: 25px;
    height: 25px;
    vertical-align: middle;
    line-height: 20px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #888;
    text-align: center;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 6.5px 0;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    background: rgba(10, 0, 0, 0.11);
    border-radius: 0.8px;
    border: 0px solid rgba(0, 0, 1, 0);
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 1.9px 1.9px 0px rgba(0, 0, 0, 0.1), 0px 0px 1.9px rgba(13, 13, 13, 0.1);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 20px;
    width: 21px;
    border-radius: 50px;
    background: rgba(42, 42, 252, 0.78);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(36, 0, 0, 0.11);
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    background: rgba(10, 0, 0, 0.11);
    border-radius: 0.8px;
    border: 0px solid rgba(0, 0, 1, 0);
}

input[type=range]::-moz-range-thumb {
    box-shadow: 1.9px 1.9px 0px rgba(0, 0, 0, 0.1), 0px 0px 1.9px rgba(13, 13, 13, 0.1);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 20px;
    width: 21px;
    border-radius: 50px;
    background: rgba(42, 42, 252, 0.78);
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.11);
    border: 0px solid rgba(0, 0, 1, 0);
    border-radius: 1.6px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-fill-upper {
    background: rgba(10, 0, 0, 0.11);
    border: 0px solid rgba(0, 0, 1, 0);
    border-radius: 1.6px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-thumb {
    box-shadow: 1.9px 1.9px 0px rgba(0, 0, 0, 0.1), 0px 0px 1.9px rgba(13, 13, 13, 0.1);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 20px;
    width: 21px;
    border-radius: 50px;
    background: rgba(42, 42, 252, 0.78);
    cursor: pointer;
    height: 7px;
}

input[type=range]:focus::-ms-fill-lower {
    background: rgba(10, 0, 0, 0.11);
}

input[type=range]:focus::-ms-fill-upper {
    background: rgba(36, 0, 0, 0.11);
}

.radial-progress-container {
    position: relative;
    margin: 0 auto;
}

.radial-progress-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.file-list {
    margin-bottom: 10px;
    padding: 5px;
}

.file-uploads {
    overflow: visible !important;
    margin-bottom: 0 !important;
}

label {
    margin-bottom: 0 !important;
}

.ajax-loader{
  color: #808080;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.inline-page form{
	position:relative !important;
}
.form-ajax-status{
	position:absolute;
	left:0;
	top: 0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.7);
	display:none;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.lds-dual-ring {
  display: block;
  width: 64px;
  height: 64px;
  margin:auto auto;
}
.lds-dual-ring:after {
  content: " ";
  display:block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #aaa;
  border-color: #aaa transparent #aaa transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.loader,
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display:inline-block;
}
.loader {
  position: relative;
  border-top: 0.3em solid rgba(0,0,128, 0.2);
  border-right: 0.3em solid rgba(0,0,128, 0.2);
  border-bottom: 0.3em solid rgba(0,0,128, 0.2);
  border-left: 0.3em solid #999;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#sidebar::-webkit-scrollbar {
    width: 6px;
}

/* Track */
#sidebar::-webkit-scrollbar-track {
    background: #fff;
    border: 4px solid transparent;
    background-clip: content-box;
}

/* Handle */
#sidebar::-webkit-scrollbar-thumb {
    background: #555555;
}

.passtrengthMeter{
  position: relative;
  width: 100%;
}

.passtrengthMeter > input{
  width: 100%;
  display: inline-block;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.passtrengthMeter > input:focus {
    outline-width: 0;
}

.passtrengthMeter::after{
  content: '';
  height: 3px;
  overflow: hidden;
  width: 0%;
  transition: width .5s;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.passtrengthMeter.weak::after{
  background-color: #EC644B;
  width: 25%;
}

.passtrengthMeter.medium::after{
  content: '';
  background-color: #E87E04;
  width: 50%;
}

.passtrengthMeter.strong::after{
  content: '';
  background-color: #EFBF17;
  width: 75%;
}

.passtrengthMeter.very-strong::after{
  content: '';
  background-color: #42A72A;
  width: 100%;
}

.passtrengthMeter .showPassword{
  position: absolute;
  width: 20px;
  top: calc(50% - 10px);
  right: 10px;
}

.passtrengthMeter .showPassword.active{
  opacity: .5;
}

.passtrengthMeter .showPassword img{
  display: block;
  width: 100%;
  height: auto;
}

.passtrengthMeter .showPassword:hover{
  cursor: pointer;
}

.passtrengthMeter .tooltip {
  background: #000000;
  top: 100%;
  color: #fff;
  font-family:Arial;
  font-size: 12px;
  display: block;
  left: 50%;
  margin-bottom: 15px;
  opacity: 0;
  padding: 5px 10px;
  pointer-events: none;
  position: absolute;
  min-width: 70px;
  box-sizing: border-box;
  text-align: center;
  z-index: 10;
  -webkit-transform: translateY(5px);
     -moz-transform: translateY(5px);
      -ms-transform: translateY(5px);
       -o-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.passtrengthMeter.weak .tooltip{
  background-color: #EC644B;
}
.passtrengthMeter.weak .tooltip:after{
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-bottom: solid #EC644B 7px;
  top: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}

.passtrengthMeter.medium .tooltip{
  background-color: #E87E04;
}
.passtrengthMeter.medium .tooltip:after{
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-bottom: solid #E87E04 7px;
  top: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}

.passtrengthMeter.strong .tooltip{
  background-color: #EFBF17;
}
.passtrengthMeter.strong .tooltip:after{
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-bottom: solid #EFBF17 7px;
  top: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}

.passtrengthMeter.very-strong .tooltip{
  background-color: #42A72A;
}
.passtrengthMeter.very-strong .tooltip:after{
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-bottom: solid #42A72A 7px;
  top: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}

.passtrengthMeter.weak .tooltip:before {
  top: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

.passtrengthMeter .tooltip:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-bottom: solid #000000 7px;
  top: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
}

.passtrengthMeter:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
}

.lte8 .passtrengthMeter .tooltip {
  display: none;
}

.lte8 .passtrengthMeter:hover .tooltip {
  display: block;
}
body{
	padding-top:50px;
}
#page-wrapper{
	display: flex;
    width: 100%;
    align-items: stretch;
}
#main-content{
	width: 100%;
}
#main #main-content {
	width: calc(100% - 250px);
    min-height: 100vh;
    position: absolute;
    right: 0;
}
#main #main-content.active{
	width: calc(100% - 80px);
	
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 50px;
    left: 0;
    height: calc(100vh - 50px);
    z-index: 999;
	overflow-y: auto;
	padding-bottom: 40px;
	transition: margin 0.3s;
}

#sidebar.active {
    width: 80px;
}


@media (max-width: 768px) {
	#sidebar {
		width: 80px;
		margin-left: -80px !important;
		overflow-y: auto;
	}
	
	#sidebar.active {
		width: 80px;
		margin-left: 0px !important;
	}

	#main #main-content {
		width: 100%;
		min-height: 100vh;
		transition: all 0.3s;
	}
	#main #main-content.active{
		width: calc(100% - 80px);
	}
}

#sidebar.active .navbar-nav  li a{
	text-align: center;
}

#sidebar.active .navbar-nav  li a .menu-label{
   display: block;
   font-size: xx-small;
}

#sidebar.active .navbar-nav  li a .material-icons, #sidebar.active .navbar-nav  li a .fa, #sidebar.active .navbar-nav  li a .icon{
   font-size: 26px;
}


#sidebar .submenu{
	margin-left: 20px;
}
#sidebar.active .submenu{
	margin-left: 2px;
}

#sidebar .navbar-nav a.nav-link {
	padding: 8px !important;
	border-bottom: 1px solid rgba(0,0,0,0.06);
}
#sidebar .navbar-nav a.nav-link:hover {
	background: rgba(0,0,0,0.05);
}
#sidebar .navbar-nav a.dropdown-toggle::after {
	float: right;
	margin-right:7px;
	margin-top:7px;
}
#sidebar.active .navbar-nav a.dropdown-toggle::after {
	float: none;
	margin:0 auto;
	display: block;
	margin-top:7px;

}
#sidebar.active .navbar-nav a.dropdown-toggle::after {
	float: none;
}

#sidebar .menu-profile > a.avatar {
    padding: 0 !important;
}

#sidebar.active .menu-profile .user-name {
	text-align: center;
	font-size: small;
}

#sidebar.active .menu-profile .menu-dropdown {
    display: none;
}



.navbar-brand{
	min-width:15%;
}

.navbar-brand img{
	display:inline;
	max-height:30px;
}