.icon-size-large{
    font-size: 90px;
}
.sidebar .icon-size-large{
    font-size: 45px;
    color: #444;
}
.dropdown-menu>li>a.btn-danger{
    color: #fff;
}
.dropdown-menu>li>a.btn-danger:hover{
    color: #333;
}

.nested_rows_table .nested_row{
    display: none;
}
.nested_rows_table .nested_row TD{
    padding-left: 25px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.questionary-box{
    width: 600px;
    max-width: 100%;
}

.phones{
    list-style: none;
    margin: 10px 0;
}
.phones li{
    display: flex;
    margin: 10px 0;
}
.phones li .phone{
    font-weight: bold;
}
.phones li A{
    color: #dd4b39;
    margin-left: 15px;
}
