@charset "UTF-8";
/* CSS Document */
#perfil_usr {
  font-family: Arial, Helvetica, sans-serif;
  /*width:588px;*/
  color: #666;
}
div#line_recon {
  width: 100% !important;
  background-color: #EA6411;
  height: 1px;
}
#perfil_usr h1 {
  background-color: transparent;
  color: #888888;
  font-size: 16px;
  font-weight: bolder;
  padding: 5px;
  text-shadow: 0 1px 0 #FFFFFF;
}
#perfil_usr h2 {
  color: #888888;
  font-size: 14px;
  font-weight: normal;
  height: 16px;
  line-height: 0;
  margin: 0;
  padding-top: 12px;
  text-align: left;
  text-shadow: 0 1px 0 #FFFFFF;
  text-transform: capitalize;
  width: 184px;
}
#perfil_usr img {
  border: 1px #779c4d solid;
}
#perfil_usr a {
  color: #769C4D;
  display: inline-block !important;
  font-weight: normal;
}
#perfil_usr .c_unique {
  clear: both;
  margin: 15px 0;
}
#perfil_usr .c_left {
  float: left;
  margin: 15px 0;
}
#perfil_usr .c_right {
  float: right;
  margin: 15px 0;
}
#perfil_usr #fecha_ini {
  clear: both;
}
#perfil_usr #fecha_fin {
  clear: both;
}
#perfil_usr #adjuntar {
  clear: left;
}
#perfil_usr #campos ul {
  margin: 0;
  padding: 0;
}
#perfil_usr #campos ul li {
  list-style: none;
  text-align: left;
}
#perfil_usr input[type="text"] {
  width: 100%;
}
#perfil_usr textarea {
  width: 100%;
  height: 100px;
}
button {
  /*   background: none repeat scroll 0 0 #769C4D;
    border: medium none;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin: 10px;
    padding: 6px;
    text-align: center;
    width: 84px;*/
}
button:hover {
  /* background: none repeat scroll 0 0 #314f10;*/
  cursor: pointer;
}
/* Blocks */
#avatar {
  width: 144px;
  line-height: 1.5em;
  margin-right: 15px !important;
}
div#foto {
  width: 200px;
  float: right;
}
#avatar img {
  /*width:142px;*/
}
#descript {
  /*	width:424px;*/
  line-height: 1.5em;
}
#campos {
  border-right: #CCC 1px solid;
  box-shadow: 1px 0 0 #FFF;
  padding-right: 15px;
}
#ubicacion {
  margin-left: 15px !important;
}
.clear {
  clear: both;
}
.well {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.breadcrumb {
  margin: -20px 0px;
  border: 0px;
  color: #aaa;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.breadcrumb span {
  text-shadow: 1px 1px 0px #fff;
}
.breadcrumb a {
  color: #aaa;
  text-shadow: 0px 1px 1px #fff;
}
.breadcrumb a:hover {
  color: #646464;
  text-shadow: 0px 1px 1px #fff;
  text-decoration: none;
}
#frm_gestion.box {
  float: none !important;
  margin: 20px 0px !important;
}
/*.box {
  margin: 20px 0px;
}*/
.box .box-header {
  height: 42px;
  border: 1px solid #ddd;
  margin-bottom: -1px;
  padding: 10px;
  background-color: #fafafa;
  background: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#efefef));
  background: -webkit-linear-gradient(top, #fafafa, #efefef);
  background: -moz-linear-gradient(top, #fafafa, #efefef);
  background: -o-linear-gradient(top, #fafafa, #efefef);
  background: -ms-linear-gradient(top, #fafafa, #efefef);
  background: linear-gradient(top, #fafafa, #efefef);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
  overflow: hidden;
}
.box .box-header h2 {
  font-size: 16px;
  line-height: 16px;
  float: left;
  margin-top: 2px;
  color: #646464;
  font-weight: normal;
  text-shadow: 0px 1px 0px #fff;
}
.box .box-header h2 i {
  margin: 1px 3px 0px 5px;
  opacity: .4;
}
.box .box-header .break {
  border-left: 1px solid #fcfcfc;
  border-right: 1px solid #ddd;
  margin: -12px 10px -10px 10px;
  padding: 12px 0px 10px 0px;
}
.box .box-header .box-icon {
  float: right;
  margin-top: 1px;
}
.box .box-header .box-icon i {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: .4;
}
.box .box-header .box-icon i:hover {
  opacity: .8;
}
.box .box-header .box-icon a {
  margin: 0px 5px;
}
.box .box-content {
  margin-top: -1px;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fcfcfc;
  -webkit-border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.6);
}
/* Forms
=================================================================== */
/*.add-on, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"], .uneditable-input {
  /*border-color: #dddddd !important;
}*/
/*.form-actions {
  padding: 19px 20px 20px;
  margin: 20px -25px -10px -25px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}*/
.form-actions:before, .form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}
.form-actions:after {
  clear: both;
}
.input-group-addon.clear {
  background: white;
  margin: 0 -1px;
  color: #CCC;
}
.limiterBox {
  border: 1px solid #CCC;
  border-top: none;
  background-color: #CCC;
  padding: 3px 6px;
  font-size: 10px;
  color: white;
  opacity: .9;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.editor {
  max-height: 250px;
  height: 250px;
  background-color: white;
  border-collapse: separate;
  border: 1px solid #e6e6e6 !important;
  padding: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: scroll;
  outline: none;
  margin-top: 20px;
}
div[data-role="editor-toolbar"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown-menu a {
  cursor: pointer;
}
.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.profile-user-info {
  display: table;
  width: 98%;
  width: calc(100% - 24px);
  margin: 0 auto
}
.profile-info-row {
  display: table-row
}
.profile-info-name, .profile-info-value {
  display: table-cell;
  border-top: 1px dotted #D5E4F1
}
.profile-info-name {
  text-align: right;
  padding: 6px 10px 6px 4px;
  font-weight: 400;
  color: #667E99;
  background-color: transparent;
  width: 110px;
  vertical-align: middle
}
.profile-info-value {
  padding: 6px 4px 6px 6px
}
.profile-info-value > span + span:before {
  display: inline;
  content: ",";
  margin-left: 1px;
  margin-right: 3px;
  color: #666;
  border-bottom: 1px solid #FFF
}
.profile-info-value > span + span.editable-container:before {
  display: none
}
.profile-info-row:first-child .profile-info-name, .profile-info-row:first-child .profile-info-value {
  border-top: none
}
.profile-user-info-striped {
  border: 1px solid #DCEBF7
}
.profile-user-info-striped .profile-info-name {
  color: #336199;
  background-color: #EDF3F4;
  border-top: 1px solid #F7FBFF
}
.profile-user-info-striped .profile-info-value {
  border-top: 1px dotted #DCEBF7;
  padding-left: 12px
}
.profile-picture {
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 4px;
  display: inline-block;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}
.dd-empty, .dd-handle, .dd-placeholder, .dd2-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}
.profile-activity {
  padding: 10px 4px;
  border-bottom: 1px dotted #D0D8E0;
  position: relative;
  border-left: 1px dotted #FFF;
  border-right: 1px dotted #FFF
}
.profile-activity:first-child {
  border-top: 1px dotted transparent
}
.profile-activity:first-child:hover {
  border-top-color: #D0D8E0
}
.profile-activity:hover {
  background-color: #F4F9FD;
  border-left: 1px dotted #D0D8E0;
  border-right: 1px dotted #D0D8E0
}
.profile-activity img {
  border: 2px solid #C9D6E5;
  border-radius: 100%;
  max-width: 40px;
  margin-right: 10px;
  margin-left: 0;
  box-shadow: none
}
.profile-activity .thumbicon {
  background-color: #74ABD7;
  display: inline-block;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
  margin-right: 10px;
  margin-left: 0;
  text-shadow: none !important
}
.profile-activity .time {
  display: block;
  margin-top: 4px;
  color: #777
}
.profile-activity a.user {
  font-weight: 700;
  color: #9585BF
}
.profile-activity .tools {
  position: absolute;
  right: 12px;
  bottom: 8px;
  display: none
}
.profile-activity:hover .tools {
  display: block
}
.user-profile .ace-thumbnails li {
  border: 1px solid #CCC;
  padding: 3px;
  margin: 6px
}
.user-profile .ace-thumbnails li .tools {
  left: 3px;
  right: 3px
}
.user-profile .ace-thumbnails li:hover .tools {
  bottom: 3px
}
.user-title-label:hover {
  text-decoration: none
}
.user-title-label + .dropdown-menu {
  margin-left: -12px
}
.profile-contact-links {
  padding: 4px 2px 5px;
  border: 1px solid #E0E2E5;
  background-color: #F8FAFC
}
.btn-link:hover .ace-icon {
  text-decoration: none !important
}
.profile-social-links > a:hover > .ace-icon, .profile-users .memberdiv .name a:hover .ace-icon, .profile-users .memberdiv .tools > a:hover {
  text-decoration: none
}
.profile-social-links > a {
  text-decoration: none;
  margin: 0 1px
}
.profile-skills .progress {
  height: 26px;
  margin-bottom: 2px;
  background-color: transparent
}
.profile-skills .progress .progress-bar {
  line-height: 26px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Open Sans";
  padding: 0 8px
}
.profile-users .user {
  display: block;
  position: static;
  text-align: center;
  width: auto
}
.profile-users .user img {
  padding: 2px;
  border-radius: 100%;
  border: 1px solid #AAA;
  max-width: none;
  width: 64px;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s
}
.profile-users .user img:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .33);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, .33)
}
.profile-users .memberdiv {
  background-color: #FFF;
  width: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  text-align: center;
  margin: 0 8px 24px
}
.profile-users .memberdiv .body {
  display: inline-block;
  margin: 8px 0 0
}
.profile-users .memberdiv .popover {
  visibility: hidden;
  min-width: 0;
  max-height: 0;
  max-width: 0;
  margin-left: 0;
  margin-right: 0;
  top: -5%;
  left: auto;
  right: auto;
  opacity: 0;
  display: none;
  position: absolute;
  -webkit-transition: opacity .2s linear 0s, visibility 0s linear .2s, max-height 0s linear .2s, max-width 0s linear .2s, min-width 0s linear .2s;
  -o-transition: opacity .2s linear 0s, visibility 0s linear .2s, max-height 0s linear .2s, max-width 0s linear .2s, min-width 0s linear .2s;
  transition: opacity .2s linear 0s, visibility 0s linear .2s, max-height 0s linear .2s, max-width 0s linear .2s, min-width 0s linear .2s
}
.profile-users .memberdiv .popover.right {
  left: 100%;
  right: auto;
  display: block
}
.profile-users .memberdiv .popover.left {
  left: auto;
  right: 100%;
  display: block
}
.profile-users .memberdiv > :first-child:hover .popover {
  visibility: visible;
  opacity: 1;
  z-index: 1060;
  max-height: 250px;
  max-width: 250px;
  min-width: 150px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s
}
.profile-users .memberdiv .tools {
  position: static;
  display: block;
  width: 100%;
  margin-top: 2px
}
.profile-users .memberdiv .tools > a {
  margin: 0 2px
}
.user-status {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #FFF;
  border: 3px solid #AAA;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 1px
}
.user-status.status-online {
  border-color: #8AC16C
}
.user-status.status-busy {
  border-color: #E07F69
}
.user-status.status-idle {
  border-color: #FFB752
}
.tab-content.profile-edit-tab-content {
  border: 1px solid #DDD;
  padding: 8px 32px 32px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .2);
  background-color: #FFF
}
@media only screen and (max-width:480px) {
  .profile-info-name {
    width: 80px
  }
  .profile-user-info-striped .profile-info-name {
    float: none;
    width: auto;
    text-align: left;
    padding: 6px 4px 6px 10px;
    display: block
  }
  .profile-user-info-striped .profile-info-value {
    margin-left: 10px;
    display: block
  }
  .user-profile .memberdiv {
    width: 50%;
    margin-left: 0;
    margin-right: 0
  }
}
.itemdiv {
  padding-right: 3px;
  min-height: 66px
}
.itemdiv > .user {
  display: inline-block;
  width: 42px;
  position: absolute;
  left: 0
}
.itemdiv > .user > .img, .itemdiv > .user > img {
  border-radius: 100%;
  border: 2px solid #5293C4;
  max-width: 40px;
  position: relative
}
.itemdiv > .user > .img {
  padding: 2px
}
.itemdiv > .body {
  width: auto;
  margin-left: 50px;
  margin-right: 12px;
  position: relative
}
.itemdiv > .body > .time {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #666;
  position: absolute;
  right: 9px;
  top: 0
}
.itemdiv > .body > .time .ace-icon {
  font-size: 14px;
  font-weight: 400
}
.itemdiv > .body > .name {
  display: block;
  color: #999
}
.itemdiv > .body > .name > b {
  color: #777
}
.itemdiv > .body > .text {
  display: block;
  position: relative;
  margin-top: 2px;
  padding-bottom: 19px;
  padding-left: 7px;
  font-size: 13px
}
.itemdiv.dialogdiv:before, .itemdiv.dialogdiv > .body:before, .itemdiv > .body > .text:after {
  content: "";
  position: absolute
}
.itemdiv > .body > .text:after {
  display: block;
  height: 1px;
  font-size: 0;
  overflow: hidden;
  left: 16px;
  right: -12px;
  margin-top: 9px;
  border-top: 1px solid #E4ECF3
}
.itemdiv > .body > .text > .ace-icon:first-child {
  color: #DCE3ED;
  margin-right: 4px
}
.itemdiv:last-child > .body > .text {
  border-bottom-width: 0
}
.itemdiv:last-child > .body > .text:after {
  display: none
}
.itemdiv.dialogdiv {
  padding-bottom: 14px
}
.itemdiv.dialogdiv:before {
  display: block;
  top: 0;
  bottom: 0;
  left: 19px;
  width: 3px;
  max-width: 3px;
  background-color: #E1E6ED;
  border: 1px solid #D7DBDD;
  border-width: 0 1px
}
.itemdiv.dialogdiv:last-child {
  padding-bottom: 0
}
.itemdiv.dialogdiv:last-child:before {
  display: none
}
.itemdiv.dialogdiv > .user > img {
  border-color: #C9D6E5
}
.itemdiv.dialogdiv > .body {
  border: 1px solid #DDE4ED;
  padding: 5px 8px 8px;
  border-left-width: 2px;
  margin-right: 1px
}
.itemdiv.dialogdiv > .body:before {
  display: block;
  left: -7px;
  top: 11px;
  width: 8px;
  height: 8px;
  border: 2px solid #DDE4ED;
  border-width: 2px 0 0 2px;
  background-color: #FFF;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.itemdiv.dialogdiv > .body > .time {
  position: static;
  float: right
}
.itemdiv.dialogdiv > .body > .text {
  padding-left: 0;
  padding-bottom: 0
}
.itemdiv.dialogdiv > .body > .text:after {
  display: none
}
.itemdiv.dialogdiv .tooltip-inner {
  word-break: break-all
}
.itemdiv.memberdiv {
  width: 175px;
  padding: 2px;
  margin: 3px 0;
  float: left;
  border-bottom: 1px solid #E8E8E8
}
@media (min-width:992px) {
  .itemdiv.memberdiv {
    max-width: 50%
  }
}
@media (max-width:991px) {
  .itemdiv.memberdiv {
    min-width: 33.333%
  }
}
.itemdiv.memberdiv > .user > img {
  border-color: #DCE3ED
}
.itemdiv.memberdiv > .body > .time {
  position: static
}
.itemdiv.memberdiv > .body > .name {
  line-height: 18px;
  height: 18px;
  margin-bottom: 0
}
.itemdiv.memberdiv > .body > .name > a {
  display: inline-block;
  max-width: 100px;
  max-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all
}
.itemdiv .tools {
  position: absolute;
  right: 5px;
  bottom: 10px;
  display: none
}
.item-list > li > .checkbox, .item-list > li > label.inline, .itemdiv:hover .tools {
  display: inline-block
}
.itemdiv .tools .btn {
  border-radius: 36px;
  margin: 1px 0
}
.itemdiv .body .tools {
  bottom: 4px
}
.itemdiv.commentdiv .tools {
  right: 9px
}
.item-list {
  margin: 0;
  padding: 0;
  list-style: none
}
.item-list > li {
  padding: 9px;
  background-color: #FFF;
  margin-top: -1px;
  position: relative
}
.item-list > li.selected {
  color: #8090A0;
  background-color: #F4F9FC
}
.item-list > li.selected .lbl, .item-list > li.selected label {
  text-decoration: line-through;
  color: #8090A0
}
.item-list > li label {
  font-size: 13px
}
.item-list > li .percentage {
  font-size: 11px;
  font-weight: 700;
  color: #777
}
.ace-thumbnails > li, .ace-thumbnails > li > :first-child {
  display: block;
  position: relative
}
.ace-thumbnails {
  list-style: none;
  margin: 0;
  padding: 0
}
.ace-thumbnails > li {
  float: left;
  overflow: hidden;
  margin: 2px;
  border: 2px solid #333
}
.ace-thumbnails > li > :first-child:focus {
  outline: 0
}
.ace-thumbnails > li .tags {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: visible;
  direction: rtl;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  vertical-align: inherit
}
.ace-thumbnails > li .tags > .label-holder {
  opacity: .92;
  filter: alpha(opacity=92);
  display: table;
  margin: 1px 0 0;
  direction: ltr;
  text-align: left
}
.ace-thumbnails > li > .tools, .ace-thumbnails > li > :first-child > .text {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, .55)
}
.ace-thumbnails > li .tags > .label-holder:hover {
  opacity: 1;
  filter: alpha(opacity=100)
}
.ace-thumbnails > li > .tools {
  top: 0;
  bottom: 0;
  left: -30px;
  width: 24px;
  vertical-align: middle;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}
.ace-thumbnails > li > .tools.tools-right {
  left: auto;
  right: -30px
}
.ace-thumbnails > li > .tools.tools-bottom {
  width: auto;
  height: 28px;
  left: 0;
  right: 0;
  top: auto;
  bottom: -30px
}
.ace-thumbnails > li > .tools.tools-top {
  width: auto;
  height: 28px;
  left: 0;
  right: 0;
  top: -30px;
  bottom: auto
}
.ace-thumbnails > li:hover > .tools {
  left: 0;
  right: 0
}
.ace-thumbnails > li:hover > .tools.tools-bottom {
  top: auto;
  bottom: 0
}
.ace-thumbnails > li:hover > .tools.tools-top {
  bottom: auto;
  top: 0
}
.ace-thumbnails > li:hover > .tools.tools-right {
  left: auto;
  right: 0
}
.ace-thumbnails > li > .in.tools {
  left: 0;
  right: 0
}
.ace-thumbnails > li > .in.tools.tools-bottom {
  top: auto;
  bottom: 0
}
.ace-thumbnails > li > .in.tools.tools-top {
  bottom: auto;
  top: 0
}
.ace-thumbnails > li > .in.tools.tools-right {
  left: auto;
  right: 0
}
.ace-thumbnails > li > .tools > a, .ace-thumbnails > li > :first-child .inner a {
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  padding: 0 4px
}
.ace-thumbnails > li > .tools > a:hover, .ace-thumbnails > li > :first-child .inner a:hover {
  text-decoration: none;
  color: #C9E2EA
}
.ace-thumbnails > li .tools.tools-bottom > a, .ace-thumbnails > li .tools.tools-top > a {
  display: inline-block
}
.ace-thumbnails > li > :first-child > .text {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}
.dialogs, .itemdiv {
  position: relative
}
.ace-thumbnails > li > :first-child > .text:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0
}
.ace-thumbnails > li > :first-child > .text > .inner {
  padding: 4px 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 90%
}
.ace-thumbnails > li:hover > :first-child > .text {
  opacity: 1;
  filter: alpha(opacity=100)
}
@media only screen and (max-width:480px) {
  .ace-thumbnails {
    text-align: center
  }
  .ace-thumbnails > li {
    float: none;
    display: inline-block
  }
}
.tab-content {
	
  /*border: 1px solid #C5D0DC;
  /*padding: 16px 12px;*
  position: relative*/
	
}
.tab-content.no-padding {
  padding: 0
}
.tab-content.no-border {
  border: none;
  padding: 12px
}
.tab-content.padding-32 {
  padding: 32px 24px
}
.tab-content.no-border.padding-32 {
  padding: 32px
}
.tab-content.padding-30 {
  padding: 30px 23px
}
.tab-content.no-border.padding-30 {
  padding: 30px
}
.tab-content.padding-28 {
  padding: 28px 21px
}
.tab-content.no-border.padding-28 {
  padding: 28px
}
.tab-content.padding-26 {
  padding: 26px 20px
}
.tab-content.no-border.padding-26 {
  padding: 26px
}
.tab-content.padding-24 {
  padding: 24px 18px
}
.tab-content.no-border.padding-24 {
  padding: 24px
}
.tab-content.padding-22 {
  padding: 22px 17px
}
.tab-content.no-border.padding-22 {
  padding: 22px
}
.tab-content.padding-20 {
  padding: 20px 15px
}
.tab-content.no-border.padding-20 {
  padding: 20px
}
.tab-content.padding-18 {
  padding: 18px 14px
}
.tab-content.no-border.padding-18 {
  padding: 18px
}
.tab-content.padding-16 {
  padding: 16px 12px
}
.tab-content.no-border.padding-16 {
  padding: 16px
}
.tab-content.padding-14 {
  padding: 14px 11px
}
.tab-content.no-border.padding-14 {
  padding: 14px
}
.tab-content.padding-12 {
  padding: 12px 9px
}
.tab-content.no-border.padding-12 {
  padding: 12px
}
.tab-content.padding-10 {
  padding: 10px 8px
}
.tab-content.no-border.padding-10 {
  padding: 10px
}
.tab-content.padding-8 {
  padding: 8px 6px
}
.tab-content.no-border.padding-8 {
  padding: 8px
}
.tab-content.padding-6 {
  padding: 6px 5px
}
.tab-content.no-border.padding-6 {
  padding: 6px
}
.tab-content.padding-4 {
  padding: 4px 3px
}
.tab-content.no-border.padding-4 {
  padding: 4px
}
.tab-content.no-border.padding-2, .tab-content.padding-2 {
  padding: 2px
}
.tab-content.no-border.padding-0, .tab-content.padding-0 {
  padding: 0
}
.nav.nav-tabs.padding-28 {
  padding-left: 28px
}
.tabs-left > .nav.nav-tabs.padding-28, .tabs-right > .nav.nav-tabs.padding-28 {
  padding-left: 0;
  padding-top: 28px
}
.nav.nav-tabs.padding-26 {
  padding-left: 26px
}
.tabs-left > .nav.nav-tabs.padding-26, .tabs-right > .nav.nav-tabs.padding-26 {
  padding-left: 0;
  padding-top: 26px
}
.nav.nav-tabs.padding-24 {
  padding-left: 24px
}
.tabs-left > .nav.nav-tabs.padding-24, .tabs-right > .nav.nav-tabs.padding-24 {
  padding-left: 0;
  padding-top: 24px
}
.nav.nav-tabs.padding-22 {
  padding-left: 22px
}
.tabs-left > .nav.nav-tabs.padding-22, .tabs-right > .nav.nav-tabs.padding-22 {
  padding-left: 0;
  padding-top: 22px
}
.nav.nav-tabs.padding-20 {
  padding-left: 20px
}
.tabs-left > .nav.nav-tabs.padding-20, .tabs-right > .nav.nav-tabs.padding-20 {
  padding-left: 0;
  padding-top: 20px
}
.nav.nav-tabs.padding-18 {
  padding-left: 18px
}
.tabs-left > .nav.nav-tabs.padding-18, .tabs-right > .nav.nav-tabs.padding-18 {
  padding-left: 0;
  padding-top: 18px
}
.nav.nav-tabs.padding-16 {
  padding-left: 16px
}
.tabs-left > .nav.nav-tabs.padding-16, .tabs-right > .nav.nav-tabs.padding-16 {
  padding-left: 0;
  padding-top: 16px
}
.nav.nav-tabs.padding-14 {
  padding-left: 14px
}
.tabs-left > .nav.nav-tabs.padding-14, .tabs-right > .nav.nav-tabs.padding-14 {
  padding-left: 0;
  padding-top: 14px
}
.nav.nav-tabs.padding-12 {
  padding-left: 12px
}
.tabs-left > .nav.nav-tabs.padding-12, .tabs-right > .nav.nav-tabs.padding-12 {
  padding-left: 0;
  padding-top: 12px
}
.nav.nav-tabs.padding-10 {
  padding-left: 10px
}
.tabs-left > .nav.nav-tabs.padding-10, .tabs-right > .nav.nav-tabs.padding-10 {
  padding-left: 0;
  padding-top: 10px
}
.nav.nav-tabs.padding-8 {
  padding-left: 8px
}
.tabs-left > .nav.nav-tabs.padding-8, .tabs-right > .nav.nav-tabs.padding-8 {
  padding-left: 0;
  padding-top: 8px
}
.nav.nav-tabs.padding-6 {
  padding-left: 6px
}
.tabs-left > .nav.nav-tabs.padding-6, .tabs-right > .nav.nav-tabs.padding-6 {
  padding-left: 0;
  padding-top: 6px
}
.nav.nav-tabs.padding-4 {
  padding-left: 4px
}
.tabs-left > .nav.nav-tabs.padding-4, .tabs-right > .nav.nav-tabs.padding-4 {
  padding-left: 0;
  padding-top: 4px
}
.nav.nav-tabs.padding-2 {
  padding-left: 2px
}
.tabs-left > .nav.nav-tabs.padding-2, .tabs-right > .nav.nav-tabs.padding-2 {
  padding-left: 0;
  padding-top: 2px
}
.nav-tabs {
  border-color: #C5D0DC;
  margin-bottom: 0 !important;
  position: relative;
  top: 1px
}
.nav-tabs > li > a {
  padding: 7px 12px 8px
}
.nav-tabs > li > a, .nav-tabs > li > a:focus {
 /* border-radius: 0 !important;
  border-color: #C5D0DC;
  background-color: #F9F9F9;
  color: #999;
  margin-right: -1px;
  line-height: 18px;
  position: relative*/
}
.nav-tabs > li > a:hover {
  background-color: #FFF;
  color: #4C8FBD;
  border-color: #C5D0DC
}
.nav-tabs > li > a:active, .nav-tabs > li > a:focus {
  outline: 0 !important
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #576373;
  border-color: #C5D0DC #C5D0DC transparent;
  border-top: 2px solid #4C8FBD;
  background-color: #FFF;
  z-index: 1;
  line-height: 18px;
  margin-top: -1px;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, .15)
}
.tabs-below > .nav-tabs {
  top: auto;
  margin-bottom: 0;
  margin-top: -1px;
  border-color: #C5D0DC;
  border-bottom-width: 0
}
.tabs-below > .nav-tabs > li > a, .tabs-below > .nav-tabs > li > a:focus, .tabs-below > .nav-tabs > li > a:hover {
  border-color: #C5D0DC
}
.tabs-below > .nav-tabs > li.active > a, .tabs-below > .nav-tabs > li.active > a:focus, .tabs-below > .nav-tabs > li.active > a:hover {
  border-color: transparent #C5D0DC #C5D0DC;
  border-top-width: 1px;
  border-bottom: 2px solid #4C8FBD;
  margin-top: 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15)
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  min-width: 60px
}
.tabs-left > .nav-tabs {
  top: auto;
  margin-bottom: 0;
  border-color: #C5D0DC;
  float: left
}
.tabs-left > .nav-tabs > li {
  float: none !important
}
.tabs-left > .nav-tabs > li > a, .tabs-left > .nav-tabs > li > a:focus, .tabs-left > .nav-tabs > li > a:hover {
  border-color: #C5D0DC;
  margin: 0 -1px 0 0
}
.tabs-left > .nav-tabs > li.active > a, .tabs-left > .nav-tabs > li.active > a:focus, .tabs-left > .nav-tabs > li.active > a:hover {
  border-color: #C5D0DC transparent #C5D0DC #C5D0DC;
  border-top-width: 1px;
  border-left: 2px solid #4C8FBD;
  margin: 0 -1px;
  -webkit-box-shadow: -2px 0 3px 0 rgba(0, 0, 0, .15) !important;
  box-shadow: -2px 0 3px 0 rgba(0, 0, 0, .15) !important
}
.tabs-right > .nav-tabs {
  top: auto;
  margin-bottom: 0;
  border-color: #C5D0DC;
  float: right
}
.tabs-right > .nav-tabs > li {
  float: none !important
}
.tabs-right > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li > a:hover {
  border-color: #C5D0DC;
  margin: 0 -1px
}
.tabs-right > .nav-tabs > li.active > a, .tabs-right > .nav-tabs > li.active > a:focus, .tabs-right > .nav-tabs > li.active > a:hover {
  border-color: #C5D0DC #C5D0DC #C5D0DC transparent;
  border-top-width: 1px;
  border-right: 2px solid #4C8FBD;
  margin: 0 -2px 0 -1px;
  -webkit-box-shadow: 2px 0 3px 0 rgba(0, 0, 0, .15);
  box-shadow: 2px 0 3px 0 rgba(0, 0, 0, .15)
}
.nav-tabs > li > a .badge {
  padding: 1px 5px;
  line-height: 15px;
  opacity: .75;
  vertical-align: initial
}
.nav-tabs > li > a .ace-icon {
  opacity: .75
}
.nav-tabs > li.active > a .ace-icon, .nav-tabs > li.active > a .badge {
  opacity: 1
}
.nav-tabs li .ace-icon {
  width: 1.25em;
  display: inline-block;
  text-align: center
}
.nav-tabs > li.open .dropdown-toggle {
  background-color: #4F99C6;
  border-color: #4F99C6;
  color: #FFF
}
.nav-tabs > li.open .dropdown-toggle > .ace-icon {
  color: #FFF !important
}
.tabs-left .tab-content, .tabs-right .tab-content {
  overflow: auto
}
.dark {
  color: #333 !important
}
.white {
  color: #FFF !important
}
.red {
  color: #DD5A43;
}
.red2 {
  color: #E08374;
}
.light-red {
  color: #F77;
}
.blue {
  color: #478FCA;
}
.light-blue {
  color: #93CBF9;
}
.green {
  color: #69AA46;
}
.light-green {
  color: #B0D877;
}
.orange {
  color: #FF892A;
}
.orange2 {
  color: #FEB902;
}
.light-orange {
  color: #FCAC6F !important
}
.purple {
  color: #A069C3 !important
}
.pink {
  color: #C6699F !important
}
.pink2 {
  color: #D6487E !important
}
.brown {
  color: brown !important
}
.grey {
  color: #777;
}
div.capitalize > p:first-child:first-letter {
  font-size: 14px;
  float: left;
  padding: 5px 5px 5px 5px;
  height: 30px;
  font-family: 'Arial';
  background-color: #d14844;
  margin-right: 0px;
  color: white;
  border-radius: 5px;
  line-height: 10px;
  text-align: left;
}
/**
swirch frm*/
.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px !important;
  background-color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: inset 0 -1px #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eee;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, #ffffff 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, #ffffff 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, #ffffff 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
  background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
}
.switch-input:checked ~ .switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-primary > .switch-input:checked ~ .switch-label {
  background: #38ade8;
}
.switch-success > .switch-input:checked ~ .switch-label {
  background: #78cd51;
}
.switch-warning > .switch-input:checked ~ .switch-label {
  background: #fabb3d;
}
.switch-important > .switch-input:checked ~ .switch-label {
  background: #fa603d;
}
.switch-info > .switch-input:checked ~ .switch-label {
  background: #77c7ee;
}
.switch-danger > .switch-input:checked ~ .switch-label {
  background: #d9534f;
}
.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}
/* MOD PERFIL USUARIO*/
div.capitalize > p:first-child:first-letter {
  font-size: 14px;
  float: unset;
  padding: unset;
  height: unset;
  font-family: 'Arial';
  background-color: unset;
  margin-right: 0px;
  color: #444444;
  border-radius: 5px;
  line-height: 10px;
  text-align: left;
}
.well {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
 /* padding-left: 30px !important;
  padding-right: 30px !important;*/
  min-height: 150px !important;
}
.nav.nav-tabs.padding-18 {
  padding-left: 18px;
  padding-top: 60px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  padding-right: 20px;
  padding-bottom: 20px;
}
.txt-info, .text-info {
  color: #ff0000 !important;
  padding: 30px;
}
div > h1 > span {
  padding: 4px;
  padding-top: 5px;
  font-family: "Futura RH Bold", Helvetica, Arial, sans-serif;
  font-size: 25px;
  color: #d44b47;
}
.nav-tabs > li.active > a, .nav-tabs > li > a.active, .nav-tabs > li.active > a:focus, .nav-tabs > li > a.active:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a.active:hover {
  color: #576373;
  border-color: #C5D0DC #C5D0DC transparent;
  border-top: 5px solid #d14844;
  background-color: #FFF;
  z-index: 1;
  line-height: 18px;
  margin-top: -1px;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, .15);
}
.nav-tabs > li > a, .nav-tabs > li > a:focus {
 /* border-radius: 0 !important;
  border-color: #f7f8f7 !important;
  background-color: #F9F9F9 !important;
  color: #999;
  margin-right: -1px;
  line-height: 18px;
  position: relative;*/
}
.green {
  color: #d44b47;
}
.card-view {
  background: #212121;
  margin-bottom: 20px;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  padding: 15px 15px 0;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.nav-tabs > li {
  float: left !important;
  padding-right: 0px !important;
  margin-bottom: -1px !important;
}
@media (max-width: 960px) {
  .nav-tabs > li {
    float: left;
    padding-right: 10px ;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-left: 0%;
    margin-right: 50%;
    margin-bottom: -1px;
  }
}
div.autocomplete, .ui-autocomplete {
  border: 1px outset #5A769E;
  background-color: #505050;
  margin-left: 12px;
  padding: 10px 6px;
  width: 300px;
  height: 100px;
  overflow: auto;
  z-index: 101110 !important;
  font-size: 11px;
}
/*.ui-autocomplete-input {
  border: none; 
  font-size: 14px;
  width: 300px;
  height: 24px;
  margin-bottom: 5px;
  padding-top: 2px;
  border: 1px solid #DDD !important;
  padding-top: 0px !important;
  z-index: 1511;
  position: relative;
}*/
.ui-menu .ui-menu-item a {
  font-size: 12px;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1510 !important;
  float: left;
  display: none;
  min-width: 160px;
  width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
}
.ui-state-hover, .ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}
div.autocomplete ul, ul.ui-autocomplete {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
div.autocomplete ul li.selected {
  background-color: #FF6700;
  color: #FFF;
}
div.autocomplete ul li, ul.ui-autocomplete li {
  color: #999 !important;
  opacity: 1;
  list-style-type: none;
  padding: 1px;
  margin: 0px;
  border-bottom: 1px solid #5A769E;
  cursor: pointer;
}
/* FIN PERFIL USUARIO*/
#user-profile ul.tool_user li {
  float: left !important;
}
.background .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
/* 47.Rounded */
.rounded .alert-primary.animated {
  border-radius: 0.75rem;
}
.rounded .popover, .rounded .tooltip-inner {
  border-radius: 0.75rem;
}
.rounded .border-radius {
  border-radius: 0.75rem;
}
.rounded .vjs-poster, .rounded .vjs-tech {
  border-radius: 0.75rem;
}
.rounded .dashboard-top-rated .glide img {
  border-radius: 0.75rem;
}
.rounded .app-menu {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded .sub-menu {
  border-radius: 0 0.75rem 0.75rem 0;
}
.rounded .auth-card .image-side {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded .auth-card .image-side .background-fume {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

@media (max-width: 991px) {
  .rounded .auth-card .image-side {
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
	.rounded .auth-card .image-side .background-fume {
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

}
.rounded .card-img, .rounded .card-img-fluid, .rounded .card-img-overlay {
  border-radius: 0.75rem;
}
.rounded.sub-hidden .main-menu, .rounded.menu-sub-hidden .main-menu {
  border-radius: 0 0.75rem 0.75rem 0;
}
.rounded.sub-show-temporary .main-menu {
  border-radius: initial;
}
.rounded .dropdown-menu {
  border-radius: 0.75rem;
}
.rounded .btn.default {
  border-radius: 0.1rem;
}
.rounded .list-thumbnail {
  border-radius: 0.75rem;
}
.rounded .card-img-bottom, .rounded .card-img-bottom .vjs-poster, .rounded .card-img-bottom .vjs-tech {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
}
.rounded .card-img-top, .rounded .card-img-top .vjs-poster, .rounded .card-img-top .vjs-tech {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}
.rounded .card-img-left {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: initial !important;
  border-bottom-right-radius: initial !important;
}
.rounded .card-img-right {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-top-left-radius: initial !important;
  border-bottom-left-radius: initial !important;
}
.rounded .card {
  border-radius: 0.75rem;
}
.rounded .card.auth-card {
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}
@media (max-width: 991px) {
  .rounded .card.auth-card {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}
.rounded .invalid-tooltip, .rounded .valid-tooltip, .rounded div.error {
  border-radius: 10px;
}
.rounded .data-table-rows table tbody tr {
  border-radius: 0.75rem;
}
.rounded .data-table-rows table td {
  background: white;
}
.rounded .data-table-rows table td:first-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded .data-table-rows table td:last-child {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
/* 33.Authorization */
.auth-card {
  display: flex;
  flex-direction: row;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5), 0 1px 6px rgba(0, 0, 0, 0.5);
}
.auth-card .image-side {
  width: 40%;
  background: url("img/560x740-Login.png") no-repeat center top;
  background-size: cover;
  border-top-left-radius: .75rem;
  border-bottom-left-radius: .75rem;
}

.auth-card .image-side .h3 {
  line-height: 0.8rem;
}
.auth-card .form-side {
  width: 60%;
  padding: 70px;
  height: 850px;
}
#registro.box{
  margin-top:-5px !important;
}
.background-fume p:first-child{
  margin-bottom: 5px !important;
}
#btn_registrerForm, #btn_IniciarSecionForm{
  color: #333333 !important;
}

.background-fume{
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 70px 40px;
}

@media (max-width: 991px) {
  .auth-card {
    flex-direction: column;
  }
  .auth-card .image-side {
    width: 100%;
  }
  .auth-card .form-side {
    width: 100%;
      padding: 60px;
    height:auto;

  }
}
@media (max-width: 767px) {
  .auth-card p.h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .auth-card {
    flex-direction: column;
  }
  .auth-card .image-side {
    padding: 0px 0px;
  }
  .auth-card .form-side {
    padding: 35px 30px;
  }
  .auth-card .logo-single {
    margin-bottom: 20px;
  }
  .auth-card p.h2 {
    font-size: 1.4rem;
  }
}
.index-card .card-body {
  padding: 80px;
}
@media (max-width: 991px) {
  .index-card .card-body {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .index-card .card-body {
    padding: 35px 30px;
  }
}
/* 17.Cards*/
.card {
  border: initial;
  background: white;
  border-radius: 0.1rem;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2), 0 1px 6px rgba(0, 0, 0, 0.2);
}
.card .card-header .card-icon {
  right: 5px;
  top: 5px;
}
.card .card-header .card-icon i {
  font-size: 12px;
  color: #d7d7d7;
}
.card .card-header .handle {
  cursor: default;
}
.card .card-body {
  padding: 1.75rem;
}
@media (max-width: 575px) {
  .card .card-body {
    padding: 1.5rem;
  }
}
.card .card-body.sm {
  padding: 1.25rem 1.75rem;
}
.card .card-title {
  margin-bottom: 2rem;
}
.rtl.rounded .app-menu {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rtl.rounded .sub-menu {
  border-radius: 0.75rem 0 0 0.75rem;
}
.rtl.rounded .auth-card .image-side {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rtl.rounded .card-img, .rtl.rounded .card-img-fluid, .rtl.rounded .card-img-overlay {
  border-radius: 0.75rem;
}
.rtl.rounded.sub-hidden .main-menu, .rtl.rounded.menu-sub-hidden .main-menu {
  border-radius: 0.75rem 0 0 0.75rem;
}
.rtl.rounded.sub-show-temporary .main-menu {
  border-radius: initial;
}
.rtl.rounded .card-img-left {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
  border-top-left-radius: initial !important;
  border-bottom-left-radius: initial !important;
}
.rtl.rounded .card-img-right {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
  border-top-right-radius: initial !important;
  border-bottom-right-radius: initial !important;
}
.rtl.rounded .card.auth-card {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.rtl.rounded .auth-card .image-side {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rtl.rounded .data-table-rows table td {
  border-radius: initial;
}
.rtl.rounded .data-table-rows table td:first-child {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rtl.rounded .data-table-rows table td:last-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rtl.rounded .data-table-rows .data-table-rows-check {
  text-align: left;
  padding-left: initial;
}
/*Estilos agregados*/
.i2m_logoLogin {
  /*width: 120px;*/
}
.i2m_form-login {
  display: block;
}
.i2m_form-registro {
  display: none;
}
#btn_IniciarSecionForm {
  display: none;
}
@media (max-width: 991px) {
  .rounded .auth-card .image-side {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .i2m_flexwrap {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.responsive-tab .uk-list {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 30px;
}
.responsive-tab .uk-list > li{
	margin-top: 12px;
	display: inline-block;
	width: 100%;
}
.responsive-tab .uk-list > li:first-child{
	margin-top: 0;
}
.responsive-tab .nav-item:not(:last-child)
{
  margin-right: 0rem !important;
}
.responsive-tab .uk-list > li > a {
    background: #fafafa none repeat scroll 0 0;
    border-radius: 9px;
    display: inline-block;
    font-weight: 500;
    padding: 8px 15px;
    text-transform: capitalize;
    vertical-align: middle;
    width: 100%;
}
.responsive-tab .uk-list > li > a.active {
    background: #26ACE2;
    color: #ffffff;
}
#components-nav{
	margin-bottom: 0;
	padding: 10px 5px;
}
#components-nav .uk-list.docs-list {
    font-size: 14px;
    text-transform: capitalize;
}
#components-nav h2 {
    font-size: 26px;
    font-weight: 500;
}
.uk-slider-items > li h1 {
    text-shadow: 0px 3px 2px rgba(0,0,0,.2);
}
#components-nav h1,
#components-nav h2,
#components-nav h3,
#components-nav h4,
#components-nav h5,
#components-nav h6{
    margin-bottom: 10px;
}

.main-wraper, aside .widget {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    display: block;
    margin-bottom: 30px;
    padding: 15px 20px 20px;
    position: relative;
    width: 100%;
    z-index: 9;
}
.uk-input, .uk-select, .uk-textarea {
    border-radius: 5px;
    font-size: 14px;
    height: auto;
    padding: 12px 15px;
	max-width: 100%;
    width: 100%;
    background: #fff;
    color: #62626e;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border;
}

.i2m_header_userProfile .card{
  height: 185px;
  border-radius: 7px;
}
.i2m_saldo-usuario span{
  font-size: 15px;
  color:#666;
}
.i2m_saldo-usuario .d-flex p{
  margin-bottom: 0px;
}
.main {
  background-color: #f6f6f6;
}
.i2m_btnGoToDashboard {
  background-color: #fff;
}