/*
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/

.mod_events_latest_table td {
    padding: 7px;
    border-width: 1px 1px 1px 8px;
}

table.ev_table tr{
  background-color: white;
  display: block;
  margin-bottom: 8px;
  -moz-box-shadow: 0px 2px 2px black;
  -webkit-box-shadow: 0px 2px 2px black;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
border-radius: 5px;
transition: all .5s ease-in-out;
}

.ev_table{
border:none !important;
}

.ev_table td {
border-top: none;
}

td,th {
  padding: 5px;
  text-align: left;
}

.ev_td_left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
    background-color: #6BC4E8;
    width: 12%;
    color: white;
    vertical-align: inherit;
}

.ev_td_right{
    width: 75% !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cal_td_daysnames {
    background-color: white;
    border:none;
}

.cal_td_daysnames {
    font-weight: 100 !important;
    color: #144071 !important;
}

table.ev_table tr:first-child {
    text-transform: uppercase !important;
    font-size: 21px !important;
    box-shadow:none;
    margin-bottom: 17px !important;
    margin-top: 2px !important;
}

table.ev_table tr:first-child:hover {
    transform:none;
}

table.ev_table tr:hover{
    transform: scale(1.05);
}

#jevents_header{
    display:none;
}

.jevfilterfloatlist li {
    margin-top: 8px !important;
    float: none !important;
}

a.chzn-single {
    height: 34px !important;
    border-radius: 4px !important;
    border: 1px solid #cccccc !important;
    background-color: white !important;
    background: none !important;
}

.modfilter_button{
    float:left;
    margin-top: 5px;
    margin-right: 5px;
}

input#search_fv {
    width: 400px !important;
}

.chzn-container {
    width: 400px !important;
}

label {
    font-weight: 100 !important;
}

.chzn-container .chzn-results {
    max-height: 500px !important;
}

form#jeventspost {
    margin-left: 7px;
    margin-top: 14px;
    width: 128%;
    border: 1px solid #5FA3B2;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-bottom: 21px;
    padding-top: 19px;
}

ul.jevfilterfloatlist{
margin-left: -10px;
}

input.modfilter_button {
    background-color: #245872;
    color: white;
    border: none;
    min-width: 60px;
    padding: 6px 9px 6px 9px;
    font-size:13px;
    text-transform: uppercase;
}

input.modfilter_button:hover {
    background-color: #6BC4E8;
}

.chzn-container .chzn-drop {
margin-left: 0.5% !important;
width: 99% !important;
border:none !important;
}

.ev_td_li {
border-style: solid;
border-width: 200px 200px 0 0;
border-color: #007bff transparent transparent transparent;
}

td.cal_td_daysnames{ display:none }table.contentpaneopen{ width:100% !important }
