﻿body, html {
        font-family: 'Conv_bpg_mrgvlovani_2010';
}

body {
    padding-top: 10px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.center {
    margin: auto;
    width: 60%;
    /*border: 3px solid #73AD21;*/
    padding: 10px;
}


hr.line1 {
    border: 1px solid #0d7fba;
}

hr.line2 {
    border-top: 1px dashed #f00;
    border-bottom: 2px solid #0f0;
    height: 4px;
}

.rightb {
    margin: auto;
    width: 316px;
    padding: 1px;
    border: 2px solid red;
    float: right;
    margin-right: 100px;
}

    .testbtn {
    width: 290px;
    height: 70px;
    padding: 10px 10px 10px 10px;
    margin: 20px 20px 20px 20px;
}

.backround {
    object-fit: cover;
    object-position: center;
    background-image: url("/img/b/image002.jpg");
    background-size: cover;
}

fieldset {
    margin: 8px;
    border: 1px solid silver;
    padding: 8px;
    border-radius: 4px;
}

legend {
    padding: 2px;
}


.navbar-inverse {
    background-color: #b0e0e6 !important;
    border-color: #80daeb;
}


h2, h3 {
    font-family: 'Conv_bpg_mrgvlovani_caps_2010' !important;
}


.width100 {
    width: 50px !important ;
    background-color: transparent;
    border:0;
}

.required::after {
    content: "*";
    font-weight: bold;
    color: red;
}