﻿@font-face 
{
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}

@font-face
{
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

.positionerList .ui-selecting
{
     background: #CA5100;
}

.positionerList .ui-selected
{
     background: #00255B; 
     color: #C3F90C;
}

.positionerList
{
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    width: 100%;
}

.positionerList li
{
    background: white;
    font-family: Montserrat-Regular;
    font-size: 12px;
    padding: 5px 0 0 5px;
    cursor: pointer;
}

.selectableList li
{
    background: white;
    margin: 0px; 
    padding: 4px 8px 8px 8px; 
    font-size: 12px; 
    height: 10px; 
    font-family: "Montserrat-Regular", sans-serif;
    cursor: pointer;
}
.selectableList .autoHight{
    height: auto !important;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:break-spaces;
}
.selectableList .ui-selecting
{
     background: #CA5100;
}

.selectableList .ui-selected
{
     background: #00255B; 
     color: #C3F90C;
}

.selectableList
{
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    width: 100%;
}

.selectableList li
{
    background: white;
    margin: 0px; 
    padding: 4px 8px 8px 8px; 
    font-size: 10px; 
    height: 8px; 
    font-family: "Montserrat-Regular", sans-serif;
    cursor: pointer;
}
