
.theme-iamsa .counters .nav > li {
  display: inline-block;
}

.theme-iamsa .counters .badge {
  border-radius: 10px;
  margin-left: 3px;  }
  
.theme-iamsa .navbar {
  background-color: #fff; 
  font-family: 'Raleway';
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;  
  }

.theme-iamsa .navbar-brand {
  color: #333; }
  .theme-iamsa .navbar-brand:hover {
    color: #333; }
  .theme-iamsa .navbar-brand:active {
    color: #333; }
  .theme-iamsa .navbar-brand:focus {
    color: #333; }

.navbar .navbar-brand {
  padding-bottom: 0;
  padding-top: 0; }

.theme-iamsa .nav > li > a {
  color: #323f4f; }
  .theme-iamsa .nav > li > a:hover {
    background-color: transparent; }
  .theme-iamsa .nav > li > a:focus {
    background-color: transparent; }

.theme-iamsa .nav > li > a > .label-count {
  color: #fff;
  background-color: #323f4f;  }

.theme-iamsa .nav .open > a {
  background-color: transparent; }
  .theme-iamsa .nav .open > a:hover {
    background-color: transparent; }
  .theme-iamsa .nav .open > a:focus {
    background-color: transparent; }

.theme-iamsa .sidebar .menu .list li.active {
  background-color: #323f4f42; }
  .theme-iamsa .sidebar .menu .list li.active > :first-child i, .theme-iamsa .sidebar .menu .list li.active > :first-child span {
    color: #333; }

.theme-iamsa .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-iamsa .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-iamsa .sidebar .legal {
  background-color: #fff; }
  .theme-iamsa .sidebar .legal .copyright a {
    color: #333 !important; }

.theme-iamsa .sidebar .user-info {
  background: #323f4f;
  height: 90px; }

.theme-iamsa .sidebar .user-info .info-container {
  top: 10px;
  height: 90px; }

.theme-iamsa .sidebar .user-info .info-container .user-helper-dropdown	{
  bottom: 45px; }


 body.theme-iamsa.login-page {
  background-color: #37474f;
  background: linear-gradient(-135deg,#c9dd00,#01b1c9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c9dd00",endColorstr="#01b1c9",GradientType=0);
  -ms-flex: 1;
   flex: 1; }
	
 body.theme-iamsa {
   background-color: #eef2f8; }
   
.theme-iamsa .card, .theme-iamsa .card h2 {
  color: #333 !important;
  border-color: #323f4f;	}
  
.theme-iamsa .card .header {
  border-bottom: 1px solid rgba(73, 78, 88, 0.35);	}
  
.theme-iamsa .card .header .header-action {
    position: absolute;
    top: 10px;
    right: 15px;
    list-style: none; }

.theme-iamsa .card .body.narrow {
  padding-top: 10px;
  padding-bottom: 0; }
 
 
 /* wizard  */
.theme-iamsa .wizard .steps .current a {
    background-color: #323f4f;
} 
.theme-iamsa .wizard .steps .current a:active, .theme-iamsa .wizard .steps .current a:focus, .theme-iamsa .wizard .steps .current a:hover {
    background-color: #333333;
}
.theme-iamsa .wizard .steps .done a {
    background-color: rgba(50, 63, 79, 0.6);
}
.theme-iamsa .wizard .steps .done a:hover, .theme-iamsa .wizard .steps .done a:active, .theme-iamsa .wizard .steps .done a:focus {
    background-color: rgba(50, 63, 79, 0.5);
}

.theme-iamsa .dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #323f4f;
}

.theme-iamsa .dtp div.dtp-date, .dtp div.dtp-time {
    background: #323f4f42;
}

.theme-iamsa .dtp div.dtp-actual-year {
	color: #fff;
}

.theme-iamsa .dtp .p10 > a {
    color: #fff;
}

.theme-iamsa .dtp table.dtp-picker-days tr > td > a.selected {
    background: #323f4f42;
}

.theme-iamsa .ms-container .ms-selectable, .theme-iamsa .ms-container .ms-selection {
	/* Se achica el tamano minimo del multiselect por mobile.*/
    min-width: 200px !important;
}

.theme-iamsa .form-group label.required:after {
    content: " *";
    top: 7px;
    color: #c22128;
}

.theme-iamsa .bg-blue-grey:hover, .theme-iamsa .bg-blue-grey:focus,
	.theme-iamsa .bg-blue-grey:active, .theme-iamsa .bg-blue-grey:active:focus,
	.theme-iamsa .bg-blue-grey.active {
	background-color: #40555f !important;
	
}
.img-preview {
    width: 100px;
    height: 50px;
}
      
.label-select2{
	position: relative !important;
	top: 0 !important;
}

.ms{
	width: 100%;
}

.small-icon{
	font-size:20px !important;
}

.img-preview {
    width: 75px !important;
    height: 50px !important;
  /*
   --b: 1px;
  --c: #0000 25%,grey 0;
  padding: 5px;
  background:
    conic-gradient(from 90deg  at top    var(--b) left  var(--b),var(--c)) 0    0,
    conic-gradient(from 180deg at top    var(--b) right var(--b),var(--c)) 100% 0,
    conic-gradient(from 0deg   at bottom var(--b) left  var(--b),var(--c)) 0    100%,
    conic-gradient(from -90deg at bottom var(--b) right var(--b),var(--c)) 100% 100%;
  background-size: 30px 15px; 
  background-repeat: no-repeat;
  transition: .1s;
  cursor: pointer;
  */
  border-radius: 10%;
}
/*
.img-preview:hover{
  background-size: 51% 51%;
}
*/
.delete_container {
        align-items: center;
        place-items: center;
    }
	
.img-responsive{
	border-radius: 10%  !important;
	max-width: 30%    !important;
	
}	

.thumbnail{
	border-radius: 10%  !important;
	border: 0px !important;
	
}
