@media (min-width: 992px) {
    .typo-line {
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

        .typo-line .category {
            transform: translateY(-50%);
            top: 50%;
            left: 0px;
            position: absolute;
        }
}


#map {
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
    margin-top: 70px;
}

.places-buttons .btn {
    margin-bottom: 30px;
}

.space-70 {
    height: 70px;
    display: block;
}

.sidebar .nav > li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.tim-row {
    margin-bottom: 20px;
}

.tim-typo {
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
}

    .tim-typo .tim-note {
        bottom: 10px;
        color: #c0c1c2;
        display: block;
        font-weight: 400;
        font-size: 13px;
        line-height: 13px;
        left: 0;
        margin-left: 20px;
        position: absolute;
        width: 260px;
    }

.tim-row {
    padding-top: 50px;
}

    .tim-row h3 {
        margin-top: 0;
    }

.filter_header {
    cursor: pointer;
    line-height: 3;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    min-height: 40px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 3px;
}

    .filter_header:hover {
    }

.filter_controls {
    /*    background: #ffffff;*/
    /* Old browsers */
    display: none;
    /*
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: :10px;
*/
}

.iconmargin {
    margin-right: 2%;
}



.loader_small {
    background: rgba(255, 255, 255, 0.20);
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
    z-index: 9999;
}

    .loader_small .loader_parimg {
        margin: 10% 45%;
    }

.loader_ind {
    width: 100%;
    min-height: 400px;
}

    .loader_ind .img_ldr {
        margin: 30% 40%;
        width: 100px !important;
    }

.loader_box {
    margin: 0 15%;
    width: 40px !important;
}

.loader_boxbg {
    margin: 20% 40%;
    width: 100px !important;
}

.loader_boxbg2 {
    margin: 20% 45%;
    width: 50px !important;
}

.loader_boxsm {
    margin: 0 15px;
    width: 20px !important;
}

.loaderboxmg {
    margin: 18% 45%;
    width: 100px !important;
}

.minht {
    min-height: 360px;
}

.ichead {
    font-size: 30px !important;
}

.iconmargin {
    margin-right: 15px;
}

.updated_time {
    color: #fff;
    line-height: 3;
}


/*
.ui-jqgrid tr.ui-search-toolbar td > input {
    padding-right: 0px;
    width: 95%;
    max-height: 25px !important;
}*/

.marginbot20 {
    margin-bottom: 20px;
}


/*
.tooltip-arrow,
.red-tooltip + .tooltip > .tooltip-inner {background-color: #f00;}
*/

img[data-action="zoom"] {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

.zoom-img,
.zoom-img-wrap {
    position: relative;
    z-index: 666;
}

img.zoom-img {
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

.zoom-overlay {
    z-index: 420;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 300ms;
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
    cursor: default;
}

    .zoom-overlay-open .zoom-overlay {
        opacity: 1;
    }

.dropdown-menu {
    min-width: 210px;
}

    .navbar-nav > li.open > .dropdown-menu, .dropdown.open .dropdown-menu, .dropdown-menu.bootstrap-datetimepicker-widget.open {
        *overflow-y: auto; /*Commented to remove fix height of submenu*/
         /* min-width: 250px;
      
        max-height: 350px;*/
    }

.main-panel {
    overflow: hidden;
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.validation_error {
    color: #ff6a00;
    position: absolute;
    width: auto;
    max-width: 200px;
    background: rgba(255, 255, 255, 0.87);
    padding: 2%;
    z-index: 9;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.38);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.38);
    border-radius: 5px;
    right: 0;
    border: 1px solid rgba(255, 179, 135, 0.55);
    animation: 1s ease-out 0s 1 slideInFromLeft;
    top: 0;
}

/*.validation_error:before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -15px;
        left: -30px;
        border: solid 15px transparent;
        border-right-color: #FFF;
        z-index: 1;
    }*/
.dropdown-toggle {
    line-height: 2;
}

.modal-backdrop {
    /*background-color: rgba(0, 0, 0, 0.87);
    opacity: 1 !important;*/
}


::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #0ab3c8;
    border: 0px none #ffffff;
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #ff8080;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #4aa5ff;
    }

::-webkit-scrollbar-track {
    background: #c0c0c0;
    border: 0px none #ffffff;
    border-radius: 0px;
}

    ::-webkit-scrollbar-track:hover {
        background: #666666;
    }

    ::-webkit-scrollbar-track:active {
        background: #333333;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url('../img/beepi_loader_blue.gif') center no-repeat rgba(255, 255, 255, 0.91);
    background-size: 125px auto;
}
/*.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url(../img/beepi_loader_blue.gif) center no-repeat #fff;
    background-size: 200px auto;
}*/

/*.buttongrp {
    position: absolute;
    right: 2%;
    top: 50px;
}*/
.updatewrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 99999;
    position: absolute;
    background: rgba(255, 255, 255, 0.79);
    top: 0;
    left: 0;
}

    .updatewrap .updateimagewrap {
        width: 18%;
        height: 100%;
        margin: 25% auto;
    }

        .updatewrap .updateimagewrap .loaderimg {
            width: 200px;
            margin: 0 auto;
        }

.card_ftr_text {
    margin-left: 25px;
    font-size: x-large;
    font-weight: 600;
}



.text-small {
    font-size: 10px;
}

.nav > li > a {
    padding: 5px 15px;
}

.dropdown-menu li > a {
    padding: 5px 15px;
}

.userinfo {
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.form_control_alt {
    border: 0;
    background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
}

.gradcard {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.modal_black {
    background-color: rgba(39, 39, 39, 0.32);
    color: #fff;
}

.value_head {
    color: #01adc2;
    font-size: 18px;
    font-weight: 500;
}

.badge2 {
    font-size: 20px;
    margin-left: 2%;
    background: rgba(255, 255, 255, 0.99);
    /* padding: 9px; */
    border-radius: 2px;
    color: #ff9800;
}

/*.modal-content {
    background: rgba(255,255,255,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}*/
