.oval button {
    display: inline-block;
    width: auto;
    height: 100%;
    font-weight: bold;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.1em;
    text-decoration: none;
    text-align: center;
    background: #1c4587;
    border: 2px solid #1c4587;
    border-radius: 3px;
}

.open-file-btn{
    overflow: hidden;
}

.block-image{
    text-align: center;
}
.block-image .photo-loader{
    margin-bottom: 10px;
}

.not-found{
    cursor: pointer;
}

/*form label.error:before{*/
    /*content: ' ';*/
    /*clear: right;*/
    /*display: block;*/
/*}*/
form label.error{
    margin-top: 10px;
    margin-bottom: 0;
    padding: 11px;
/*    width: 40%; */
    display: block;
    font-weight: normal;
}

.login label.error{
    width: 100% !important;
    margin-bottom: 5px;
    padding: 5px;
}

ul.pagination{
    padding: 10px;
    text-align: center;
}

ul.pagination li {
    display: inline-block;
    margin-right: 5px;
}

ul.pagination li:last-child:after{
    content: " ";
    clear: both;
}

ul.pagination li a{
    text-decoration: none;
    padding: 5px 10px;
    border: 1px #ddd solid;
}

ul.pagination a.active{
    background: #314280;
    border-color: #314280;
    color: #ffffff;
}
/*
#canvassample{width: 100% !important;}
*/
@media (min-width: 1px) {
    input[type=checkbox].error + label::before {
        background: #FCEBEC;
    }
}

form label.error.validate-error{
    margin-top: 10px;
    width: 50%;
    display: block;
    font-weight: normal;
    background: #FCEBEC;
    color: #f00;
    margin-bottom: 20px;
    padding: 20px !important;
    width: 100%;
}

select.error{margin-bottom: 0; background: #FCEBEC;}

.form-table-complex input.error{margin-bottom: 0;}
.form-table-complex .error-tr .error:last-child{margin-bottom: 20px;}