.container {
    width: 90%;
}
.dropdown ul {list-style:none}
.dropdown-menu > li > a {white-space:normal}
#logform label {color: #bcc2cb}
#logform ul {padding-left:9px}
#logform ul .registration {margin-left:-9px}
#login_name {width:97%}
#login_password {width:97%}

.modal-dialog .modal_full_width {width:90%}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: none;
    color: #333;
    font-weight: normal;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;	
}
.select2-search input {padding:0 !important}

/*.select2.select2-container {width:auto !important}*/

#select2_City, #select2_Region {display:none}
/*
.select2-dropdown{width:auto !important}
.select2-dropdown ul {width:109%}
tr.filter span.select2-container {width: 100% !important}
*/
.select2-dropdown {min-width:300px !important}
input.file-inputs { position:absolute; opacity:0; top:-10000px; left:-10000px}