a {
    cursor: pointer;
}

html,
body {
    overflow-x: visible;
}

#login-template {
    margin-top: 15%;
}

.notifications .notifications-container {
    position: relative;
    z-index: 1;
}

.navbar-nav > li > .dropdown-menu {
    z-index: 5;
}

.close-click {
    right: 10px;
    top: 10px;
    position: absolute;
}

.padding0 {
    padding: 0px;
}
.padding-left0 {
    padding-left: 0px;
}
.required-field {
    color: #a94442;
    font-size: 16px;
}

#bootstrap-overrides #inbox-table tbody tr:hover {
    background-color: #E4F1FE;
    /* border-left: 1px solid #446CB3;
    border-right: 1px solid #446CB3;*/
    cursor: pointer;
}

#bootstrap-overrides #inbox-table tbody tr {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

textarea {
    resize: none;
}

.navbar {
    margin-bottom: 10px;
}

#carteras-container h2 {
    margin-top: 5px;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    cursor: pointer;
}

.noseleccionable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.margin_bot_15 {
    margin-bottom: 15px;
}

.margin_top_15 {
    margin-top: 15px;
}

[uib-typeahead-popup].dropdown-menu {
    /*width: 100%;*/
}

#bootstrap-overrides tooltip tip {
    max-width: 600px;
    min-width: 190px;
}

#bootstrap-overrides .scrollable-typehead+ul.dropdown-menu.ng-isolate-scope {
    overflow-y: auto;
    height: 200px;
}

.cartera-btn {
    text-align: left;
}

#bootstrap-overrides .cartera-active {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
    background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}

.padding-left-0 {
    padding-left: 0px;
}

.full button span {
    background-color: limegreen;
    border-radius: 32px;
    color: black;
}

.partially button span {
    background-color: orange;
    border-radius: 32px;
    color: black;
}

#bootstrap-overrides .custom-datepickerfield {
    width: 40%;
}

#bootstrap-overrides #procesarDocForm {
    padding-left: 30px;
    padding-right: 30px;
    overflow-y: auto;
    overflow-x: hidden;
}

#bootstrap-overrides .custom-datepickerfield+div+.input-group-btn {
    display: initial;
}

#bootstrap-overrides .nav-tabs {
    margin-bottom: 5px;
}

a.disabled {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.05);
    opacity: .9;
    pointer-events: none;
}

.pointer {
    cursor: pointer;
}

#bootstrap-overrides .process_form_title {
    font-size: 24px;
    font-weight: 500;
}

#bootstrap-overrides .margin0 {
    margin: 0px;
}

.plus-btn{
    color: #337ab7;
    font-size: 20px;
}
#bootstrap-overrides .info-btn{
    font-size: 20px;
    color: #2C82C9;
}

#bootstrap-overrides .question-btn{
    font-size: 20px;
    color: #eb9316;
}
#bootstrap-overrides .lastProcessedRow{
    background-color: #EBF680;
}

#scroll-busqueda-nu-autos .dropdown-menu {
    overflow-y: auto;
    max-height: 200px;
}

/*  imagen de carga  */
#pantallaCarga {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  z-index: 9999;
}

#cargandoLabel {
	visibility: hidden;
}
#imagenCarga {
  width:50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
}