/*
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 : 17.12.2014, 0:53:30
    Author     : ioann
*/

body{
    background: url('/jci/img/texture_1.png');
}

.login-form{
    width:300px;
    margin:0 auto;
    background: white;
    border-radius: 5px;
    border: 1px solid lightblue;
    padding:5px 20px 5px 20px;

}

#map-wrap{
    position: relative;
}

#marker-tooltip {
    position:absolute;
    width: 245px;
    padding: 5px;
    border: 1px solid gray;
    font-size: 9pt;
    font-family: Verdana;
    background-color: #fff;
    color: #000;
    border-radius: 3px;
}

.input-error{
    border-color: red !important;
}

.round-red,.round-green{
    height: 20px;
    width: 20px;
    border: 1px solid grey;
    border-radius: 10px;
}

.round-red{
    background: #FF4D4D;
}
.round-green{
    background: #ADE653;
}
.icon-edit{
    display: inline-block;
    position: absolute;
    top: 3px;
    right: -3px;
}

th.sorting a{
    width:100%;
}
th.sorting{
    background: url(/jci/img/icon-sort.gif) center right no-repeat;     
    padding-right: 20px;
    margin-left: -1px; 
}
th.sorting-desc{
    background-image: url(/jci/img/icon-asc.gif); 
    background-color: #F0EBF0; 
}
th.sorting-asc{
    background-image: url(/jci/img/icon-desc.gif); 
    background-color: #F0EBF0; 
}
.pad-5{
    padding:5px;
}
.marg-5{
    margin: 5px;
}
.ioself-cursor{
    cursor:pointer;
}
.ioself-editable{
    width:100%;
    height:200px;
}
.ioself-editable-hide{
    border:1px solid transparent;
    outline:none;
    resize:none;
}
.ioself-faded{
    opacity:0.6;
}
.ioself-faded:hover{
    opacity:1;
}
.inline{
    display:inline-block !important;
}

.form-control.inline{
    width:20%;
}
.flash-messages{
    width: 30%;
    top: 4px;
    position: absolute;
    left: 35%;
}
.message.success{
    background:lightgreen;
}