﻿/*
 * Application level styles
 * (things that dont make sense in a toolkit :)
 * copyright @colossal 2015
 */

.panel-marginfix {
    margin-bottom: 5px !important
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #10bbb3;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    border: 1px solid white;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: lightgrey;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.comment-body {
    padding: 5px;
}

.topic-header {
    padding: 5px;
}

.topic-title {
    font-size: 18px;
}

.topic-actions {
    padding-bottom: 5px;
}

.topic-action-like {
    padding-left: 0
}

.post-button, post-button:hover, post-button:active, post-button:focus {
    width: 100%;
    background-color: #10bbb3;
    color: white;
    font-size: large
}

.button-img {
    width: 50px;
    border: 1px solid white
}

.float-button {
    z-index: 1000;
    background: #10bbb3;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.5),3px 3px 3px rgba(0,0,0,0.25);
    position: fixed;
    bottom: 25px;
    right: 25px;
    font-size: 2.6667em;
    display: inline-block;
    cursor: default;
}

.card {
    padding: 0 !important;
    word-break: break-word;
}

.card-panel {
    margin-bottom: 0;
    padding-left: 5px;
}

.counter {
    color: #9f9f9f
}

.more-icon {
    font-size: 20px;
    font-weight: 600;
    padding-right: 5px;
}

.x-button {
    padding-right: 5px;
}

.media-left {
    padding-left: 0px;
}

img.media-object.img-circle {
    margin-left: 0px;
    display: inline;
    border-radius: 100%;
}

.panel-action {
    height: 20px;
    padding-left: 0px;
    padding-right: 10px;
    cursor: pointer
}

.category-icon {
    height: 25px
}

.verified {
    font-size: large;
    color: #10BBB3;
}

.sharing-image {
    border: 1px solid #10BBB3;
}

.remove-border, .remove-border:focus, .remove-border:hover, .remove-border:active {
    border: none;
    box-shadow: none;
}

.social {
    font-size: 13px;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
textarea {
    resize: none;
}

input:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
}

.textarea-container {
    display: table;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #10BBB3;
    padding: 5px;
    width: 90%;
    background-color: rgba(12, 200, 201, 0.02);
}

.highlight {
    background-color: #fff;
    border-color: #d3e0e9;
}

/* general overrides */
.list-group-item .glyphicon {
    line-height: 1.4;
}

.modal-header .close {
    margin-top: 4px;
}

/* navbar */
.app-navbar {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

    .app-navbar .form-control {
        box-shadow: none;
    }
    /*.app-navbar .navbar-brand img {
  width: 85px;
}*/

    .app-navbar .navbar-collapse {
        max-height: inherit;
    }

        .app-navbar .navbar-collapse:after {
            height: 100vh;
        }

    .app-navbar .form-control {
        border-color: #1C73A5;
    }

.app-notifications {
    margin-right: -12px;
    padding-bottom: 10px !important;
}

    .app-notifications .icon:before {
        font-size: 20px;
    }

@media (min-width: 768px) {
    .app-navbar .navbar-collapse:after {
        height: auto;
    }
}

@media (max-width: 768px) {
    .app-search {
        margin-top: -1px;
    }
}

/* misc */
.app-login-form {
    max-width: 280px;
    margin-top: -60px;
}

.app-new-msg {
    margin-left: 10px;
}

.app-brand {
    width: 40%;
    display: inline-block;
}

    .app-brand img {
        width: 100%;
        padding-bottom: 7px;
        padding-left: 7px;
    }

textarea, input[type="text"], input[type="submit"] {
    -webkit-appearance: none;
}

.link-color {
    color: #0CC8C9
}

.favorite-button {
    font-size: 22px;
    vertical-align: middle;
}

.emoji-font-button {
    font-size: 16px;
    color: #c0c0c0
}

.emoji-font-reply {
    text-align: center;
    font-size: 500%
}


.pin-button {
    font-size: 18px;
    vertical-align: middle;
}


.padding-tab {
    margin-bottom: 0px !important;
    border-top: 0 none;
    padding: 10px
}

.border-top-none {
    border-top: none
}

.pin-header {
    padding: 10px;
    padding-bottom: 0px;
    color: white;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

    .resp-sharing-button--twitter:hover {
        background-color: #2795e9
    }


.resp-sharing-button--facebook {
    background-color: #3b5998
}

    .resp-sharing-button--facebook:hover {
        background-color: #2d4373
    }


.resp-sharing-button--whatsapp {
    background-color: #25D366
}

    .resp-sharing-button--whatsapp:hover {
        background-color: #1da851
    }


.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

    .resp-sharing-button--facebook:hover,
    .resp-sharing-button--facebook:active {
        background-color: #2d4373;
        border-color: #2d4373;
    }

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

    .resp-sharing-button--twitter:hover,
    .resp-sharing-button--twitter:active {
        background-color: #2795e9;
        border-color: #2795e9;
    }

.resp-sharing-button--whatsapp {
    background-color: #25D366;
    border-color: #25D366;
}

    .resp-sharing-button--whatsapp:hover,
    .resp-sharing-button--whatsapp:active {
        background-color: #1DA851;
        border-color: #1DA851;
    }



.tooltip-inner-coustom {
    max-width: 200px;
    padding: 3px 8px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    border-color: #10bbb3;
    border-style: solid;
    border-width: 1px;
}


.margin-profile {
    margin-left: 18px
}
