﻿.js-data-location-ajax
{
}

.select2-container--default .select2-selection--multiple {
    height: 55px !important;
    font-size: 15px !important;
    background-color: #fff !important;
    border: none !important;
}

.select2-container--default .select2-selection--single {
    height: 55px !important;
    font-size: 15px !important;
    /*background-color: #eee !important;*/
    border: 0px solid #aaa !important;
    border-radius: 0px !important;
}
}

.select2-container .select2-search--inline {
    padding: 10px !important;
    background-color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    margin-top:12px !important;
    background-color:#fff !important;
}

.select2-container .select2-choice, .select2-result-label, .select2-container .select2-selection--single {
    font-size: 1.2em;
    /*height: 40px !important;*/
    overflow: auto;
    padding: 7px;
}

.select2-arrow, .select2-chosen {
    padding-top: 6px;
}

.select2-result-repository__avatar {
    width: 60px;
    height: 70px;
    float: left;
}
.select2-result-repository__avatar i{
    font-size:25px;
    margin-left:15px;
    margin-top:8px;
}

.select2-result-repository__meta {
    width: 80%;
    height:40px;
}
.select2-result-repository__avatar img {
    max-width: 60%;
    max-height: 60%;
    text-align: center;
    margin-top: 10px;
    margin:auto;
    position:relative;
}
.select2-result-repository__meta
{
    float:left;
}
.select2-result-repository__title {
    color: #555;
    width:100%;
    font-weight:bold;
    min-height:25px;
}
.select2-result-repository__description {
    color: 333;
    width: 100%;
}

.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers {
    float: left;
    width: 45%;
    color:#333;
}

.rk_formular_redBorder{
    border-color:red;
}

.rk_formular_errorText
{
    color:red;
    font-weight:bold;
    visibility:hidden;
}

rk_smallText
{
    font-size:10px;
}

