/*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {*/
/*padding-left: 0px;*/
/*}*/
/*legend{*/
/*margin-left: 15px;*/
/*}*/

/*.glyphicon-remove{*/
/*color:red;*/
/*}*/

/*.leveled {*/
/*margin-left:15px ;*/
/*}*/

a.glyphicon {
    font-family: 'Frutiger Neue', Helvetica, Arial, sans-serif;
}

a.glyphicon:before {
    font-family: "Glyphicons Halflings";
}

.alert {
    margin: 15px;
}

.nav-process li a {
    width: 18%;
}

.nav-process-custom li a {
    width: 24%;
}

.margin-top {
    margin-top: 1em;
}

.margin-bottom {
    margin-bottom: 1em;
}

.margin-right {
    margin-right: 1em;
}

.margin-left {
    margin-left: 1em;
}

#codemirror {
    border: 1px solid black;
}

.checkbox input {
    /* to prevent IE11 to jump to the right */
    visibility: hidden;
}

@media screen and (min-width: 992px) {
    .form-help-static {
    }
}

@media screen and (min-width: 992px) {
    .form-help {
        position: absolute;
        right: 0;
        width: 33.3333%;
    }
}

.form-help {
    display: none;
}
.form-condensed div[class*="col-"] {
    margin-bottom: 0px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.form-horizontal .control-text {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.btn-red {
    background-color: #d9534f
}

.journal-title {
    font-weight: bold;
}

.link-info{
    font-weight: bold !important;
    font-size: 20px !important;
}