﻿.themecolor {
    background: #6c62bb;
    border-color: #6c62bb;
}

.absolutecrossbutton {
    color: red;
    position: absolute;
    right: -37px;
    top: -44px;
    cursor: pointer;
}

.Popup_modal-header {
    text-align: center;   
}

.Popup_modal-header h4 {
    font-family: Lucida Console, Monospace;
    font-size: 20px;
    color: white;
}

.Popup_modal-header-input {
    border-radius: 5px;
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 20px;
    /* font-weight: bold;*/
    text-align: center;
    margin: 10px 0 0;
    min-height: 2em;
}

.margin-bottom {
    margin-bottom: 30px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-right-0{
    margin-right:0px;
}

.validationlabel {
    display: none;
    color: indianred;
}

div#loaderdiv {
    background: none repeat scroll 0 0 rgba(255,255,255,0.40);
    height: 100%;
    /*opacity: 0.5;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    /*height: 100%;
    width: 100%;
    position: fixed;
    background: none repeat scroll 0 0 rgba(255,255,255,0.40);
    z-index: 99999;*/
}
    /************************media query for loader******************************/

    div#loaderdiv div.loader {
        left: 50%;
        position: absolute;
        top: 50%;
        z-index: 1000;
        transform: translate(-50%, -50%);
    }
   
    .loaderimage{
        height:150px;
    }

.DisabledElement {
    cursor: default !important;
    background-color:white !important;
}

/************************************CSS FOR GOOGLE MAP*****************************************/
#map {
    height: 100%;
    position: initial !important;
}

/*::-webkit-scrollbar {
    display: none;
}*/

.float {
    position: fixed;
    width: 40px;
    height: 40px;
    top: 57px;
    right: 40px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    cursor:pointer;
}

.float2 {
    right: 88px;
}

.float3 {
    right: 134px;
}

.float4 {
    right: 180px;
}

.my-float {
    margin-top: 13px;
}

.my-float2
{
    margin-top:46px;
    width:28px !important;
}

.my-float3 {
    margin-top: 46px;
    width: 28px !important;
}

.float-map-type {
    position: fixed;
    /*width: 40px;*/
    /*height: 40px;*/
    top: 57px;
    left: 40px;
    /*background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    cursor: pointer;*/
}

    .float-map-type .btn-default {
        color: #ffffff;
        background-color: #0C9;
        border-color: #0C9;
    }

.maptype {
    cursor: pointer;
}
    /**********************************************************************************************/
    /*******************************************snackbar*******************************************/
    #snackbar {
        visibility: hidden;
        min-width: 250px;
        margin-left: -125px;
        background-color: #333;
        color: #fff;
        text-align: center;
        border-radius: 25px;
        padding: 16px;
        position: fixed;
        z-index: 1;
        left: 50%;
        bottom: 30px;
        font-size: 17px;
    }

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/***********************************************************************************************/


