/* 
    Created on : 2015-01-05, 16:02:09
    Author     : Marcin Kurkiewicz <marcin.kurkiewicz@honaro.pl>
*/

#strong_point, #weak_point {
    min-height: 20px;
}

#weak_point {
    border-left: 1px solid #D4D4D4;
}
#strong_point {
    border-right: 1px solid #D4D4D4;
}

#swo_be_first {
    float: none;
    width: 707px;
    color: #1791D7;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    text-align: center;
}

.swot_column {
    margin: 20px 0;
}

.swot_column.strong {
    margin-right: -1px;
}

.swot_top_top_header {
    margin-top: 10px;
    margin-bottom: 0;
    /*border-bottom: 1px solid #D4D4D4;*/
    font-family: proxima_nova_rgregular !important;
    font-size: 16px;
    padding-bottom: 20px;
}

.swo_point {
    padding: 10px 10px 0;
}

.swo_point_img {
    float: left;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.swo_point_weak_img	{
    background: url('/static/images/ces/negative.svg') no-repeat;
}

.swo_point_strong_img {
    background: url('/static/images/ces/positive.svg') no-repeat;
}

.swo_point_title {
    font-size: 14px;
    overflow: hidden;
    line-height: 14px;
    padding-left: 10px;
    padding-bottom: 4px;
    font-family: proxima_nova_rgregular;
}

.swo_point_title textarea {
    float: left;
    font-size: 12px;
    font-weight: bold;
}

.swo_point_txt {
    font-size: 10px;
    width: 100%;
    padding-top: 10px;
    color: #A8A8A8;
    font-family: proxima_nova_rgregular;
}

.swo_point_txt_space {
    margin-right: 0;
}

.swo_point_overuse_icon	{
    display: inline-block;
    margin: 3px 5px 0px 0px;
    background: url('/static/images/ces/alert.svg') no-repeat;
    width: 11px;
    height: 11px;
}

.swo_point_overuse {
    float: none;
    color: #63AEDC;
    cursor: pointer;
}

.swo_point_vote {
    float: none;
    margin-right: 10px;
    color: #63AEDC;
    cursor: pointer;
    padding-left: 5px;
}

.swo_point_vote_icon svg {
    display: inline-block;
    width: 12px;
    height: 10px;
}

.swo_point_edit {
    float: right;
    margin-right: 5px;
}

.point_name {
    height: 35px;
    width: 85%;
    font-size: 16px;
}

.swo_input_container {
    border: 1px solid;
    padding: 2px 10px;
    border-radius: 0.25em;
    min-height: 40px;
}

.swo_input_row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.swo_point_remove {
    font-size: 10px;
    color: #63AEDC;
    float: right;
    cursor: pointer;
    margin-left: 10px;
    /*padding: 3px 10px 3px 20px;*/
}

.swo_point_remove svg {
    width: 10px;
    height: 10px;
}

.swo_point_remove svg g g g g path {
    fill: #63AEDC;
}

.swo_input_container input {
    border: none;
    outline: none;
}

#add_point_strong_form {
    border-color: #BBE39F;
}

#add_point_weak_form {
    border-color: #FFA5A5;
}

#add_swo {
    float: left;
    border-top: 1px solid #ccc;
    width: 100%;
}

#add_swo textarea {
    border: none;
    background: transparent;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 286px;
}

#add_swo h3	{
    padding-left: 10px;
}

.add_point{
/*    float: right;
    border-radius: 2em;
    color: #FFFFFF;
    height: 18px;
    width: 18px;
    margin: 6px 0;
    font-size: 10px;
    font-weight: bold;
    padding: 2px;*/
}

.add_point.strong{
    fill: #9ADC6B;
}

.add_point.weak{
    fill: #D12A2A;
}

#add_recommended_btn, #add_favourite_btn {
    border-color: #9FC7E3;
    color: #2990CF;
    background-color: transparent;
}

#add_recommended_btn.active, #add_favourite_btn.active {
    background-color: #52ADE5;
    border-color: #52ADE5;
    color: #FFFFFF;
}

#add_recommended_btn:hover:not(.active), #add_favourite_btn:hover:not(.active) {
    border-color: #9FC7E3;
    color: #A3C9E1;
    background-color: #FFFFFF;
}

#add_recommended_btn:focus, #add_favourite_btn:focus {
    outline: none;
}

#add_recommended_btn.active g#Desktop-–-Form, #add_favourite_btn.active g#Desktop-–-Form {
    fill: #FFFFFF;
}

#add_recommended_btn:hover:not(.active) g#Desktop-–-Form, #add_favourite_btn:hover:not(.active) g#Desktop-–-Form {
    fill: #A3C9E1;
}

#opi_add_button {
    border: none;
}

@media (max-width: 991px) {
    #strong_point, #weak_point {
        border: none;
    }
}

.sideHorizontalBorder{
    height: 10px;
    border-bottom: 1px solid #D4D4D4;
}

.sendOpinion{
    background-color: #2990cf;
    height: 55px;
    color: #FFF !important;
    font-size: 22px;
}

.opinionIcon{
    border: 1px solid #2990CF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.opinionIcon img{
    width: 100%;
    height: 100%;
    padding: 15px;
    cursor: pointer;
}

.opinionIconRecomended{
    width: 75px;
    height: 75px;
}

.opinionIconRecomended img{
    width: 100%;
    height: 100%;
    padding: 20px;
}
