.cursor-pointer {
	cursor: pointer;
}

.bg-gradient-primary {
	background-color: #0b4e91;
	background-image: linear-gradient(180deg, #0b4e91 10%, #19225c 100%);
	background-size: cover;
}

/* -------------------------------------------------------------------------- */
/*                              ESTILOS DE TEXTO                              */
/* -------------------------------------------------------------------------- */

.text-primary {
    color: #0b4e91 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0b4e91 !important;
}


/* -------------------------------------------------------------------------- */
/*                            ESTILOS DE BOTONES                              */
/* -------------------------------------------------------------------------- */

.btn-primary {
    color: #fff;
    background-color: #0b4e91;
    border-color: #0b4e91;
  }

.btn-primary:hover {
    color: #fff;
    background-color: #125e9e;
    border-color: #192075;
  }
  
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #125e9e;
    border-color: #192075;
    box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
  }
  
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0b4e91;
    border-color: #0b4e91;
  }
  
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #192075;
    border-color: #244ec9;
  }
  
  .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 120, 252, 0.5);
  }


.btn-info {
    color: #fff;
    background-color: #05c3de;
    border-color: #05c3de;
  }
  
  .btn-info:hover {
    color: #fff;
    background-color: #05b0c7;
    border-color: #05c3de;
  }
  
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #05c3de;
    border-color: #02a5bb;
    box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
  }
  
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #a8f5ff;
    border-color: #05c3de;
  }
  
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2a96a5;
    border-color: #278c9b;
  }
  
  .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
  .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
  }

  .btn-download {
    color: #fff;
    background-color: #e98c00;
    border-color: #e98c00;
  }
  
  .btn-download:hover {
    color: #fff;
    background-color: #d37f00;
    border-color: #e98c00;
  }
  
  .btn-download:focus, .btn-download.focus {
    color: #fff;
    background-color: #e98c00;
    border-color: #e98c00;
    box-shadow: 0 0 0 0.2rem #9b5d00;
  }
  
  .btn-download.disabled, .btn-download:disabled {
    color: #fff;
    background-color: #ffcd81;
    border-color: #e98c00;
  }

/* -------------------------------------------------------------------------- */
/*                          ESTILOS DE BACKGROUND                             */
/* -------------------------------------------------------------------------- */
  
  .bg-primary {
    background-color: #125e9e !important;
  }
  
  a.bg-primary:hover, a.bg-primary:focus,
  button.bg-primary:hover,
  button.bg-primary:focus {
    background-color: #125e9e !important;
  }



/* -------------------------------------------------------------------------- */
/*                            ESTILOS DE SELECT 2                             */
/* -------------------------------------------------------------------------- */

  .select2.select2-container {
    width: 100% !important;
  }
  
  .select2.select2-container .select2-selection {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 34px;
    margin-bottom: 15px;
    outline: none !important;
    transition: all .15s ease-in-out;
  }
  
  .select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 32px;
    padding-right: 33px;
  }
  
  .select2.select2-container .select2-selection .select2-selection__arrow {
    background: #f8f8f8;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 32px;
    width: 33px;
  }
  
  .select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #f8f8f8;
  }
  
  .select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
  }
  
  .select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
  }
  
  .select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px;
  }
  
  .select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 32px;
  }
  
  .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
  }
  
  .select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
  }
  
  .select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
  }
  
  .select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
  }
  
  .select2-container .select2-dropdown .select2-search {
    padding: 0;
  }
  
  .select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border: 1px solid #34495e !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
  }
  
  .select2-container .select2-dropdown .select2-results {
    padding: 0;
  }
  
  .select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #34495e;
  }
  
  .select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #3498db;
  }