.ugma-clear{
    clear: both;
}

.ugma-error-outline{
    border: 1px solid #ac2c2c !important;
}

.ugma-message-group-disscussion-tab-editor textarea{
    width:100%;
}

.ugma_button_color{
    background: #428bca !important;
    color: #FFF !important;
}

.ugma-message-info-error{
    background: #ffdbdb none repeat scroll 0 0;
    border: 1px solid #ffb4b4;
    color: #ac2c2c;
    display: block;
    font-family: Open Sans,"Helvetica","Arial";
    font-size: 12px;
    margin: 10px 0;
    padding: 5px;
}
.ugma-message-info-success{
    background: #d8f7c1;
    border: 1px solid #a1d47b;
    color: #527638;
    display: block;
    font-family: Open Sans,"Helvetica","Arial";
    font-size: 12px;
    margin: 10px 0;
    padding: 5px;
}

.ugma-select2-front,.ugma_select2-container{
    width: 100% !important;    
}

.ugma_select2-search__field{
    width: 100% !important;
}

.ugma-select2-front{
    height: 30px;
}

.ugma_select2-search__field{
    padding: 0 !important;
}

.ugma-error{
    background: #ffdbdb none repeat scroll 0 0;
    border: 1px solid #ffb4b4;
    color: #ac2c2c;
}

.ugma-success{
    background: #d8f7c1;
    border: 1px solid #a1d47b;
    color: #527638;
}

#ugma-modal-window-msg{
    padding: 5px;
    font-size: 15px;
    display: none;
}

#ugma-map-container {

}
#ugma-map {
    width: 100%;
    height: 400px;
}

.ugma-map-title {
    border-bottom: 1px solid #e0ecff;
    overflow: hidden;
    width: 256px;
    cursor: pointer;
    padding: 2px 0;
    display: block;
    color: #000;
    text-decoration: none;
}
.ugma-map-title:visited {
    color: #000;
}
.ugma-map-title:hover {
    background: #e0ecff;
}
      
.ugma-map-info {
    width: 200px;
}
.ugma-map-info img {
    border: 0;
}
.ugma-map-info-body {
    width: 200px;
    height: 200px;
    line-height: 200px;
    margin: 2px 0;
    text-align: center;
    overflow: hidden;
}
.ugma-map-info-img {
    height: 220px;
    width: 200px;
}

.ugma-map-info-title{
    text-align: center;
}

