/*
 * SimpleModal Basic Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {
    width: auto; 
    max-width: 400px;
    

}
#simplemodal-container .simplemodal-data {}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}

#hlidaci_pes_box{
    padding: 15px;
    background: white;
    border: 1px solid black;
    font-size: 14px;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

#hlidaci_pes_box p{
    margin-bottom: 10px;
}

#hlidaci_pes_box input.text{
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 200px;
}

#hlidaci_pes_box a.button{
    padding: 5px;
    background: #42817F;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

#hlidaci_pes_box p{
    text-align: left;
}

#hlidaci_pes_box p.ok{
    margin-bottom: 10px;
    padding: 5px;
    color: green;
    border: 1px solid green;
    background: #cdf2c4;
    text-align: center;
}

#hlidaci_pes_box p.chyba{
    margin-bottom: 10px;
    color: red;
    border: 1px solid red;
    padding: 5px;
    background: #f2c4c4;
    text-align: center;
}