body {
}
h2 {
    font-size:28px;
}
.error_wrapper .error {
    color: #a94442;
    font-weight:bold;
}

.form-group {
    /*margin-bottom:5px !important;*/
    margin-bottom:1px !important;
}

textarea.form-control {
    height:80px;
}


.input-group-radius {
    border-radius: 4px !important;
    border-radius: 4px !important;
}
.input-group-addon-no-background {
    border:none;
    background-color:#fff;
}
.text-left-important {
    text-align: left !important;
}
.bold {
    font-weight:bold;
}

#submit_record__row input[type=submit]{
    margin-right:10px;
}
#building_id {
    margin-bottom:10px;
}



.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;
}

ul.top-links li a{
    padding:5px 10px;
}
#main-tabs {
    margin-bottom:10px;
}
#setting-main-tabs {
    margin-bottom:10px;
}
#setting-sub-tabs {
    margin-bottom:10px;
}



.alert {
    display:inline-block;
    margin:10px 0;
}

label.control-label { text-align:left !important;}

ul.w2p_list>li { display:block; line-height: 45px; }
ul.w2p_list>li>input { float:left; }
ul.w2p_list>li>a {
    align-items: flex-start;
    background-color: rgb(221, 221, 221);
    background-image: none;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    line-height: 18px;
    margin: 3px 0px 20px 10px;
    padding: 0 5px;
    text-align: center;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-size-adjust: 100%;
    text-transform: none;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 19px;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-border-image: none;
}

#submit_record__row button{ margin-right:10px; }




.attachment-document{
    float:left;
    margin-right:5px;
}
.attachment-documents-container {
    overflow-x:auto;
    position: absolute;
    margin-left:-8px;
    margin-top:-15px;
}
.attachment-documents-spacer{ height:90px; }
.attachment-documents-tr td {border-top:none !important;}
.has-attachment-documents-tr td {border-bottom:none !important;}

.error_wrapper {
    display: none !important;
}



.glyphicon-bimgenie {
  background: url('/static/images/BIMgenie-icon.svg');
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
}
a:hover .glyphicon-bimgenie {
  background: url('/static/images/BIMgenie-icon-hover.svg');
  background-size: 14px 14px;
}