﻿#btnSettingModal {
    background-color: #5291CC;
    border-color: #5291CC;
}

#btnAdvancedSearch {
    background-color: #62A7ED;
    border-color: #62A7ED;
}

    #btnAdvancedSearch.expand {
        background-color: #85b2db;
        border-color: #85b2db;
    }

/*CustomProduct4Org*/
div > .CustomProduct4Org-header {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px;
    font-size: 20px;
}

div[aria-expanded="false"] > .CustomProduct4Org-header::after {
    cursor: pointer;
    content: "\f054";
/*    color: #333;*/
    top: 0px;
    right: 10px;
    position: relative;
    float: right;
    font-family: "FontAwesome";
}

div[aria-expanded="true"] > .CustomProduct4Org-header::after {
    cursor: pointer;
    content: "\f078";
/*    color: #333;*/
    top: 0px;
    right: 10px;
    position: relative;
    float: right;
    font-family: "FontAwesome";
}

/*Circles*/
.circle-ReleaseReport {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}

/*btnAdvancedSearch*/
#btnAdvancedSearch.expand {
    background-color: #bbadff;
    border-color: #bbadff;
}
/*Vaccine*/
.Select2Vaccine.Select2Vaccine.Select2Vaccine {
    width: 600px;
}

.VaccineItem.VaccineItem.VaccineItem.VaccineItem.VaccineItem {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 600px;
}

/*Select2WeleaderCountry Thumbnail*/
.Select2WeleaderCountry.Select2WeleaderCountry.Select2WeleaderCountry.Select2WeleaderCountry.Select2WeleaderCountry.Select2WeleaderCountry {
    vertical-align: middle;
    /*height: 35px !important;*/
}

.Select2WeleaderCountryItem.Select2WeleaderCountryItem.Select2WeleaderCountryItem.Select2WeleaderCountryItem.Select2WeleaderCountryItem {
    display: inline-block;
    vertical-align: middle;
    /*height: 32px !important;*/
}

.Select2WeleaderCountryImage.Select2WeleaderCountryImage.Select2WeleaderCountryImage.Select2WeleaderCountryImage.Select2WeleaderCountryImage {
    display: inline-block;
    vertical-align: middle;
    width: 30px !important;
    height: 20px !important;
}

/*Select2 Thumbnail*/
.Select2Thumbnail.Select2Thumbnail.Select2Thumbnail.Select2Thumbnail.Select2Thumbnail.Select2Thumbnail.Select2Thumbnail.Select2Thumbnail {
    height: 42px !important;
    vertical-align: middle;
}

.Select2ThumbnailItem.Select2ThumbnailItem.Select2ThumbnailItem.Select2ThumbnailItem.Select2ThumbnailItem.Select2ThumbnailItem.Select2ThumbnailItem {
    display: inline-block;
    vertical-align: middle;
    height: 40px !important;
}

.Select2ThumbnailImage.Select2ThumbnailImage.Select2ThumbnailImage.Select2ThumbnailImage.Select2ThumbnailImage.Select2ThumbnailImage.Select2ThumbnailImage.Select2ThumbnailImage.Select2ThumbnailImage.Select2ThumbnailImage {
    display: inline-block;
    vertical-align: middle;
    height: 35px !important;
}

/*ProductImage Thumbnail*/
img.ProductImageThumbnail {
    height: 100px;
}

img.ProductImageECThumbnail {
    height: 100px;
}
/*ImageBannerFile Thumbnail*/
img.ImageBannerFileThumbnail {
    height: 100px;
}
/*File Upload*/
.FileUpload2nd .filepond--action-revert-item-processing {
    visibility: hidden;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
}

    .hr-text:before {
        content: '';
        background: linear-gradient(to right, transparent, #818078, transparent);
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
    }

    .hr-text:after {
        content: attr(data-content);
        position: relative;
        display: inline-block;
        color: black;
        padding: 0 .5em;
        line-height: 1.5em;
        background-color: #fcfcfa;
    }

/*Toggle Switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .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: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

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%;
    }

.badge-circle-danger {
    display: block;
    height: 26px;
    width: 26px;
    line-height: 26px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #de4848;
    color: #fff;
    text-align: center;
}