/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20 May, 2020, 9:34:01 PM
    Author     : tkandasamy
*/

.select2-selection .select2-selection--multiple {
    box-sizing: border-box !important;
    width: 350px !important;
}

.select2 ul .select2-selection__rendered li {
    margin-left: 5px !important;
    margin-top: 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4 !important;
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    cursor: default !important;
    float: left !important;
    margin-right: 5px !important;
    margin-top: 5px !important;
    padding: 0 5px !important;
    margin-bottom: 0px !important;
}

.select2-selection__rendered li {
    margin-left: 3px !important;
}

.select2-container {
    min-width: 50% !important;
/*    width: 50% !important;*/
}

.select2-search.select2-search--inline {
    margin-bottom: 0px !important;
}

#platforms ~ .select2-container ul li:first-child .select2-selection__choice__remove {display:none !important;}