/*
Theme colors:
pink-50 c9356e
pink-60 ab235a
pink-70 8c1749
*/


:root {
  --blue: #2c7be5;
  --primary: #2c7be5;
}

/* spacing utilities for half the minimum defined in bootstrap */
.mt-05, .my-05, .m-05 {
	margin-top: .125rem!important;
}
.mr-05, .mx-05, .m-05 {
	margin-right: .125rem!important;
}
.mb-05, .my-05, .m-05 {
	margin-bottom: .125rem!important;
}
.ml-05, .mx-05, .m-05 {
	margin-left: .125rem!important;
}

.mt-n05, .my-n05, .m-n05 {
	margin-top: -.125rem!important;
}
.mr-n05, .mx-n05, .m-n05 {
	margin-right: -.125rem!important;
}
.mb-n05, .my-n05, .m-n05 {
	margin-bottom: -.125rem!important;
}
.ml-n05, .mx-n05, .m-n05 {
	margin-left: -.125rem!important;
}


/* make the labels non bold by default */
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
}

/* Bootstrap/adminlte theme adjustments, mainly the 'primary' color */

.table-primary,
.table-primary > th,
.table-primary > td {
	background-color: #A8CEF5;
  }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #91baf1; }

.table-hover .table-primary:hover {
  background-color: #adccf5; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #adccf5; }


.btn-primary {
  color: #fff;
  background-color: #2c7be5;
  border-color: #2c7be5; }
  .btn-primary:hover {
    color: #fff;
    background-color: #1a68d1;
    border-color: #1862c6; }
	
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #2c7be5;
    border-color: #2c7be5; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1862c6;
    border-color: #175dba; }

.btn-outline-primary{
	color: #2c7be5;
	border-color: #2c7be5;
}

.btn-outline-primary:hover{
	background-color: #2c7be5;
	border-color: #2c7be5;
}

.badge-primary {
  color: #fff;
  background-color: #2c7be5; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #1862c6; }


.dropdown-item {
  color: #212529;
  background-color: transparent;
}
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #2c7be5; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }


.alert-primary {
  color: #174077;
  background-color: #d5e5fa;
  border-color: #c4daf8; }
  .alert-primary hr {
    border-top-color: #adccf5; }
  .alert-primary .alert-link {
    color: #0f294c; }

.list-group-item-primary {
  color: #174077;
  background-color: #c4daf8; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #174077;
    background-color: #adccf5; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #174077;
    border-color: #174077; }

.bg-primary {
  background-color: #2c7be5 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1862c6 !important; }

.border-primary {
  border-color: #2c7be5 !important; }

.text-primary {
  color: #2c7be5 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #1657af !important; }


.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #2c7be5;
	background-color: #2c7be5; }
	

	
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #2c7be5;
  background-color: #2c7be5; }

  .custom-range::-webkit-slider-thumb {
    background-color: #2c7be5;
}
	
 .custom-range::-moz-range-thumb {
    background-color: #2c7be5;
}
	
  .custom-range::-ms-thumb {
    background-color: #2c7be5;
}
	
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2c7be5; }



.accent-maroon .nav-pills .nav-link:not(.active):hover{
	color: #d81b60
}

/* make control focus light blue as before */
.accent-maroon .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-maroon .custom-select:focus,
.accent-maroon .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-maroon .custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
}


.page-link {
  color: #2c7be5;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.page-item.active .page-link{
	color:#fff;
	background-color:#2c7be5;
	border-color:#2c7be5;
	}

.progress-bar {
  color: #fff;
  background-color: #2c7be5;
}

/* theme colors */

.btn-theme {
  color: #fff;
  background-color: #c9356e;
  border-color: #c9356e; }
  .btn-theme:hover {
    color: #fff;
    background-color: #ab235a;
    border-color: #8c1749; }
	
  .btn-theme.disabled, .btn-theme:disabled {
    color: #fff;
    background-color: #c9356e;
    border-color: #c9356e; }
  .btn-theme:not(:disabled):not(.disabled):active, 
  .btn-theme:not(:disabled):not(.disabled).active,
  .show > .btn-theme.dropdown-toggle {
    color: #fff;
    background-color: #ab235a;
    border-color: #8c1749; }



.sidebar-dark-theme .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-theme .nav-sidebar>.nav-item>.nav-link.active{
    background-color: #c9356e;
    color: #fff;
}

.sidebar-light-theme .nav-item>.nav-link:not(.active):hover{
    color: #c9356e;
}

  
/*
  .list-group-item.active {
    color: #fff;
    background-color: #2c7be5;
    border-color: #2c7be5; }
	
*/

.modal-header{
	padding-top: .7rem;
	padding-bottom: .7rem;
}

.modal-title{
	line-height: 1.3;
	font-weight: 600;
	font-size: 1.1rem;
}

.card-title{
	margin-bottom: 0;
	font-weight: 600;
}


.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
    border-color: #2c7be5
}

.icheck-primary>input:first-child:checked+input[type=hidden]+label::before, 
.icheck-primary>input:first-child:checked+label::before{
	background-color: #2c7be5;
    border-color: #2c7be5;
}




.icheck-theme>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
.icheck-theme>input:first-child:not(:checked):not(:disabled):hover+label::before {
    border-color: #c9356e
}

.icheck-theme>input:first-child:checked+input[type=hidden]+label::before, 
.icheck-theme>input:first-child:checked+label::before{
	background-color: #c9356e;
    border-color: #c9356e;
}



.card-header>.card-tools{
	margin-top: -.2rem;
}

/* jQuery UI draggable */
.ui-draggable .ui-draggable-handle{
	cursor: move;
}


/* red asterix for required field labels */
.form-group.required .form-label::after,
.form-group.required .col-form-label::after,
.form-group.required .form-check-label::after,
.form-group-check.required input[type="checkbox"] + label > .required-mark::after, 
.form-group-check.required input[type="radio"] + label > .required-mark::after,
.form-group.required input[type="checkbox"] + label > .required-mark::after, 
.form-group.required input[type="radio"] + label > .required-mark::after,
label.required::after
{ 
    color: #d00;
    margin-left: 6px;
	vertical-align: 2px;
	
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 10px;
	content: "\f069";
}



.form-control::placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #939ba2;
  opacity: .7;
}

.was-validated .form-control:invalid, .form-control.is-invalid{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}


/* AdminLTE */
/*
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, 
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active{
	background-color: #2c7be5;
}
*/

.content-wrapper{
	background-color: rgb(246,246,246);
}

.table .thead-light th{
	background-color: #e9e9e9;
    border-color: #dedede;
}

/* DataTable */

.page-link.focus, .page-link:focus{
    outline: 0; 
    box-shadow: none;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination{
	margin: 0;
}

div.dataTables_wrapper div.dataTables_filter input{
	margin-left: 0;
}

div.dataTables_wrapper div.dataTables_filter{
	float: left;
	margin-right: 0.5rem;
}

div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_filter input{
	width: auto;
}

div.dataTables_wrapper div.dataTables_length{
	float: left;
}

div.dataTables_wrapper div.dataTables_length select{
	vertical-align: baseline;
	width: 74px;
}

div.dataTables_wrapper label{
	margin-bottom: 0;
}

.card-body.p-0 .dataTables_wrapper>.row:first-child, 
.card-body.p-0 .dataTables_wrapper>.row:last-child{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.card-body.p-0 .dataTables_wrapper{
	margin-bottom: 1.25rem;
}


.modal-body.p-0 .dataTables_wrapper>.row:first-child, 
.modal-body.p-0 .dataTables_wrapper>.row:last-child{
	padding-left: 1rem;
	padding-right: 1rem;
}
.modal-body.p-0 .dataTables_wrapper{
	margin-bottom: 1rem;
}


.card-body.p-0 .table tbody>tr>td:first-of-type, 
.card-body.p-0 .table tbody>tr>th:first-of-type, 
.card-body.p-0 .table thead>tr>td:first-of-type, 
.card-body.p-0 .table thead>tr>th:first-of-type {
    padding-left: 1.25rem;
}
.card-body.p-0 .table tbody>tr>td:last-of-type, 
.card-body.p-0 .table tbody>tr>th:last-of-type, 
.card-body.p-0 .table thead>tr>td:last-of-type, 
.card-body.p-0 .table thead>tr>th:last-of-type {
    padding-right: 1.25rem;
}

.modal-body.p-0 .table tbody>tr>td:first-of-type, 
.modal-body.p-0 .table tbody>tr>th:first-of-type, 
.modal-body.p-0 .table thead>tr>td:first-of-type, 
.modal-body.p-0 .table thead>tr>th:first-of-type {
    padding-left: 1rem;
}
.modal-body.p-0 .table tbody>tr>td:last-of-type, 
.modal-body.p-0 .table tbody>tr>th:last-of-type, 
.modal-body.p-0 .table thead>tr>td:last-of-type, 
.modal-body.p-0 .table thead>tr>th:last-of-type {
    padding-right: 1rem;
}

table.table-bordered.dataTable th, 
table.table-bordered.dataTable td{
	border-right-width: 0;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable tr:first-child td{
	border-top-width: 0;
}

table.dataTable tbody tr:first-child th, table.dataTable tbody tr:first-child td {
    border-top: none;
}

table.dataTable{
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.dataTables_scroll{
	margin-bottom: 1rem;
}


div.dataTables_wrapper div.dataTables_info{
	padding: 0;
	margin: 0;
	display: inline;
	vertical-align: middle;
}

table.dataTable tr>.sorting_1,
table.dataTable tr>.sorting_2,
table.dataTable tr>.sorting_3{
	background-color: rgba(0,0,0,.04);
}

table.dataTable.table-sm .sorting:before, 
table.dataTable.table-sm .sorting_asc:before, 
table.dataTable.table-sm .sorting_desc:before{
	right: .95em;
	top: 0;
	font-size: 1.2rem;
}

table.dataTable.table-sm .sorting:after, 
table.dataTable.table-sm .sorting_asc:after, 
table.dataTable.table-sm .sorting_desc:after{
	right: .4em;
	top: 0;
	font-size: 1.2rem;
}

table.dataTable.table-sm>thead>tr>th.sorting_disabled{
	padding-right: .3rem;
}

table.dataTable.table-sm>thead>tr>th:not(.sorting_disabled){
	padding-right: 30px;
}

@media screen and (max-width: 767px) {
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: flex-end !important;
}
}

/* DataTable row reorder */

tr.dt-rowReorder-moving {
	outline-width: 1px;
    outline-offset: -1px;
	background-color:rgba(0,0,0,.075);

}

table.dt-rowReorder-float{
	margin: 0!important;
	opacity: 0.4;
	outline-width: 1px;
    outline-offset: -1px;
}
table.m-0.dt-rowReorder-float tr>td:first-of-type{
	padding-left: 1.25rem; 
}
table.m-0.dt-rowReorder-float tr>td:last-of-type{
	padding-right: 1.25rem; 
}

.draggable-indicator {
	width: 16px;
	height: 16px;
	cursor: move;
}

/* coloring the individual dots within each group */
.draggable-indicator rect {
	fill: #ccc;
}

/* Toastr: changed foreground color from white to black for the warning variant (yellow/orange)*/
#toast-container>.toast-warning{
	color:black;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH5AMTEDIYpjcewgAAAUBJREFUSMfllCFvwlAUhT+SigoEAoGYqECwZAIxUYHYD0AgEUtm+AkTFYgl+wVTiAkEAsEPqEQgkAjEBGJiAjExUYGYYOY0eeleacdexbKTPNF703veO+feC/8N18CgSoIVsAP8KooPgaNO5Lq4D7wBa2ABJEDLJcED8AlcqfAHMHVVPAAOwKMRG0mq0AXBHHixGLuUZL9CTze9seQ6etntucU9YAM8G99TnaZiY2AP1M8hGOnnhhFL2zQwSLcZf0qhAbyr900kImgasVBSBT8hmGhqs3gVQRYzIC5bPFTPdy25nXJZXOh1wzLGbg1jbS27ysmNLZ59Q6QpzVsDrRNa+5JwUjSx9yeMT01uFyxE64TH0tgrWHiJNM/DUjJ7NuZ+ia1aNFRdNUIEUNPT013z5GhB3smvy7TnjxWdmD+PL/TaWmJ36MOnAAAAAElFTkSuQmCC") !important;
}



/* Select2 */

.select2-container--focus .select2-selection,
.select2-container--open .select2-selection,
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below{
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
	-o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select2-container--open .select2-dropdown--above,
.select2-container--open.select2-container--below .select2-selection{
	border-bottom-color: #ced4da;
}
.select2-container--open .select2-dropdown--below,
.select2-container--open.select2-container--above .select2-selection{
	border-top-color: #ced4da;
}

.select2-container--open .select2-search--dropdown .select2-search__field,
.select2-container--open .select2-search--dropdown .select2-search__field:focus{
	border-color: #ced4da;
	border-radius: 4px;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #2c7be5;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	margin-top: -4px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
	background-color: #2c7be5;
}

.select2-search--dropdown .select2-search__field{
	padding: 4px 7px;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
	font-size: 1.5rem;
	color: #888;
	line-height: 1;
    margin-top: -3px;
    margin-right: 16px;
}


.form-control.is-invalid ~ .select2-container .select2-selection{
	border-color: #dc3545;
 
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(0.375em + 0.1875rem);
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid ~ .select2-container--default .select2-selection--single .select2-selection__arrow{
	right: calc(0.375em + 0.1875rem + 1.2rem);
}

.form-control.is-invalid ~ .select2-container .select2-selection--single .select2-selection__rendered{
	padding-right: calc(20px + 1rem);
}

.select2-container--default .select2-results__option{
	font-size: .95rem;
	padding-top:1px;
	padding-bottom:1px;
}

.form-group .select2-container {
    width: 100% !important;
    padding: 0;
}

.select2-container--default .select2-results > .select2-results__options{
	max-height: 300px;
}

/*
.s2-to-tree.select2-container li.select2-results__option[aria-selected="true"] > span.item-label
{background: inherit;}
*/

/*.s2-to-tree.select2-container li.select2-results__option--highlighted[aria-selected], .s2-to-tree.select2-container li.select2-results__option[aria-selected="true"],*/
.s2-to-tree.select2-container li.select2-results__option[aria-selected="true"] > span.item-label,
.s2-to-tree.select2-container .select2-results__option--highlighted[aria-selected] > span.item-label{
	background-color: #2c7be5;
}

.s2-to-tree.select2-container--default .select2-results__option--selected {
    background-color: #ffffff
}
.s2-to-tree.select2-container--default .select2-results__option--selected > span.item-label{
    background-color: #ddd
}
.s2-to-tree .select2-results__option.l1{
	font-size: .95rem;
}
.s2-to-tree .item-label{
	padding-top:0;
	padding-bottom:0;
}
.s2-to-tree li.select2-results__option.non-leaf .expand-collapse:before{
	top: -.2em;
}

/* form elements */
textarea.form-control{
	min-height: calc(2.25rem + 2px);
}

.form-group-check + .form-group-check{
	margin-top: -1rem;
}

.form-group-check-label{
	position: absolute;
	left: 1rem;
	right: 1rem;
}

.check-container{
	padding-top: 2px;
}

/* Miscellaneous */
.w-1px {
	width: 1px;
}

.table-button{
	padding: .25rem .1rem !important;
	margin: 0 .125rem !important;
	font-size: 1rem;
	line-height: 1;
}
.table-button *{
	padding: 0 !important;
}
.table-button:last-child{
	margin-right: 0;
}
.table-button:first-child{
	margin-left: 0;
}
.table-button-container{
	margin: -2px 0 0;
}
.table-sm td.table-button-cell,
.table-sm th.table-button-cell{
	padding-top: .15rem;
	padding-bottom: .15rem;
}


/* AdminLTE */

.nav-sidebar .nav-header{
	padding: .5rem 1rem;
	text-transform: uppercase;
}

.nav-sidebar .nav-header:not(:first-of-type){
	padding: 1.7rem 1rem .5rem;
}

.nav-sidebar .nav-link p{
	margin-left: .2em;
}


.popover{
	pointer-events: none;
}

.brand-link .brand-image{
	margin-left: .7rem;
}

.spinner{
	display: none;
	color: #bbb;
	vertical-align: middle;
}


p:last-child{
	margin-bottom:0;
}

.card-maroon.card-outline-tabs .card-header a.active:hover{
	border-top: 3px solid #d81b60;
}


body.accent-maroon a:not(.btn){
	color: #d81b60;
}





.card-theme:not(.card-outline) > .card-header {
  background-color: #c9356e;
}

.card-theme:not(.card-outline) > .card-header,
.card-theme:not(.card-outline) > .card-header a {
  color: #ffffff;
}

.card-theme:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}



.card-theme.card-outline{
	border-top: 3px solid #c9356e;
}

.card-theme.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

.card-theme.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #c9356e;
}



.card.card-outline-tabs {
    border-top: 0;
}




body.accent-theme a:not(.btn){
	color: #c9356e;
}

body.accent-theme a:not(.btn):hover{
	color: #ab235a;
}




.login-box, .register-box {
    width: 100%;
    max-width: 430px;
	padding: 1rem;
}


@media (max-width: 767px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
}

/* profile picture */
.profile-img-container{
	width: 100%;
}

@media (min-width: 576px){
.profile-img-container{
	width: 150px;
}
}

.profile-img-container img{
	max-width: 100%
}

/* social login buttons */
.btn-social{
	text-align: center;
}

.btn-social>:first-child{
	line-height: 36px;
	width: 36px;
	font-size: 1.4em;
}



.action-buttons{

	padding: 0 !important;
	text-align: right;
}

/* make the iCheck control a little bit smaller */
[class*=icheck-]>input:first-child+input[type=hidden]+label::before, [class*=icheck-]>input:first-child+label::before{
	top: 1px;
	width: 20px;
	height: 20px;
}
[class*=icheck-]>input[type=checkbox]:first-child+input[type=hidden]+label::before, [class*=icheck-]>input[type=checkbox]:first-child+label::before{
	border-radius: 3px;
}
[class*=icheck-]>input:first-child:checked+input[type=hidden]+label::after, [class*=icheck-]>input:first-child:checked+label::after{
	top: 1px;
	transform: translate(6.75px,3.5px) rotate(45deg);
    -ms-transform: translate(6.75px,3.5px) rotate(45deg);
}

.section-title{
	/* border-bottom: 3px solid #C9CDD0; */
	margin-bottom: 1.5rem;
	font-weight: 600;
}
.section-title:not(:first-child){
	margin-top: 2rem;
}

.bootstrap-datetimepicker-widget .table td,
.bootstrap-datetimepicker-widget .table th {
	border:none;
}

