﻿/*#alert-message {
    width: 785px;
    right: 110px;
    top: 67px;
    position: fixed;
    text-align: center;
}*/
#alert-message {
    width: -webkit-fill-available;
    /*padding-right:20px;*/
    /*top: 67px;*/
    top: 8px;
    position: fixed;
    text-align: center;
}

.currency li:before {
    content: ' ,';
}

.currency li:first-child:before {
    content: '$' !important;
}

.currency * {
    display: inline-block;
}

.currency, .currency > * {
    display: inline-block;
}

    .currency:after {
        content: '.00';
    }

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.preloader {
    /*background-color: #f7f7f7;*/
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

    .preloader .preloader-circle {
        width: 75px;
        height: 75px;
        position: relative;
        border-style: solid;
        border-width: 3px;
        border-top-color: #FF7F7F;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        z-index: 5;
        border-radius: 50%;
        -webkit-box-shadow: 0 1px 5px 0 rgba(35,181,185,0.15);
        box-shadow: 0 1px 5px 0 rgba(35,181,185,0.15);
        /*background-color: #fff;*/
        background-color: #344352;
        -webkit-animation: zoom 2000ms infinite ease;
        animation: zoom 2000ms infinite ease;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

.preloader .preloader-circle2 {
    border-top-color: #0078ff
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

    .preloader .preloader-img img {
        max-width: 95px
    }

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

.head {
    padding: 0 10px;
    position: relative;
}

.searchboxopen {
    background-color: #e4e4e4;
    -webkit-border-radius: 20px;
}

.head .form-control {
    background-color: transparent;
    padding: 0px 10px;
    min-height: auto;
    border: none;
}
.defaultbackbtn {
    position: fixed;
    background: #f5365c;
    border-radius: 50%;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}
.logoutbtn {
    /*position: fixed;*/
    background: #f5365c;
    border-radius: 50%;
    /*bottom: 15px;*/
    /*right: 15px;*/
    /*z-index: 1;*/
}


::-webkit-scrollbar {
    width: 5px; /* Width of the scrollbar */
}

/* Track */
::-webkit-scrollbar-track {
    background: #344352; /* Color of the track */
    
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #010e1a; /* Color of the handle */
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #d7dee533; /* Color of the handle on hover */
    }

/* Content styling for demonstration */
.wrapper {
    /*height: 1000px;*/
    position:relative;
  /*  top:40px;*/
    z-index: 1;
    height: calc(100vh - 10px);
    overflow-y: scroll;
    padding-right: 5px;
}

.textvaluedata {
    width: 180px;
}
@media (max-width: 600px) {
    .textvaluedata {
        width: 100%;
    }
}