/*
File Name: 01_wemeet_include.css
Company URI: http://www.lenagroup.net
Description: WeMeet Mobile - CSS 
Author: Lena Group
Version: 1.07
Author URI: www.lenagroup.net
*/

.gangemobile_table_trC, .gangemobile_table_trB {
    background: #ddd;
}

.gangemobile_table_trE {
    background: #eee;
    color: #266ead;
}

.gangemobile_table_trF {
    color: #266ead;
    font-style: italic;
}

.gangemobile_table_trG {
    background: #eee;
    color: #266ead;
    border: 3px solid;
    text-align: Center;
}

#gangemobile_grad1 {
    height: 100%;
    background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white, white,#fafdff, #cde8ff, #82c4fd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, white,#fafdff, #cde8ff, #82c4fd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, white,#fafdff, #cde8ff, #82c4fd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, white,#fafdff, #cde8ff, #82c4fd); /* Standard syntax (must be last) */
}

.gangemobile_table_events_filtri, .gangemobile_table_events_righe, .gangemobile_table_events_footer {
    width: 100%;
}

.gangemobile_buttonlikelink {
     background:none!important;
     color:inherit;
     border:none; 
     padding:0!important;
     font: inherit;
     /*border is optional*/
     /*border-bottom:1px solid #444; */
     cursor: pointer;
}

.gangemobile_table_events_righe button { /* PULSANTE LISTA EVENTI*/
    width: 100%;
    background: #ddd;
    COLOR: #464a4e;
    MARGIN-RIGHT: 10PX;
    BORDER: NONE;
    MARGIN-TOP: 10PX;
    TEXT-ALIGN: LEFT;
    PADDING-LEFT: 15PX;
}
button.active { 
    border-left: 10PX SOLID #28a745;
}
button.onsite { 
    border-left: 10PX SOLID #ffc107;
}
button.nored { 
    border-left: 10PX SOLID #464a4e;
}
button.archived { 
    border-left: 10PX SOLID #cddc39;
}
button.btn.btn-info.collapsed {
    background-color: #196379;
    border-color: #196379;
}

button.btn.btn-info.collapsed2 {
    background-color: #51a386;
    border-color: #51a386;
}
.gangemobile_table_events_riga button font {
    font-weight: bolder;
}

.gangemobile_table_events_footer {
    text-align: center;
    padding: 10px;
}

.gangemobile_table_events_footer select {
    width: 46%;
    margin: auto;
}

.navbar-btn {
    margin-top: 1px;
    margin-bottom: 1px;
}

.navbar-form {
    padding: 1px 15px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.navbar {
    margin-bottom: 1px;
    min-height: 40px;
}

.navbar-brand {
    height: 14px;
    padding: 12px 15px;
}

hr {
    margin-top: 1px;
    margin-bottom: 1px;
}

.form-control {
    padding: 1px !important;
}

.btn {
    height: 52px;
}

@media (min-width: 1200px) {
   .container {
    width: 100%;
    } 
}

