﻿body {
}
.container-full{
    margin:0 auto;
    width:100%
}
.custom-header{
    margin:0 auto;
    width:100%;
    border-bottom:solid medium rgb(51,122,183);
    /*padding:10px;*/
    text-align:center;
    /*margin-bottom:20px;*/
    font-family:'B Titr';
    font-weight:bolder;
    font-size:20px;
    color:rgb(51,122,183);
    position:relative;
    background-color:rgba(51,122,183, 0.1);
    display:inline-block
}

.custom-header span{
    /*width:100%;*/
    padding:10px;
    margin-left:auto;
    margin-right:auto;
    text-align:right;
    display:inline-block;
    float:right
}

.custom-header img{
    /*position:absolute;*/
    margin-right:10px !important;
    left:10px;
    top:0px;
    width:60px;
    margin:5px;
    float:right !important
}
.btn {
    margin-left:3px !important;
    border-radius:1px !important;
    /*width: 15% !important;*/
}
label::after {
    content:":"
}
table tbody {
    width:100% !important;
    display:table;
}
.form-inline {
    margin-bottom:12px;
}

