﻿input[type=checkbox].large-checkbox {
    /* All browsers except webkit */
    transform: scale(1.4);
    /* Webkit browsers */
    -webkit-transform: scale(1.6);
    margin-left: 6px;
    margin-right: 12px;
}

body {
    background: White !important; /* AdminLTE: .content-wrapper */
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.content-wrapper {
    padding-top: 6px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 15px;
    background: White !important;
    overflow: auto !important;
}

.container-default {
    background-color: White !important;
    border-radius: 15px;
    margin-bottom: 20px;
}

.form-actions {
    margin: 0 -5px 0 -15px;
    padding: 6px 0 6px 20px;
    background-color: #e7e7e9;
    text-align: left;
    overflow-y: hidden;
}

.row-form-actions {
    margin: -8px 0 20px 0;
    padding: 6px 0 6px 20px;
    background-color: #ddebf5;
    text-align: center;
}

/*Header*/
.main-header .row {
    width: 100%;
}

.main-header #logo {
    width: 235px;
    height: 3.5rem
}

.main-header #logo img {
    width: 100%;
    max-width: 150px;
    margin-left: 30px;
    margin-top: 4px;
}

.show-sidebar i, .home-page-button i {
    font-size: 1.8em;
    margin: 8px 0 0 8px;
}

.main-header a {
    text-decoration: none;
}

.main-header a:hover {
    color: #747886 !important;
}

/*NavBar*/
.navbar.bg-primary {
    background-color: #1F2A44 !important;
}

/*SideBar*/
.main-sidebar {
    background-color: #747886 !important;
}

.sidebar {
    overflow-y: hidden !important;
}

.sidebar .nav-link .nav-icon, .sidebar .nav-link p {
    color: #d7d8dc !important;
}

.sidebar .nav-link:hover .nav-icon, .sidebar .nav-link:hover p {
    color: white !important;
}

.sidebar .nav-link.active {
    background-color: #747886 !important;
}

.sidebar .nav-link.active .nav-icon, .sidebar .nav-link.active p{
    color: white !important;
}

/* Home page Index */
.home-page-font {
    display: inline-block;
    font: normal normal normal 14px/1 'Glyphicons';
    font-size: 2em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.homepageselect {
    padding: 16px 16px 10px 16px;
    overflow: hidden;
    color: black;
    background-color: lightgrey;
    border-radius: 6px;
    min-width: 260px;
}

div.homepageselect:hover {
    background-color: darkgrey;
    overflow: hidden;
}

div.homepagedesciption {
    margin-top: -10px;
    margin-right: 28px;
}

.home-page-lg-text {
    color: black;
    font-weight: bold;
    /*font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;*/
    line-height: 1.1em;
    font-size: 18px;
}

.home-page-sm-text {
    color: #232020;
    /*font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;*/
    line-height: 1.1em;
    font-size: 14px;
}

div.homepagetitle {
    min-width: 60px;
    margin: -8px 0 4px 32px;
}

/*Links*/
a {
    color: #05C3DE !important;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

#a-show {
    position: relative;
    font-size: 1.4em;
    right: 0;
    margin-top: -36px;
    padding: 0 8px;
    float: right;
}

#a-show i {
    color: black !important;
}

.nav-link.active {
    color: #1F2A44 !important;
    font-weight: 700;
}

/*Pagination*/
ul.pagination li:first-child a, ul.pagination li:last-child a {
    padding-top: 5px;
    padding-bottom: 5px;
}
select label option:hover{
    background-color: #1F2A44 !important;
    border-color: white !important;
}
.paginate_button.disabled i {
    color: #afb1ba !important;
}
.paginate_button i {
    color: #9294a0 !important;
}
.paginate_button.page-item:not(.previous):not(.next):hover .page-link, .paginate_button.page-item.active:not(.previous):not(.next) .page-link {
    background-color: #1F2A44 !important;
    border-color: #1F2A44 !important;
    color: white !important;
}
.paginate_button.page-item.previous:not(.disabled):hover .page-link, .paginate_button.page-item.next:not(.disabled):hover .page-link{
    background-color: #05C3DE !important;
    border-color: #05C3DE !important;
    color: white !important;
}
.paginate_button.page-item.previous.disabled .page-link, .paginate_button.page-item.next.disabled .page-link {
    background-color: #d7d8dc !important;
}
.paginate_button.page-item:not(.active):not(.previous):not(.next) .page-link {
    color: black !important;
}
.paginate_button.page-item:not(.active):not(.previous):not(.next):hover .page-link {
    color: white !important;
}
.paginate_button.page-item {
    display: flex !important;
}
.paginate_button.page-item .page-link:focus {
    outline-style: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}
/*ToolTips*/
.tooltip.show {
    opacity: 1 !important;
    z-index: 3001;
}
.tooltip-inner {
    background-color: #ebebed !important;
    color: #747886;
    font-size: .625rem !important;
    opacity: 1 !important;
    border: solid 1px #747886;
    text-align: left !important;
}
.arrow::before {
    border-bottom-color: #747886 !important;
    border-top-color: #747886 !important;
}
.arrow::after {
    border-left-color: #747886 !important;
    border-right-color: #747886 !important;
}

/*Text*/
.text-primary-light {
    color: #05C3DE !important;
} 
.text-primary-dark {
    color: #1F2A44 !important;
} 
.text-secondary-dark {
    color: #4672A0 !important;
}
.text-secondary-light {
    color: #00A8E1 !important;
}
.font-hind {
    font-family: hind !important;
}
.font-size-14 {
    font-size: .875rem !important;
}
/*form fields*/
.form-control::-ms-reveal {
    display: none;
}

.form-control {
    font-size: .875rem !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg width='5cm' height='5cm' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg' version='1.1'><path d='M 0 100 L 400 100 L 200 400 z' fill='black' /></svg>");
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

select:focus {
    background-image: url("data:image/svg+xml;utf8,<svg width='5cm' height='5cm' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg' version='1.1'><path d='M 0 300 L 400 300 L 200 0 z' fill='black' /></svg>");
}

input::placeholder {
    color: darkgray !important;
    text-align: center;
} 
input:disabled, input:disabled::placeholder {
    background-color: #d7d8dc !important;
    border-color: #9294a0;
}
.row-form-actions {
    margin: -8px 0 20px 0;
    padding: 6px 0 6px 20px;
    background-color: #ddebf5;
    text-align: center;
}

.form-group div:not(.checkbox-inline) input[type='checkbox'] {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/*Select 2 ComboBox*/
/* See bootstrap.css: .form-control-sm*/
.select2-container {
    border-color: #9294a0 !important;
}

.select2-container--default .select2-selection--single {
    height: calc(1.2em + 0.5rem + 10px) !important;
    border: 1px solid #ced4da !important;
    padding: 0.15rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    border-radius: 0.25rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.3em !important;
}

.select2-results, .select2-search__field {
    font-size: 0.875rem;
}

.select2-container *:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

select, select option, .select2, .select2 span, .select2__rendered, .select2-selection {
    border-radius: .25rem !important;
}

.select2-results__option--highlighted, .select2-highlighted {
    background-color: #1F2A44 !important;
}

.select2-container-active .select2-choice {
    border: 1px solid #1F2A44 !important;
}

.select2-dropdown {
    border: 1px solid #1F2A44 !important;
    border-top: none !important;
}

.select2-chosen {
    color: initial !important;
}

.select2-selection__arrow b {
    border-top-color: #9294a0 !important;
}

.select2-container--open b {
    border-bottom-color: #9294a0 !important;
}

.select2-dropdown--above {
    z-index: 3000 !important;
}
/*Usability - focused*/
input:not([type='checkbox']):not([type='radio']):focus, select:focus, span:focus, textarea:focus {
    border-color: #1F2A44 !important;
    box-shadow: none !important;
}

.select2-container .select2-selection:focus {
    border-color: #1F2A44 !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn:focus {
    outline-style: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

/*nav tabs*/
.nav-tabs a {
    color: #AFB1BA !important;
    text-shadow: none !important;
    font-size: .875rem;
}
.tab-counter {
    border-radius: 50%;
    height: 24px;
    width: 24px;
    color: white !important;
    background-color: #05c3de;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
}

.tab-counter div {
    position: relative;
    bottom: 5px;
    top: -5px;
    font-size: small;
    padding-right: 1px;
    padding-left: 1px;
}
/*Table*/
table.dataTable {
    /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);*/
    border-radius: .25rem;
    -webkit-border-vertical-spacing: 0;
} 
table.index {
    border-bottom: solid thin lightgray;
}
table.dataTable thead tr th {
    border: none !important;
    font-size: .875rem !important;
    color: black !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
table.dataTable thead tr th:after {
    margin-top: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
table.dataTable tbody tr {
    border-collapse: collapse !important;
} 
table.dataTable tbody tr.selected, table.dataTable tbody tr:not(.info_row):hover {
    background-color: #afb1ba !important;
}
table.dataTable tbody tr.info_row, table.dataTable tbody tr.info_row:hover {
    background-color: white !important;
}
table.dataTable tbody td {
    font-size: .875rem !important;
    vertical-align: middle;
}
table.dataTable tbody tr.selected .btn-primary, table.dataTable tbody tr:hover .btn-primary {
    background-color: #05C3DE !important;
}
.table-striped tbody tr.odd {
    background-color: #EBEBED !important;
}
.index-header {
    background-color: #9294A0;
}
/**/
hr.title {
    margin: 0 0 6px 0;
} label {
    font-weight: 700;
    font-size: .875rem !important;
}
/*Button*/
button.index-action {
    min-width: 12%;
    margin-right: 4px;
    margin-bottom: 1px;
} button.index-action-sm {
    margin: -4px 0 0 0;
    padding: 0 8px 0 8px;
    height: 1.8em;
    font-size: 0.9em
} button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}
.btn {
    border-radius: .25rem !important;
    color: white !important;
    font-size: .875rem;
} .btn-wide {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
} .btn-primary {
    background-color: #1F2A44 !important;
    color: white !important;
    border: none !important;
} .btn-primary-inverse {
    background-color: white !important;
    color: #1F2A44 !important;
    border: 2px solid #1F2A44 !important;
} .btn-primary-light {
    background-color: #05C3DE !important;
    color: white !important;
    border: none !important;
} .btn-primary-light-inverse {
    background-color: white !important;
    color: #05C3DE !important;
    border: 2px solid #05C3DE !important;
} .btn-secondary-dark {
    background-color: #4672A0 !important;
    color: white !important;
    border: none !important;
} .btn-secondary-dark-inverse {
    background-color: white !important;
    color: #4672A0 !important;
    border: 2px solid #4672A0 !important;
} .btn-secondary-light {
    background-color: #00A9E0 !important;
    color: white !important;
    border: none !important;
} .btn-secondary-light-inverse {
    background-color: white !important;
    color: #00A9E0 !important;
    border: 2px solid #00A9E0 !important;
} .btn-group-xs > .btn, .btn-xs {
      line-height: .5;
  }
.btn-primary:not([disabled]):hover {
    background-color: #05C3DE !important;
}
.btn-primary-light:not([disabled]):hover {
    background-color: #1F2A44 !important;
}

@media (max-width: 1024px) {
    div.homepageselect {
        min-width: 0;
    }

    div.homepagedesciption {
        display: none;
    }
} @media (max-width: 767px) {
    div.homepageselect {
        min-height: 110px;
    }
}

@media (max-width: 420px) {
    div.small-mobile {
        max-width: calc(100vw - 30px);
    }
}
