.hidden {
    display: none;
}

/*список стран*/
.form-group select{
    border: 1px solid #CCC5B9;
}

.bfh-selectbox .bfh-selectbox-toggle {
    padding: 0px 24px 0px 12px;
    height: 20px;
}

.bfh-selectbox-options{
   width: 514px;
    padding-top: 0px;
}

.bfh-selectbox-options:first-child:first-child{
    overflow-y: hidden;
}

/*datepicker*/
.bfh-datepicker-toggle {
    height: 38px;



}

.border-input .input-group-addon {
    border: none;
    padding-bottom: 0;
    padding-top: 0;
    width: 0;
    height: 0;
    padding: 0;


}

.bfh-datepicker {
    padding-top: 0px;
}
.glyphicon-calendar{
    bottom: 0px;
}

.glyphicon-calendar:before, .glyphicon-time:before {
    content: none;
}

.bfh-number{
    padding-right: 0px;
    padding-left: 0px;

}

.hour .input-group, .minute .input-group {
    margin-bottom: 0;
}

.bfh-timepicker {
    padding-top: 0px;
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 10px;
    margin-left: 30px;
}

.radio-inline label{
    padding-left: 0;
}

.table-centered, .table-centered th{
    text-align: center;
}

.footer-changed {
    bottom: 0px;
    width: 100%;
    position: fixed;
}

.main-panel > .content {
    min-height: calc(100% - 140px);
}

.text-indented{
   text-indent: 1.5em;
    text-align: justify;
}

body {
    min-width: 1748px;
}

.form-control {
    background-color: inherit;
}
