/*CCIA CSS*/

/***/

.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #D9000D;
	z-index: 9999;
  }
  .loading:after {
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	border: 6px solid #f2f2f2;
	border-top: 6px dotted #f2f2f2;
	border-bottom: 6px dotted #f2f2f2;
	border-radius: 50%;
	animation: loading 2s infinite;
  }
  .loading:before {
	font-size: 20px;
	letter-spacing: 1px;
	color: white;
	content: "";
	position: absolute;
	top: 57%;
	text-align: center;
	right: 0;
	left: 0;
	margin: auto;
  }
  
  @keyframes loading {
	0% {
	  transform: rotate(0);
	}
	50% {
	  transform: rotate(360deg);
	}
  }
  
  
  #AliRanjbar {
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 13px;
	color: #444;
	font-family: 'Acme', sans-serif;
	z-index: 99;
  }
  div.card-datatable {
    padding: 20px !important;
}
.closei {
    position: absolute;
    right: 0;
    margin: 0 14px;
}
/***/


.s-primary-color {
    color: #232323;
}

.s-second-color {
    color: #D9000D;
}
.s-active-color {
    color: #FCCC08;
}
.list-style-104 li {
 box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.sxi{
    padding: 0 10px;
    width: 84%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    color: white;
    position: relative;
   top: 4.6px;

}

.associadoImg{
      height: 100px;
      margin-bottom: 10px;
}
/* Media Query for Mobile Devices */
@media (max-width: 480px) {
    .sxi{
        display: none;
      }
}
  
/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    .sxi{
        display: none;
      }
   
}
  
/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){
    .sxi{
      display: none;
    }
}
  
/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px){
    .sxi{
        display: none;
    
    }
}

  
/* Media Query for Large screens */
@media (min-width: 1281px) {
    .sxi{
        padding: 0 10px;
        width: 84%;
        text-transform: uppercase;
        font-size: 13.9px;
        font-weight: bolder;
        color: white;
        position: relative;
       top: 4.6px;
    
    }
}




/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 520px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
	left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom-color: #eeeeee;
	background-color: #fafafa;
}

/* ----- v CAN BE DELETED v ----- */

.demo {
	padding-top: 60px;
	padding-bottom: 110px;
}

.btn-demo {
	margin: 15px;
	padding: 10px 15px;
	border-radius: 0;
	font-size: 16px;
	background-color: #ffffff;
}

.btn-demo:focus {
	outline: 0;
}

.demo-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background-color: #212121;
	text-align: center;
}

.demo-footer > a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}








.b-primary-color {
    background: #fff;
}

.b-second-color {
    background: #D9000D;
}
.b-active-color {
    background: #FCCC08;
}
/*icon*/

.ccia-icon{
    color:#000 !important
}
.ccia-color{
    color: #fccc08;
    font-weight: 700;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 94px;
    right: 33px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.request-loader {
	border-radius: 100%
}

.request-loader:hover {
	color: #f1f1f1;
	text-decoration: underline;
}
.request-loader span {
	position: relative;
	font-size: 72px;
	top: 5px;
	left: -5px;
}
.request-loader::after {
	opacity: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 1px;
	left: -1px;
	right: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	border: 4px solid rgba(0, 0, 0, 0.2);
	border-radius: 100%;
	border-radius: 100%;
	-webkit-animation-name: ripple;
	animation-name: ripple;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
	animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
	z-index: -1;
}
.request-loader::before {
	opacity: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	left: -1px;
	right: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	border: 4px solid rgba(0, 0, 0, 0.2);
	border-radius: 100%;
	-webkit-animation-name: ripple;
	animation-name: ripple;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
	animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
	z-index: -1;
}
.my-float{
    margin-top: 14px;
    margin-left: 3px;
}
.icons-wp {
	width: 32px;
	/* height: 43px; */
	/* border-radius: 100%; */
	background: #25d366;
}

.float:hover {
	color: #f1f1f1;
	text-decoration: underline;
}

.text-customized {
	text-transform: none !important;
}
.posii{
	position: absolute;
    width: 65px;
}
.avanca{
	margin-left: 45px;
}
.lactive{
        color:#000 !important;
}
.linative{
    color: #f4f4f4 !important
}
.oculto{
	display: none;
}
.visible{
	display: block;
}

.customized {
	position: relative;
	top: 20px;
}
.color-link{
	color: white !important;
}

.color-link-2{
	color: inherit !important;
}

.border-top{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.border-botton{
	border-radius: 15px;
}

.mouse {
    background-color: #d9000d;
    padding: 20px;
    color: #fff;
  /*    border-radius: 25px;*/
}

.descartar {
    position: relative;
    padding: 20px;
    top: -25px;
    color: white;
}
.descartar:hover {
   color: white;
}
.mouse:hover{
    background-color: #FCCC08;
    padding: 30px;
    color: #fff;
/*    border-radius: 25px;*/
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
   
  }
  .shdow{
    box-shadow: 0 10px 20px rgba(255, 0, 0, 0.19), 0 6px 6px rgba(255, 0, 0, 0.19);
  }

  .section-title h5::after {
    content: '';
    position: relative;
    display: block;
    width: 100px;
    height: 4px;
    background: #FCCC08;
    top: 20px;
    left: calc(50% - 50px);
}
.hidden{
    color: transparent !important;
}
.u-display{
   display: flex;
   justify-content: center;
}