/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/*section#main-body {
    padding: 50px 0;
}*/

div.header-lined h1 {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(194, 207, 220, 0.22);
    font-size: 25px;
    color: #285e80;
    font-family: 'Quicksand', sans-serif;
    font-weight: 900;
}

div.header-lined small {
    white-space: nowrap;
    overflow: hidden;
    font-family: "Quicksand";
    font-weight: 100;
    font-size: 15px;
    color: #b1b7bd;
    text-transform: lowercase;
}

div.header-lined .breadcrumb {
    padding-left: 15px;
    margin-top: -15px;
    font-size: .7em;
    border-radius: 4px;
    background: #fff;
}

div.header-lined .breadcrumb li a {
    color: #888;
    font-family: "Quicksand";
    font-weight: 100;
    font-size: 13px;
}

div.header-lined .breadcrumb>.active {
    color: #0e5077;
    font-family: "Quicksand";
    font-weight: 100;
    font-size: 13px;
}


.form-control {
    width: 100%;
    line-height: 1.25;
    color: #2b2b2b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    box-shadow: none;
    height: 39px;
    font-family: 'Quicksand', sans-serif;
}

.btn {
    font-family: 'Quicksand', sans-serif;
}


.form-control:focus,.form-control:hover {
    border-color: #000;
    outline: 0;
}

.form-control:focus{
    outline: none !important;
	box-shadow: none  !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
}

.panel-sidebar {
    border-color: #eee;
    font-size: 15px;
    border: 1px solid rgba(239, 241, 243, 0.53) !important;
    box-shadow: none !important;
}

.panel-sidebar .panel-title {
    line-height: 26px;
    color: #555;
    font-size: 15px;
    font-weight: 900;
    font-family: 'Quicksand', sans-serif;
}

.panel-sidebar .panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
    font-weight: 100;
    color: #a1a7ab;
    font-size: 13px;
    font-family: 'Quicksand', sans-serif;
}

.panel-sidebar .list-group-item {
    border: 1px solid #f4f6f6;
    font-weight: 500;
    font-size: 13px;
    text-transform: lowercase;
    font-family: 'Quicksand', sans-serif;
}

.panel-sidebar .list-group-item i.fa:not(.fa-circle-o):not(.fa-dot-circle-o) {
    float: left;
}

.panel-sidebar .panel-title >i {
    font-size: 12px;
    color: #d0d6dc;
}

.panel-sidebar>.panel-heading {
    color: #333;
    background-color: transparent;
    border-bottom: 0;
}

.panel-sidebar a.list-group-item.active, .panel-sidebar a.list-group-item.active:focus, .panel-sidebar a.list-group-item.active:hover {
    background-color: #eff1f3;
    border-color: #e4e6e8;
    color: #42484c;
}

.has-feedback label~.form-control-feedback {
    top: 32px!important;
}

.btn-primary {
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: bold;
    background: #8bc34a;
    color: #fff;
    box-shadow: none;
    border-radius: 2px !important;
    padding: 6px 30px;
    border: 1px solid #b4d88a;
}

.btn-primary:hover {
    color: #fff;
    background: #75a53d;
    border: 1px solid #b4d88a;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.list-group-item {
    padding: 7px 15px;
    font-family: "Quicksand";
    font-weight: 100;
    font-size: 15px;
}