a:link, a:visited,  a:hover, a:active
{
    text-decoration: none !important;
}

.nav-pills .nav-link {
    color: #ccc !important;
}


.bg-1{
  background:#E0A800 !important;
  color: white !important;
}

.bg-2{
  background:#79C14E !important;
  color: white !important;
}

.bg-3{
  background:#183153 !important;
  color: white !important;
}

.bg-4{
  background:#343A40!important;
  color: white !important;
}

.bg-5{
  background:#FFF!important;
  color: #212529 !important;
}

.bg-6{
  background:#bd2130 !important;
  color: white !important;
}

.disabled-bg-1{
  background:#E0A800 !important;
  color: white !important;
  opacity: .5 !important;
}

.disabled-bg-2{
  background:#79C14E !important;
  color: white !important;
  opacity: .5 !important;
}

.disabled-bg-3{
  background:#183153 !important;
  color: white !important;
  opacity: .5 !important;
}

.disabled-bg-4{
  background:#343A40!important;
  color: white !important;
  opacity: .5 !important;
}

.disabled-bg-5{
  background:#FFF!important;
  color: #212529 !important;
  opacity: .5 !important;
}

/*=============================================
Scroll
=============================================*/

.custom-scroll::-webkit-scrollbar{
  width:7px;
}

.custom-scroll::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 0px;
}

.custom-scroll::-webkit-scrollbar-thumb{
  -webkit-box-shadow: inset 0 0 2px;
  border-radius:5px;
  background: #eee;
}

/*=============================================
CINEMAGRAPH
=============================================*/

.videoView{
  position:relative;
  width:100%;
  height:100vh;
  overflow:hidden;
}

.videoFilter{
  position:absolute;
  width:100%;
  height:inherit;
  top:0;
  left:0;
  background: url(filter.png);
  background-repeat: repeat;
}

.videoView .container{
  transform:translate(0, -120%);
}

.layout-fixed .main-sidebar{

  background:  #343A40 !important;
}

/*=============================================
DROPZONE
=============================================*/

.dropzone.dropzoneZIP .dz-preview.dz-file-preview .dz-image {
  background: url("https://titulovalor.com/views/assets/img/template/zip.png") !important;
  background-size: 90px 90px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.dropzone.dropzoneExcel .dz-preview.dz-file-preview .dz-image {
  background: url("https://titulovalor.com/views/assets/img/template/excel.png") !important;
  background-size: 90px 90px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.dropzone .dz-preview.dz-file-preview .dz-size{
  display: none !important;
}

.dropzone .dz-preview.dz-file-preview .dz-filename{
  margin-top: 42px !important;
}

.dropzone .dz-preview.dz-file-preview .dz-remove{
  margin-top: 10px !important;
}


.select2-container--default{
  width:100% !important;
}




