.main_container{
    margin-top:50px;
}
.main_container h3{
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}
.sub_menu_container{
    margin-top:30px;
    width:100%;
}
.sub_menu_container .sub_menu{
    margin:0 0 50px 0;
    padding:0;
}
.sub_menu_container .sub_menu li{
    list-style: none;
    display: inline-block;
    margin:0 20px 0 0;
    text-align: center;
}
.sub_menu_container .sub_menu li a{
    font-size:18px;
    color:#000;
}
.single_form_group{
    width:50%;
    display: table;
    margin:15px 0;
}
.single_form_group label{
    float:left;
    clear: both;
    width:100%;
    margin-bottom: 5px;
}
.sub_menu_container .sub_menu li.active a{
    font-weight: bold;
    text-decoration: underline;
    color:#337ab7;
}
#second-form{
    display: none;
}
#third-form{
    display: none;
}
.clear{
    clear:both;
}
table th, table td{
    text-align: center;
}

div.button-url a{
    white-space: pre-wrap;
    word-break: break-all;
}
a {
    cursor: pointer;
}
.help-block {
    color: #f00;
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
.size-1-1rem {
    font-size: 1.1rem;
}
.align-items-center {
    align-items: center;
}
body {
    color: #000;
}
.created_at .form-control {
    width: auto;
    padding-right: 0;
}

#request_created {
    display: block;
}
.form-group {
    margin-right: 0.5em;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.15em;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 0 4px 4px 0;
}
