/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 25, 2015, 2:46:27 PM
    Author     : fabio.pinton
*/

#evtViewer {
    width: 80%;
}


.eventTable {
    width: 100%;
    color: #999999;
    margin-bottom: 30px;
}

.eventTable td {
    padding: 5px;
}


.eventTable tr {
    padding: 10px;
}


.multimediaEvtView {
    max-width: 250px;
    width: 45%;
        vertical-align: top;
}

.multimediaEvtView img {
   width: 100%;
}


.dataEvtView {
    vertical-align: top;
}

.partecipateConf {
    border-bottom: 1px solid gray;
    margin-bottom: 30px;
    text-align: right;
    
}

.partecipateConf div {
    display: inline-block;
}

.partecipateConf a {
    text-decoration: none;
}

.evtdate {
    font-size: 14px;
   
}

.titleEvt {
    color: #555555;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.locationEvt {
    
    font-size: 16px;
    margin-bottom: 10px;
}

.descEvt {
    margin: 15px;
    font-size: 14px;
}

.confirmed {
    color : #1A6600;
    font-weight: bold;
    margin-bottom: 10px;
}

.notconfirmed {
        color : darkred;
    font-weight: bold;
     margin-bottom: 10px;
}

#sliderAddRemoveGuest {
    font-size: 20px;
    margin-bottom: 40px;
}

#sliderAddRemoveGuest .title {
    font-size: 20px;
}
#sliderAddRemoveGuest label {
    font-size: 14px;
    color: #333333;
    vertical-align: middle;
}

#sliderAddRemoveGuest input {
    padding: 5px;
    height: 35px;
    color: #555555;
    font-size: 16px;
    vertical-align: top;
    
}
#sliderAddRemoveGuest button {
    height: 35px;
    width: 35px;
    margin-left: 5px;
    margin-right: 5px;
}

#sliderAddRemoveGuest img {
    vertical-align: top;
    width: 32px;
    margin-left: 10px;
}
.single_guest {
    margin: 5px;
}

.ext_name_guest {
    width: 250px;
}

.trashbtn {
    cursor: pointer;
}

@media screen and (max-width: 800px) { /* Specific to this particular image */

#evtViewer {
    width: 100%;
}

    
}

@media screen and (max-width: 650px) { /* Specific to this particular image */

.ext_name_guest {
    width: 80%;
    margin-bottom: 10px;
}
.single_guest {
    border-bottom: 1px solid #999999;
    margin-bottom: 20px;
    padding-bottom: 10px
}

    
}