/*Bottom du template*/
#sp-bottom4 {
    background-color: #006599;
}
/*
.search {
    text-align: right;
    margin: -2px;
}

.fc_search_label_cell {
    display: none;
}
.flexicontent.fcsearch table.fc_search_tbl .fc_search_row_0 td {
    background: #fff;
}
#item_total {
    display: none;
}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
    border-radius: 0px;
}
.input-append input[type="text"] {
    border-radius: 0px;
    height: 39px;
    font-size: 17px;
}

.select2-results .select2-result-label {
    font-size: 17px !important;
}
.fc_field_filter label, .flexicontent .fc_field_filter {
    font-size: 17px;
}
*/

.select2-container .select2-choice {
    /*min-height: 31px;*/
}
.select2-container .select2-choice > .select2-chosen {
    line-height: 2.2em;
    /*font-size: 17px !important;*/
}
/*
.select2-container .select2-choice .select2-arrow {
    background-image: none !important;
    background: #fff;
}
.select2-container .select2-choice .select2-arrow b {
    background-position: 0px 7px !important;
}
.select2-container .select2-choice {
    border-radius: 0px !important;
    background-image: none !important;
}

.select2-input {
    height: auto !important;
}
*/
.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mt-10 { margin-top: 10px !important;}
.mt-20 { margin-top: 20px !important;}
.mt-30 { margin-top: 30px !important;}
.mt-40 { margin-top: 40px !important;}


/*
input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

input[type=checkbox] {
    -border-radius: 0px;
    height: 20px;
    width: 20px;
    background: #ccc;
    border: 1px solid #ccc;
}
input[type="checkbox"]:checked {
    background: #ccc;
    margin:0px;
    position: relative;
}
input[type="checkbox"]:checked:before {
     font-family: FontAwesome;
     content: '\f00c';
     display: block;
     color: white;
     font-size: 18px;
     position: absolute;
}
*/
.homelink img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.homelink span {
    display: none;
}