﻿/*

TABLE OF CONTENTS
Search for any section headers below to jump to that section.
---
WEBFONTS
GENERAL
BUTTONS
SIDE NAVMENU
TOP NAVBAR
PANELS
DATATABLES
FORMS
TABS
ALERTS 
LOGIN
HOME
EDIT
CHECKBOX

*/


/* WEBFONTS */


/* Lato */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* GENERAL */


/* Body */
body {
    background-color: #fcfcfc;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}
/* Normalize internal column gutters */
.row {
    margin-right: -7px;
    margin-left: -7px;
}
    .row > [class^="col-"],
    .row > [class^=" col-"] {
        padding-right: 7px;
        padding-left: 7px;
    }
/* Main wrapper for non-navigation content */
.fe-main-wrapper {
    background-color: #ffffff;
    position: absolute;
    overflow-y: scroll;
    padding-top: 25px;
    top: 50px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
    /* Padding for fixed footer */
    .fe-main-wrapper.form-pattern {
        bottom: 73px;
    }
    /* Login page */
    .fe-main-wrapper.login {
        background-color: #333;
        top: 0px;
    }
/* Fixed footer for form pages */
.fixed-footer-nav {
    position: fixed;
    z-index: 700;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 73px;
    background: #ffffff;
    border-top: 1px solid #ddd;
    box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: right;
}
/* Left buffer for side navigation */
.fe-main-wrapper,
.fixed-footer-nav {
    left: 0px;
    transition: left .2s;
}
@media (min-width: 992px) {
    .fe-main-wrapper:not(.login),
    .fixed-footer-nav {
        left: 220px;
        transition: left .2s;
    }
}
/* Max-width for main content and footer content */
.fe-main-content,
.fe-footer-content {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
/* Page headers */
.page-header.table-header,
.page-header.sub-header {
    padding-bottom: 0px;
    border-bottom: none;
    margin: 0px 15px 10px;
}
/* Breadcrumb */
.breadcrumb {
    background-color: transparent;
    padding: 0px 0px 0px;
    margin: 0px 15px 25px;
    text-align: center;
}
@media all and (min-width:768px) {
    .breadcrumb {
        text-align: left;
    }
}
/* Text-align */
.page-header,
.fe-footer-content,
.modal-footer {
    text-align: center;
}
@media all and (min-width:768px) {
    .page-header {
        text-align: left;
    }
    .fe-footer-content,
    .modal-footer {
        text-align: right;
    }
}


/* BUTTONS */


/* General */
.btn,
ul.pagination {
    font-weight: inherit;
    border-radius: 4px;
    font-weight: 700;
    text-align: center;
}
.btn,
.pagination>li>a {
    height: 42px;
    padding: 10px 12px;
}
    .btn.active,
    .btn:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
.btn-lg {
    height: 46px;
}
/*
.btn,
.pagination>li>a, 
.pagination>li>span {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.btn-primary, 
.btn-success, 
.btn-warning, 
.btn-danger, 
.btn-info {
  text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}
*/

.dropdown-menu>li>a {
    padding: 10px 20px;
    font-weight: 600;
}

/* Icons */
.dataTables_wrapper .btn span i,
.actions i,
.pagination i {
    margin: 4px 0px;
    display: inline-block;
}
    /* Datatable pagination double icons */
    .pagination i.fa-chev2 {
        margin-left: -15px;
    }
/* Min-width */
.fe-footer-content .btn,
.modal-footer .btn,
.panel-heading .btn-dt-head {
    min-width: 80px;
}
@media all and (min-width:992px) {
    .fe-footer-content .btn,
    .modal-footer .btn,
    .panel-heading .btn-dt-head {
        min-width: 91px;
    }
}
.dataTables_wrapper .dataTables_filter .btn,
.pagination>li>a, 
.pagination>li>span {
    min-width: 58px;
}
.dataTables_wrapper .actions .btn {
    min-width: 58px;
}
/* Datatable pagination - round corners */
.pagination>li:first-child>a, 
.pagination>li:first-child>span {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li:last-child>a, 
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/* Disabled state */
.pagination>.disabled>a, 
.pagination>.disabled>a:focus, 
.pagination>.disabled>a:hover, 
.pagination>.disabled>span, 
.pagination>.disabled>span:focus, 
.pagination>.disabled>span:hover {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}


/* SIDE NAVMENU */


/* Side Nav Menu */
.navmenu{
    width: 100%;
    background-color: #333;
    border-width: 0px;
    z-index: 800;
    padding-top: 50px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s;
}
@media all and (min-width:768px) {
    .navmenu {
        width: 230px;
        transition: transform .2s;
    }
}
/* Offcanvas transition */
.navmenu-offcanvas {
    transform: translate3d(-100%, 0px, 0px);
    transition: transform .2s;
}
@media all and (min-width:768px) {
  .navmenu-offcanvas {
    transform: translate3d(-220px, 0px, 0px);
    transition: transform .2s;
  }
}
@media all and (min-width:992px) {
  .navmenu-offcanvas {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s;
  }
}
/* Dropdown */
.navmenu .dropdown-menu {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: 0px;
  border-radius: 0px;
  background-color: #333;
  position: relative;
  float: none;
}
/* Dropdown open */
.navmenu .nav .open>a, 
.navmenu .nav .open>a:focus, 
.navmenu .nav .open>a:hover {
  background-color: #222222;
  box-shadow: inset 10px 0px 0px 0px #337ab7;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
/* Link */
.navmenu .nav>li>a,
.navmenu .dropdown-menu>li>a {
  padding: 15px 0px 15px 20px;
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition:  box-shadow 0.2s;
}
/* Dropdown open link */
.navmenu .nav>li.open>a {
  background-color: #222222;
  box-shadow: inset 10px 0px 0px 0px #666666;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition:  box-shadow 0.2s;
}
/* Active page link */
.navmenu .nav>li>a.active,
.navmenu .dropdown-menu>li>a.active {
  background-color: #222222;
  box-shadow: inset 10px 0px 0px 0px #337ab7;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition:  box-shadow 0.2s;
}
/* Hover/Focus link */
.navmenu .nav>li>a:hover,
.navmenu .nav>li>a:focus,
.navmenu .dropdown-menu>li>a:hover,
.navmenu .dropdown-menu>li>a:focus {
  background-color: #111111;
  text-decoration: none;
  box-shadow: inset 10px 0px 0px 0px #666666;
  color: #fff;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition:  box-shadow 0.2s;
}
/* Open dropdown - Hover/Focus link */
.navmenu .nav>li.open>a:hover,
.navmenu .nav>li.open>a:focus {
  background-color: #111111;
  box-shadow: inset 10px 0px 0px 0px #666666;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition:  box-shadow 0.2s;
}
/* Open dropdown - Active + Hover/Focus link */
.navmenu .nav>li>a.active:hover,
.navmenu .nav>li>a.active:focus,
.navmenu .dropdown-menu>li>a.active:hover,
.navmenu .dropdown-menu>li>a.active:focus {
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  box-shadow: inset 10px 0px 0px 0px #286090;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition:  box-shadow 0.2s;
}
/* Icons */
.navmenu .nav>li>a i,
.navmenu .dropdown-menu>li>a i{
  margin-right: 12px;
  text-align: center;
}
/* Badges */
.navmenu .nav>li>a .badge,
.navmenu .dropdown-menu>li>a .badge {
    margin-top: -3px;
    margin-bottom: -3px;
    vertical-align: inherit;
}
.panel-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
/* Nav Toggle */
.navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: block !important;
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media (min-width: 992px) {
    .navbar-toggle {
        display: none !important;
    }
}


/* TOP NAVBAR */


/* General */
.navbar-default {
    background-color: #e9e9e9;
    border-bottom: 1px solid #cfcfcf;
    /* border-width: 0px 0px 1px 0px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);*/
    margin: 0px;
    z-index: 1000;
    text-align: center;
}
/* Brand */
.navbar .navbar-brand {
    margin-left: -74px;
    float: none;
    display: inline-block;
    width: auto;
    padding: 15px 0px;
}
.navbar-brand .product-name{
    display:none;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 17px;
}
@media (min-width: 768px) {
  .navbar>.container-fluid .navbar-brand {
    margin-left: 15px;
    margin-right: 15px;
    float: left;
  }
  .navbar-brand .product-name{
    display:inline-block;
  }
}
@media (min-width: 992px) {
  .navbar>.container-fluid .navbar-brand {
    margin-left: 5px;
  }
  .navbar-brand .product-name{
    display:inline-block;
  }
}
.navbar-brand img {
  height:20px;
  display:inline-block;
}
.dropdown-menu {
    padding: 10px;
    min-width: 210px;
}
.navbar-nav >li>a,
.dropdown>a,
.dropdown-menu>li>a {
        font-weight: 600;
    }
/* NavBar Right */
@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0px;
    }
}

/* PANELS */


/* General */
.panel {
    border-width: 0px 1px 1px;
    margin-bottom: 15px;
}
.panel-heading,
.modal-header {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-bottom-width: 0px;
    border-top: 1px solid #ddd;
    padding: 15px;
    position: relative;
}
.panel-body,
.modal-body {
    border-top: 1px solid #ddd;
}
.panel-title {
    font-size: 20px;
    line-height: 42px;
    display: inline-block;
    font-weight: 700;
}
.panel-shrink {
    padding: 0px;
}
.panel-heading .toggle.btn {
    margin-top: -4px;
    margin-bottom: -4px;
    margin: -4px 15px -4px 0px;
    float: left;
}
.panel-footer,
.modal-footer {
    padding: 15px;
}

/* Accordian styles */
.panel-default>.panel-heading.panel-accordian {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.panel-default>.panel-heading.panel-accordian:hover {
        background-color: #eeeeee;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }    
.panel-default>.panel-heading.panel-accordian::after {
        border: 1px solid transparent;
        background-color: #f5f5f5;
        color: #aaa;
        font-family: "FontAwesome";
        content: "\f068";
        display: inline-block;
        position: absolute;
        width: 25px;
        height: 25px;
        right: 15px;
        top: 24px;
        font-size: 14px;
        line-height: 24px;
        margin-top: 0px;
        margin-right: 0px;
        border-radius: 100%;
        text-align: center;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }
.panel-default>.panel-heading.panel-accordian.collapsed::after {
  content: "\f067";

  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.panel-default>.panel-heading.panel-accordian:hover::after {
        background-color: #f5f5f5;
        color: #666;
        border-color: #ddd;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }


/* DATATABLES */


/* General */
table.dataTable.panel-table {
    border-width: 0px;
    margin: 0px !important;
}
/* Vertical-align */
table.dataTable>thead>tr>th,
table.dataTable>tbody>tr>td,
table.dataTable>tfoot>tr>th {
    vertical-align: middle;
}
/* Font-size */
table {
    font-size: inherit;
}
/* Search filter */
div.dataTables_wrapper div.dataTables_filter label {
    margin-bottom: 0px;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0px;
}
/* TH */
table.dataTable>thead>tr>th,
table.dataTable>tfoot>tr>th {
    border-bottom-width: 1px;
    background-color: #f5f5f5;
    color: #333333;
    padding: 15px;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1.1;
}
/* TH - active sorting */
.dataTables_wrapper table.dataTable thead>tr>th.sorting_asc,
.dataTables_wrapper table.dataTable thead>tr>th.sorting_desc,
.dataTables_wrapper table.dataTable thead>tr>td.sorting_asc,
.dataTables_wrapper table.dataTable thead>tr>td.sorting_desc {
    background-color: #ffffff;
    color: #337ab7;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* TH - hover/focus */
.dataTables_wrapper table.dataTable thead>tr>th:hover,
.dataTables_wrapper table.dataTable thead>tr>th:focus {
    background-color: #ffffff;
    color: #337ab7;
}
/* TD */
table.dataTable>tbody>tr>td {
    padding: 10px 15px;
    vertical-align: middle;
}
/* Checkbox column */
table.dataTable>thead>tr>.select-checkbox {
    padding: 5px 15px;
    width: 24px !important;
    max-width: 24px !important;
}
/* Button groups */
.dataTables_wrapper .dt-buttons {
    display: table;
    margin: 0px;
}

.panel-heading .dt-buttons {
    margin: 0 auto 15px;
}
/* Actions column */
.dataTables_wrapper .actions {
    padding: 5px 15px;
    text-align: right;
}
.dataTables_wrapper .sm-padding {
    padding: 5px 15px;
}
/* Actions column */
.dataTables_wrapper .actions .dt-buttons.btn-group {
    width: 115px !important;
    max-width: 115px !important;
}
/* Button groups */
.dataTables_wrapper .actions .dt-buttons.btn-group-3 {
    width: 172px !important;
    max-width: 172px !important;
}
.dataTables_wrapper .dataTables_filter .dt-buttons {
    margin-top: 15px;
    margin-bottom: 0px;
}
.dataTables_wrapper .dataTables_filter {
    display: block;
}
@media all and (min-width:768px) {
    .dataTables_wrapper .dt-buttons,
    .dataTables_wrapper .dataTables_filter .dt-buttons {
        margin-top: 0px;
        margin-bottom: 0px;
        display: inline-block;
    }
    .dataTables_wrapper .dataTables_filter .dt-buttons {
        margin-right: 0px;
        margin-left: 15px;
    }
    .dataTables_wrapper .dataTables_filter {
        float: right;
        display: inline-block;
    }
}
/* Pagination */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 0px;
}
/* Entries displayed */
div.dataTables_wrapper div.dataTables_info {
    padding-top: 3px;
    padding-bottom: 15px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 32px;
}
@media all and (min-width:768px) {
    div.dataTables_wrapper div.dataTables_info {
        padding-top: 6px;
        padding-bottom: 0px;
    }
}
/* Borders for Fixed Columns */
.DTFC_LeftWrapper table.dataTable.panel-table th.select-checkbox,
.DTFC_LeftWrapper table.dataTable.panel-table td.select-checkbox {
    box-shadow: inset -1px 0 0 0 #dddddd;
}
.DTFC_RightWrapper table.dataTable.panel-table th.actions,
.DTFC_RightWrapper table.dataTable.panel-table td.actions {
    box-shadow: inset 1px 0 0 0 #dddddd;
}
/* Row - Hover */
table.dataTable>tbody>tr.hover>td {
    background-color: #f5f5f5;
}
/* Row - Highlighted/Selected */
table.dataTable tbody>tr.selected, 
table.dataTable tbody>tr>.selected {
    background-color: inherit;
    color: inherit;
}
/* Row - Highlighted/selected */
table.dataTable>tbody>tr.selected>td, 
table.dataTable>tbody>tr.selected>th, 
table.dataTable>tbody>tr>td.selected, 
table.dataTable>tbody>tr>th.selected, 
table.dataTable>tfoot>tr.selected>td, 
table.dataTable>tfoot>tr.selected>th, 
table.dataTable>tfoot>tr>td.selected, 
table.dataTable>tfoot>tr>th.selected, 
table.dataTable>thead>tr.selected>td, 
table.dataTable>thead>tr.selected>th, 
table.dataTable>thead>tr>td.selected, 
table.dataTable>thead>tr>th.selected {
    background-color: #fcf8e3;
}
/* Row - Highlighted/selected + Hover */
table.dataTable>tbody>tr.selected.hover>td {
    background-color: #faf2cc;
}
/* Preserve button styles */
table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a {
    color: inherit;
}


/* FORMS */


/* Reset Margin */
form {
    margin-bottom: 0px;
}
/* Label color */
label {
    color: #333;
}
    label .req-field {
        color: #a94442;
    }
/* Input sizing */
.form-control {
    padding: 6px 12px;
    border: 1px solid #ddd;
    color: #333333;
    position: relative;
    font-size: 16px;
    height: 42px;
}
/* Input sizing */
.form-control-static {
    height: 42px;
    padding: 10px 12px;
    border: 1px solid transparent;
    color: #333333;
    position: relative;
    font-size: 16px;
}
/* Resize */
textarea {
    resize: vertical;
}
/* Uniform bottom margin */
.list-group,
.form-group {
    margin-bottom: 20px;
}
/* Multi-select */
.ms-container {
    width: 100%;
}
    .ms-container .ms-selectable,
    .ms-container .ms-selection {
        border: 1px solid #ddd;
        border-radius: 4px;
    }
    .ms-container .ms-label {
        padding: 15px 15px 10px;
        border-bottom: 1px solid #ddd;
    }
    .ms-container .ms-list {
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        background-color: #fcfcfc;
        border: 0px;
        -webkit-border-radius: 0px 0px 4px 4px;
        -moz-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px;
    }
    .ms-container .ms-selectable li.ms-elem-selectable,
    .ms-container .ms-selection li.ms-elem-selection {
        padding: 10px 15px;
        background-color: #ffffff;
    }
    .ms-container .ms-selectable li.ms-hover,
    .ms-container .ms-selection li.ms-hover {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;
    }
.has-error .ms-container .ms-selection {
    border-color: #a94442;
}
/* Select2 */
.select2 {
    width: 100% !important;
    font-size: 16px;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ddd;
}
.select2-container .select2-selection--single {
    height: 42px;
    padding: 10px 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
    padding-left: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 4px 8px 9px 13px;
}
.select2-search--dropdown {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 6px 12px;
    border: 1px solid #ddd;
    color: #333333;
    position: relative;
    font-size: 16px;
    height: 42px;
    border-radius: 4px;
}
.select2-results__option {
    padding: 10px 15px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #08c;
}
/* Toggle Switch */
.toggle.btn {
    display: block;
    min-width: 100px;
    width: 100px;
}
.toggle.btn,
.toggle-on.btn,
.toggle-off.btn,
.toggle-handle.btn {
    height: 42px;
    min-height: 42px;
    max-height: 42px;
}
.toggle-group .btn {
    padding-top: 10px;
    padding-bottom: 10px;
}
.toggle-container.disabled,
.toggle-container.disabled .btn {
    cursor: not-allowed;
}
/* Toggle Groups and Checkbox Groups */
.list-group.list-group-toggle {
    margin-bottom: -15px;
    margin-top: -15px;
}
    .list-group.list-group-toggle .list-group-item {
        border-color: #ddd transparent;
        padding: 15px 0px;
        border-width: 1px 0px 0px;
        margin: 0px;
    }
    .list-group.list-group-toggle div.list-group-item {
        border-color: #eee transparent;
        padding: 15px 0;
    }
    .list-group.list-group-toggle > .list-group-item:first-of-type {
        border-top-width: 0px;
    }
    .list-group.list-group-toggle > .list-group-item {
        border-top-width: 1px;
        padding-bottom: 0px;
    }
    .list-group.list-group-toggle .list-group-item p {
        font-weight: 500;
        line-height: 42px;
        margin: 0px 0px 15px 0px;
        display: inline-block;
    }
    .list-group.list-group-toggle .list-group-item .toggle-container {
        float: left;
        margin-right: 15px;
    }
.list-group.list-group-check .list-group-item {
    border-color: #eee transparent;
}


/* TABS */


/* General */
.nav-tabs,
.nav-pills {
    position: relative;
    margin-bottom: 15px;
    border-bottom-width: 1px;
}
.panel-tabs {
    border-bottom-width: 1px;
}
.nav-tabs>li {
    margin-bottom: -1px;
}
    /* Link */
.nav-tabs>li>a {
        font-style: normal;
        background-color: #f5f5f5;
        border-color: #ddd #ddd #ddd;
        color: #333;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.1;
        border-width: 1px;
        border-radius: 4px 4px 0px 0px;
        height: 42px;
        padding: 12px 15px;
        margin-right: 5px;
    }
    /* Tab drop link */
.nav-tabs>li:first-child>a {
        margin-right: 0px;
    }
/* Hover/Focus link */
.nav>li>a:hover,
.nav>li>a:focus {
    background-color: #ffffff;
    border-color: #ddd #ddd #ddd;
    color: #337ab7;
    border-bottom-width: 1px;
}
/* Active + Hover/Focus link */
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #337ab7;
    border-width: 1px;
}
/* Disabled */
.nav>li.disabled>a {
    color: #999;
    background-color: #ddd;
    border-color: #ddd;
    background-color: #f5f5f5;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
    /* Disabled + Hover/Focus link */
    .nav>li.disabled>a:hover,
    .nav>li.disabled>a:focus {
        color: #999;
        background-color: #ddd;
        border-color: #ddd;
        background-color: #f5f5f5;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }


/* ALERTS */


/* General */
.alert {
    margin-bottom: 15px;
}
    .alert a {
        font-weight: 700;
    }
.alert-success a {
    color: #3c763d;
}
.alert-info a {
    color: #31708f;
}
.alert-warning a {
    color: #8a6d3b;
}
.alert-danger a {
    color: #a94442;
}


/* LOGIN */


/* Form */
.login .form-signin {
    max-width: 330px;
    margin: 0px auto 15px;
    border-top: 1px solid #ddd;
}
/* Brand */
.login .brand-wrapper {
    margin: 10px 40px 0px 40px;
}

.login .app-title {
    margin: 10px 20px 10px 20px;
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 10px 10px;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 18px;
    width: calc(100% - 40px);
}
.login .btn{
    margin-bottom: 15px;
}
.login h3,
.login p {
    text-align: center;
}
.login .footer-notes {
    margin-bottom: 50px;
    color: #fff;
    font-weight:bold;
}
    .login .footer-notes a {
        color: #fff;
    }

.login .checkbox {
    font-weight: normal;
    margin: -10px;
}
.login .form-control:focus {
    z-index: 2;
}
.login .panel-heading {
    text-align: center;
}


/* HOME */


/* General */
a.panel.home-btn,
a.panel.home-btn .panel-heading,
a.panel.home-btn .panel-body,
a.panel.home-btn .panel-footer {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
    display: block;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
}
/* Primary */
a.panel-primary.home-btn,
a.panel-primary.home-btn .panel-heading,
a.panel-primary.home-btn .panel-body,
a.panel-primary.home-btn .panel-footer {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
    /* Primary - Hover/Focus */
    a.panel-primary.home-btn:hover,
    a.panel-primary.home-btn:hover .panel-heading,
    a.panel-primary.home-btn:hover .panel-body,
    a.panel-primary.home-btn:hover .panel-footer,
    a.panel-primary.home-btn:focus,
    a.panel-primary.home-btn:focus .panel-heading,
    a.panel-primary.home-btn:focus .panel-body,
    a.panel-primary.home-btn:focus .panel-footer {
        background-color: #286090;
        border-color: #204d74;
    }
/* Warning */
a.panel-warning.home-btn,
a.panel-warning.home-btn .panel-heading,
a.panel-warning.home-btn .panel-body,
a.panel-warning.home-btn .panel-footer {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
    /* Warning - Hover/Focus */
    a.panel-warning.home-btn:hover,
    a.panel-warning.home-btn:hover .panel-heading,
    a.panel-warning.home-btn:hover .panel-body,
    a.panel-warning.home-btn:hover .panel-footer,
    a.panel-warning.home-btn:focus,
    a.panel-warning.home-btn:focus .panel-heading,
    a.panel-warning.home-btn:focus .panel-body,
    a.panel-warning.home-btn:focus .panel-footer {
        background-color: #ec971f;
        border-color: #d58512;
    }
/* Button icon sizing for different devices */
.home-btn .fa-5x {
    font-size: 2em;
}
@media all and (min-width:768px) {
    .home-btn .fa-5x {
        font-size: 3em;
    }
}
@media all and (min-width:992px) {
    .home-btn .fa-5x {
        font-size: 5em;
    }
}


/* EDIT */


/* Label visible when editing a page*/
.page-header .label {
    font-size: 14px;
    margin: 10px 10px 0px;
    display: inline-block;
    vertical-align: top;
    height: 24px;
    padding: 5px 10px;
}


/* CHECKBOX */


/* Radio + Checkbox */
.list-group .checkbox,
.list-group .radio {
    margin-top: 0px;
    margin-bottom: 0px;
}
    .list-group .checkbox:first-of-type {
        margin-top: 5px;
    }
.block-label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.checkbox label,
.radio label {
    padding-left: 15px;
    height: 38px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
}
.list-group .checkbox:last-of-type label {
    margin-bottom: 0px;
}
/* Checkbox-success */
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    margin-top: -2px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 7px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 18px;
    color: #555555;
}
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

/* Datatable checkbox select */
.DTFC_LeftHeadWrapper table.dataTable th.select-checkbox span,
table.dataTable td.select-checkbox span {
    width: 24px;
    display: block;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

.DTFC_LeftHeadWrapper table.dataTable th.select-checkbox:before,
table.dataTable td.select-checkbox:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 11px;
    margin-top: 0;
    margin-left: 15px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
table.dataTable td.select-checkbox:before {
    top: 14px;
}
.DTFC_LeftHeadWrapper table.dataTable th.select-checkbox:after,
table.dataTable td.select-checkbox:after {
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 18px;
    color: #555555;
}
.DTFC_LeftHeadWrapper table.dataTable tr th.select-checkbox.selected:before,
table.dataTable tr.selected td.select-checkbox:before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.DTFC_LeftHeadWrapper table.dataTable tr th.select-checkbox.selected:after,
table.dataTable tr.selected td.select-checkbox:after {
    font-family: "FontAwesome";
    content: "\f00c";
    color: #fff;
    text-shadow: none;
    margin-top: 11px;
    margin-left: 14px;
}
table.dataTable tr.selected td.select-checkbox:after {
    top: 3px;
}
.DTFC_LeftHeadWrapper table.dataTable tr th.select-checkbox.selected:after {
    margin-top: 12px;
    margin-left: 15px;
    font-weight: normal;
}

