.form-error {
    color: red;
}

.height-fill{
    height: 300px;
    display:flex;
    /*background: linear-gradient(*/
    /*rgba(231,	147,	38	, .5),*/
    /*rgba(231,	147,	38	, 1)*/
    /*), url('../images/bg.png');*/
    /*border-right: 1px solid white;*/
    /*border-bottom: 1px solid white;*/

    /*background-color: white;*/
    /*border-right: 1px solid #E79326;*/
    /*border-bottom: 1px solid #E79326;*/

    background: linear-gradient(
            rgba(255,	255,	255	, 0),
            rgba(255,	255,	255	, 1)
    ), url('../images/bg.png');
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    cursor: pointer;
}
.height-fill article{
    margin:auto;
    padding: 20px;
    text-align: center;
}

.height-fill article:hover {
    color: #0071ce;
}

.box-border-top{
    /*border-top: 1px solid white;*/
    /*border-top: 1px solid #E79326;*/
    border-top: 1px solid grey;
}
.box-border-left{
    /*border-left: 1px solid white;*/
    /*border-left: 1px solid #E79326;*/
    border-left: 1px solid grey;
}


.box-icon, .box-header, .box-body{
    margin-bottom:20px;
}
.box-body{
    width: 100%;
    margin:auto;
    line-height: 1.5em;
}
.text-white{
    /*color:white;*/
    color:black;
    /*color: #E79326;*/
}

.text-black{
    color:black;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal{
    text-align: center;

}
@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.lognform{
    margin-right: 15px;
}

.flag{
    padding: 2px;
    padding: 0 0 3px 0;
}

.flag_current{
    background-color: #fff099;
    height: 3px;
    width:100%;
    margin-top: 2px;
}

.btn-transparent {
    color: #fff;
    background-color: #9b764c00;
    border-color: #ccc;
}