﻿.modal-body .scroller {

    height: 350px; 
    overflow-y: auto;
}


#customBtn {
    margin-top: 5px;
    margin-bottom: 5px;
    width:100%;
    display: inline-block;
    background: white;
    padding: 6px 5px;
    font-size: 18px;
    line-height: 1.33;
    border-style: solid;
    border-color: #eee;
    border-radius: 6px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    }

#customBtn:hover {
      cursor: pointer;
      background-color: #ccc;
    }

    span.label {
      font-family: serif;
      font-weight: normal;
    }

    span.icon {
      background: url('../../../resources/images/Google__G__Logo.svg') transparent 5px 40% no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 32px;
      height: 32px;
    }

    span.buttonText {
      display: inline-block;
      vertical-align: middle;
      padding-left: 42px;
      padding-right: 42px;
      font-size: 18px;
    }

.after-button {
    text-align: center;
    width: 100%;
}

.panel-body p {
    padding-top: 1em;
    padding-bottom: 1em;
}

#notifications {
    cursor: pointer;
    position: fixed;
    right: 0px;
    z-index: 9999;
    top: 0px;
    margin-top: 90px;
    margin-right: 25px;
    max-width: 500px;
}

/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    /*border-radius: 4px;
  -moz-border-radius: 4px;*/
    border: 1px solid #ddd;
    margin: 20px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
    display: flex;
    min-height:550px;
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon,
            div.bhoechie-tab-menu div.list-group > a .fa {
                color: #934991;
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                /*border-top-right-radius: 0;
  -moz-border-top-right-radius: 0; */
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                /*border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;*/
            }

            div.bhoechie-tab-menu div.list-group > a.active,
            div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
            div.bhoechie-tab-menu div.list-group > a.active .fa {
                background-color: #934991;
                background-image: linear-gradient(to bottom,#934991 0%,#934991 100%);
                color: #ffffff;
                border-color: #934991;
            }

                div.bhoechie-tab-menu div.list-group > a.active:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-left: 10px solid #934991;
                }

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

@media only screen and (max-width: 600px) {
    .texto_menu {
        display: none;
    }

    .col-sm-3 {
        max-width: 15%;
    }

    .col-sm-9 {
        max-width: 85%;
    }

    .list-group-item {
        padding: 1.6rem 0.75rem 1.6rem 0.75rem;
    }

    .row {
        margin-right: 0px; 
        margin-left: 0px; 
    }

    .container-login100 {
        padding : 0px;
    }

    div.bhoechie-tab-container {
        margin: 0px;
    }
}

.survey-header {
    margin-bottom:1.5em;
}

.survey-footer {
    margin-top: 1.5em;
}

