#keyword-generator{

	min-height:570px;

}
#keyword-generator pre
{
    font-family: Roboto,sans-serif;
}
#keyword-generator strong a
{
    color: #000;
}
#keyword-generator small
{
    font-size: 16px;
    font-family: Open Sans,sans-serif;
    color: gray;
}
#keyword-generator textarea
{
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 14px;
    resize: none;
    width: 100%;
    font-family: Open Sans,sans-serif;
}
#keyword-generator .list-plus-image
{
    height: 50px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 50%;
    vertical-align: middle;
}
#keyword-generator .list-img-container
{
    display: inline-block;
    height: 350px;
    margin-left: 0;
    margin-right: 2px;
    padding: 0;
    width: 50px;
}
#keyword-generator .popup
{
    display: none;
}
#keyword-generator .popup .popup-message-content
{
    height: 300px;
    width: 700px;
}
#keyword-generator .popup .popup-message-content,#keyword-generator .popup .popup-result-content
{
    background-color: #efefef;
    border: 1px solid #fff;
    box-shadow: 0 0 50px #4b4b4b;
    margin: 60px auto 0;
    padding: 25px;
}
#keyword-generator .popup .popup-result-content
{
    height: auto;
    width: 600px;
}
#keyword-generator .deleteThis
{
    z-index: auto;
}
#keyword-generator .list-w-img-container
{
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: top;
}
#keyword-generator .list
{
    border: 1px solid #f3f4f4;
    background-color: #f3f4f4;
    border-radius: 2px;
    display: inline-block;
    height: auto;
    margin: 15px;
    padding: 30px;
    position: relative;
    vertical-align: top;
    width: 360px;
}
#keyword-generator .list .additionalOptions
{
    font-size: 16px;
    color: #f4524d;
    font-family: Open Sans,sans-serif;
}
#keyword-generator .b-popup-content a,#keyword-generator .wordQuantityContainer a
{
    color: #000;
}
#keyword-generator .wordList
{
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    margin-bottom: 16px;
    padding-left: 8px;
    padding-top: 10px;
    white-space: normal;
    line-height: 1.5;
}
#keyword-generator .globalOptions
{
    display: none;
    margin-left: 15px;
}
#keyword-generator .globalOptionsList
{
    margin-bottom: 30px;
}
#keyword-generator .additionalOptionsList
{
    display: none;
}
#keyword-generator .wordQuantityContainer
{
    font-size: 16px;
    float: right;
    font-family: Open Sans,sans-serif;
}
#keyword-generator .listName
{
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    resize: none;
    width: 100%;
}
#keyword-generator .listName[type=text]
{
    border-radius: 2px;
    border-width: 1px;
    height: 35px;
    margin-bottom: 10px;
    margin-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    font-family: Open Sans,sans-serif;
}
#keyword-generator .__dashed
{
    font-size: 16px;
    color: #f4524d;
    font-family: Open Sans,sans-serif;
}
#keyword-generator .intro
{
    background-color: #fdcf72;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    margin: 0 0 30px;
    padding: 5px;
    position: relative;
    width: 100%;
}
#keyword-generator .intro a
{
    color: #000;
    font-family: Roboto,sans-serif;
}
#keyword-generator .select2-container--default,#keyword-generator .select2-selection--single
{
    width: 50px;
}
#keyword-generator .left-right+.select2 .select2-container--default,#keyword-generator .left-right+.select2 .select2-selection--single
{
    width: 135px;
}
#keyword-generator .ui_label
{
    margin-bottom: 11px;
    font-weight: 400;
}
#keyword-generator .arrowDown:before,#keyword-generator .arrowUp:before
{
    border-bottom: none;
    clear: left;
    content: "\F13A";
    display: inline-block;
    float: left;
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    margin-right: 2px;
    text-transform: none;
    webkit-font-smoothing: antialiased;
}
#keyword-generator .arrowUp:before
{
    transform: rotate(180deg);
}
#keyword-generator .optionsHeader
{
    margin-bottom: 11px;
    margin-left: 15px;
}
#keyword-generator .help
{
    margin: 11px;
}
#keyword-generator .help-text
{
    display: inline-block;
    margin: 11px;
    vertical-align: top;
    width: 82%;
}
#keyword-generator .help-text p
{
    margin-bottom: 11px;
}
#keyword-generator .elama-img-help
{
    display: inline-block;
    height: 100px;
    margin: 11px;
    vertical-align: top;
}

.modal-popup:before
{
    background: hsla(0,0%,100%,.6);
    bottom: 0;
    content: "";
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20000;
}
.modal-popup:target:before
{
    display: block;
}
.modal-popup:target .modal-popup_dialog
{
    top: 20%;
    transform: translate(0);
}
.modal-popup_dialog
{
    background: #f1f1f1;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 20px 30px 0 rgba(7,8,7,.3);
    font-family: Roboto,sans-serif;
    font-size: 16px;
    left: 50%;
    margin-left: -360px;
    padding: 20px;
    position: fixed;
    top: -100%;
    transform: translateY(-500%);
    transition: transform .3s ease-out;
    width: 720px;
    z-index: 20001;
}
.modal-popup_dialog .base-btn:hover
{
    text-decoration: none;
}
.modal-popup_dialog p
{
    margin: 0 0 20px;
}
.modal-popup_dialog .btn-close
{
    color: #6d6d6d;
    font-family: Arial,monospace;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    height: 44px;
    line-height: 44px;
    opacity: .65;
    padding: 0 0 18px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px;
}
.modal-popup_dialog .btn-close:hover
{
    color: #333;
    opacity: 1;
}
.modal-popup_body
{
    padding: 20px;
}
.modal-popup_footer,.modal-popup_header
{
    padding: 10px 20px;
}
.modal-popup_header
{
    border-bottom: 1px solid #eee;
}
.modal-popup_header h2
{
    font-family: Roboto Condensed,sans-serif;
    font-size: 30px;
    font-weight: 400;
}
.modal-popup_footer
{
    border-top: 1px solid #eee;
    text-align: right;
}
#close
{
    display: none;
}
.base-popup-wrapper
{
    background: hsla(0,0%,100%,.6);
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 50px 10px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1070;
}
.base-popup-wrapper,.base-popup-wrapper *
{
    box-sizing: border-box;
}
.base-popup-modal
{
    border-radius: 3px;
    display: inline-block;
    margin: auto;
    text-align: left;
    width: auto;
}
.base-popup-modal .base-popup_controls_action
{
    margin: 0 22px 0 0;
}
.base-popup-views
{
    box-sizing: border-box;
    width: 100%;
}
.base-popup_header
{
    color: #000;
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
}
.base-popup_content
{
    line-height: 22px;
    margin: 0 0 20px;
}
.base-popup_content img
{
    height: auto;
    max-width: 100%;
}
.base-popup_controls
{
    margin: 0 0 20px;
}
.base-popup_close
{
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #333;
    cursor: pointer;
    display: block;
    font-family: Arial,Baskerville,monospace;
    font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: .65;
    outline: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    webkit-appearance: none;
    width: 44px;
    z-index: 1046;
}
.base-popup_close:active
{
    border: 0;
    top: 1px;
}
.base-popup_close>.close-popup-control
{
    display: inline-block;
    height: 15px;
    margin: 15px auto;
    width: 15px;
}

.base-popup_content .result_word_generator
{
    border: 1px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    height: 50%;
    line-height: 100%;
    padding-left: 10px;
    padding-top: 10px;
    resize: none;
    width: 100%;
}
.base-popup_content a,.base-popup_content pre
{
    color: #000;
    font-family: Roboto,sans-serif;
}
.base-popup_content input
{
    border: none;
}
.base-popup_content .generatedCount,.base-popup_content .generatedCountText
{
    font-weight: bolder;
}

.prime-lightbox.__alt {
    background: #f1f1f1;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 20px 30px 0 rgba(7,8,7,.3);
    margin: 60px auto;
    padding: 50px 50px 30px;
    position: relative;
    width: 550px;
}





.ui_tooltip
{
    color: #000;
    display: none;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    line-height: 1.375;
    position: absolute;
    text-align: left;
    width: 300px;
    z-index: 1000;
}
.ui_tooltip.__top
{
    left: 50%;
    padding: 0 0 11px;
    top: 0;
    transform: translate(-50%,-100%);
}
.ui_tooltip.__top .ui_tooltip_content:before
{
    border-color: rgba(0,0,0,.1) transparent transparent;
    border-width: 12px 9px 0;
    bottom: -14px;
}
.ui_tooltip.__top .ui_tooltip_content:after,.ui_tooltip.__top .ui_tooltip_content:before
{
    border-style: solid;
    content: " ";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
}
.ui_tooltip.__top .ui_tooltip_content:after
{
    border-color: #fff transparent transparent;
    border-width: 11px 9px 0;
    bottom: -11px;
}
.ui_tooltip.__bottom
{
    bottom: 0;
    left: 50%;
    padding: 11px 0 0;
    transform: translate(-50%,100%);
}
.ui_tooltip.__bottom .ui_tooltip_content:before
{
    border-color: transparent transparent rgba(0,0,0,.1);
    border-width: 0 9px 12px;
    top: -14px;
}
.ui_tooltip.__bottom .ui_tooltip_content:after,.ui_tooltip.__bottom .ui_tooltip_content:before
{
    border-style: solid;
    content: " ";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
}
.ui_tooltip.__bottom .ui_tooltip_content:after
{
    border-color: transparent transparent #fff;
    border-width: 0 9px 11px;
    top: -11px;
}
.ui_tooltip.__left
{
    left: 0;
    top: 50%;
    transform: translate(-100%,-50%);
}
.ui_tooltip.__left .ui_tooltip_content
{
    right: 11px;
}
.ui_tooltip.__left .ui_tooltip_content:before
{
    border-color: transparent transparent transparent rgba(0,0,0,.1);
    border-width: 12px 0 12px 9px;
    right: -11px;
}
.ui_tooltip.__left .ui_tooltip_content:after,.ui_tooltip.__left .ui_tooltip_content:before
{
    border-style: solid;
    content: " ";
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}
.ui_tooltip.__left .ui_tooltip_content:after
{
    border-color: transparent transparent transparent #fff;
    border-width: 10px 0 11px 9px;
    right: -9px;
}
.ui_tooltip.__right
{
    padding: 0 0 0 11px;
    right: 0;
    top: 50%;
    transform: translate(100%,-50%);
}
.ui_tooltip.__right .ui_tooltip_content:before
{
    border-color: transparent rgba(0,0,0,.1) transparent transparent;
    border-width: 12px 9px 12px 0;
    left: -11px;
}
.ui_tooltip.__right .ui_tooltip_content:after,.ui_tooltip.__right .ui_tooltip_content:before
{
    border-style: solid;
    content: " ";
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}
.ui_tooltip.__right .ui_tooltip_content:after
{
    border-color: transparent #fff transparent transparent;
    border-width: 10px 9px 11px 0;
    left: -9px;
}
.ui_tooltip.__l
{
    width: 400px;
}
.ui_tooltip.__xl
{
    width: 600px;
}
.ui_tooltip.__s
{
    width: 200px;
}
.ui_tooltip_content
{
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 rgba(8,9,9,.3);
    box-sizing: border-box;
    display: block;
    padding: 11px 22px;
    position: relative;
}
.ui_tooltip_w
{
    position: relative;
}
.ui_tooltip_w:hover>.ui_tooltip
{
    display: block;
}




.ui_page
{
    overflow: visible;
}
.elama-lightbox,.elama-lightbox.__alt
{
    margin-top: 0;
}
.select2-dropdown
{
    z-index: 1;
}

.ui_btn
{
    background: #cdb477;
    border: 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: Open Sans,sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    outline: none;
    padding: 0 20px;
    text-decoration: none;
    margin-left: 15px;
}


.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    moz-osx-font-smoothing: grayscale;
    webkit-font-smoothing: antialiased;
    color: gray;
}
.fa-question-circle:before {
    content: "\F059";
}




.list-w-img-container .list a.item-title{
    font-size: 24px;
    font-family: Open Sans,sans-serif;
}


.ui_label {
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 2px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: auto;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.ui_checkbox_input {
    display: none!important;
}

.ui_checkbox_fake-input {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6ZJREFUeNrsWM9LG1EQnqz5AYnk6EE0TbEKevAgtJiiKGgQoYQiXiQ5SPDmXQRbzEmD/gt6E3IQpQSKaHuo0arQgh40WFo1qIhHJSaQH5vtzHPdrjW0YfOaTagDk+TNJh9fZufN7PcM8MuM6CbQbhlJkrL5LhgMhqKx0Rm2Ad2O/hr9idPptGlFjMViCXpDf4fE4zJR7ti09i0vL0ey2awoFWH0+6WlpXXE8+ISyP8FNoG+xUBW4mCZTIZu2xsVYe7YAr5UkQEHMxqNVfJeuDPu2AJUmD0S5mFU/xMTE3B4eFj+hEVRhJGREZiamoKOjg44ODi4X8vlRnZ4eBgWFhbYurOzExobG/XN8MrKChwfHz+IY/cDr9erkB0aGoLFxUUwm80PvhuQOJqMd9eH72HPzs5K2OUkh8MhHR0dKfFUKiUNDAzQD5j7/X4pX/smvJJmGHsp5HI5OD09he7ubpbpdDoNg4ODgBORfWd0dBTm5ubgT+27ZBkmm5+fZ1mmTNbX10u9vb1KZsfGxv6KXXLCZFibEtamQpQ8EAgUhK1LW6MSCIfDYLVa6YkOZmZmYHJysrCy0quF9fX1werqKsTjcejv7y98H+jZd2kwaBnNGfnRrWjDHU/KIK1WCryxKcPfQqHQJ4/H88JisZi1AmIvTWFdfsGPUVWYOzZJJAu6G51moLmYJKB/R/9As0CWSNyxDXL7qRgzBoNBbqrZ5/PlrVd8Pigae3x8/FY1T09Pk7L1kLK12WxWrYiJRCIpK9swEo/LRLlj0z9/1dXV5a+rq3uJNad5kGBp5c7Ozj5HIpEcLkNymDs2gTxFQFcxgPIGE4gY4anC3LEJSMAAF2UrCALhqLG4Yz+K0P+W8N7eHlxfX5c/YRpk29vbsL+/D2tra3B1dVW+qpnIbm1twcnJCVvX1NSA3W7XN8MXFxdwc3PzIE5ab3NzUyHrdDqZzMfuoF+Go9Eo7O7uMqXhdruhurpaIbuxsQE4HNi6oaEB2tvbmRrRtYaJAN12HLWsPinTRBYnmEK2qakJXC5XXrIlz3BzczM7GNnZ2YFkMslIU41eXl6y6y0tLdDW1lZeEolut8lkYvVKpMnJWltbmZdlH3Y4HOwg5e6whLJaCFld21ptbS309PSwMzX6XBGqmfqsltGcxZ3KRdkiDinbjPpQkjc2U82xWGwdnzefY01pFoqiKKbOz8+//q6aeWMT4fc4DknlPuOgbH+gf1TFuGNXnGr+KcAAxONZJwI6PO0AAAAASUVORK5CYII=") no-repeat;
    background-position: 0 0;
    cursor: pointer;
    display: inline-block;
    height: 21px;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    width: 21px;
}
.ui_checkbox_input:checked+.ui_checkbox_fake-input {
    background-position: -23px 0;
}
.ui_checkbox_input:disabled+.ui_checkbox_fake-input {
    background-position: 0 -22px;
}

#keyword-generator .addList{
    display: inline-block;
    width: 360px;
    height: 457px;
    background: #f3f4f4;
    text-align: center;
    font-size: 24px;
    font-family: Open Sans,sans-serif;
    color: #f4524d;
    margin: 15px;
    cursor: pointer;
    border: 1px solid #f3f4f4;

}
#keyword-generator .addList .generatorAddPluse{
    font-size: 50px;
    font-weight: 600;
    margin-top: 150px;
}

#keyword-generator .addList:hover{
    color: #CCB77A;
    border: 1px solid #CCB77A;
}

.list-w-img-container .list:hover {  border: 1px solid #CCB77A!important;  }
.list-w-img-container .list:hover .listName{  border: 1px solid #CCB77A!important;  }
.list-w-img-container .list:hover .wordList{  border: 1px solid #CCB77A!important;  }


.select2-container
{
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single
{
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    moz-user-select: none;
    ms-user-select: none;
    user-select: none;
    webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered
{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear
{
    position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered
{
    padding-left: 20px;
    padding-right: 8px;
}
.select2-container .select2-selection--multiple
{
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    moz-user-select: none;
    ms-user-select: none;
    user-select: none;
    webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered
{
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline
{
    float: left;
}
.select2-container .select2-search--inline .select2-search__field
{
    border: none;
    box-sizing: border-box;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button
{
    webkit-appearance: none;
}
.select2-dropdown
{
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    left: -100000px;
    position: absolute;
    width: 100%;
    z-index: 1051;
}
.select2-results
{
    display: block;
}
.select2-results__options
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option
{
    moz-user-select: none;
    ms-user-select: none;
    padding: 6px;
    user-select: none;
    webkit-user-select: none;
}
.select2-results__option[aria-selected]
{
    cursor: pointer;
}
.select2-container--open .select2-dropdown
{
    left: 0;
}
.select2-container--open .select2-dropdown--above
{
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below
{
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown
{
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field
{
    box-sizing: border-box;
    padding: 4px;
    width: 100%;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button
{
    webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide
{
    display: none;
}
.select2-close-mask
{
    background-color: #fff;
    border: 0;
    display: block;
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 99;
}
.select2-hidden-accessible
{
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
}
.select2-container--default .select2-selection--single
{
    background-color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear
{
    cursor: pointer;
    float: right;
    font-weight: 700;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder
{
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b
{
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear
{
    float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow
{
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single
{
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear
{
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b
{
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple
{
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered
{
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li
{
    list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder
{
    color: #999;
    float: left;
    margin-top: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear
{
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
    margin-top: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover
{
    color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder
{
    float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice
{
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove
{
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple
{
    border: 1px solid #000;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple
{
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove
{
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single
{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field
{
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field
{
    background: transparent;
    border: none;
    box-shadow: none;
    outline: 0;
    webkit-appearance: textfield;
}
.select2-container--default .select2-results>.select2-results__options
{
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group]
{
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true]
{
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true]
{
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option
{
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group
{
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option
{
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option
{
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option
{
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option
{
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option
{
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]
{
    background-color: #5897fb;
    color: #fff;
}
.select2-container--default .select2-results__group
{
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single
{
    background-color: #f7f7f7;
    background-image: linear-gradient(180deg,#fff 50%,#eee);
    background-repeat: repeat-x;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
}
.select2-container--classic .select2-selection--single:focus
{
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered
{
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear
{
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder
{
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow
{
    background-color: #ddd;
    background-image: linear-gradient(180deg,#eee 50%,#ccc);
    background-repeat: repeat-x;
    border: none;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b
{
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear
{
    float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow
{
    border: none;
    border-bottom-left-radius: 4px;
    border-radius: 0;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single
{
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow
{
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b
{
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single
{
    background-image: linear-gradient(180deg,#fff,#eee 50%);
    background-repeat: repeat-x;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single
{
    background-image: linear-gradient(180deg,#eee 50%,#fff);
    background-repeat: repeat-x;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-selection--multiple
{
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus
{
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered
{
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear
{
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice
{
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove
{
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover
{
    color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice
{
    float: right;
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove
{
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple
{
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple
{
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple
{
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field
{
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field
{
    box-shadow: none;
    outline: 0;
}
.select2-container--classic .select2-dropdown
{
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above
{
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below
{
    border-top: none;
}
.select2-container--classic .select2-results>.select2-results__options
{
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group]
{
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true]
{
    color: gray;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected]
{
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group
{
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown
{
    border-color: #5897fb;
}
.select2-container
{
    border-radius: 4px;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    font-family: Roboto Condensed,sans-serif;
    height: 34px;
    line-height: 34px;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: auto;
}
.select2-container .select2-selection--single
{
    box-shadow: inset 0 -2px 0 0 #d3d3d3;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 34px;
    moz-user-select: none;
    ms-user-select: none;
    user-select: none;
    webkit-user-select: none;
}
.select2-container--default .select2-selection--single
{
    background-color: #fff;
    outline: none;
}
.select2-container--open .select2-selection--single
{
    box-shadow: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
    color: #000;
    font-weight: bold;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]
{
    background: #edebda;
    color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b
{
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after
{
    content: "\F13A";
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after,.select2-container--default .select2-selection--single .select2-selection__arrow:after
{
    color: gray;
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    margin: 0;
    text-transform: none;
    webkit-font-smoothing: antialiased;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after
{
    content: "\F139";
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 26px;
    position: absolute;
    right: 8px;
    top: 0;
    width: 20px;
}
.select2-dropdown
{
    background-color: #fff;
    border: none;
    box-shadow: 2px 2px 15px;
}
.select2-container--default .select2-results__option[aria-selected=true]
{
    background-color: #e9f1f1;
}
.select2-results__option
{
    line-height: 22px;
    moz-user-select: none;
    ms-user-select: none;
    padding: 6px 8px;
    user-select: none;
    webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__clear
{
    color: #699;
    font-family: Roboto,sans-serif;
    font-size: 30px;
    padding: 0 6px 0 0;
}
