/*@import url("reset.css");*/

body, html {
    height: 100%;
}

body {
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 1rem;
    padding-top: 85px;
}

main, .site-menubar {
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    color: #00A8A5;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    line-height: 1.1;
    font-weight: 700;
}

h1 {
    font-size: 1.65rem;
}

h2 {
    font-size: 1.45rem;
}

h3 {
    font-size: 1.25rem;
}

ul {
    padding-left: 18px;
}

.nav-bar::after {
    display: block;
    clear: both;
    content: "";
}

.app-navbar {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1050;
    top: 0;
}

.app-navbar {
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
    background-color: #fff;
}

.app-navbar > .navbar-header {
    float: left;
    width: 225px;
    padding: 5px 20px;
}

.app-navbar > .navbar-header > a {
	display: block;
	padding-top: 13px;
	padding-bottom: 13px;
}

.app-navbar > .navbar-header > a > img {
    height: 45px;
}

.site-menubar {
    width: 225px;
    position: fixed;
    top: 85px;
    z-index: 1400;
    height: calc(100% - 85px);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
    background: #2b2b2b;
    overflow: auto;
}

.site-menubar .site-m-category {
    padding: 0 20px;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.site-menubar .site-m-category:not(:first-child) {
    margin-top: 15px;
}

.site-menubar .site-menu {
    padding: 25px 0;
    list-style: none;
}

.site-menubar .site-menu > li {
    line-height: 34px;
}

.site-menubar .site-menu > li > a {
    display: block;
    padding: 0 20px;
    line-height: 38px;
}

.site-menubar .site-menu > li > a:hover {
    background-color: #fff;
    color: #25282a;
}

.site-menubar, .site-menubar a {
    color: #fff;
}

.page {
    margin-left: 225px;
    position: relative;
    min-height: 100%;
    min-height: 100%;
    background: #f1f4f5;
}

.page > .page-content {
    padding: 30px;
}

.lead-actions {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 10px;
}

.section-title {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

label {
    line-height: 1;
}

.table .thead-dark th {
    background-color: #25282a;
}

.tab-content {
    padding-top: 1rem;
}

.actions {
    margin: 1rem 0;
}

.overlay-load {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,0.4);
    z-index: 9999;
}

.btn {
    background-color: #00A8A5;
    border-color: #00A8A5;
    color: #fff;
    padding: 12px 25px;
    line-height: 1;
}

.btn:hover {
    background-color: #19b0ae;
    border-color: #19b0ae;
    color: #fff;
}

.navbar-container {
    float: left;
    width: calc(100% - 225px);
}

.page-nav-titles {
    padding: 30px 15px;
}

.page-nav-titles > h3, .page-nav-titles > h4 {
    line-height: 1.1;
    margin: 0;
}

.page-nav-titles > h3 {
    font-size: 1.1rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #00A8A5;
}

body {
    overflow-x: hidden;
}

.menu-toggle {
    float: right;
    line-height: 1;
    padding: 24px 10px;
}

.burger-menu {
    -webkit-appeareance: none;
    -moz-appeareance: none;
    appeareance: none;
    border: 0;
    outline: 0;
    background: transparent;
    cursor: pointer;
}

.burger-menu span {
    display: block;
    height: 4px;
    width: 100%;
    background-color: #25282a;
    margin-bottom: 4px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -moz-transition: transform 0.5s,-moz-transform .5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s,-moz-transform .5s;
    width: 25px;
}

body.in .burger-menu span:first-child {
    -webkit-transform: rotate(-45deg) translateY(8px) translateX(-3px);
    -moz-transform: rotate(-45deg) translateY(8px) translateX(-3px);
    -ms-transform: rotate(-45deg) translateY(8px) translateX(-3px);
    transform: rotate(-45deg) translateY(8px) translateX(-3px);
}

body.in .burger-menu span:nth-child(2) {
    opacity: 0;
}

body.in .burger-menu span:last-child {
    -webkit-transform: rotate(45deg) translateY(-8px) translateX(-3px);
    -moz-transform: rotate(45deg) translateY(-8px) translateX(-3px);
    -ms-transform: rotate(45deg) translateY(-8px) translateX(-3px);
    transform: rotate(45deg) translateY(-8px) translateX(-3px);
}

.burger-menu span:last-child {
    margin-bottom: 0;
}

.menu-toggle {
    display: none;
}

.page-content > .section-title h1 {
    margin-top: 0;
}

.right-text {
    text-align: right;
}

body.login-page {
    padding-top: 0;
}

body.login-page > .page {
    margin-left: 0;
    padding: 30px 15px;
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 100%;
}

body.login-page > .page > .container {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.login-logo {
    height: 4rem;
    display: block;
    margin: 0 auto;
}

.login-wrap {
    max-width: 25rem;
    margin: 0 auto;
}

.login-wrap form {
    margin: 1.5rem auto;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(57,62,69,0.25);
    padding: 25px 0;
}

.login-wrap form .fields {
    padding: 0 2rem;
}

.login-wrap form label {
    font-weight: bold;
}

.login-actions {
    border-top: 2px solid #DFE0E4;
    margin-top: 30px;
    padding-top: 20px;
}

.panel {
    position: relative;
    margin-bottom: 2.143rem;
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: .286rem;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    position: relative;
    padding: 30px 30px;
        padding-top: 30px;
}

.panel-heading + .panel-body {
    padding-top: 0;
}

.panel-title {
    display: block;
    padding: 20px 30px;
    margin-top: 0;
    margin-bottom: 0;
    color: #37474f;
}

.page-nav-titles {
    float: left;
}

.navbar-container > .actions {
    float: right;
    margin: 0;
}

.navbar-container > .actions {
    list-style: none;
    padding: 0;
}

.navbar-container > .actions > li {
    display: inline-block;
}

.navbar-container > .actions > li > a {
    display: block;
    padding: 32px 15px;
    line-height: 1;
}

input[type="file"] + button {
    margin-top: 1rem;
}

input[type="file"].form-control {
    height: auto;
}

div.file-wrap {
    padding: 0;
    background-color: #fff;
    border: 2px solid #e3e3e3;
    margin-bottom: 5px;
    text-align: center;
}

div.file-wrap > .file-name {
    background-color: #e3e3e3;
    font-size: 85%;
    padding: 5px;
}

div.file-wrap > .icon {
    padding: 10px;
}

div.file-wrap img {
    height: 50px;
}

.alert > ul {
    margin-bottom: 0;
}

img + div.alert {
    margin-top: 1rem;
}

.select2-container--default .select2-selection--single {
    border-color: #ced4da;
    border-radius: 0;
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2.25rem + 2px);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.25rem;
}

.select2-container, .form-control + .select2-container {
    width: 100% !important;
}

.co-owners-data {
    font-size: 85%;
}

.co-owners-data > ul {
    margin-bottom: 0;
}

.no-list, .comment-list {
    list-style: none;
    padding: 0;
}

.comment-list {
    border: 2px solid #e3e3e3;
}

.comment-list > li {
    padding: 1rem;
    background-color: #fff;
}

.comment-list > li + li {
    border-top: 2px solid #e3e3e3;
}

.comment-data {
    font-size: 75%;
    opacity: 0.6;
}

.form-control:not(input[type="file"]), .upper-text {
    text-transform: uppercase;
}

label.error {
    font-size: 12px;
    color: red;
}

.upper-text {
    text-transform: uppercase;
}

img.file-type-icon {
    max-height: 20px;
    vertical-align: middle;
}

.pagination > ul {
    list-style: none;
    background-color: #f2f2f2;
    padding: 0.5rem;
    border-radius: 5px;
}

.pagination > ul > li > a {
    position: relative;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    padding: 6px 15px;
    display: block;
    border: 1px solid #e3e3e3;
    margin-left: -1px;
}

.pagination > ul > li.disabled > a {
    pointer-events: none;
    cursor: auto;
    color: #e3e3e3;
}

.pagination > ul > li.active > a {
    background-color: #00A8A5;
    color: #fff;
    border-color: #00A8A5;
}

/*Datepicker*/
#ui-datepicker-div {
  padding: 10px;
  background: #fff;
  border-top: 0;
  width: 280px;
  text-align: center;
  z-index: 1029;
  display:none;
  box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px #ccc;
  font-size: 14px;
}

#ui-datepicker-div .ui-datepicker-title {
  padding: 6px 0;
}

#ui-datepicker-div table {
  width: 100%;
}

#ui-datepicker-div table td,
#ui-datepicker-div table th {
  padding: 0;
}

#ui-datepicker-div table td:not(.ui-datepicker-unselectable) {
    border: 1px solid #e4e7e7;
}

#ui-datepicker-div table th {
  text-align:center;
}

#ui-datepicker-div span.ui-state-default {
  color: #999;
  padding: 6px 5px;
  display: block;
  opacity: 0.5;
}

#ui-datepicker-div a {
  color: #666;
  padding: 8px 5px;
  display: block;
  text-decoration: none;
  line-height: 1.2;
}

#ui-datepicker-div a:hover {
  cursor: pointer;
  background: #eee;
}

#ui-datepicker-div a.ui-datepicker-prev, #ui-datepicker-div a.ui-datepicker-next {
  float: left;
  font-size: 100%;
  padding: 5px 12px;
  border: 1px solid #e4e7e7;
}

#ui-datepicker-div a.ui-datepicker-next {
  float: right;
}

#ui-datepicker-div a.ui-state-active {
  background: #00A8A5;
  color: #fff;
}

#ui-datepicker-div .ui-datepicker-header {
    margin-bottom: 5px;
}

.ui-datepicker-title {
  font-weight:bold;
  color: #00A8A5;
}

.row-c-status-1, .row-c-status-5, .row-c-status-6 {
    animation: pulsating-color-1 2s infinite;
}

.row-c-status-no-contact {
    animation: pulsating-color-2 2s infinite;
}

.row-c-status-2 {
    animation: pulsating-color-danger 2s infinite;
}

.row-c-status-3, .row-c-status-7 {
    /*animation: pulsating-color-2 2s infinite;*/
    background-color: #d4edda;
}

.row-c-status-8 {
    background-color: #f8d7da;
}

/*Checkboxes*/
[type=checkbox].filled-ing:checked,
[type=checkbox].filled-ing:not(:checked) {
    position:absolute;
    left:-9999px;
    opacity:0
}

[type=checkbox].filled-ing + label {
    position:relative;
    padding-left:30px;
    cursor:pointer;
    display:inline-block;
    margin-bottom:0!important;
    font-weight:400;
    -webkit-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -ms-user-select:none;
    line-height: 35px;
}

[type=checkbox].filled-ing + label:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:18px;
    height:18px;
    z-index:0;
    border:2px solid #767676;
    border-radius:1px;
    margin-top:2px;
    transition:.2s
}

[type=checkbox].filled-ing + label:after,
[type=checkbox].filled-ing + label:before {
    content:'';
    left:0;
    position:absolute;
    transition:border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
    z-index:1;
}

[type=checkbox].filled-ing + label:after {
    top: 50% !important;
    transform: translateY(-50%);
    margin: 0 !important;
}

[type=checkbox].filled-ing:not(:checked) + label:before {
    width:0;
    height:0;
    border:3px solid transparent;
    left:6px;
    top:10px;
    -webkit-transform:rotateZ(37deg);
    transform:rotateZ(37deg);
    -webkit-transform-origin:20% 40%;
    transform-origin:100% 100%
}

[type=checkbox].filled-ing:not(:checked) + label:after {
    height:20px;
    width:20px;
    background-color:transparent;
    border:2px solid #767676;
    top:0;
    z-index:0;
    border-radius:4px
}

[type=checkbox].filled-ing:checked+label:before {
    top:8px;
    left:1px;
    width:8px;
    height:13px;
    border-top:2px solid transparent;
    border-left:2px solid transparent;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    -webkit-transform:rotateZ(37deg);
    transform:rotateZ(37deg);
    -webkit-transform-origin:100% 100%;
    transform-origin:100% 100%
}

[type=checkbox].filled-ing:checked+label:after {
    top:0;
    width:20px;
    height:20px;
    border:2px solid #28a745;
    background-color:#28a745;
    border-radius:4px;
    z-index:0;
}

#period-sales {
    font-size: 0.75rem;
}

.btn.btn-sm {
    padding: 10px 15px;
}

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

table.dataTable.no-footer {
    border-bottom: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover  {
    color: #fff !important;
    background:#00A8A5;
    border-color:#00A8A5;
}

.dataTables_filter {
    display: none;
}

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

table.dataTable tbody th, table.dataTable tbody td,
table.dataTable thead th, table.dataTable thead td,
.table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 5px;
}

table.dataTable thead tr:not(:first-child) th, table.dataTable thead tr:not(:first-child) td {
    padding: 0;
    background: transparent;
    border-color: #dee2e6;
}

table.dataTable thead th > input {
    min-width: 100%;
    max-width: 5rem;
    border: 0;
    padding: 2px 5px;
}

.table-bordered td, .table-bordered th, .table-bordered {
    border: 0.5px solid #dee2e6;
}

table.dataTable tbody tr {
    background-color: transparent;
}

.table.dataTable tfoot {
    font-size: 0.9rem;
}

.table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 0;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ced4da 1px;
    border-radius: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
	border-color: #00A8A5;
	background-color: #00A8A5;
}

@media(max-width: 467px){
    body {
        padding-top: 70px;
    }
    .page {
        margin-left: 0;
    }
    .page > .page-content {
        padding: 30px 15px;
    }
    .page-nav-titles {
        display: none;
    }
    .site-menubar {
        width: 100%;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
        top: 70px;
        height: calc(100% - 70px);
    }
    .app-navbar > .navbar-header > a > img {
        height: 35px;
    }
    body.in .site-menubar {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    .menu-toggle {
        display: block;
    }
    .navbar-container > .actions {
        display: none;
    }
}

@media( min-width: 768px ) {
	.app-navbar > .navbar-header > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

/*KeyFrames*/
@keyframes pulsating-color-1 {
	0% {
    	background-color: #d1ecf1;
  	}
  	50% {
    	background-color: transparent;
  	}
  	100% {
    	background-color: #d1ecf1;
  	}
}

@keyframes pulsating-color-2 {
	0% {
    	background-color: #fff3cd;
  	}
  	50% {
    	background-color: transparent;
  	}
  	100% {
    	background-color: #fff3cd;
  	}
}

@keyframes pulsating-color-danger {
	0% {
    	background-color: #f8d7da;
  	}
  	50% {
    	background-color: transparent;
  	}
  	100% {
    	background-color: #f8d7da;
  	}
}