.picker-header {
    width: 100%;
    box-shadow: 0 1px 1px 0 #ff5d418f;
    position: relative;
    color: #475669;
    font-size: 14px;
    font-weight: 900;
    padding: 10px;
    text-transform: uppercase;
}

.picker-container {
    position: absolute;
    background-color: white;
    box-shadow: 0 1px 3px 1px #999;
    width: 250px;
    height: 188px;
    z-index: 10;
    top:0;
}

.colored-picker-container {
    width: 225px;
    height: auto;
}

.picker-container-direction {
    width: 240px;
}

.close-picker {
    position: absolute;
    right: 8px;
    color: #ff5d418f;
    top: 9px;
    font-size: 20px;
    cursor: pointer;
    z-index: 50;
}

.picker-body {
    padding: 15px;
}

.colored-picker-body {
    /*width: 200px;*/
}

.items-list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid lightgrey;
    border-bottom: none;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}

.colored-picker-items-list {
    border: none;
}

.js-colored-picker-item {
    background-color: #ff8e41;
}

.items {
    position: relative;
    width: 31px;
    height: 31px;
    color: #475669;
    font-weight: 900;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    padding-top: 4px;
}

.items:nth-child(7n) {
    border-right: none;
}

.colored-picker-items {
    border-radius: 4px;
    border: 1px solid;
    border-color: #ff8e41;
    color: #ff8e41;
    font-size: 18px;
    padding-top: 0;
    margin-right: 10px;
}

.colored-picker-items:last-child {
    margin-right: 0;
}

.js-change-item {
    background-color: lightblue;
    border-radius: 0px;
    box-shadow: inset 0 0 1px 3px white;
}

.active-item {
    background: #318cc6;
    border-radius: 0px;
    box-shadow: inset 0 0 1px 3px white;
 /*  #ff8e41 ;
*/}

.country {
    height: 303px;
}

.body-country {
    overflow: hidden;
}

.input-serach {
    width: 100%;
    outline: none;
    height: 32px;
    padding-left: 15px;
    border:none;
    box-sizing: border-box;
    color: #475669;
}

.result-country {
    list-style-type: none;
    width: 100%;
    box-sizing: border-box;
    border-top:1px solid grey;
    height: 230px;
    margin: 0;
    overflow-y: scroll;
    padding: 0;
}

.result-country-direction {
    height: 227px;
}

.country-item {
    font-size: 12px;
    margin-top: 5px;
    text-transform: uppercase;
    color: #475669;
    padding: 0 10px;
    border-bottom: 1px solid lightgrey;
    cursor: pointer;
}

.country-item-checkbox {
    line-height: .5;
    padding: 10px;
}

.country-item-radio {
    text-transform: none;
}

.country-item-direction:hover {
    color: #318cc6;
}

.country-input-label {
    font-weight: 900;
}

.cites-count {
    float: right;
    font-size: 11px;
    margin-top: 3px;
    color: lightgray;
    text-transform: none;
}

.colored-picker-input-container {
    position: relative;
    padding: 15px;
    padding-top: 0;
}

.children-count-input {
    border: 1px solid #ff8e41;
    width: 100%;
    color: #475669;
}

.select-children-count-list {
    position: absolute;
    margin: 0px 0px;
    background-color: white;
    padding: 0;
    width: 195px;
    height: 200px;
    overflow-y: scroll;
}

.select-children-count {
    font-size: 14px;
    list-style-type: none;
    padding: 5px 10px;
    color: #475669;
    border-bottom: 1px solid lightgrey;
    cursor: pointer;
}

.select-children-count:hover {
    background-color: lightgrey;
}

.children-count-chevron {
    position: absolute;
    right: 26px;
    top: 13px;
    color: #ff8e41;
    z-index: 10;
    cursor: pointer;
}

.display-list {
    display: none;
}

.location-marker {
    margin-right: 10px;
}

.padd-10 {
    padding: 10px;
}

.direction-txt-block {
    color: #318cc6;
    cursor: pointer;
}

.js-active-picker-location {
    background-color: white;
    color: #475669;
}

.js-result-country-direction {
    display: none;
}


