.bg-title{
    background: #fff;
    border-bottom: none;
}

.toast-container {
    top: 0.7em !important;
    margin: 0 auto;
    opacity: 0.9;
}

.wrap{
    max-height: 415px;
    overflow: hidden;
}

.navbar-header-custom {
  background-color: #ac1c1f;
  padding: 0.5em 0 0.1em;
}
.logo-img {
  display: inline;
  margin-left: 0.7em;
}
.logo-img-secondary {
  display: inline;
}

#cam1, #cam2{
    width: 1280px;
    height: 1024px;
    border: 0;
    -ms-transform: scale(0.40);
    -moz-transform: scale(0.40);
    -o-transform: scale(0.40);
    -webkit-transform: scale(0.40);
    transform: scale(0.40);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.bold{
    font-weight: 500;
    color: black;
}

.small_pad{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.bootstrap-tagsinput{ width: 100% !important; line-height: 30px !important; }
.bootstrap-tagsinput .tag{ padding: 4px 12px 3px !important; }
.bootstrap-tagsinput .label{ border-radius: 3px !important; }

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #ac1c1f;
    border-color: #ac1c1f;
}

.label-rounded{
    padding: 4px 12px 3px !important;
    border-radius: 3px !important;
    margin: 0.7em !important;
    cursor: default !important;
}


#toast-container div{
    opacity: 1 !important;
}
.toast-top-center {
    top: 8px !important;
}
.toast-success {
    background-color: #00c292 !important;
}
.toast-error {
    background-color: #f75b36 !important;
}
.toast-info {
    background-color: #ac1c1f !important;
}
.toast-warning {
    background-color: #f8c255 !important;
}
.toast-progress {
    background-color: #ffffff !important;
}


/*Custom elements*/

.deleteElement, .editElement, .viewElement{
    cursor:pointer;
    font-size:1.3em;
}

.deleteElement{
    color: #ac1c1f !important;
}

.editElement, .viewElement{
    color:#ac1c1f !important;
}

/*
.toggle.btn{
    border-radius: 15px;
}*/

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
}

.cards2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;

}

.card {
    position: relative;
    background: #fff;
    padding: 25px;
    margin-bottom: 15px;
    box-shadow: 0px -6px 10px rgba(255, 255, 255, 1), 0px 4px 15px rgba(0, 0, 0, 0.15);

}

.cards3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
}
.card3{
    background:white;
}

.cards4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
}

.cards6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
}

.bootstrap-select.btn-group .disabled {
    background-color: #d6d6d6;
}

.not-purchased{
    opacity: 0.5;
}

.text-danger{
    color: #f75b36 !important;
}

.bg-default{
    background-color: #aaa !important;
}

.label-default{
    background-color: #aaa !important;
}

.margin-center{
    margin-left: auto !important;
    margin-right: auto !important;;
}

.profile-status-big {
    border: 4px solid white !important;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    left: 65px;
    position: absolute;
    top: -6px;
    width: 20px;
    font-size: 1.2em;
}

.edit_image_container{
    max-width: 10em;
    position: relative;
    cursor: pointer;
}

.edit_image_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(255,255,255,0.7);
}

.edit_image_container:hover .edit_image_overlay {
    opacity: 1;
}

.edit_image_overlay_text {
    font-family: Rubik,sans-serif;
    margin: 0;
    overflow-x: hidden;
    color: #686868;
    font-weight: 300;
    font-size: 2em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.filter-bt{
    cursor: pointer
}

.ql-align-right {
    text-align: right !important;
}
.ql-align-left {
    text-align: left !important;
}
.ql-align-justify {
    text-align: justify !important;
}
.ql-align-center {
    text-align: center !important;
}

.capitalized_text{
    text-transform: capitalize !important;
}



.vodiapicker{
    display: none; 
  }
  
  #a{
    padding-left: 0px;
  }
  
  #a img, .btn-select img{
    width: 12px;
    
  }
  
  #a li{
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  #a li:hover{
   background-color: #F4F3F3;
  }
  
  #a li img{
    margin: 5px;
  }
  
  #a li span, .btn-select li span{
    margin-left: 30px;
  }
  
  /* item list */
  
  .b{
    display: none;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
    
  }
  
  .open{
    display: show !important;
  }
  
  .btn-select{
    margin-top: 10px;
    width: 100%;
    max-width: 350px;
    height: 34px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
   
  }
  .btn-select li{
    list-style: none;
    float: left;
    padding-bottom: 0px;
  }
  
  .btn-select:hover li{
    margin-left: 0px;
  }
  
  .btn-select:hover{
    background-color: #F4F3F3;
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #ccc;
    
    
  }
  
  .btn-select:focus{
     outline:none;
  }
  
  .lang-select{
    margin-left: 50px;
  }
  