/*
    Bootflat 1.0.1
    Designed & Built by flathemes, http://www.flathemes.com
    Licensed under MIT License, http://opensource.org/licenses/mit-license.html
    Thanks for supporting our website and enjoy!
*/
/*------------------------------------*\
    $default
\*------------------------------------*/
.img-thumbnail,
.btn,
.btn-group .btn,
.btn-group .dropdown-menu,
.btn-group .btn,
.btn-group .btn:first-child:not(:last-child),
.btn-group .btn:last-child:not(:first-child),
.table-bordered,
.table-bordered tr:first-child th:first-child,
.table-bordered tr:first-child th:last-child,
.table-bordered tr:last-child td:first-child,
.table-bordered tr:last-child td:last-child,
.input-group .btn,
.input-group .dropdown-menu,
.input-group .form-control,
.input-group .input-group-addon,
.dropdown-menu,
.dropdown-menu .dropdown-submenu .dropdown-menu,
.form .form-control,
.form .btn,
.form-control,
.label,
.badge,
.alert,
.alert .btn,
.progress,
.breadcrumb,
.tooltip .tooltip-inner,
.popover,
.nav-list-panel,
.nav-tabs li > a,
.tabs-below .nav-tabs li > a,
.tabs-right .nav-tabs li > a,
.tabs-left .nav-tabs li > a,
.nav-tabs .dropdown-menu,
.tabs-below .nav-tabs .dropdown-menu,
.nav-pills li a,
.nav-pills .dropdown-menu,
.navbar,
.navbar .dropdown-menu,
.pagination,
.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:last-child a,
.pagination li:last-child span,
.pager li a,
.pager li a:hover,
.pager li a:focus,
    /*------------------------------------*\
        $extend
    \*------------------------------------*/
.breadcrumb-arrow li:first-child a,
.lawyer-form .tab-pane,
.comments .comment-author-avatar img,
.btn-lg {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

code,
kbd,
pre,
.img-rounded,
.img-thumbnail,
.form-control,
.btn,
.btn-link,
.dropdown-menu,
.list-group-item,
.input-group-addon,
.input-group-btn,
.nav-tabs a,
.nav-pills a,
.navbar,
.navbar-toggle,
.icon-bar,
.breadcrumb,
.pagination,
.pager *,
.label,
.badge,
.jumbotron,
.thumbnail,
.alert,
.progress,
.well,
.modal-content,
.tooltip-inner,
.popover,
.carousel-indicators li {
    border-radius: 6px;
}

.input-group > .input-group-addon {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.redactor-box ul.redactor-toolbar, #settings-tabs li:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.redactor-box .redactor-editor, #settings-tabs li:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.redactor-box {
    box-shadow: 0 1px 2px #d5d5d5;
}

.comments-list .children li.comment .panel {
    border-radius: 0;
}
