﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}



/*select window*/

.selectContainerImage {
    width: 130px;
    height: 180px;
    float: left;
    border-radius: 25px;
    border: 1px solid bisque;
    margin: 3px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
}

.selectContainerImage:hover {
    border: 2px solid #73AD21;
}

.selectImages {
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    margin-top: 3px;
    margin-bottom: 3px;
}

.selectDivLink {
    display: block;
    width: 100%;
}

.selectLink {
    text-align: center;
    text-decoration: none;
    color: black;
    background-color: aliceblue;
    overflow: hidden;
    max-height: 20px;
}



/*end select window*/


/*Edit Card Window*/

.EditCardImages {
    width: 40px;
    height: 40px;
    padding: 3px;
    border: 1px solid aliceblue;
}

/*Edit Card Window*/



.selectContainerType {
    width: 200px;
    height: 325px;
    float: left;
    border-radius: 5px;
    border: 1px solid aliceblue;
    margin: 3px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
}

.selectContainerType:hover {
    border: 2px solid #73AD21;
}

.selectType {
    /*background: azure;*/
    /*display: table;
    margin: 5px;*/
    margin-left: 2px;
    margin-top: 4px;
}


.selectTypeDivLink {
    /*padding-top: 5px; 
    padding-bottom: 45px;
    display: block;
    width: 100%;*/
    /*background: blanchedalmond;*/
}



.containerViewCard {
    /*background: red;*/
    overflow: hidden;
    display: block;
    margin: 0 auto 0 auto;   

}


/*End of Edit Card Window*/





/*Color selector*/
.colorpickerSelector {
    width: 30%;
}
/*.colorpickerSelector i {
    width: 40px;
}*/
/*End of Color selector*/


.paginationForCards {
    margin: 0px;
}

.btnCards {
    margin-right: 0px;
    margin-left: 0px;
}
.noPadding {
    padding-left: 0px;
    padding-right: 0px;
}

.logoLapuente {
    height: 42px;
    float: left;
    margin: 4px;
}

.editImage {
    width: 400px;

}


/*Slides*/
  .sliderContainer {
            margin-top: 10px;
            margin-bottom: 10px;
            overflow: hidden;
            margin-left: auto;
            margin-right: auto;
        }

         .gallery {
             position: relative;
         }

        .gallery_img{
            position:absolute;
        }

/*fin slides*/


/*.btn {
   margin-right: 4px;
   margin-left: 4px;
   margin-top: 4px;
}*/

.no_margin {
    margin: 0px;
}

.indexGrid {
    /*float: left;*/
}

