@font-face {
  font-family: "Humnst777";
  src: url("/assets/fonts/Humnst777-BT-Roman_23358.ttf") format("truetype");
}

*{
  font-family: "Humnst777", sans-serif;
}

#cssmenu,
#cssmenu ul,
#cssmenu li{
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-size: 14px;
  padding-left: 3px;
  padding-top: 5px;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px;
}
/* #cssmenu::after{
  display: block;
  position:absolute;
  
  content:" ";
  
  width: 0;
  height: 100%;
  
  top: 0;
  right:-3px;
  border: #495057 2px dashed;
} */

#cssmenu > ul > li {
  margin: 0 0 10px 0;
  padding-bottom: 5px;
}

#cssmenu > ul > li:hover{
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#cssmenu > ul > li a{
  margin: 0px; 
  display: block;
  width: 100%;
  height: 100%; 
}

#cssmenu > ul > li:last-child {
  margin: 0;
}

#cssmenu > ul > li > a:hover {
  text-decoration: none;
}

.menu-manage li.active {
  border-bottom: none;
  background-color: #2ecc71;
}

.menu-manage li a{
  color: #2d3436;
  font-size: 15px;
}

.menu-manage li:hover{
  background-color: #2ecc71;
  display: block;
}

/* STRUCTURE */

header {
	padding: 0 15px;
}

.columns {
	display: flex;
	flex-flow: row wrap;
  margin: 5px 0;
  justify-content: center;
}

.column {
	flex: 1;
	margin: 2px;
	&:first-child { margin-left: 0; }
  &:last-child { margin-right: 0; }
}

@media screen and (max-width: 980px) {
  .columns .column {
		margin-bottom: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 680px) {
	.columns .column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}

.row-tools{
  justify-content:center; 
  align-items: center;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  padding: 5px;
}

.row-tools a span{
  display: block;
  margin-top: 5px;
}

.row-tools a{
  color: #2d3436;
}

.nav-item a{
  color: #2d3436;
}

.nav-item a span{
  display: block;
  margin-top: 5px;
}

.nav-item{
  text-align: center;
}

.tools-container{
  /* margin:5px; */
  margin: 5px 0px 0px 0px;
  border-bottom:#BFBFBF solid;
  display: flex;
  flex-direction: row;
  padding-top: 5px;
}

.tools-container h5{
  font-weight: bold;
}


.text-nav{
  color: #7f8c8d; 
  margin-left:20px;
}


.border-explorer{
  height: 84vh;
  
}

@media only screen and (max-width: 1600px) {
  .border-explorer {
    height: 78vh;
  }
}

.content-explorer{
  margin: 5px;
}

.tab-pane{
  margin: 10px;
}

.tab-pane h6{
  font-weight: bold;
}

.wrapper header{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.menu-header{
  margin: 10px;
  border-bottom:#3498db solid;
  padding: 10px 0px 15px 0px;
}

.content-header{
  margin: 10px;
  /* border-bottom:#3498db solid;
  padding: 10px 0px 10px 0px; */
}

.content-header h5{
  text-align: center;
  margin: auto;
  max-width: 50%;
  padding-bottom: 10px;
}

.menu-header h5{
  font-weight: bold;
}

.btn-addUser{
  background-color: #3bafda;
  color: #fff;
}

.btn-addUser.disabled{
  background-color: #bdc3c7;
}

.btn-addUser:hover{
  box-shadow: 0 5px 4px 0 rgba(0,0,0,0.2);
}

.form-container{
  /* margin-left: 30%;
  margin-right: 25%; */
  margin-top: 5%;
  height: 450px;
}

.group-assign-container{
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5%;
  padding-top: 10px;
}

.group-assign-container,
.assign-container > div{
  border: #dee0e0 1px solid;
  overflow-y: scroll;
  height: 400px;
  margin-right:15px;
}

.assign-container > div h5{
  padding: 5px;
}

.assign-container > div h6{
  background-color:#3498db;
  border: 1px solid #3498db;
  border-radius: .50rem;
  padding: 5px;
  margin-top: 15px;
  color: #fff;
}

.ul-access{
  padding: 10px;
  position: relative;
}

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

.form-btn button{
  margin-right: 5px;
}

#btn-access button{
  margin:15px;
}

.list-rights{
  white-space: nowrap;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  display: flex;
}

.form-group-container{
  margin-left: 30%; 
  margin-right: 25%; 
  margin-top: 5%;
}

.users-container{
  margin-left: 5%; 
  margin-right: 5%; 
}

.users-container,
.users-container div{
  height: 300px;
  overflow-y: auto;
}

#btn-back{
  margin-left: 10px;
  margin-right: 10px;
}

#form-add-user{
  margin-left: 30%;
  margin-right: 10%;
  margin-top: 5%
}

label.error {
  color: rgb(231, 26, 26);
}

.text-upload{
  overflow: hidden; 
  background-color: #F5F5F5;
  padding: 5px;
  font-size: 12px;
}

.container-cabinet{
  height: 400px;
  overflow: auto;
}

.container-cabinet div h5{
  text-align:center;
  overflow: hidden;
}

.modal-group-cabinet{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
}

.list-rights input {
  margin-right: 5px;
}

a.disabled:hover {
  cursor:not-allowed
}

a.disabled{
  color: #d3d6d6;
}

.body-file:hover{
  background-color: #ecf0f1;
}

.indent-accessRight li{
  display: table-row;
}

.indent-accessRight li div{
  display: table-cell; 
  vertical-align: middle; 
}

.indent-accessRight li div label{
  padding-left: 10px;
  text-align: left;
}

.loaders {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: auto;
  position: relative;
  top: calc(30% - 10px);
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

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

@media only screen and (max-width: 2000px) {
  .full {
    background: #ecf0f1;
    width: 100%;
    height: 120vh;
    position: absolute;
    z-index: 5;
    display: none;
    opacity: 0.8;
    
  }
  
  .pdf_grey {
    position: absolute;
    left: 28%;
    top: 15%;
    display: none;
    padding: 25px;
    background: #3498db;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 1600px) {
  .full {
    background: #ecf0f1;
    width: 100%;
    height: 128vh;
    position: absolute;
    z-index: 5;
    display: none;
    opacity: 0.8;
  }

  .pdf_grey {
    position: absolute;
    left: 18%;
    top: 15%;
    display: none;
    padding: 25px;
    background: #3498db;
    border-radius: 20px;
  }
}

.deselect {
  display: none;
  cursor: pointer;
}

.select {
  cursor: pointer;
  color: #fff;      
}

.ztree{
  width:100%; 
  overflow:auto;
}

.column{
  height:97vh; 
  background-color:#fff;
  border-radius: 5px;
}

li{
  list-style-type: none;
}

.scan-explorer{
  margin: 10px;
  padding: 5px;
  height: 85vh; 
  overflow:auto;
}

.folder-container, .body-file{
  /* box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2); */
  transition: 0.3s;
  /* padding: 5px;
  margin-bottom: 5px; */
  position: relative;
}

.folder-container:hover, .files-container:hover{
  background-color: #ecf0f1;
}

a {
  outline: 0;
}

.breadcrumb-arrow {
  height: 36px;
  padding: 0;
  line-height: 36px;
  list-style: none;
  background-color: transparent;
  color: #fff;
}
.breadcrumb-arrow li:first-child a {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
  display: inline-block;
  vertical-align: top
}
.breadcrumb-arrow li:not(:first-child) {
  margin-left: -5px
}
.breadcrumb-arrow li+li:before {
  padding: 0;
  content: ""
}
.breadcrumb-arrow li span {
  padding: 0 10px
}
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
  height: 36px;
  padding: 0 10px 0 25px;
  line-height: 36px
}
.breadcrumb-arrow li:first-child a {
  padding: 0 10px
}
.breadcrumb-arrow li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  background-color: #3bafda;
  border: 1px solid #3bafda
}
.breadcrumb-arrow li:first-child a {
  padding-left: 10px
}
.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: '';
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
.breadcrumb-arrow li a:before {
  right: -10px;
  z-index: 3;
  border-left-color: #3bafda;
  border-left-style: solid;
  border-left-width: 11px;
}
.breadcrumb-arrow li a:after {
  right: -11px;
  z-index: 2;
  border-left: 11px solid #2494be;
}

.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
  border-left-color: #4fc1e9;
}
.breadcrumb-arrow li a:active {
  background-color: #2494be;
  border: 1px solid #2494be;
}
.breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
  border-left-color: #2494be;
}

.logo-and-nav-wrap {
  display: flex;
  align-items: center;
  padding-top: 5px;
}

.site-nav-wrap {
  padding-left: 10px;
  color: var(--main-color);
  overflow: hidden;
  width: fit-content;
}

.nav-custom {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 30px;
}

.single-breadcrumb-wrap:before {
  content: '';
  background-image: linear-gradient(-33deg, #ff0d64 0, #9c3483 100%);
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: transform ease-in-out .5s;
  transform: scalex(0);
  transform-origin: left top;
  display: none;
}

.single-breadcrumb-wrap:hover:before {
  transform: scalex(1);
}

.single-breadcrumb-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 0 auto;
  flex-shrink: 1000;
  display: inline-block;
  border-bottom: 1px solid transparent;
  color: #3bafda;
  position: relative;
  transition: transform ease-in-out .3s;
}
.single-breadcrumb-wrap:hover {
  flex: 1 0 auto;
  opacity: 1;
  transform: translatey(-2px);
  transition: none;
  opacity: 1;
  transition: transform ease-in-out .4s;
}
.single-breadcrumb-wrap:hover a {
  color: #3bafda;
}
.single-breadcrumb-wrap:hover .sep i {
  transform: translatex(8px);
  color: var(--hover-color);
  transition: transform ease-in-out .3s;
}
.single-breadcrumb-wrap:hover ~ .single-breadcrumb-wrap {
  transition: transform ease-in-out .4s;
  color: #3bafda;
}
.single-breadcrumb-wrap:first-child {
  flex: 0 0 auto;
  flex-shrink: 0.5;
  font-weight: normal;
  color: #3bafda;
  opacity: 1;
}
.single-breadcrumb-wrap:first-child:after {
  left: 0;
}
.single-breadcrumb-wrap:first-child .sep {
  display: none;
}
.single-breadcrumb-wrap:last-child {
  flex: 1 0 auto !important;
  font-weight: normal;
}
.single-breadcrumb-wrap:last-child a {
  color: #858585;
  cursor: text;
  text-decoration: none;
}

.single-breadcrumb-wrap:last-child:hover:after {
  display: none;
}

.single-breadcrumb-wrap:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 28px;
  top: 36px;
  width: 100%;
  height: 1px;
  background: var(--hover-color);
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform ease-in-out .15s .10s, opacity ease-in-out .25s;
  opacity: .5;
}

.single-breadcrumb-wrap:hover:after {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  transition: opacity ease-in-out .1s, transform ease-in-out .2s;
}

.breadcrumb-custom {
  flex: 0 1 auto;
}

.sep {
  padding-left: 10px;
  padding-right: 10px;
}
.sep i.fa:before {
  content: var(--icon);
  transition: transform ease-in-out .2s;
}

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #3498db;
  border-color: #3498db transparent #3498db transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.home-container{
  background-color: #09428F;
  border-radius: 4px;
}

.home-container a {
  color: #fff;
  padding: 5px;
}

.manage-container{
  border-radius: 4px;
  background-color: #072C5E;
} 

.manage-container a {
  color: #fff;
  padding: 5px;
}

.home-container.active, .manage-container.active{
  background-color: #0093CD
}

.body-explorer{
  background-color: rgb(252, 250, 250);
}

.hidden-svg{
  fill: #cecccc;
}

.show-svg{
  fill: #858585;
}

.row-tools a{
  text-decoration: none;
}

.selected{
  background-color: #ecf0f1;
}

.selected-badge{
  display: none;
}

.title-cabinet{
  margin-right: 10px;
  color: #fff;
  margin-top: 1px;
  background-color: #3bafda;
  border-radius: 20px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.title-cabinet:hover{
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  color: #fff !important;
}

#searchInput{
  background: url("/assets/icons/search.svg") no-repeat scroll 7px 7px;
  padding-left:40px;
  width: 300px;
}

.nav-link.active{
  border-color: none;
}

.nav-tabs{
  background-color: #F5F5F5;
}

.datepicker{
  z-index: 1100 !important;
}

icon-container {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
}
.loader-input {
  position: relative;
  height: 20px;
  width: 20px;
  display: inline-block;
  animation: around 5.4s infinite;
}

@keyframes around {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}

.loader-input::after, .loader-input::before {
  content: "";
  background: white;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  border-radius: 20px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  animation: around 0.7s ease-in-out infinite;
}

.loader-input::after {
  animation: around 0.7s ease-in-out 0.1s infinite;
  background: transparent;
}

.loading {    
  background-color: #ffffff;
  background-image: url("/assets/icons/3.gif");
  background-size: 25px 25px;
  background-position:right center;
  background-repeat: no-repeat;
}

.container-info{
  float:left; 
  font-size: 12px; 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  padding: 3px;
  color: #858585;
}

.link-folder{
  display:block; 
}

.link-folder span{
  padding-left:10px; 
  color: #707070;
}

.modal-footer button{
  margin: auto; 
  background-color: #29C9FF;
  color: #fff;
}

.form-group div label{
  color: #484848;
}

/* .modal-title{
  color: #484848;
} */

.error-message{
  color: #D8000C;
  background-color: #FFBABA;
  border: 1px solid;
  margin: 5px 0px 5px 0px;
  padding: 10px;
}

.fancybox > span{
  color: #707070;
  cursor: pointer !important;
}

.fancybox:hover{
  text-decoration: none;
  color: #0093CD;
}

.fancybox > span:hover{
  text-decoration: none;
  color: #0093CD;
}

.btn:hover{
  box-shadow: 0 5px 4px 0 rgba(0,0,0,0.2);
}

input[type='radio'] {
  -webkit-appearance:none;
  width:15px;
  height:15px;
  border:1px solid rgb(219, 219, 219);
  border-radius:50%;
  outline:none;
  box-shadow:0 0 5px 0px rgb(194, 193, 193) inset;
}
input[type='radio']:hover {
  box-shadow:0 0 5px 0px orange inset;
}
input[type='radio']:before {
  content:'';
  display:block;
  width:60%;
  height:60%;
  margin: 20% auto;    
  border-radius:50%;    
}
input[type='radio']:checked:before {
  background: #0093cd;
}

.form-check{
  justify-content: left !important;
}

#listCabinet{
  max-height: 250px;
  overflow: auto;
}

.line-scan{
  height: 1px;
  border: none;
  color: #BFBFBF;
  background-color: #BFBFBF;
  margin-left: 12px;
}

.scan-container{
  padding: 5px;
  height: 85vh;
  overflow: auto;
}

.fingerprint {
  width: 68px;
  height: 78px;
  border: solid 3px #3498db;
}

.fingerprint.scanning::after {
  content: '';
  position: absolute;
  width: 65px;
  height: 8px;
  background-image: linear-gradient(to bottom,
    rgba(236, 30, 92, 0),
    rgba(236, 19, 73, 0.8));
  animation: scanning .8s linear infinite;
}

@keyframes scanning {
    100% { transform: translate(0, 68px); }
}

#tabIndex > h6, #tabInfo > h6{
  color: #707070;
}

#tabIndex > span, #tabInfo > span {
  color: #858585;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #707070;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.sign-warning{
  background-color: #f1c40f; 
  padding: 5px; 
  border-radius: 10px;
}

.border-activate{
  border: 2px dashed rgba(0, 0, 0, 0.3);
}

#ascending{
  float: right; 
  margin-right: 10px;
}

#descending{
  float: right; 
  margin-right: 10px;
}

#filterByDate{
  float: right; 
  margin-right: 10px;
}

#calendarFilter{
  position:absolute; 
  margin-top: 5px; 
  z-index: 10000
}

#filterByDate{
  cursor: pointer;
}

#descending:hover{
  cursor: pointer;
}

#ascending:hover{
  cursor: pointer;
}

.tag {
  background-color: #b6b3b3;
  color: #fff;
  display: inline-block;
  line-height: 26px;
  padding: 0 10px 0 10px;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  float: right;
  border-radius: 5px;
  margin-right: 10px;
}

.close-filter{
  margin-left: 10px;
}

.close-filter:hover{
  cursor: pointer;
}

#buttonCabinet{
  text-decoration: none;
}

.area-photo{
  text-align: center;
  margin-top: 20px;
}

.hvr-trim{
  height: 50px;
  width: 50px;
  background: #09428F;
  text-align: center;
  border-radius: 30px;
}

.hvr-trim > svg {
  position:relative;
  top: calc(50% - 10px); /* 50% - 3/4 of icon height */
}

.vl {
  border-left: 5px solid #09428F;
  height: 125px;
  position: absolute;
  margin-left: 22px;
}

.btn-submit{
  background-color: rgb(41, 201, 255); 
  color: rgb(255, 255, 255);
}

.modal-lg {
  max-width: 50% !important;
}


.thead-light, .thead-light > tr > th, .thead-light > tr, #listFolder-container > tr > td, #listFiles-container > tr > td, #listFolder-container, #listFiles-container, #listFolder-container > tr, #listFiles-container > tr {
  display: block;
}

.thead-light > tr:after, #listFolder-container > tr:after, #listFiles-container > tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}

#listFolder-container {
  height: 78vh;
  overflow-y: auto;
}

#listFolder-container > tr > td, #listFiles-container > tr > td, .thead-light > tr > th {
  float: left;
}

.dataListSorting td{
  padding: 1px !important;
}

.dataListSorting > thead th {
  font-size: 1em;
  padding: 5px !important;
  height: 35px;
}

table th.sorted:after{
  content:"⬆";
}
table th.reversed.sorted:after{
  content:"⬇";
} */

.dataListSorting.loader #listFolder-container, .dataListSorting.loader #listFolder-container2 {
  position: relative;
}

.dataListSorting.loader #listFolder-container:after, .dataListSorting.loader #listFolder-container2:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/assets/icons/spinner.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150px 150px;
  content: "";
} 

.head-table:hover{
  cursor: pointer;
}

.ui-datepicker-trigger{
  cursor: pointer;
}

#show_password{
  height: 25px;
  width: 50px;
  top: 90px;
  right: 15px;
  display: inline-block;
  position: absolute;
  z-index: 9;
  color: #bdc3c7;
}

#showPasswordUser, #showConfirmPasswordUser, #showPasswordUserEdit{
  height: 25px;
  width: 30px;
  top: 6px;
  right: 15px;
  display: inline-block;
  position: absolute;
  z-index: 9;
  color: #bdc
}

#showConfirmPasswordUserEdit{
  height: 25px;
  width: 28px;
  top: 5px;
  right: 15px;
  display: inline-block;
  position: absolute;
  z-index: 9;
  color: #bdc3c7;
}

#showOldPassword, #showNewPassword, #showConfirmPassword{
  height: 25px;
  width: 25px;
  top: 40px;
  right: 15px;
  display: inline-block;
  position: absolute;
  z-index: 9;
  color: #bdc3c7;
}

.qs {
  background-color: #02bdda;
  border-radius: 16px;
  color: #e3fbff;
  cursor: default;
  display: inline-block;
  font-family: 'Helvetica',sans-serif;
  font-size: 18px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  position: relative;
  text-align: center;
  width: 30px;
}
.qs .popover {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 5px;
  bottom: 42px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: none;
  font-size: 12px;
  font-family: 'Helvetica',sans-serif;
  left: -95px;
  padding: 7px 10px;
  position: absolute;
  width: 200px;
  z-index: 4;
}
.qs .popover:before {
  border-top: 7px solid rgba(0, 0, 0, 0.85);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  content: '';
  display: block;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}
.qs:hover .popover {
  display: block;
  -webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
  -moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
  -ms-animation: fade-in .3s linear 1, move-up .3s linear 1;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes move-up {
  from {
    bottom: 30px;
  }
  to {
    bottom: 42px;
  }
}
@-moz-keyframes move-up {
  from {
    bottom: 30px;
  }
  to {
    bottom: 42px;
  }
}
@-ms-keyframes move-up {
  from {
    bottom: 30px;
  }
  to {
    bottom: 42px;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.queue-badge{
  font-size: 12px; 
  float: right; 
  margin-right: 10px; 
  background-color:#f1c40f; 
  padding: 0px 2px 0px 2px; 
  border-radius: 10%;
}

.body-amount{
  text-align: center; 
  font-size: 12px;
  background-color: #ecf0f1
}

#cabinet{
  color: #09428F; 
  font-size: 13px; 
  position: absolute; 
  margin-top: 2px; 
  cursor: pointer;
  min-width: 200px;
}

.body-content__left{
  margin-left: 5px; 
  margin-top: 10px; 
  overflow: auto; 
  max-width: 100%;
  max-height: 84vh;
}

#alertCompatibilityBrowser .modal-body {
  text-align: center;
}

#alertCompatibilityBrowser .modal-body figure{
  margin: 15px;
  float: left;
}

.load-more{
  margin-left: 350px; 
  padding: 7px 0px 7px 0px;
}

.load-more span{
  background-color: #3bafda; 
  color: #fff; 
  border: 1px solid #3bafda;
}

td.details-control {
  background: url('/assets/icons/add.svg') no-repeat center center;
  cursor: pointer;
}

tr.shown td.details-control{
  background: url('/assets/icons/minus.svg') no-repeat center center;
  cursor: pointer;
}

.selected-reminder{
  font-size: 12px; 
  border-radius: 5px; 
  white-space: nowrap;
  padding: 3px;
}

.dropdown-reminder {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 13px;
  z-index: 1;
  font-size: 12px;
  text-align: left;
}

.dropdown-content li {
  padding: 5px;
}

.dropdown-reminder:hover .dropdown-content {
  display: block;
}

.select2-hidden-accessible,
.select2-hidden-accessible:focus {
  left: auto!important;
  top: auto!important;
  margin: -1px;
}

.text-folder{
  font-size: 12px;
  color: #707070;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.btn-load{
  background-color: #29C9FF;
  color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 48%;
  margin-top: 20px;
  font: 12px;
  box-shadow: 0 5px 4px 0 rgba(0,0,0,0.2);
}