.color-lable-resetpassword{
    color: #a2a6a4 !important;
}
.uib-day.selected .btn {
    color        : #fff;
    background: #13d4b1;
    border-color: #13d4b1;
}
.record-display-count{
    float: left;
    padding-top: 7px;
}
.new-breadcrumb ul li {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: left;
    color: #a09b9b;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #c7c7c7;
    padding: 5px !important;
}
.remove-btnFile{
    cursor: pointer;
    font-size: 16px;
    float: right;
    margin-top: 3px;
    color: red;
}

.new-breadcrumb ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.new-breadcrumb ul li .fa-times{
    color: #a09b9b;
    font-size: 14px;
    font-weight: 400;
    padding-right: 0;
    line-height: normal;
    padding-left: 10px;

}
.disabled-date{
    background-color: #fff !important;
    margin-top: -8px;
    margin-left: 8px;
    height: 37px !important;
    width: 305px !important;
}
.date-icon {
    margin-right: 25px;
    margin-left: -25px !important;
    margin-top: -5px;
    color: #000;
    z-index: 3;
    background: none;
}
.users-input-box{
    border: 1px black solid !important;
}
.users-input-box:focus{
    box-shadow: none !important;
    border-color: black ;
}
.padding-application{
    padding-left: 160px;
}
.application-view-float-right{float: right;}
.filter-result-block {margin-bottom: 0px !important }
.display-none {display:none}
.text-uppercase{
    text-transform: uppercase !important;
}
.add-user-userDetails{
    padding-left: 10px !important;
}
.div-height{
    height: 350px;
}
.div-height-400{
    height: 400px;
}

.cursor-pointer{cursor: pointer !important;}

.height-set-image-profile {
    padding-top: 25px;
    padding-bottom: 30px;
    border: 1px solid #c7c7c7;
    background-color: #fff;
}
.error-images{
    float: left;
    margin-right: 8px;
    margin-top: 45px;
}
.error-banner-field {
    margin-top: 45px;
}
.background-color{
    background-color: white !important;
    cursor: pointer !important;
}

.height-set-image-basicdetails {
    width: auto;
    height: 200px;
}
.height-set-image-additionalInformation {
    width: auto;
    height: 150px;
}
.banner-margin-top{
    margin-top: 100px;
    /* margin-bottom: 60px; */
}
.banner-progress-top{
    height: 260px;
}

.tooltip {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
    opacity: 1 !important ;
    float: right;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.event_edit_btn:after{
    content: "" !important;
}
.color-black{
    color: black;
}
.color-black:hover{
    color: black;
}
.df-img-upload-poster{
    background-color: #fff;
    border: 1px solid #13d4b1;
    color: #4a4a4a;
    margin-top: 3px;
    width: 194px;
    height: 50px;
    float: left;
    margin-right: 15px;
}


/*switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 18px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.bg-white{
    background-color: white !important;
}
input:checked+.slider {
    background-color: #13d4b1;
}

input:focus+.slider {
    box-shadow: 0 0 1px #13d4b1;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*end switch*/
.center-div{
    text-align: center
}
.dropdown_select select {height: 30px !important;}

.pt-15{    padding-top: 15px;}
.pt-10{    padding-top: 10px;}
.w-38{width: 38px!important; border: none !important ;}


.fafa-upload{
    color: #13d4b1 !important;
    font-size: 20px !important;
}

.top_border {
    border-top: solid 2px #c3c3c3;
}
.download_boxs_right {
    display: inline-block;
    width: 15%;
    float: right;
    text-align: right;
    

}
.download_boxs
{width: 100%;
    float: left;
    display: inline-block;
    /* border-top: 2px solid #f4f7f6; */
    padding: 16px 0;
}
.download_icon .fa{
    color: #13d4b1;
    font-size: 16px;
}

.box_tabel_con .table_user_con tbody tr:nth-child(1)  .admin_ellipsis .dropdown-menu {
    left: inherit;
    right: 0;
    top: 26px;
    border-radius: 0;
    padding: 0;
	bottom:inherit;
}
.box_tabel_con .table_user_con tbody tr:nth-child(2)  .admin_ellipsis .dropdown-menu {
    left: inherit;
    right: 0;
    top: 26px;
    border-radius: 0;
    padding: 0;
	bottom:inherit;
}
.pl-5{
    padding-left: 5px;
}
.mt-drop-0 .dropdown-menu-form{
    margin-top: 0px !important;
}
  
.swal-button--danger {color: #fff !important;

    background: linear-gradient(50deg, #13d4b1, #13d4b1) !important;
    
    border: 0px solid #13d4b1 !important;
    
    border-radius: 0;}
    
    
    .swal-button--danger:hover{text-decoration: none;
    
    -webkit-transform: translate3d(0, -1px, 0);
    
    transform: translate3d(0, -1px, 0);
    
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);}
    
    .swal-button--cancel {color: #fff !important;
    
    background: linear-gradient(50deg, #13d4b1, #13d4b1) !important;
    
    border: 0px solid #13d4b1 !important;
    
    border-radius: 0;}
    swal-button--cancel:hover {text-decoration: none;
    
        -webkit-transform: translate3d(0, -1px, 0);
        
        transform: translate3d(0, -1px, 0);
        
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
        
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);}
    .swal-button--cancel:focus {
    
        box-shadow: none;
    
    }

.swal2-container {
    z-index: 9999 !important;
}
.compnay-name-logo-center{
    display: table;
    margin: 0 auto;
    font-size: 18px !important;
}
.border-1px{
    border: 1px solid ;
}
.mb-30{
    margin-bottom: 30px !important; 
}
.mb-20{
    margin-bottom: 20px !important; 
}

.tm-company-pic-view{ width: auto;
    height: 100px;
    /* border-radius: 50%; */
    border: 3px solid #fff;
    margin-top: -70px;
    background: #fff;}
    .tm-pic-view {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 3px solid #fff;
        margin-top: -70px;
    }
    .deletebannerIcon{position: absolute; right: 0; top: 0;cursor: pointer;padding: 5px;color: red !important;font-size:18px;   }
                      .galleryCropArea {
      position: relative;
  background: #E4E4E4;
  overflow: hidden;
  width:500px;
  height:350px;
}
.i-mt-23{
    margin-top: -23px !important;
}
.tox-tinymce {width: 100% !important}
.croptitle {margin-top:10px }
.galleryCropArea tr{text-align: center} 
    .user-profile-pic {    
        width: 80px !important ;
        height: 80px !important;
        border-radius: 50% !important;
        border: 3px solid #fff;
        margin-top:7px !important }
.left-0 {left: 0;}

.box_tabel_con .table_user_con tbody tr:nth-last-child(-n+2) .admin_ellipsis .dropdown-menu {
    left: inherit;
    right: 0;
    top: 0;
    border-radius: 0;
    padding: 0;
    bottom: auto;
}
@media only screen and (max-width: 1200px) {
    .table-responsive {
        overflow-y: auto;
    }
}
/* .galleryCroper canvas{width: 600px;height: 300px} */
@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 
    .tm-pic-view {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 3px solid #fff;
        margin-top: -30px;
    }
    .dropdown_select select {    width: 150px;}
    .search_con #search-form {width: 150px !important}
}
.downloa_con .fa-download {    padding-top: 0;
    float: right;}
.action-btn {padding: 0px !important}
.uib-datepicker-popup .btn-success {    background-color: #13d4b1 !important;
    border-color: #13d4b1 !important;
    border-radius: 0 !important; }

    .btn-info {
        background-color: #13d4b1 !important;
        border-color: #13d4b1 !important;
    }
    .uib-daypicker table{width: 100%}
    .uib-datepicker-popup {width: 100%;padding-top:0; }

    #disabledDate::placeholder {
        color: #000;
      
        
      }
      .date-icon:hover{padding-right: 0px}
      .search_by_form {
        background: #fff;
        margin: 12px auto;
        padding: 30px 3px 12px 0px !important;
    }
    .mb-5{
        margin-bottom: 5px !important;
    }
    .font-color{
        color:#707070
    }
    .text-center{
        text-align: center !important;
    }

    .upload-icon{    background-color: transparent !important;cursor: pointer !important;box-shadow: none !important}
    .tabel_list_img img {overflow: hidden;}

    .pb-10{
        padding-bottom: 10px !important;
    }
    .pb-20{
        padding-bottom: 20px !important;
    }

    .garry_tab_content_con
    { padding: 30px 0;
    }
    .garry_tab_con .nav-tabs>li {
      border: 0;
      margin: 0;
  }
  .garry_tab_con .nav-tabs>li>a
  { border:1px solid #13d4b1; 
  font-size: 18px;
    color: #13d4b1;
    border-radius: 0;
  }
  .garry_tab_con  .nav-tabs>li.active>a, .garry_tab_con  .nav-tabs>li.active>a:focus, .garry_tab_con  .nav-tabs>li.active>a:hover
  {    border-radius: 0;
  }
  .garry_tab_con .nav-tabs>li.active>a, .garry_tab_con .nav-tabs>li:hover >a {
    background-color: #13d4b1;
    font-size: 18px;
    color: #fff;
    border-radius: 0;
    border:1px solid #13d4b1; 
  }
  .garry_tab_con  .nav-tabs
  { border: 0;
  }
  .mb-10{
      margin-bottom:10px; 
  }
  
  .campaignDateSpan{
    margin-right: 8px;
  }
  .campaignDateSpan i{
    margin-top: 8px
  }
  .campaignDateSpan>.btn:active, .campaignDateSpan>.btn:focus, .campaignDateSpan>.btn:hover{
    background-color: transparent !important;
  }
  .vdo-btn{
  padding-bottom: 10px !important;
  padding-top:10px !important;      
  }
  .tabel_list_hight {
    height: 400px;
    overflow-y: scroll;
    max-height: 100%;
    display: inline-block;
    width: 100%;
}
.subSector_space {
    padding-left: 21px;
    display: inline-block;
}
