﻿/* CSS LOGIN  */
.login-box, .register-box {
    width: 360px;
    margin: 7% auto;
}

.login-box input, .register-box input {
    border-radius:0;
}

.login-logo, .register-logo {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 35px;
    text-align: center;
    background: #AD1079;
    color: white;
    padding: 5px;
    font-weight: 300;
    font-style: italic;
}

.login-box-body, .register-box-body {
    background: #B1B0B6;
    padding: 20px 40px;
    border-top: 0;
    color: #666;
    border: 3px solid #AD1079;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.btn-ambem,
.btn-ambem:hover,
.btn-ambem:active{
    background:#79A325;
    border-radius:0;
    border:none;
}

#forgotText{
    border-bottom: 1px solid #AD1079;
    padding-bottom: 20px;
}

#forgotText a{
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.font-white{
    color: #fff;
}

.pinklink{
   color: #AD1079 !important;
}

.no-height{
    min-height: 0px !important;
    padding: 33px 12px !important;
    pointer-events: none !important;
}

#titulo-inicio{
    position: absolute;
    z-index: 10000;
    bottom: 0px !important;
    width: 85%;
    text-align: center;
    font-weight:bold;
}



/* CSS INDEX */

.layout-project {
    background: #2f4050 !important;
}

.project-box {
    width: 100%;
    margin: 7% auto;
}

.project-box-body {
    background-color: #E4E6E8;
    border-radius: 10px;
    min-height: 610px;
}

.proyect-title {
    padding: 20px;
}

.project-content {
    cursor: pointer;
    background-color: red;
}

.card {
    border-radius: .3rem;
    width: 90%;
    margin: 0 auto;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
}

.card, .list-group {
    -ms-flex-direction: column;
}

.view {
    opacity: 1;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

    .view:hover {
        opacity: 0.8;
    }

.card, .card .card-body h3, .card .card-body h4, .card .card-text {
    font-weight: 400;
}

.hm-zoom img, .hm-zoom video, .overlay img, .overlay video {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.view img, .view video {
    display: block;
    position: relative;
}

.card img {
    border-radius: 2px 2px 0 0;
}

.view > img {
    width: 100%;
    height: 300px;
    border: 1px solid rgba(47, 64, 80, 0.19);
}

.comments-list img, .img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header, .reply-form img, .section-blog-fw .view img {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.btn .fa, .card .card-body {
    position: relative;
}

.card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    min-height: 150px;
}

    .card-body > .text-center > a {
        width: 80%;
        margin-top: 40px;
    }

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

.card .activator {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
    margin-right: 10px;
    font-size: 1.2rem;
}

.black-text, .btn-link, .card .activator, .card-wrapper .face .content .rotate-btn, .toast-close-button:focus, .toast-close-button:hover {
    color: #000 !important;
}

.card, .card .card-body h3, .card .card-body h4, .card .card-text {
     font-weight: bold;
    text-decoration: underline;
}


    .card .card-body p {
        margin-bottom: 1rem;
    }

    .card .card-text {
        font-size: 16px;
        color: #747373;
    }


    .black-text, .btn-link, .card .activator, .card-wrapper .face .content .rotate-btn, .toast-close-button:focus, .toast-close-button:hover {
        color: #000 !important;
    }

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse, .flex-row-reverse {
    -webkit-box-direction: reverse !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
}

.modal-content{
    border-radius:10px;
}

.modal-header{
    border:none;
}

.modal-sm .modal-header{
    background: #AD1079;
    color: #fff;
}

.modal-sm .modal-footer button{
    background-color: #1AB394;
    color: #fff;
}

.fagreen{
    color:#9ae800;
    margin-right:5px;
    margin-top:10px;
}

.fared{
    color:#E62117;
    margin-right:5px;
    margin-top:10px;
}

.fagrey{
    color:#000;
    margin-right:5px;
    margin-top:10px;
}

.fapink{
    color:#ad1079;
    margin-right:5px;
    margin-top:10px;
}

.faperfil{
    cursor:pointer;
}

.faperfil:hover{
    color:#a349a4;
}

.gridContainer {
    border-top: 3px solid;
    background-color: #B1B0B6;
    border-top-color: #a349a4;
    padding: 20px;
    border-radius: 4px;
}

/* GRIDS */

/* GRIDS DE USUARIO */

#MVCGridTable_UsersGrid thead tr{
    background-color: #a349a4;
}

#MVCGridTable_UsersGrid tbody td.action{
    text-align: center;
    font-size:16px;
}

#MVCGridTable_UsersGrid tbody td.action a{
    cursor:pointer;
    margin-right:10px;
    display:inline;
}

#MVCGridTable_UsersGrid tbody td.action a:hover{
    color:#a349a4;
}


/* GRIDS DE Banners */

#MVCGridTable_BannersGrid thead tr{
    background-color: #a349a4;
}

#MVCGridTable_BannersGrid tbody td.action{
    text-align: center;
    font-size:16px;
}

#MVCGridTable_BannersGrid tbody td.action a{
    cursor:pointer;
    margin-right:10px;
    display:inline;
}

#MVCGridTable_BannersGrid tbody td.action a:hover{
    color:#a349a4;
}
