/*
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 : Feb 18, 2016, 8:37:37 PM
    Author     : Cuki
*/

form.jtable-dialog-form div.jtable-input-field-container {
    /*padding: 2px 0px 3px 0px;*/
    padding:5px;
    display:inline-block;
    width: 300px;
    vertical-align:top;
}

/*

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="password"]{
    font-size: 15px!important;
   -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #9e9e9e;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 2px;
    box-shadow: none;
    box-sizing: content-box;
    font-size: 1rem;
    height: 1.5rem;
    margin: 0 0 15px;
    outline: medium none;
    padding: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="password"]:hover{
    box-shadow:none!important;
}
input[type="text"]:focus{
    background-color: none!important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}



input::-webkit-input-placeholder {
    color:red;
    opacity: 1;
}

form.jtable-dialog-form div.jtable-input-field-container {
    border:none!important;
}*/

.volonter_autocomplete_select2 li {
    border-bottom: 3px solid #99C729;
}
.volonter_autocomplete_property_value{
    font-weight:bold;
}
.volonter_autocomplete_property_name{
    opacity:0.6;
}

div.jtable-main-container table.jtable tbody > tr > td {
    vertical-align: middle;
}

#section_right_filters{
    width:100%;
    height:200px;
    /*border:5px double #9DCA32;*/
    /*background:#009EDF;*/
    border-radius:5px;
    padding:10px;
    color:black;
}

.section_right_filters_title{
    font-size:20px;
    font-weight:bold;
    width:100%;
    text-align:center;
}

/*#__section-left {
    margin-top:90px;
}*/

#section_left_filters {
    min-height:800px;
}

.grad_circle {
    background:#009EDF;
    display:initial;
    height:150px;
    width:150px;
    font-weight:bold;
    border-radius:15px;
    border:5px solid white;
    white-space: normal;
}

.error-message {
    color: #A22
}

.info_icon {
    height:24px; 
    max-width:24px; 
    cursor:pointer;
}

.flexible_row {
    display: flex;
    flex-direction: row;
}

.flexible_column {
    display: flex;
    padding: 5px;
    align-items: center;
}

.data-description {
    color:#787878;
}

.data-main {
    font-weight: 600;
    color:#242424;
}

.tshirt-image {
    min-height:40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px, 40px;
    text-align: center;
    line-height: 40px;
    color: white;
}
span.jtable-column-header-text {
    text-align: center;
    width:100%;
}
