.text-primary{
    color:#ff0000 !important;
}
.nav-link{
    color:#ff0000 !important;
}
.btn-primary{
    background-color:#ff0000 !important;
    border-color:#ff0000 !important;
    color: #FFFFFF !important;

}
a{color:#ff0000 !important;}
body{
    background-color: #4c4949!important;
}
.bg-dark{
    background-color: #4c4949!important;
}
#mapCanvas {
    width: 100%;
     height: 480px;
  }

.pageination .page-link {
    border: 0px solid transparent !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #979797 !important;
    padding: 10px 20px !important;
}


/* line 314, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_common.scss */

.pageination .page-link:hover {
    background-color: transparent !important;
    color: #000 !important;
}


/* line 320, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_common.scss */

.pageination i {
    font-size: 12px !important;
}
.page-item.active .page-link{
 background: #ff0000 !important;
 border-radius: 50%;
 width: 100%;
 height:  100%;
color: white !important;

}
.select2-container {
    min-width: 400px;
  }

  .select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
  }
  .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
  }
  .select2-results__option[aria-selected=true]:before {
    font-family:fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 3px;
  }
  .select2-container--default .select2-results__option[aria-selected=true] {
      background-color: #fff;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background-color: #eaeaeb;
      color: #272727;
  }
  .select2-container--default .select2-selection--multiple {
      margin-bottom: 10px;
  }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
      border-radius: 4px;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
      border-color: #f77750;
      border-width: 2px;
  }
  .select2-container--default .select2-selection--multiple {
      border-width: 2px;
  }
  .select2-container--open .select2-dropdown--below {

      border-radius: 6px;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);

  }
  .select2-selection .select2-selection--multiple:after {
      content: 'hhghgh';
  }
  /* select with icons badges single*/
  .select-icon .select2-selection__placeholder .badge {
      display: none;
  }
  .select-icon .placeholder {
  /* 	display: none; */
  }
  .select-icon .select2-results__option:before,
  .select-icon .select2-results__option[aria-selected=true]:before {
      display: none !important;
      /* content: "" !important; */
  }
  .select-icon  .select2-search--dropdown {
      display: none;
  }
  .filter_btns{
    border: 2px solid white
  }
  .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
    font-size: 10px;
}
.SortBtn {
    display: none;
   }
   .brown-title {
    background-color: #1E212D;
    cursor:pointer;
}
.custom-control-label::before {
    left: 27rem;
}

.custom-control-labelo::before {
    left: 24rem;
}
.red-color{
    color: #ff0000 !important;
    overflow-wrap: break-word;
}
.widthHeight{
    width: 500px !important;
    height: 200px !important;
}
td{

    text-align: center;
    overflow-wrap: break-word;
    max-width: 200px;

}
.responsevChart{
display: inline-block;
    width: 300px ;
    height: 300px ;
}


@media screen and (max-width: 767px)  {
    .responsevChart{
        display: inline-block;
            width: 250px !important ;
            height: 250px !important ;
        }
        .modal-dialog{
            margin: 2.5rem !important;
        }
}
.d-initial{
    display:initial !important ;
}
td:first-letter
{
    text-transform: uppercase;
}

th:first-letter{
    text-transform: uppercase;
}
label{
    text-transform: capitalize;
}
input::placeholder {
    text-transform: capitalize;
}
select{
    text-transform: capitalize;
}
.no-data{
    display: none;
    position: absolute;
    padding: 50px 0;
    text-align: center;
    font-size: 1rem;
    top: 15%;
    width: 100%;
  }
  .no-data2{
    display: none;
    position: absolute;
    padding: 50px 0;
    text-align: center;
    font-size: 1rem;
    top: 15%;
    width: 100%;
  }
  .no-data3{
    display: none;
    position: absolute;
    padding: 50px 0;
    text-align: center;
    font-size: 1rem;
    top: 15%;
    width: 100%;
  }
  .no-data4{
    display: none;
    position: absolute;
    padding: 50px 0;
    text-align: center;
    font-size: 1rem;
    top: 15%;
    width: 100%;
  }

  .me-auto-my
    {
        margin-left: auto ;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .me-5-my
    {
        margin-left: 50px ;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .d-none{
        transition: all .1s ease;
    }
    .swal-icon--info{
        border-color: #e64942 !important;

    }
    .swal-icon--info:after, .swal-icon--info:before{
        background-color: #e64942 !important;
    }
    .swal-icon--success__line{
        background-color: #e64942 !important;
    }
    .select2-container{
        width: 100% !important;
    }
    .responsevPagination{
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        overflow-y: hidden;
    }
    /* #delete{
        display: none;
    } */
