*,a,html,input{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300 !important;
}
.form-group label,
label{
    display: inline-block;
    font-size: .8rem;
    margin-bottom: 0.2rem;
    color: #616161;
}
.caNav{

}
.caPlainText {
    display: block;
    font-size: .9rem;
    margin-top: -0.3rem;
    color: #6d6d6d;
}
.caIconButton {
    text-indent: -99999px;
    width: 2rem;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 48%;
}
.file {
    border: 1px solid #F0F1F2;
    background-color: #F7F7FC;
    box-shadow: none;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    border-radius: 8px;
    font-size: .9rem;
    background-repeat: no-repeat;
    background-size: 1.7rem;
    background-position: calc(100% - 0.8rem) 55%;
    padding: 0.35rem 0.5rem 0.35rem 1.1rem;
    box-sizing: border-box;
}
.file input{
	width: 100%;
}
.form-group {
    margin-bottom: 0.5rem;
}
.form-control,
.select{
	border: 1px solid #F0F1F2;
    background-color: #F7F7FC;
    box-shadow: none;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    border-radius: 8px;
    font-size: .9rem;
    background-repeat: no-repeat;
    background-size: 1.7rem;
    background-position: calc(100% - 0.8rem) 55%;
    box-sizing: border-box;
}
.select{
	padding: 0 !important;
	position: relative;
}
.select::after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    clear: both;
    bottom: 0;
    margin: auto;
    right: calc(0px + 10px);
    opacity: .7;
}
.select select {
    border: none !important;
    padding-left: 0.7rem !important;
    padding-right: 0.5rem !important;
}
.select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
    border: none !important;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0.5rem;
    margin-left: 1rem;
}
.select2-dropdown {
    background-color: #f7f7fc;
    border: 1px solid #f0f1f2;
    border-radius: 4px;
    border-radius: 10px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f7f7fc;
    border: 1px solid #dbdbf1;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    color: #616161;
}
.caAddButton{
	background-image: url(../img/icons/plus.svg);
}
.caExport{
	background-image: url(../img/icons/export-excel.svg);
}
.caReturnButton{
	background-image: url(../img/icons/return.svg);
}
.caEditButton{
	background-image: url(../img/icons/pen.svg);
}
.caBody {
    background-color: #fdfdfd;
    box-sizing: border-box;
    float: right;
    overflow: hidden;
}
.caPaging{
	padding-top: 1rem;
}
.caPaging .pagination-info{
	padding-right: 0 !important;
}
.caSearchButtons{
	text-align: right;
}
.card{
	border-radius: 1rem;
}
.card{
    border: none;
    -webkit-box-shadow: 0 4px 24px 0 rgb(34 41 47 / 5%);
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 5%);
    box-sizing: border-box;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fafafc;
}
.table-hover tbody tr:hover {
    background-color: #f6f6f9 !important;
}
.caSpace{
	margin-bottom: 1rem;
}
#UsersUsermgmt .form-control{
	width: 100% !important;
}
#EquiposUsermgmt .form-control{
	width: 100% !important;
}
#ReportesUsermgmt .form-control{
	width: 100% !important;
}
#ReportesBitacoraEstatusUsermgmt .form-control{
    width: 100% !important;
}
.table thead th {
    padding: 0.6rem 0.3rem;
}
.table thead {
  background-color: #f3f2f7;
  border-top: 1px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
}
.pagination-info{
	float: right;
}
.caMainTitle {
    position: relative;
    clear: both;
    width: 100%;
    overflow: hidden;
}
.caMainTitle span{
    font-weight: 500 !important;
    font-size: 1.3rem;
    color: #6d6d6d;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pagination-info .page-link{
}
.dropdown-item {
  font-size: .8rem;
  color: #4a4a4a;
}
.caActions{
    color: #858585;
    transition: .3s ease all;
}
.caActions:hover{
	color: #636262;
}
.table thead th {
    border: none !important;
}
.table thead th,
.table thead th a{
    color: #676767;
    font-weight: 500 !important;
    font-size: .8rem;
    text-transform: uppercase;
}
 .table-sm td, .table-sm th {
    color: #595959;
    font-size: .9rem;
    vertical-align: middle;
}
.table-bordered td, .table-bordered th {
    border: none !important;
    border-top: 1px solid #ebe9f1 !important;
}
.thead {
    background-color: #f3f2f7;
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: #fbfafe;
}
.page-link {
    padding: 0.3rem 0.75rem;
    border: 1px solid #dee2e6;
    font-size: .75rem;
}
.pagination{
	margin-bottom: 0 !important;
}
form .error-message {
    color: #9E2424;
    font-size: .8rem;
}
.caCheckRow{
	position: relative;
}
.checkbox{
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.caNavBar {
    background-color: #FFF;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    z-index: 10;
}
.navbar-brand {
    margin: 0;
    max-width: 10rem;
    padding: 0;
}
.navbar-brand img{
	display: block;
	width: 100%;
}

.caNav li{
	position: relative;
}
.caNav li:hover > .d-none,
.caNav li:hover > .d-none .d-none{
	display: block !important;
}
.sidebar-collapsed .sidebar-submenu{
    position: absolute;
    left: 60px;
    top: 0;
    z-index: 99999;
    min-width: 200px;
    box-shadow: 0px 0 10px rgb(0 0 0 / 10%);
}
.caUserContainer {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.caUserContainer .dropdown{
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: auto!important;
}
.caResetButton{
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
}
.caResetButton::after{
	display: none;
}
.caUserContainer .dropdown-toggle::after{
	display: none;
}
.caUserContainer .dropdown-toggle > div{
	float: left;
  margin-top: 0.5rem;
}
.caUserContainer .dropdown-toggle img{
width: 45px;
    border-radius: 100px;
    border: 1px solid #ebebeb;
    float: right;
    margin-left: 0.5rem;
    height: 45px;
    background-color: #f7f7fc;
}
.caUserContainer .dropdown-toggle h5{
	margin: 0;
    padding: 0;
    font-weight: 500 !important;
    font-size: 1rem;
    color: #6d6d6d;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    /*max-width: 5rem;*/
}
.caUserContainer .dropdown-toggle small{
	text-align: right;
	display: block;
	color: #797979;
}
#body-row {
    margin-left:0;
    margin-right:0;
}
#sidebar-container {
    min-height: calc(100vh - 69.38px);
    background-color: #fff;
    padding: 0;
    border-right: 1px solid #e9e9e9;
    position: relative;
}


/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 230px;
}
.sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color: #5c5c5c;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}
.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #faf6f6;
    height: 35px;
}
.sidebar-separator {
    background-color: #faf6f6;
    height: 25px;
}
.logo-separator {
    background-color: #faf6f6;
    height: 60px;
}
/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #535b61!important;
}

.caNav .list-group-item {
    border: none;
    border-bottom: 1px solid #dee2e6;
}
.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    background-color: #edf1f6;
}
.caToggleNav{
	position: absolute !important;
	bottom: 0;
	left: 0;
	width: 100%;
}
.caToggleNav a{
    background-color: #ededed;
    border-top: 1px solid #dee2e6 !important;
}
.caToggleNav a:hover{
    background-color: #dfdddd;
}
.caFormBottom *{
	display: inline-block;
}
.caFormBottom .btn {
    border-radius: 0.4rem;
    padding: 0.375rem 1.5rem;
}
 @media only screen and (min-width : 768px) {
}
.caUserContainer {
    flex-basis: 100%;
}
.table-responsive {
    overflow-x: auto !important;
}

.valida {
    font-weight: bold;
    color: #7fcf35;
}
.valida:before {
    position: relative;
    left: -8px;
    top: 3px;
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAeQAAAHkBOLWIEgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAGJSURBVDiNrZPPK+RhHMdfn2cMvsQYxdaOklWj7EVGqFF2w0VKLrLKXBwcmaubg82NbS+uKP4BuZiLH3PYbSd7xEFqU3ugROarxszHYebL12QG5XV6nj7P6/38FlXFTf/+alBgHEMIJQSAkCBDQmE91hM5do8XJ0BA+uNr06DfAYvnsUFmY+GJHwr6EJCVVzeBwQJiPluxcGRIQQ1AdubXyRUeL8BgzkH69laCIvwtsuwHxj58pssXYO5kl8u7W1uVNiMw/lp5uK6FOm8lTVYNgCWGbwaTO2mg1mshSEE5rcrPf785uP7vlDqMc1Ufy6qYb/7KVKD9SUi+/Ovq7DFZCZU47SpPKeWmhF5/I0aE5bMEo/WtheUcnk+TI1+A4EXK5vDmnG5fA82Wny5fgM7qQFEZYceQIeH0j5IXLJzGuc3c0VBWXVzO8scorAN2fkgynXpJtjXDhqgqA/G1GdBFd7XC4yWZThWSAYluhyeW3ucpK2gsHBkCibq389yyQaKODK7f6PDW73wPJD278RKiTJQAAAAASUVORK5CYII=');
}
.invalida {
    text-decoration: line-through;
    color: #dc3545!important
}

.cardProgress {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #007bff;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #007bff;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: black;
    padding: 15px
}

#progressbar .active {
    color: #007bff
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}
#progressbar .active:before {
    font-family: FontAwesome;
    content: "\f00c"
}
#progressbar .none:before {
    font-family: FontAwesome;
    content: ""
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #007bff
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #007bff
}

.fit-image {
    width: 100%;
    object-fit: cover
}



.propertyPhoto{
	display: block;
	width:100%;
	position: relative;
}
.propertyPhoto::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .05;
}
.imgRep {
	background: url(../img/propertyDefault.svg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.imgRep {
		visibility: hidden;
		height: 0;
		padding-bottom: 70%;
}
.slick-prev {
	left: 3px !important;
}
.slick-next {
		right: 3px !important;
}
.slick-prev, .slick-next {
		z-index: 10;
}
.slick-next:before {
		content: '';
		color: black;
		background-image: url(../img/next.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width: 20px;
		height: 20px;
		color: transparent !important;
}
.slick-prev:before {
		content: '';
		color: black;
		background-image: url(../img/back.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width: 20px;
		height: 20px;
		color: transparent !important;
}

.caUploadDocs {
		display: inline-block;
		float: right;
		color: #fff !important;
		position: relative;
		text-decoration: none !important;
		transition: .3s ease all;
		opacity: 1;
		background-color: #007bff;
		border-radius: 4px;
		font-size: 11px !important;
		font-weight: 600;
		text-transform: uppercase;
		padding-right: 30px;
		text-indent: -9999px;
		width: 45px;
		height: 25px;
		margin-top: 0;
}
.caUploadDocs::before {
		content: "";
		display: block;
		position: absolute;
		right: 7px;
		width: 7px;
		height: 7px;
		margin: auto;
		top: -6px;
		bottom: 0;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(../img/addicon.svg);
}
.caUploadDocs::after {
    content: "";
    display: block;
    position: absolute;
    right: 18px;
    width: 17px;
    height: 18px;
    margin: auto;
    top: -1px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/docs.svg);
}






.caUploadImage {
		display: inline-block;
		float: right;
		color: #fff !important;
		position: relative;
		text-decoration: none !important;
		transition: .3s ease all;
		opacity: 1;
		background-color: #8f8279;
		border-radius: 4px;
		font-size: 11px !important;
		font-weight: 600;
		text-transform: uppercase;
		padding-right: 30px;
		text-indent: -9999px;
		width: 45px;
		height: 25px;
		margin-top: 8px;
}
.caUploadImage::before {
		content: "";
		display: block;
		position: absolute;
		right: 7px;
		width: 7px;
		height: 7px;
		margin: auto;
		top: -6px;
		bottom: 0;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(../img/addicon.svg);
}
.caUploadImage::after {
		content: "";
		display: block;
		position: absolute;
		right: 17px;
		width: 16px;
		height: 15px;
		margin: auto;
		top: -1px;
		bottom: 0;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url("../img/pic.svg");
}
.caDelElement{
	background-image: url(../img/delete.svg);
}
.caEditElement{
	background-image: url(../img/edit.svg);
}
.caSaveElement {
    background-image: url(../img/save.svg);
    background-repeat: no-repeat;
}
.caCross{
	background-image: url(../img/cross.svg);
}
.caEditElement:hover,
.caDelElement:hover,
.caCross:hover,
.caSaveElement:hover{
	opacity: 1;
}

.propertyPhoto{
	display: block;
	width:100%;
	position: relative;
}
.propertyPhoto::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
}
.list-datetime button i,
.list-datetime button div input,
.spbt a i{
	float: initial;
}
.caActionsButtons{
	float: right;
}
.caActionsButtons i,
.caActionsButtons input {
		display: block;
		width: 17px;
		height: 17px;
		background-repeat: no-repeat;
		background-size: contain;
		float: left;
		margin: 3px;
		opacity: .3;
		text-indent: -99999px;
		transition: .3s ease all;
}
.caActionsButtons button,
.caActionsButtons a,
.caActionsButtons input{
	border: none;
	text-indent: -99999px;
}
.caActionsButtons button,
.caActionsButtons button div {
		padding: 0 !important;
		border: none !important;
		background: transparent !important;
}
.spbt a{
	width: initial;
	float: left;
}
.spbt a::after,
.caActionsButtons button::after{
	display: none;
}
select[readonly]
{
    pointer-events: none;
}

a.btnDownload {
    position: absolute;
    top: 26px;
    right: 13px;
    height: 36px;
}
.cssdate {
    width: 50%;
    display: inline;
    border-radius: 8px 0px 0px 8px;
    text-align: center;
}
.csstime {
    width: 50%;
    display: inline;
    border-radius: 0px 8px 8px 0px;
    text-align: center;
}
.select2-container {
    width: 100% !important;
    display: block;
}
.select2-container--default .select2-selection--single {
    background-color: #f7f7fc;
    border: 1px solid transparent;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    visibility: hidden;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e9e9e9;
    font-size: .9rem;
    color: #2a2a2a;
    padding-left: 8px;
    border-radius: 7px;
}
.select2-results__option {
    font-size: .9rem;
}
.select2-search--dropdown {
    padding-top: 5px;
}
.select2-dropdown {
    margin-top: 5px;
}
.modal-content .page-subtitle {
    font-weight: 500 !important;
    font-size: 1.5rem;
    color: #6d6d6d;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}
.modal-content .croppie-container{
    margin: auto;
}
.modal-content .caPictureButton{
    margin: auto;
    display: block;
    max-width: 10rem;
    margin-top: 2rem;
    border-radius: 7px;
}
.list-datetime .btn-primary{
    position: relative;
}
.list-datetime .btn-primary div{
    width: 100%;
    display: block;
    position: absolute;
    height: 100%;
}
.list-datetime .btn-primary div input{
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
}
.caInline a{
    display: inline;
}
.modal-content .divImg{
    text-align: center;
}
/*
a.propertyPhoto img {
    display: block;
    object-fit: contain;
    width: 100%;
}

.slick-track,
.propertyPhoto{
    width: 100% !important;
}
*/
.slick-track img{
    width: 100% !important;
    height: auto;
}

.caUpImSide .sliderContainer,
.caUpImSide .sliderContainer2{
    max-width: 340px !important;
    margin: auto;
}
.form-control:disabled, .form-control[readonly] {
    background-color: whitesmoke;
    color: #a6a6a6;
    cursor: not-allowed;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: whitesmoke;
    cursor: not-allowed;
    height: calc(1.5em + 0.75rem + 2px);
}
.select2-container--default.select2-container--disabled *  {
    color: #a6a6a6 !important;
    line-height: 34px !important;
}
.uBold {
    font-weight: bold !important;
}
#sidebar-container .list-group-item.active {
    color: #fff !important;
}
#sidebar-container .list-group-item.active:hover {
    color: #5c5c5c !important;
}
#addRegionForm div.input.select > div.error-message,
#addMarcaForm div.input.select > div.error-message,
#editDetalleOrdenesCompraForm div.input.select > div.error-message,
#editOrdenesCompraForm div.input.select > div.error-message
{
    position: absolute;
    top: 36px;
}