﻿.modal-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.container {
    margin-top: 20px;
}

.clearfix .row img {
    width: 70px;
    height: 70px;
}

.form-body {
    margin: 20px;
}

.example-form div h4 {
    font-size: 18px;
}

.k-item {
    text-align: left;
}

.modal-title {
    border-bottom: 2px solid #1959c7;
}

.form-info-depositante {
    border-left: 3px solid #1959c7;
    height: 300px;
}

.second-form {
    border-left: 3px solid #1959c7;
    height: 460px;
}

.form-body .row .col-md-5 .form .row .col-sm-8 .form-control {
    width: 80%;
}

.form-info-depositante-preinscripcion {
    border-left: 3px solid #f2f2f2;
    height: 300px;
}


/*
            Telerik
        */

.listview-modal {
    width: 100%;
    padding: 12px;
    padding-left: 20px;
    margin-bottom: -1px;
    min-height: 290px;
    /* Avoid cutout if font or line is bigger */
    font: inherit;
    overflow-y: scroll;
    height: 200px;
    border: 1px solid;
    border-color: #e6e6e6;
}

.listview-request {
    padding: 12px;
    padding-left: 20px;
    margin-bottom: -50px;
    min-height: 290px;
    /* Avoid cutout if font or line is bigger */
    font: inherit;
    overflow-y: scroll;
    height: 200px;
    border: 1px solid;
    border-color: #e6e6e6;
}

.listview-depositor {
    width: 85%;
    padding: 12px;
    padding-left: 20px;
    margin-bottom: -1px;
    min-height: 100px;
    /* Avoid cutout if font or line is bigger */
    font: inherit;
    overflow-y: scroll;
    height: 200px;
    border: 1px solid;
    border-color: #e6e6e6;
}

.listview-register {
    width: 100%;
    padding: 12px;
    padding-left: 20px;
    margin-bottom: -1px;
    min-height: 100px;
    /* Avoid cutout if font or line is bigger */
    font: inherit;
    overflow-y: scroll;
    height: 200px;
    border: 1px solid;
    border-color: #e6e6e6;
}

.Id-img {
    float: left;
    position: relative;
    /*width: 111px;
            height: 170px;*/
    /*margin: 0 5px;*/
    margin-right: 15px;
    padding: 0;
}

    .Id-img .imgCed {
        width: 100px !important;
        height: 100px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
        transition: 0.4s;
    }

    .Id-img h3 {
        margin: 0;
        padding: 3px 5px 0 0;
        max-width: 96px;
        overflow: hidden;
        line-height: 1.1em;
        font-size: .9em;
        font-weight: normal;
        text-transform: uppercase;
        color: #999;
    }

.k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*example*/
.grid-gallery {
    padding-bottom: 60px;
    padding-top: 60px;
}

.imgCed:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
    opacity: 0.8;
}



