body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
    color: #555;
}

.navbar {
    border-radius: 0;
    font-size: 16px;
    margin-bottom: 40px;
}

.navbar-default {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-weight: 300;
}

.navbar-brand img {
    max-width: 100px;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #c1c1c1;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #337ab7;
    background-color: #fff;
}

.dropdown-menu {
    border: 0;
    min-width: 220px;
}

.dropdown-menu > li > a {
    color: #337ab7;
    padding: 3px 15px;
    text-transform: initial;
    font-weight: 300;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.well,
.btn,
.alert {
    border-radius: 0;
}

.btn {
    font-weight: 100;
}

.alert .fa {
    font-size: 22px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.custom-badge {
    padding: 7px 10px;
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    background-color: #337ab7;
    margin-top: 3px;
    border-radius: 100px;
}

.has-well-heading {
    position: relative;
}

select {
    width: 100%;
}

label {
    font-size: 12px;
    font-weight: normal;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.well-heading {
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.form-control,
.form-group-lg .form-control {
    border-radius: 0;
}

.form-control {
    font-weight: 300;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #f5f5f5;
}

.nav-tabs > li > a {
    font-weight: 300;
    font-size: 18px;
}

.nav-tabs .fa-check-circle {
    color: #5cb85c;
}

.tab-content {
    background-color: #f5f5f5;
    padding: 15px 15px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.panel-heading h3 {
    margin: 5px 0;
    font-weight: 100;
    color: #fff;
}

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice,
.select2-drop,
.DataTables_Table_0_length select {
    border-radius: 0;
}

.dataTables_info,
.dataTables_paginate {
    font-size: 12px;
}

table.dataTable {
    font-weight: 300;
}

table.dataTable tbody tr.selected {
    background-color: #337ab7;
    color: white;
}

.table > thead > tr > th {
    font-weight: 400;
}

.error-search {
    display: block;
}

.visualClear {
    clear: both;
}

#search-results {
}

#search-result-table_wrapper tr:hover td {
    background-color: #eee;
    color: #333;
}

#search-result-table_wrapper td {
    cursor: pointer;
}

/* Start Multiupload custom */

.fileview {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.fileview li {
    margin: 5px;
    padding: 1px;
    float: left;
    width: 200px;
    height: 200px;
    text-align: center;
}

.fileview li img {
    padding: 5px
}

.fileview .icon-file {
    font-size: 1000%;
    height: 30px;
    padding-top: 60px;
}

.ui-widget-header,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-image: none;
}

.ui-widget-content,
.ui-widget-header {
    border: 1px solid #ddd;
}

.plupload_logo {
    background-image: none;
}

.plupload_logo:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f093";
    font-size: 40px;
    position: relative;
    margin-left: 3px;
}

.plupload_header_title {
    padding: 10px 0 3px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-image: none;
    background-color: #f5f5f5;
    border-radius: 0;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: 10px 12px 10px 28px;
    line-height: 1.1;
    font-size: 14px;
    border-radius: 0;
}

.ui-widget-header {
    background-color: #eee;
}

.plupload_view_thumbs div.plupload_file_name {
    font-weight: 300;
}

.fileview li {
    background-color: #fff;
    border: 1px solid #ddd;
}

.fileview li a {
    color: #555555;
    font-weight: 100;
    font-size: 12px;
}

/* End Multiupload custom */

/* Start Statusmessages */

#noty_bottomRight_layout_container,
#noty_bottomRight_layout_container li {
    background-image: none !important;
    border-radius: 0 !important;
}

.noty_bar .noty_message {
    font-size: 18px !important;
    line-height: 1.3 !important;
    padding: 15px 20px !important;
    font-weight: normal !important;
}

/* End Statusmessages */

/* Start bootstrap switch */
.bootstrap-switch {

}

.form-group-checkbox label {
    position: relative;
    display: block;
}

/* End bootstrap switch */

/* Start dynatree */

ul.dynatree-container {
    margin-bottom: 15px;
    background-color: transparent;
}

ul.dynatree-container ul {
    margin-bottom: 15px;
}

span.dynatree-node span {
    display: inline-block;
    padding-top: 0;
}

span.dynatree-node {
    margin-top: 10px;
    display: block;
}

span.dynatree-icon {

    background-image: none;
}

span.dynatree-icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    margin-left: 3px;
    content: "\f07c";
}

.dynatree-ico-cf span.dynatree-icon:before {
    content: "\f07b";
}

/* End Statusmessages */

/* Start RESPONSIVE */

@media (max-width: 767px) {

}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar {
        font-size: 18px;
    }

    .navbar-brand {
        padding: 12px 15px 0;
    }

    .navbar-nav > li > .dropdown-menu {
        font-size: 18px;
    }
}

.m-signature-pad--body {
    background-color: #efefef;
}

/* End RESPONSIVE */

.bopp-image .file-image {
    list-style: none !important;
    border: none;
    background: transparent;
}

.file-mini img {
    width: 60px;
    padding: 5px;
}