/* ------------------ Sizes --------------------*/
.s8 {
  font-size: 8pt !important;
}
.s10 {
  font-size: 10pt !important;
}
.s12 {
  font-size: 12pt !important;
}
.s14 {
  font-size: 14pt !important;
}
.s16 {
  font-size: 16pt !important;
}
.s20 {
  font-size: 20pt !important;
}
.s24 {
  font-size: 24pt !important;
}
.s32 {
  font-size: 32pt !important;
}
.s64 {
  font-size: 64pt !important;
}

/* ------------------ Colors --------------------*/
.color-red {
  color: #db5565 !important;
}
.color-red-light {
  color: #df6a78 !important;
}
.color-red-dark {
  color: #c04b59 !important;
}
.color-blue {
  color: #0bacd3 !important;
}
.color-blue-light {
  color: #29b6d8 !important;
}
.color-blue-dark {
  color: #0a97b9 !important;
}
.color-green {
  color: #51bf87 !important;
}
.color-green-light {
  color: #66c796 !important;
}
.color-green-dark {
  color: #47a877 !important;
}
.color-yellow {
  color: #f4ad49 !important;
}
.color-yellow-light {
  color: #f5b75f !important;
}
.color-yellow-dark {
  color: #d69840 !important;
}
.color-white {
  color: #ffffff !important;
}
.color-dark {
  color: #262d37 !important;
}
.color-dark-light {
  color: #303946 !important;
}
.color-dark-dark {
  color: #1c2128 !important;
}
.color-gray {
  color: #555555 !important;
}
.color-gray-light {
  color: #777777 !important;
}
.color-gray-dark {
  color: #333333 !important;
}
/* ------------------ Backgrounds --------------------*/
.white-bg {
  color: #333333 !important;
  background-color: #ffffff !important;
}
.red-bg {
  color: #ffffff !important;
  background-color: #db5565 !important;
}
.red-light-bg {
  color: #ffffff !important;
  background-color: #df6a78 !important;
}
.red-dark-bg {
  color: #ffffff !important;
  background-color: #c04b59 !important;
}
.blue-bg {
  color: #ffffff !important;
  background-color: #0bacd3 !important;
}
.blue-light-bg {
  color: #ffffff !important;
  background-color: #29b6d8 !important;
}
.blue-dark-bg {
  color: #ffffff !important;
  background-color: #0a97b9 !important;
}
.green-bg {
  color: #ffffff !important;
  background-color: #51bf87 !important;
}
.green-light-bg {
  color: #ffffff !important;
  background-color: #66c796 !important;
}
.green-dark-bg {
  color: #ffffff !important;
  background-color: #47a877 !important;
}
.yellow-bg {
  color: #ffffff !important;
  background-color: #f4ad49 !important;
}
.yellow-light-bg {
  color: #ffffff !important;
  background-color: #f5b75f !important;
}
.yellow-dark-bg {
  color: #ffffff !important;
  background-color: #d69840 !important;
}
.gray-bg {
  color: #333333 !important;
  background-color: #555555 !important;
}
.gray-light-bg {
  color: #333333 !important;
  background-color: #777777 !important;
}
.gray-lighter-bg {
  color: #333333 !important;
  background-color: #eeeeee !important;
}
.gray-dark-bg {
  color: #333333 !important;
  background-color: #333333 !important;
}
.gray-darker-bg {
  color: #333333 !important;
  background-color: #222222 !important;
}
.dark-bg {
  color: #ffffff !important;
  background-color: #262d37 !important;
}
.dark-light-bg {
  color: #ffffff !important;
  background-color: #303946 !important;
}
.dark-dark-bg {
  color: #ffffff !important;
  background-color: #1c2128 !important;
}
/* ------------------ Opacity --------------------*/
.opacity {
  opacity: 1 !important;
}
.opacity0 {
  opacity: 0 !important;
}
/* ------------------ Typo --------------------*/
.strong {
  font-weight: bold;
}
.uppercase {
  text-transform: uppercase;
}
.normal {
  font-weight: normal;
}
.text-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tituloContainer{
	background-color: #323232;
	padding: 0;
	margin: 0 !important;
	height:70px;
	display: flex;
	align-items: center;
  justify-content: space-between;

	border-bottom: 3px solid #83B7F7;
	margin-bottom: 10px !important;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
.tituloContainer > h1{
  font-size: 30pt !important;
	padding-left: 20px;
	color: #83B7F7;
	font-weight: 100;
	line-height: 1;
}
.ocultar{
	display: none !important;
}
.fontSize12{
	font-size: 20pt !important;
}
.pointer{
	cursor: pointer;
}
.modal-header{
	background-color: #323232;
	border-bottom: 3px solid #83B7F7;
	color: white;
}
.modal-title{
	font-size: 20pt;
}
.form-control-danger{
	border: 1px solid #FF8686 !important;
}
.marginBottom10{
	margin-bottom: 10px !important;
}

.callout{
  background: #f4f4f4;
  border:1px solid #d9d9d9;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 15px;
  padding-top: 16px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0px;
  border-top: 0px;
}
.callout-primary{
  border-left: 5px solid #007bff;
}
.callout-warning{
  border-left: 5px solid #ffc107;
}
.callout-danger{
  border-left: 5px solid #dc3545;
}
.callout-success{
  border-left: 5px solid #28a745;
}
.callout-dark{
  border-left: 5px solid #343a40;
}

/* -- home css main --*/

body{
  background-color: #F9F9F9;
}
.contenedor{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.home{
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}
.homeTitle{
  padding: 10px 0px;
  background-color: #323643;
  border-bottom: 4px solid #4FB9E7;
  color: #4FB9E7;
}
.homeContainer{
  padding: 10px 40px 30px 40px;
  background-color: #f1f1f1;
}
.textRegiter{
  color: #6F6F6F;
  cursor: pointer;
}
.forgotPassword{
  cursor: pointer;
}