.footer{
    background-color:#f5f5f5;
    bottom:0;
    height:60px;
    width:100%;
}

.footer p{
    margin:20px 0;
}

.form-horizontal .form-group{
    margin-left:0;
    margin-right:0;
}

.list_form .form-horizontal .control-label{
    display:inline;
}
.conditions{
    margin-bottom:15px;
    border:1px solid #ccc;
    padding:15px;
    border-radius:10px;
}

.conditions label{
    line-height:34px;
}

.group-label{
    margin-right:10px;
}

.multiple label{
    margin-right:10px;
    cursor:pointer;
}

.form-group{
    margin-bottom:10px;
}
/*
.control-label{
    float:left;
    margin-right:10px;
    padding:0!important;
}
.form-control{
    float:left;
    width:200px;
}

.form-group{
}
*/

.ig-link-calendar{
    margin-bottom:10px;
}



.reference label,
.reference input,
.reference select,
.item label,
.item input,
.item select,
.medium label,
.medium input,
.medium select,
.tag-input,
.term select,
.term input,
.term label{
    display:inline-block;
    margin-bottom:9px;
    margin-right:5px;
}
.tag-input{
    width:160px;
}


.term input[type="checkbox"]{
    margin-right:5px;
}

/*
label{
    cursor:pointer;
}
*/

.required {
    color:#cc0000;
}

.term{
    border-bottom:1px solid #ccc;
    padding-bottom:5px;
    margin-bottom:5px;
}

.term .type{
    width:80px;
}

.term .year{
    width:100px;
}

.term .value{
    width:120px;
}

.term .sub-value{
    width:150px;
}
.term .date{
    width:120px;
}

.term-comment{
    width:400px;
}

.select2-choices{
    width:100%;
}

.select2-container {
    width:100%;
    padding:5px;
}
.select2-container-multi .select2-choices {
    border: 1px solid #cccccc !important;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
}

