﻿/********************************

Custom Styles for Kaanemy (we intend not to override bootstrap css)

    classes starting with .ko mean (kaanemy orange)
 
**********************************/


/********************************

Global
 
**********************************/
.botondeseos {
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    line-height: 12px;

    background: linear-gradient(to bottom,#f26524 0,#bf501d 100%);
    color: white;
    text-shadow: 0 0 2px rgba(0,0,0,0.5);
    margin: 2px;
    min-width: 4em;
    -moz-user-select: none;
    text-decoration: none;
    box-shadow: none;
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    transition-property: opacity;
    transition-delay: 100ms;
    transition-duration: 100ms;
    border-radius: 3px;
    padding: 8px 16px;
    border: none !important;
}

    .botondeseos:hover {
        background-color: red;
    }

.botoneliminar {
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    line-height: 12px;

    background: #2280ca;
    background: linear-gradient(to bottom,#2280ca 0,#16588c 100%);
    color: white;
    text-shadow: 0 0 2px rgba(0,0,0,0.5);
    margin: 2px;
    min-width: 4em;
    -moz-user-select: none;
    text-decoration: none;
    box-shadow: none;
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    transition-property: opacity;
    transition-delay: 100ms;
    transition-duration: 100ms;
    border-radius: 3px;
    padding: 8px 16px;
    border: none !important;
}

    .botoneliminar:hover {
        background-color: darkblue;
    }
.prueba {
    background-color: white;
    border-style:none;
    height:50px;
}

    .prueba:hover {
        background-color: #e8e6e6;
    }

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f9fafa;
}


h4 a {
     word-break: break-all;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
    font-size:16px;
}

/********************************

MasterPageDefault.master
 
**********************************/

.navbar-inverse .navbar-toggle .kobackground {
    background-color: #e77817;
}

.navbar {
    z-index: 5000;
}

    .navbar .nav > li {
        z-index: 5000;
    }

.modal {
    z-index: 10000;
}

.navbar-inverse .nav > li {
    z-index: 10000;
}

.klogo {
    max-width: 125px;
    margin: 7px 7px 0 15px;
}

.kicon {
    max-width: 35px;
    margin: 7px 7px 0 15px;
    display: none;
}

.navbar-inverse .kotext li a {
    color: #e77817;
    cursor: pointer;
}

.socialnets {
    padding-left: 20px;
}

@media screen and (max-width:767px) {
    .klogo {
        display: none;
    }

    .kicon {
        display: block;
    }

    .socialnets {
        padding-left: 0;
    }

        .socialnets li {
            display: inline-block;
        }
}

/*Bootstrap override for btn-primary button*/

.btn-primary {
    background: #e77817;
    border-color: #e67717;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary {
        background: #dd411a;
        border-color: #df3f1c;
    }

    .btn-primary:active, .btn-primary.active {
        background: #dd411a;
        box-shadow: none;
    }

.swal2-container {
    z-index: 11000;
}

    /********************************

MasterPageUsuario.master
 
**********************************/

    .btn-primary .badge {
        color: #e77817;
        vertical-align: bottom;
    }

.navbar-inverse .btn-link {
    color: #e77817;
    text-decoration: none;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:active, .navbar-inverse .btn-link:active:hover, .open > .dropdown-toggle.btn-link {
        color: #dd411a;
        text-decoration: none;
    }

    .navbar-inverse .btn-link:active, .navbar-inverse .btn-link.active {
        color: #dd411a;
        text-decoration: none;
    }

.chat::after,
.user::after,
.publicar-asesoria::after,
.solicitar-asesoria::after,
.solicitudes::after,
.notify::after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f007";
    color: #fff;
    padding-left: 10px;
}

.chat::after {
    content: "\f075";
}

.publicar-asesoria::after {
    content: "\f0a1";
}

.solicitar-asesoria::after {
    content: "\f044";
}

.solicitudes::after {
    content: "\f041";
}

@media screen and (min-width:767px) {

    .publicar-asesoria::after {
        color: #e77817;
    }

    .solicitar-asesoria::after {
        color: #e77817;
    }

    .solicitudes::after {
        color: #e77817;
    }
}

@media screen and (max-width:992px) and (min-width:767px) {
    .kaan-username {
        max-width: 150px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

/********************************

Default.aspx
 
**********************************/

.searchboxcontainer {
    width: 100%;
    position: fixed;
    top: 100px;
    text-align: center;
    z-index: 6;
    pointer-events: none;
}

.searchbox {
    width: 525px;
    height: 48px;
    border: solid;
    border-width: 2px;
    border-color: black;
    background-color: gainsboro;
    padding: 0 11px;
    color: black;
    pointer-events: all;
}

@media all and (max-width: 600px) {
    .searchbox {
        width: 80%;
        text-transform: none;
        font-size: 1em;
    }
}

.icons {
    font-size: 28px;
    position: relative;
    top: 6px;
}

    .icons .fa {
        margin: 0 2px;
        padding: inherit;
        border: none;
        background: none;
    }

.fa-search {
    background: 0;
    background-color: gainsboro;
    border: solid;
    border-width: 2px;
    border-color: black;
    color: black;
    height: 48px;
    width: 50px;
    padding-bottom: 0.01em;
    pointer-events: all;
}


/**********************
Google Maps and infobox
***********************/

html, body, form, .placeholder1, #ContentPlaceHolder1, #map {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

#map {
    position: relative;
    z-index: 1;
}


.info-box-wrap {
    background: #fff;
    overflow: hidden;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.08);
    font-size: 25px;
}

.info-box-text-wrap {
    height: 100% !important;
    width: 300px;
    float: left;
    overflow: hidden;
}

.action-btns {
    float: left;
    width: 70px;
    overflow: hidden;
    position: relative;
    top: 18px;
}

    .action-btns i {
        color: #ff6b33;
        margin-left: 10px;
    }

        .action-btns i:hover {
            transition: color 0.5s ease;
            color: #ccc;
            cursor: pointer;
        }

        .action-btns i.fa-heart-o {
            font-weight: bold;
        }

.info-box-text-wrap h6.pubtitle {
    padding: 6px 5px 1px 0;
    margin: 0 0 0 0;
    color: #0c99c8;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-box-text-wrap p {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

    .info-box-text-wrap p.tutname {
        color: black;
        font-size: 20px;
    }

    .info-box-text-wrap p.price {
        color: #ff6b33;
        font-size: 20px;
    }

.info-box-wrap img {
    width: 120px !important;
    height: 120px;
    float: left;
    margin-right: 10px;
    padding-top: 0;
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .info-box-wrap img {
        display: none;
    }

    .action-btns {
        overflow: hidden;
        position: static;
        top: 0px;
        margin: 0 60px;
    }
}

.infoBox:before {
    content: " ";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    left: 128.4px;
}

/********************************

Master_configuracion.master y Master_administracion.master
 
**********************************/


.navbar-kaan li a input {
    color: #e77817;
    text-decoration: none;
    margin: -2px;
    padding: 0;
    width: 100%;
}

    .navbar-kaan li a input:hover, .navbar-kaan li a input:focus, .navbar-kaan li a input:active, .navbar-kaan li a input:active:hover {
        color: #dd411a;
        text-decoration: none;
    }

.navbar-kaan .dropdown a {
    color: #e77817;
    text-decoration: none;
}

.dropdown-menu-center > ul > li {
    width: 100%;
    display: inline-block;
    position: relative;
    float: none;
}

.dropdown-menu-center > ul {
    text-align: center;
    width: 100%;
}


/********************************

Vista Cuadros y Vista Lista
 
**********************************/
.gapaftersearch table {
    width: 100%;
}

.well-hov:hover {
    background: gainsboro;
}

.panel-hov:hover {
    background: gainsboro;
}

.container-image {
    position: relative;
    width: 100%;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
}

.list-group-image {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}

.cuadros-group-image{
    position: absolute;
    max-width: 100%;
  
}

.list-group-image-lista {
   max-width: 100%;
    max-height: 250px;
}

.title-and-name {
    height: 170px;
}

.titulo-wrap {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.7em;
    line-height: 1.8em;
}

.a-kaan a {
    color: #e77817;
    cursor: pointer;
    text-decoration: none;
}
.a-kaan input {
    color: #e77817;
    cursor: pointer;
    text-decoration: none;
}
.a-kaan input:hover {
    background-color: #eee;
    color: #dd411a;
    cursor: pointer;
    text-decoration: none;
}
.a-kaan2 a { /* black color for anchors */
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

/********************************

asesorias_anunciadas.aspx
 
**********************************/

@media screen and (min-width:767px) {
    .table-kaan {
        width: 50%;
        margin: 0 auto;
    }
}

.kaan-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 100px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

@media screen and (min-width:767px) {
    .hide-buttons {
        display:none;
      
    }
}

/********************************

correo.aspx
 
**********************************/
.ul-contacts {
    width: 100%;
}

@media screen and (max-width:767px) {
    .ul-contacts {
        width: auto;
    }
}


hr.style-five {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}


.panel-body-kaan {
    overflow-y: scroll;
    max-height: 70vh;
}

@media screen and (max-width:767px) {
    .panel-body-kaan {
        overflow-y: scroll;
        max-height: 60vh;
    }
}

@media screen and (max-width:494px) {
    .panel-body-kaan {
        overflow-y: scroll;
        max-height: 50vh;
    }
}


@media screen and (max-height:640px) {
    .panel-body-kaan {
        overflow-y: scroll;
        max-height: 50vh;
    }
}

@media screen and (max-height:462px) {
    .panel-body-kaan {
        overflow-y: scroll;
        max-height: 40vh;
    }
}

@media screen and (max-height:387px) {
    .panel-body-kaan {
        overflow-y: scroll;
        max-height: 28vh;
    }
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

/********************************
Receptor
**********************************/

.bubble {
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
    margin: 10px 10px;
    border-color: #cdecb0;
    max-width: 60%;
}

    .bubble::before {
        background-color: #F2F2F2;
        content: "\00a0";
        display: block;
        height: 16px;
        position: absolute;
        top: 11px;
        transform: rotate( 29deg ) skew( -35deg );
        -moz-transform: rotate( 29deg ) skew( -35deg );
        -ms-transform: rotate( 29deg ) skew( -35deg );
        -o-transform: rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
        width: 20px;
        box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
        left: -9px;
    }

.personSay {
    padding-left: 0px;
    color: #000;
    font-weight: 600;
}

/********************************
Emisor
**********************************/

.bubble2 {
    float: right;
    max-width: 60%;
    background-color: #5bc0de;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
    margin: 10px 10px;
    border-color: #cdecb0;
}

    .bubble2::before {
        float: right;
        background-color: #5bc0de;
        content: "\00a0";
        display: block;
        height: 19px;
        position: relative;
        left: 26px;
        top: 11px;
        transform: rotate( 205deg ) skew( -35deg );
        -moz-transform: rotate( 205deg ) skew( -35deg );
        -ms-transform: rotate( 205deg ) skew( -35deg );
        -o-transform: rotate( 205deg ) skew( -35deg );
        -webkit-transform: rotate( 205deg ) skew( -35deg );
        width: 20px;
        box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
    }


    .bubble2 .text-muted {
        color: #000;
    }

    .bubble2 .personSay {
        padding-left: 0px;
        color: #F2F2F2;
        font-weight: 600;
    }

    .bubble2 .checkbox-inline {
        color: #F2F2F2;
    }


/********************************

Detalle de Asesoría

**********************************/
.cool-wrapper {
    background-color: #fff;
    border: 3px solid #e77817;
    border-radius: 4px;
}

.timeline-panel {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}

.timeline-panel-img {
    margin: 0 auto;
    max-height: 200px;
    border: 3px solid #e77817;
    border-radius: 4px;
}

.timeline-body {
    padding: 20px;
    margin-bottom: 0;
}

.profile-header-container {
    margin: 0 auto;
    text-align: center;
}


.profile-header-img > img.img-circle {
    width: 120px;
    height: 120px;
    border: 3px solid #e77817;
}

.profile-header {
    margin-top: 43px;
}

/**
* Ranking component
*/
.rank-label-container {
    margin-top: -19px;
    /* z-index: 1000; */
    text-align: center;
}

.label.label-default.rank-label {
    background-color: #e77817;
    padding: 5px 10px 5px 10px;
    border-radius: 27px;
}

.wordwrap {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

.mapAsesoria {
    height: 400px;
    width: 100%;
    border: 3px solid #e77817;
}


/********************************

Asesorías por impartir/tomar (Editar)
 
**********************************/

.aPITBlock {
    margin: auto;
    border: 3px solid #e77817;
    border-radius: 4px;
    background-color: #f7f7f9;
}

@media screen and (min-width: 992px) {
    .aPITContainer {
        width: 750px;
    }
}

.btn-center {
    width: 50%;
}

@media screen and (max-width: 1000px) {
    .aPITBlock {
        width: 100%;
    }

    .btn-center {
        width: 100%;
    }
}
