html { 
  background-image: url("../img/bg05.png"); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
    font-family: Quicksand;
    font-weight: bolder;
    height: 100%;
    margin: 0;
  background-image: url("../img/bg05.png"); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.btn{
    border-radius: 5px;
}
.card{
    margin-top: 15px;
    margin-bottom: 15px;
}



.flex-center, .flex-column, .list-item, .list{
    background-color: transparent !important;
}

h1{
    color: #ffffff;
}
.navbar {
    padding: 10px;
}

.navbar-nav {
    font-size: 1rem;
}

.navbar-collapse{
    overflow: auto;
}

.navbar-toggler-icon{
    font-size: 1rem;
}

.no-shadows {
    box-shadow: none!important;
    background-color: rgba(0,0,0,0.5);

}

.rotated {
    -webkit-transform : rotate(90deg);
    -moz-transform : rotate(90deg);
    -ms-transform : rotate(90deg);
    transform : rotate(90deg);
}
/* The real code */
.rotate {
    -webkit-transform: rotate(-90deg);  /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(-90deg);  /* Firefox 3.5-15 */
    -ms-transform: rotate(-90deg);  /* IE 9 */
    -o-transform: rotate(-90deg);  /* Opera 10.50-12.00 */
    transform: rotate(-90deg);  /* Firefox 16+, IE 10+, Opera 12.10+ */
}

.dlwbtn{
    width: 45px;
    height: 45px;
    position: inherit;
    right: 10px;
    bottom: -50px;
    padding: 0px;
}

.albumItemR{
    display: inline-table;
    align-content: center;
    align-items: center;
}

.photoThumb{
    border: #10707f 1px solid;
    margin: 10px !important;
    border-radius: 5px;
    text-shadow: 2px 2px;
}

.active{
    color: #004085 !important;
}
a{
    color: #ffffff !important;
}
a:hover{
    color: #004085 !important;
}

h3 {
    color: #2e3f58;
    text-shadow: 2px 2px 5px #17202c;
    letter-spacing:1px; 
    text-transform:uppercase; 
    -webkit-text-stroke: .03em #2e3f58;
}

h3:before {
    background-color: #c50000;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
    box-shadow: 2px 2px 3px #5b0202;
}

h3:after {
    background-color: #c50000;
    content: '';
    display: block;
    position:absolute; right:0; bottom:0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
    box-shadow: 2px 2px 3px #5b0202;
}

h5 {
    padding: 5px;
    color: #6c757d;
    text-shadow: 2px 2px 5px gray;
    border-radius: 5px;
    background-color: rgba(248,249,250,.7);
}


.list-wrapper {
    max-width: 600px;
    margin: 50px auto;
}

.list {
    background: #fff;
    border-radius: 2px;
    list-style: none;
    padding: 10px 20px;
}

.list-item {
    display: flex;
    margin: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-item:last-child {
    border-bottom: none;
}
.list-item-image {
    border-radius: 5px;
    width: 150px;
}
.list-item-content {
    margin-left: 20px;
    vertical-align: central;
}
.list-item-content h4,
.list-item-content p {
    text-align: left;
    margin: 0;
    color:#ffffff;
}
.list-item-content h4 {
    margin-top: 10px;
    font-size: 18px;
    color:#ffffff;
}
.list-item-content p {
    margin-top: 5px;
    color: #039898;
}

a{
    text-decoration: none !important;
}

#popup {     
    left: 0;     
    position: absolute;     
    top: 100;     
    width: 100%;     
    z-index: 1001; 
}   
.content-popup {    
    margin:0px auto;     
    margin-top:120px;     
    position:relative;     
    padding:10px;     
    width:100%;     
    min-height:100%;     
    border-radius:4px;     
    background-color: transparent;     
    /* box-shadow: 0 2px 5px #666666; */
}   
.content-popup h5 {     
    color:#48484B;     
    /*  border-bottom: 1px solid #48484B;     */
    margin-top: 50px; 
    margin-bottom: 50px;    
    padding-bottom: 4px; 
    width: 100%;
}   
.popup-overlay {     
    left: 0;     
    position: absolute;     
    top: 0;     
    width: 100%;     
    z-index: 999;     
    display:none;     
    background-color: #777777;     
    cursor: pointer;     
    opacity: 0.7; 
}   
#close {     
    position: absolute;     
    right: 15px; 
} 

.center {
    margin: auto;
    /* width: 50%;  */
    /*    border: 1px solid gray; */
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    align-items: center;
    align-content: center;
}
/** Popup para registro de libro*/
#popup-library {     
    left: 0;     
    position: absolute;     
    top: 100;     
    width: 100%;     
    z-index: 1001; 
} 
#popup-librarySearch {     
    left: 0;     
    position: absolute;     
    top: 100;     
    width: 100%;     
    z-index: 1001; 
}   
.content-popup-library {    
    margin:0px auto;      
    position:relative;     
    padding:10px;     
    width:100%;     
    min-height:100%;     
    border-radius:4px;     
    background-color: #ffffff;     
    /* box-shadow: 0 2px 5px #666666; */
}   
.content-popup-library h5 {     
    color:#48484B;     
    /*  border-bottom: 1px solid #48484B;     */
    margin-top: 50px; 
    margin-bottom: 50px;    
    padding-bottom: 4px; 
    width: 100%;
}   
.popup-overlay-library {     
    left: 0;     
    position: absolute;     
    top: 0;     
    width: 100%;     
    z-index: 999;     
    display:none;     
    background-color: #777777;     
    cursor: pointer;     
    opacity: 0.7; 
}   
#close-library {     
    position: absolute;     
    right: 15px; 
} 

.readersMessage {
    color: #039898 !important;
}

.activateMessage {
    color: #980303 !important;
}

/** Form control */

label#icon {
    margin: 0;
    border-radius: 5px 0 0 5px;    
    float:left;
}
label.radio {
    position: relative;
    display: inline-block;
    padding-top: 4px;
    margin-right: 20px;
    text-indent: 30px;
    overflow: visible;
    cursor: pointer;
}
label.radio:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1c87c9;
}
label.radio:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 4px;
    top: 8px;
    left: 4px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    opacity: 0;
}
input[type=radio]:checked + label:after {
    opacity: 1;
}
input[type=text], input[type=password], input[type=number] {
    /*width: calc(100% - 60px);*/
    height: 36px;
    min-width: 100%;
    margin: 13px 0 0 -5px;
    padding-left: 10px; 
    border-radius: 5px;
    border: solid 1px #cbc9c9; 
    box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
    background: #fff;
}

.dropdown:after{
    width: 100% !important;
}

.dropdown-toggle {
    height: 36px;
    min-width: 90%;
    margin: 13px 0 0 -5px;
    padding-left: 10px; 
    border-radius: 5px;
    border: solid 1px #cbc9c9; 
    box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
    background: #fff;
    color: #858585;
    text-align: left;
    padding-top: 5px;
}

.dropdown-menu {
    max-height: 280px;
    overflow-y: auto;
}

.dropdown-toggle:hover {
    height: 36px;
    min-width: 90%;
    margin: 13px 0 0 -5px;
    padding-left: 10px; 
    border-radius: 5px;
    border: solid 1px #cbc9c9; 
    box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
    background: #fff;
    color: #17202c;
}


input[type=password] {
    margin-bottom: 15px;
}
#icon {
    display: inline-block;
    padding: 9.3px 15px;
    box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
    background: #1c87c9;
    color: #fff;
    text-align: center;
}
.btn-block {
    margin-top: 10px;
    text-align: center;
}
.btn-block-right {
    margin-top: 10px;
    text-align: right;
}

button {
    width: 100%;
    padding: 10px 0;
    margin: 10px auto;
    border-radius: 5px !important; 
    border: none;
    background: #1c87c9; 
    font-size: 14px;
    font-weight: 600;
    /*color: #fff !important;*/
}
button:hover {
    /*background: #26a9e0;*/
    /*color: #fff !important;*/
}


.errorInput{
    background-color: rgb(123, 19, 19, .2) !important;
}

.successInput{
    background-color: rgb(10, 148, 97, .2) !important;
}

.errorMsg{
    color: rgb(123, 19, 19, 1);
}

.exclimg{
    width: 25px;
}
.popover-body{
    padding: 10px !important;
    font-family: Quicksand !important;
    font-weight: 500 !important;
    border-color: #adadad !important;

}

.container{
    padding-top: 100px;
    width: 80%
}