﻿.Handcursor {
    cursor: pointer;
}

.buttonDisabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.dropdown-menuDisplaytrue {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    /*display: none;*/
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

/*Arjun Singh country hover changes start*/
.country{
    width:19.666667%;
}
.countryHeader, .countryList {
    padding-left:5px !important;
    padding-right:5px !important;
}

.countryList:hover {
    background-color: #c52319;
    border-radius:4px;
}

    .countryList:hover a {
        color: white;
    }

.primary-select .dropdown-menu > li > a:focus, .primary-select .dropdown-menu > li > a:hover {
     background-color: #c52319;
      color: white;
}

/*Arjun Singh country hover changes End*/
