.awesome {
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands', 'Font Awesome 5 Pro';
    font-weight: 500;
}

/* botones */
.btn-circle {
    padding: 0.2rem;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.modal {
    background-color: rgba(0, 0, 0, .5);
}

.box-top-input,
.box-bottom-input {
    border-radius: .5rem;
}

.box-top-input {
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1);
}

.box-bottom-input {
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

input[type="date"] {
    -webkit-appearance: none;
}

/* menu */
.divider {
    border-top: 1px solid rgba(127, 127, 127, .1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 4px 0 4px -5px !important;
}

.heading-divided {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

/* input focus */
.form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(54, 127, 169, 0.5);
}

.bootstrap-tagsinput>input:focus+div.tagsinput {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    border: 1px solid #80BDFF;
    border-radius: .25rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(54, 127, 169, 0.5);
}

.btn:focus {
    box-shadow: 0 0 8px rgba(54, 127, 169, 0.5);
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(54, 127, 169, 0.5);
}

.select2-container {
    flex: 1 1 0%;
}

/*readonly para desabilitar imput*/
.readonly {
    border: 1px solid #80BDFF;
    color: #007bff;
    cursor: inherit !important;
    font-style: italic;
    font-weight: bolder;
}

.readonly[readonly] {
    border: 1px solid #80BDFF;
    color: #007bff;
    cursor: inherit !important;
    font-style: italic;
    font-weight: bolder;
}

/* Scroll */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}

::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
    background: #d4d4d4;
}

/* table */
.table-padding>thead>tr>td,
.table-padding>thead>tr>th,
.table-padding>tbody>tr>td,
.table-padding>tbody>tr>th,
.table-padding>tfoot>tr>td,
.table-padding>tfoot>tr>th {
    padding: .5rem;
}

.hr-left {
    border-right: 1px solid #f4f4f4;
}

.panel {
    margin-bottom: 15px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

/* img */
.img-thumbnail-none {
    max-width: none;
}

/* cursor pointer */
.cursor-pointer {
    cursor: pointer;
}

/* input number ocultar botones */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -webkit-appearance: textfield !important;
    margin: 0;
    -moz-appearance: textfield !important;
}

/* REDES SOCIALES */
.facebookBlanco,
.facebookColor,
.youtubeColor,
.youtubeBlanco,
.twitterColor,
.twitterBlanco,
.google-plusColor,
.google-plusBlanco,
.instagramColor,
.instagramBlanco {
    color: white;
}

.facebookBlanco,
.youtubeBlanco,
.twitterBlanco,
.google-plusBlanco,
.instagramBlanco {
    background: black;
}

.facebookNegro,
.youtubeNegro,
.twitterNegro,
.google-plusNegro,
.instagramNegro {
    color: black;
}

/*FACEBOOK*/
.facebookColor {
    background: #46639f;
}

/*YOUTUBE*/
.youtubeColor {
    background: #d6513e;
}

/*TWITTER*/
.twitterColor {
    background: #0ab2e6;
}

/*GOOGLE PLUS*/
.google-plusColor {
    background: #d71617;
}

/*INSTAGRAM*/
.instagramColor {
    background: linear-gradient(45deg, #fca925, #ee1d5f, #6350a2);
}

.pageA4 {
    border: 1px #d5d7da solid;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    margin: auto;
}

.A4_horizontal {
    width: 842px;
    min-height: 595px;
}

.A4_vertical {
    width: 595px;
    min-height: 842px;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #007bff;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 20%;
    right: 15px;
    bottom: 40px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

.bg-blue {
    background-color: #03A9F4 !important;
    border-color: #03A9F4 !important;
    color: #fff !important;
}

/* text color */
.text-blue,
.text-blue:hover,
.text-blue:focus {
    color: #0277BD !important;
}

.text-danger,
.text-danger:hover,
.text-danger:focus {
    color: #F44336 !important;
}

.font-size-initial {
    font-size: initial;
}

/* info */
.icon-object {
    border-radius: 50%;
    text-align: center;
    margin: 10px;
    border-width: 3px;
    border-style: solid;
    padding: 20px;
    display: inline-block;
}

.icon-object>i {
    font-size: 32px;
    top: 0;
}

/* position */
.position-left {
    margin-right: 7px;
}

.position-right {
    margin-left: 7px;
}

/* alert */
.alert .alert-link {
    color: inherit;
}

.alert .close,
.alert .close:hover,
.alert .close:focus {
    color: inherit;
}

.alert-primary {
    background-color: #E3F2FD;
    border-color: #1E88E5;
    color: #1565C0;
}

.alert-primary hr {
    border-top-color: #187bd1;
}

.alert-primary .alert-link {
    color: #104d92;
}

.alert-primary {
    color: #104d92;
}

.alert-success {
    background-color: #E8F5E9;
    border-color: #4CAF50;
}

.alert-info {
    background-color: #E0F7FA;
    border-color: #00BCD4;
}

.alert-warning {
    background-color: #FFF3E0;
    border-color: #FF9800;
}

.alert-warning .close {
    color: #aa3510 !important;
}

.alert-danger {
    background-color: #FBE9E7;
    border-color: #FF5722;
}

.alert-danger .close {
    color: #9c1f1f !important;
}

.alert[class*=alert-styled-]:after {
    content: '\e9a2';
    font-family: 'icomoon';
    color: #fff;
    width: 44px;
    left: -44px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.alert[class*=alert-styled-].alert-danger:after,
.alert[class*=alert-styled-][class*=bg-danger]:after {
    content: '\ed64';
}

.alert[class*=alert-styled-].alert-success:after,
.alert[class*=alert-styled-][class*=bg-success]:after {
    content: '\ed6e';
}

.alert[class*=alert-styled-].alert-warning:after,
.alert[class*=alert-styled-][class*=bg-warning]:after {
    content: '\e9bd';
}

.alert[class*=alert-styled-].alert-info:after,
.alert[class*=alert-styled-][class*=bg-info]:after {
    content: '\e9b9';
}

.alert.alert-styled-right:after {
    left: auto;
    right: -44px;
}

.alert.alert-styled-left {
    border-left-width: 44px;
}

.alert.alert-styled-left[class*=bg-] {
    border-left-color: rgba(0, 0, 0, 0.15) !important;
}

.alert.alert-styled-right {
    border-right-width: 44px;
}

.alert.alert-styled-right[class*=bg-] {
    border-right-color: rgba(0, 0, 0, 0.15) !important;
}